minor documentation corrections
[cacao.git] / nat / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2
3 # $Id: Makefile.am 675 2003-11-24 20:48:41Z twisti $
4
5
6 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/jit -I$(top_srcdir)/jit/@ARCH_DIR@
7
8 EXTRA_DIST =
9
10 noinst_LIBRARIES = libnat.a
11
12 libnat_a_SOURCES = \
13         Constructor.c \
14         Field.c \
15         FileChannelImpl.c \
16         Method.c \
17         Proxy.c \
18         Runtime.c \
19         Thread.c \
20         VMClass.c \
21         VMClassLoader.c \
22         VMObject.c \
23         VMObjectStreamClass.c \
24         VMSecurityManager.c \
25         VMSystem.c \
26         JOWENNTest1.c
27
28 #libgtk_a_SOURCES = \
29         GdkGraphics.c \
30         GdkPixbufDecoder.c \
31         GtkComponentPeer.c \
32         GtkFileDialogPeer.c \
33         GtkLabelPeer.c \
34         GtkScrollPanePeer.c
35
36
37 ## Local variables:
38 ## mode: Makefile
39 ## indent-tabs-mode: t
40 ## c-basic-offset: 4
41 ## tab-width: 8
42 ## compile-command: "automake --add-missing"
43 ## End: