New header file startup.h
[wmaker-crm.git] / src / Makefile.am
blob1f019ce90af74b48e572a3883301c75dc9035c8f
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         misc.h \
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.h \
71         shutdown.c \
72         switchpanel.c \
73         switchpanel.h \
74         stacking.c \
75         stacking.h \
76         startup.c \
77         startup.h \
78         superfluous.c \
79         superfluous.h \
80         switchmenu.c \
81         texture.c \
82         texture.h \
83         usermenu.c \
84         usermenu.h \
85         xdnd.h \
86         xdnd.c \
87         xinerama.h \
88         xinerama.c \
89         xmodifier.h \
90         xmodifier.c \
91         xutil.c \
92         xutil.h \
93         wconfig.h \
94         wcore.c \
95         wcore.h \
96         wdefaults.c \
97         wdefaults.h \
98         window.c \
99         window.h \
100         winmenu.c \
101         winspector.h \
102         winspector.c \
103         wmspec.h \
104         wmspec.c \
105         workspace.c \
106         workspace.h
108 if WM_OSDEP_BSD
109 wmaker_SOURCES += osdep_bsd.c
110 endif
111 if WM_OSDEP_DARWIN
112 wmaker_SOURCES += osdep_darwin.c
113 endif
114 if WM_OSDEP_LINUX
115 wmaker_SOURCES += osdep_linux.c
116 endif
117 if WM_OSDEP_GENERIC
118 wmaker_SOURCES += osdep_stub.c
119 endif
121 AM_CFLAGS =
123 AM_CPPFLAGS = \
124         $(DFLAGS) -DLOCALEDIR=\"$(NLSDIR)\" \
125         -I$(top_srcdir)/wrlib \
126         -I$(top_srcdir)/WINGs @HEADER_SEARCH_PATH@ 
129 wmaker_LDADD = \
130         $(top_builddir)/WINGs/libWINGs.la\
131         $(top_builddir)/WINGs/libWUtil.la\
132         $(top_builddir)/wrlib/libwraster.la\
133         @XLFLAGS@ \
134         @LIBXRANDR@ \
135         @LIBXINERAMA@ \
136         @XLIBS@ \
137         @LIBM@ \
138         @INTLIBS@