New header file event.h
[wmaker-crm.git] / src / Makefile.am
blobdc4d9ad71f849d13ff26e16828897df80c2d5581
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         funcs.h \
45         icon.c \
46         icon.h \
47         keybind.h \
48         main.c \
49         main.h \
50         menu.c \
51         menu.h \
52         misc.c \
53         misc.h \
54         monitor.c \
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         texture.c \
84         texture.h \
85         usermenu.c \
86         usermenu.h \
87         xdnd.h \
88         xdnd.c \
89         xinerama.h \
90         xinerama.c \
91         xmodifier.h \
92         xmodifier.c \
93         xutil.c \
94         xutil.h \
95         wconfig.h \
96         wcore.c \
97         wcore.h \
98         wdefaults.c \
99         wdefaults.h \
100         window.c \
101         window.h \
102         winmenu.c \
103         winspector.h \
104         winspector.c \
105         wmspec.h \
106         wmspec.c \
107         workspace.c \
108         workspace.h
110 if WM_OSDEP_BSD
111 wmaker_SOURCES += osdep_bsd.c
112 endif
113 if WM_OSDEP_DARWIN
114 wmaker_SOURCES += osdep_darwin.c
115 endif
116 if WM_OSDEP_LINUX
117 wmaker_SOURCES += osdep_linux.c
118 endif
119 if WM_OSDEP_GENERIC
120 wmaker_SOURCES += osdep_stub.c
121 endif
123 AM_CFLAGS =
125 AM_CPPFLAGS = \
126         $(DFLAGS) -DLOCALEDIR=\"$(NLSDIR)\" \
127         -I$(top_srcdir)/wrlib \
128         -I$(top_srcdir)/WINGs @HEADER_SEARCH_PATH@ 
131 wmaker_LDADD = \
132         $(top_builddir)/WINGs/libWINGs.la\
133         $(top_builddir)/WINGs/libWUtil.la\
134         $(top_builddir)/wrlib/libwraster.la\
135         @XLFLAGS@ \
136         @LIBXRANDR@ \
137         @LIBXINERAMA@ \
138         @XLIBS@ \
139         @LIBM@ \
140         @INTLIBS@