- Replaced Apps with Applications in WPrefs installation path
[wmaker-crm.git] / src / Makefile.am
blob06d7700f7a1c9ccda07c2fe2e1afa41489730af9
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         funcs.h \
42         icon.c \
43         icon.h \
44         keybind.h \
45         main.c \
46         menu.c \
47         menu.h \
48         misc.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         screen.c \
62         screen.h \
63         session.h \
64         session.c \
65         shutdown.c \
66         switchpanel.c \
67         switchpanel.h \
68         stacking.c \
69         stacking.h \
70         startup.c \
71         superfluous.c \
72         superfluous.h \
73         switchmenu.c \
74         texture.c \
75         texture.h \
76         usermenu.c \
77         usermenu.h \
78         xdnd.h \
79         xdnd.c \
80         xinerama.h \
81         xinerama.c \
82         xmodifier.h \
83         xmodifier.c \
84         xutil.c \
85         xutil.h \
86         wconfig.h \
87         wcore.c \
88         wcore.h \
89         wdefaults.c \
90         wdefaults.h \
91         window.c \
92         window.h \
93         winmenu.c \
94         winspector.h \
95         winspector.c \
96         wmspec.h \
97         wmspec.c \
98         workspace.c \
99         workspace.h \
100         wsound.c \
101         wsound.h \
102         text.c \
103         text.h 
106 AM_CPPFLAGS = $(DFLAGS) -DLOCALEDIR=\"$(NLSDIR)\"
108 AM_CFLAGS = @NOSTRICTALIASING@
111 INCLUDES = \
112         -I$(top_srcdir)/wrlib \
113         -I$(top_srcdir)/WINGs @HEADER_SEARCH_PATH@ 
116 wmaker_LDADD = \
117         $(top_builddir)/WINGs/libWINGs.a\
118         $(top_builddir)/wrlib/libwraster.la\
119         @XFTLIBS@ \
120         @XLIBS@ \
121         @INTLIBS@ \
122         @DLLIBS@