Added option to 'configure' to control debug information for compilation
[wmaker-crm.git] / src / Makefile.am
blob0521d11b94e5587e627f3ff10ab8c282c2b090c1
1 AUTOMAKE_OPTIONS =
3 BUILT_SOURCES = wconfig.h
5 bin_PROGRAMS = wmaker
7 EXTRA_DIST = 
9 wmaker_SOURCES =        \
10         GNUstep.h \
11         WindowMaker.h \
12         actions.c \
13         actions.h \
14         appicon.c \
15         appicon.h \
16         application.c \
17         application.h \
18         appmenu.c \
19         appmenu.h \
20         balloon.c \
21         balloon.h \
22         client.c \
23         client.h \
24         colormap.c \
25         cycling.c \
26         def_pixmaps.h \
27         defaults.c \
28         defaults.h \
29         dialog.c \
30         dialog.h \
31         dock.c \
32         dockedapp.c \
33         dock.h \
34         event.c \
35         extend_pixmaps.h \
36         framewin.c \
37         framewin.h \
38         geomview.c \
39         geomview.h \
40         funcs.h \
41         icon.c \
42         icon.h \
43         keybind.h \
44         main.c \
45         menu.c \
46         menu.h \
47         misc.c \
48         osdep_@WM_OSDEP@.c \
49         monitor.c \
50         motif.c \
51         motif.h \
52         moveres.c \
53         pixmap.c \
54         pixmap.h \
55         placement.c \
56         properties.c \
57         properties.h \
58         resources.c \
59         resources.h \
60         rootmenu.c \
61         rootmenu.h \
62         screen.c \
63         screen.h \
64         session.h \
65         session.c \
66         shutdown.c \
67         switchpanel.c \
68         switchpanel.h \
69         stacking.c \
70         stacking.h \
71         startup.c \
72         superfluous.c \
73         superfluous.h \
74         switchmenu.c \
75         texture.c \
76         texture.h \
77         usermenu.c \
78         usermenu.h \
79         xdnd.h \
80         xdnd.c \
81         xinerama.h \
82         xinerama.c \
83         xmodifier.h \
84         xmodifier.c \
85         xutil.c \
86         xutil.h \
87         wconfig.h \
88         wcore.c \
89         wcore.h \
90         wdefaults.c \
91         wdefaults.h \
92         window.c \
93         window.h \
94         winmenu.c \
95         winspector.h \
96         winspector.c \
97         wmspec.h \
98         wmspec.c \
99         workspace.c \
100         workspace.h
102 EXTRA_wmaker_SOURCES = osdep_bsd.c osdep_darwin.c osdep_linux.c osdep_stub.c
104 AM_CPPFLAGS = $(DFLAGS) -DLOCALEDIR=\"$(NLSDIR)\"
105 AM_CFLAGS =
107 INCLUDES = \
108         -I$(top_srcdir)/wrlib \
109         -I$(top_srcdir)/WINGs @HEADER_SEARCH_PATH@ 
112 wmaker_LDADD = \
113         $(top_builddir)/WINGs/libWINGs.la\
114         $(top_builddir)/WINGs/libWUtil.la\
115         $(top_builddir)/wrlib/libwraster.la\
116         @XLFLAGS@ \
117         @LIBXRANDR@ \
118         @LIBXINERAMA@ \
119         @XLIBS@ \
120         @LIBM@ \
121         @INTLIBS@