Fixed cvs code to compile
[wmaker-crm.git] / src / Makefile.am
blob345fd1cb6859fe7fcebb4ce7da984fa904424b50
1 AUTOMAKE_OPTIONS = no-dependencies
3 BUILT_SOURCES = wconfig.h
5 bin_PROGRAMS = wmaker
7 EXTRA_DIST = wmnotify.c wmnotdef.h wmnotify.h
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         proplist.c \
64         resources.c \
65         resources.h \
66         rootmenu.c \
67         screen.c \
68         screen.h \
69         session.h \
70         session.c \
71         shutdown.c \
72         stacking.c \
73         stacking.h \
74         startup.c \
75         superfluous.c \
76         superfluous.h \
77         switchmenu.c \
78         texture.c \
79         texture.h \
80         usermenu.c \
81         usermenu.h \
82         xdnd.h \
83         xdnd.c \
84         xmodifier.h \
85         xmodifier.c \
86         xutil.c \
87         xutil.h \
88         wconfig.h \
89         wcore.c \
90         wcore.h \
91         wdefaults.c \
92         wdefaults.h \
93         window.c \
94         window.h \
95         winmenu.c \
96         winspector.h \
97         winspector.c \
98         workspace.c \
99         workspace.h \
100         wsound.c \
101         wsound.h \
102         text.c \
103         text.h 
106 CPPFLAGS = @CPPFLAGS@ $(DFLAGS) -DLOCALEDIR=\"$(NLSDIR)\"
109 INCLUDES = \
110         -I$(top_srcdir)/wrlib \
111         -I$(top_srcdir)/WINGs @HEADER_SEARCH_PATH@ 
114 wmaker_LDADD = \
115         $(top_builddir)/WINGs/libWINGs.a\
116         $(top_builddir)/wrlib/libwraster.la\
117         @LIBPL@ \
118         @XLIBS@ \
119         @INTLIBS@ \
120         @DLLIBS@