replaced CPPFLAGS with AM_CPPFLAGS in some Makefile.am's to avoid overwriting the...
[wmaker-crm.git] / src / Makefile.am
bloba89a5c0239254fef70a30c39d62353bc106df3cd
1 AUTOMAKE_OPTIONS = no-dependencies
3 BUILT_SOURCES = wconfig.h
5 bin_PROGRAMS = wmaker
7 EXTRA_DIST = 
10 wmaker_SOURCES =        \
11         GNUstep.h \
12         WindowMaker.h \
13         actions.c \
14         actions.h \
15         appicon.c \
16         appicon.h \
17         application.c \
18         application.h \
19         appmenu.c \
20         appmenu.h \
21         balloon.c \
22         balloon.h \
23         client.c \
24         client.h \
25         colormap.c \
26         cycling.c \
27         def_pixmaps.h \
28         defaults.c \
29         defaults.h \
30         dialog.c \
31         dialog.h \
32         dock.c \
33         dockedapp.c \
34         dock.h \
35         event.c \
36         extend_pixmaps.h \
37         framewin.c \
38         framewin.h \
39         geomview.c \
40         geomview.h \
41         gnome.c \
42         gnome.h \
43         funcs.h \
44         icon.c \
45         icon.h \
46         keybind.h \
47         kwm.h \
48         kwm.c \
49         main.c \
50         menu.c \
51         menu.h \
52         misc.c \
53         motif.c \
54         motif.h \
55         moveres.c \
56         openlook.c \
57         openlook.h \
58         pixmap.c \
59         pixmap.h \
60         placement.c \
61         properties.c \
62         properties.h \
63         resources.c \
64         resources.h \
65         rootmenu.c \
66         screen.c \
67         screen.h \
68         session.h \
69         session.c \
70         shutdown.c \
71         stacking.c \
72         stacking.h \
73         startup.c \
74         superfluous.c \
75         superfluous.h \
76         switchmenu.c \
77         texture.c \
78         texture.h \
79         usermenu.c \
80         usermenu.h \
81         xdnd.h \
82         xdnd.c \
83         xinerama.h \
84         xinerama.c \
85         xmodifier.h \
86         xmodifier.c \
87         xutil.c \
88         xutil.h \
89         wconfig.h \
90         wcore.c \
91         wcore.h \
92         wdefaults.c \
93         wdefaults.h \
94         window.c \
95         window.h \
96         winmenu.c \
97         winspector.h \
98         winspector.c \
99         workspace.c \
100         workspace.h \
101         wsound.c \
102         wsound.h \
103         text.c \
104         text.h 
107 AM_CPPFLAGS = @CPPFLAGS@ $(DFLAGS) -DLOCALEDIR=\"$(NLSDIR)\"
110 INCLUDES = \
111         -I$(top_srcdir)/wrlib \
112         -I$(top_srcdir)/WINGs @HEADER_SEARCH_PATH@ 
115 wmaker_LDADD = \
116         $(top_builddir)/WINGs/libWINGs.a\
117         $(top_builddir)/wrlib/libwraster.la\
118         @XFTLIBS@ \
119         @XLIBS@ \
120         @INTLIBS@ \
121         @DLLIBS@