Added 'const' attribute on non-modified arguments for color handling functions
[wmaker-crm.git] / src / Makefile.am
bloba205c4d112842e2a5e4fe2f4bbc2f2a0628c85ee
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         colormap.h \
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         dockedapp.h \
35         dock.h \
36         event.c \
37         extend_pixmaps.h \
38         framewin.c \
39         framewin.h \
40         geomview.c \
41         geomview.h \
42         funcs.h \
43         icon.c \
44         icon.h \
45         keybind.h \
46         main.c \
47         main.h \
48         menu.c \
49         menu.h \
50         misc.c \
51         osdep_@WM_OSDEP@.c \
52         monitor.c \
53         motif.c \
54         motif.h \
55         moveres.c \
56         pixmap.c \
57         pixmap.h \
58         placement.c \
59         placement.h \
60         properties.c \
61         properties.h \
62         resources.c \
63         resources.h \
64         rootmenu.c \
65         rootmenu.h \
66         screen.c \
67         screen.h \
68         session.h \
69         session.c \
70         shutdown.c \
71         switchpanel.c \
72         switchpanel.h \
73         stacking.c \
74         stacking.h \
75         startup.c \
76         superfluous.c \
77         superfluous.h \
78         switchmenu.c \
79         texture.c \
80         texture.h \
81         usermenu.c \
82         usermenu.h \
83         xdnd.h \
84         xdnd.c \
85         xinerama.h \
86         xinerama.c \
87         xmodifier.h \
88         xmodifier.c \
89         xutil.c \
90         xutil.h \
91         wconfig.h \
92         wcore.c \
93         wcore.h \
94         wdefaults.c \
95         wdefaults.h \
96         window.c \
97         window.h \
98         winmenu.c \
99         winspector.h \
100         winspector.c \
101         wmspec.h \
102         wmspec.c \
103         workspace.c \
104         workspace.h
106 EXTRA_wmaker_SOURCES = osdep_bsd.c osdep_darwin.c osdep_linux.c osdep_stub.c
108 AM_CFLAGS =
110 AM_CPPFLAGS = \
111         $(DFLAGS) -DLOCALEDIR=\"$(NLSDIR)\" \
112         -I$(top_srcdir)/wrlib \
113         -I$(top_srcdir)/WINGs @HEADER_SEARCH_PATH@ 
116 wmaker_LDADD = \
117         $(top_builddir)/WINGs/libWINGs.la\
118         $(top_builddir)/WINGs/libWUtil.la\
119         $(top_builddir)/wrlib/libwraster.la\
120         @XLFLAGS@ \
121         @LIBXRANDR@ \
122         @LIBXINERAMA@ \
123         @XLIBS@ \
124         @LIBM@ \
125         @INTLIBS@