0.51.1 pre snapshot. Be careful, it may be buggy. It fixes some bugs though.
[wmaker-crm.git] / src / Makefile.am
blobb3cb8ed04a3bfdb2a9fd4c0938aab1b2778dbeeb
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         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         framewin.c \
36         framewin.h \
37         gnome.c \
38         gnome.h \
39         funcs.h \
40         icon.c \
41         icon.h \
42         keybind.h \
43         kwm.h \
44         kwm.c \
45         list.c \
46         list.h \
47         main.c \
48         menu.c \
49         menu.h \
50         misc.c \
51         motif.c \
52         motif.h \
53         moveres.c \
54         openlook.c \
55         openlook.h \
56         pixmap.c \
57         pixmap.h \
58         placement.c \
59         properties.c \
60         properties.h \
61         proplist.c \
62         resources.c \
63         resources.h \
64         rootmenu.c \
65         screen.c \
66         screen.h \
67         session.h \
68         session.c \
69         shutdown.c \
70         stacking.c \
71         stacking.h \
72         startup.c \
73         superfluous.c \
74         superfluous.h \
75         switchmenu.c \
76         texture.c \
77         texture.h \
78         xde.h \
79         xde.c \
80         xmodifier.h \
81         xmodifier.c \
82         xutil.c \
83         xutil.h \
84         wconfig.h \
85         wcore.c \
86         wcore.h \
87         wdefaults.c \
88         wdefaults.h \
89         window.c \
90         window.h \
91         winmenu.c \
92         winspector.h \
93         winspector.c \
94         workspace.c \
95         workspace.h \
96         wmsound.c \
97         wmsound.h \
98         text.c \
99         text.h 
102 CPPFLAGS = @CPPFLAGS@ @DFLAGS@ -DLOCALEDIR=\"$(NLSDIR)\"
105 INCLUDES = \
106         -I$(top_srcdir)/wrlib \
107         -I$(top_srcdir)/WINGs @HEADER_SEARCH_PATH@ 
110 wmaker_LDADD = \
111         $(top_builddir)/WINGs/libWINGs.a\
112         $(top_builddir)/wrlib/libwraster.la\
113         @LIBRARY_SEARCH_PATH@ \
114         @LIBPL@ \
115         @GFXLIBS@ \
116         @XLIBS@ \
117         @INTLIBS@ \
118         -lm