Avoid icon change to default on winspector save
[wmaker-crm.git] / src / Makefile.am
blobfbedb98cc28d355190524ce9d70a20b72080250b
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         properties.c \
60         properties.h \
61         resources.c \
62         resources.h \
63         rootmenu.c \
64         rootmenu.h \
65         screen.c \
66         screen.h \
67         session.h \
68         session.c \
69         shutdown.c \
70         switchpanel.c \
71         switchpanel.h \
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         xinerama.h \
85         xinerama.c \
86         xmodifier.h \
87         xmodifier.c \
88         xutil.c \
89         xutil.h \
90         wconfig.h \
91         wcore.c \
92         wcore.h \
93         wdefaults.c \
94         wdefaults.h \
95         window.c \
96         window.h \
97         winmenu.c \
98         winspector.h \
99         winspector.c \
100         wmspec.h \
101         wmspec.c \
102         workspace.c \
103         workspace.h
105 EXTRA_wmaker_SOURCES = osdep_bsd.c osdep_darwin.c osdep_linux.c osdep_stub.c
107 AM_CPPFLAGS = $(DFLAGS) -DLOCALEDIR=\"$(NLSDIR)\"
108 AM_CFLAGS =
110 INCLUDES = \
111         -I$(top_srcdir)/wrlib \
112         -I$(top_srcdir)/WINGs @HEADER_SEARCH_PATH@ 
115 wmaker_LDADD = \
116         $(top_builddir)/WINGs/libWINGs.la\
117         $(top_builddir)/WINGs/libWUtil.la\
118         $(top_builddir)/wrlib/libwraster.la\
119         @XLFLAGS@ \
120         @LIBXRANDR@ \
121         @LIBXINERAMA@ \
122         @XLIBS@ \
123         @LIBM@ \
124         @INTLIBS@