wmaker: remove unnecessary null pointer checks in handle_event of wsmap
[wmaker-crm.git] / src / Makefile.am
bloba7aa1d09da9e871dd36866664a5117440f226252
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         cycling.h \
28         def_pixmaps.h \
29         defaults.c \
30         defaults.h \
31         dialog.c \
32         dialog.h \
33         dock.c \
34         dockedapp.c \
35         dockedapp.h \
36         dock.h \
37         event.c \
38         event.h \
39         extend_pixmaps.h \
40         framewin.c \
41         framewin.h \
42         geomview.c \
43         geomview.h \
44         osdep.h \
45         icon.c \
46         icon.h \
47         keybind.h \
48         main.c \
49         main.h \
50         menu.c \
51         menu.h \
52         misc.h \
53         monitor.c \
54         monitor.h \
55         motif.c \
56         motif.h \
57         moveres.c \
58         pixmap.c \
59         pixmap.h \
60         placement.c \
61         placement.h \
62         properties.c \
63         properties.h \
64         resources.c \
65         resources.h \
66         rootmenu.c \
67         rootmenu.h \
68         screen.c \
69         screen.h \
70         session.h \
71         session.c \
72         shutdown.h \
73         shutdown.c \
74         switchpanel.c \
75         switchpanel.h \
76         stacking.c \
77         stacking.h \
78         startup.c \
79         startup.h \
80         superfluous.c \
81         superfluous.h \
82         switchmenu.c \
83         switchmenu.h \
84         texture.c \
85         texture.h \
86         usermenu.c \
87         usermenu.h \
88         xdnd.h \
89         xdnd.c \
90         xinerama.h \
91         xinerama.c \
92         xmodifier.h \
93         xmodifier.c \
94         xutil.c \
95         xutil.h \
96         wconfig.h \
97         wcore.c \
98         wcore.h \
99         wdefaults.c \
100         wdefaults.h \
101         window.c \
102         window.h \
103         winmenu.c \
104         winmenu.h \
105         winspector.h \
106         winspector.c \
107         wmspec.h \
108         wmspec.c \
109         workspace.c \
110         workspace.h \
111         wsmap.c \
112         wsmap.h
114 if WM_OSDEP_BSD
115 wmaker_SOURCES += osdep_bsd.c
116 endif
117 if WM_OSDEP_DARWIN
118 wmaker_SOURCES += osdep_darwin.c
119 endif
120 if WM_OSDEP_LINUX
121 wmaker_SOURCES += osdep_linux.c
122 endif
123 if WM_OSDEP_GENERIC
124 wmaker_SOURCES += osdep_stub.c
125 endif
127 if USE_NESTED_FUNC
128 wmaker_SOURCES += misc.c
129 else
130 nodist_wmaker_SOURCES = misc.hack_nf.c
132 CLEANFILES = $(nodist_wmaker_SOURCES)
134 misc.hack_nf.c: misc.c $(top_srcdir)/script/nested-func-to-macro.sh
135         $(top_srcdir)/script/nested-func-to-macro.sh \
136                 $(srcdir)/misc.c -o $(builddir)/misc.hack_nf.c \
137                 -f "append_string" -f "append_modifier"
138 endif
141 AM_CFLAGS =
143 AM_CPPFLAGS = \
144         $(DFLAGS) -DLOCALEDIR=\"$(NLSDIR)\" \
145         -I$(top_srcdir)/wrlib \
146         -I$(top_srcdir)/WINGs @HEADER_SEARCH_PATH@ 
149 wmaker_LDADD = \
150         $(top_builddir)/WINGs/libWINGs.la\
151         $(top_builddir)/WINGs/libWUtil.la\
152         $(top_builddir)/wrlib/libwraster.la\
153         @XLFLAGS@ \
154         @LIBXRANDR@ \
155         @LIBXINERAMA@ \
156         @XLIBS@ \
157         @LIBM@ \
158         @INTLIBS@