wmaker: Changed math on floating point by integer operation
[wmaker-crm.git] / src / Makefile.am
blob41a7e83ef1775b4a9897c6e1af9fc372ce06c1f6
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.c \
53         misc.h \
54         monitor.c \
55         monitor.h \
56         motif.c \
57         motif.h \
58         moveres.c \
59         pixmap.c \
60         pixmap.h \
61         placement.c \
62         placement.h \
63         properties.c \
64         properties.h \
65         resources.c \
66         resources.h \
67         rootmenu.c \
68         rootmenu.h \
69         screen.c \
70         screen.h \
71         session.h \
72         session.c \
73         shutdown.h \
74         shutdown.c \
75         switchpanel.c \
76         switchpanel.h \
77         stacking.c \
78         stacking.h \
79         startup.c \
80         startup.h \
81         superfluous.c \
82         superfluous.h \
83         switchmenu.c \
84         switchmenu.h \
85         texture.c \
86         texture.h \
87         usermenu.c \
88         usermenu.h \
89         xdnd.h \
90         xdnd.c \
91         xinerama.h \
92         xinerama.c \
93         xmodifier.h \
94         xmodifier.c \
95         xutil.c \
96         xutil.h \
97         wconfig.h \
98         wcore.c \
99         wcore.h \
100         wdefaults.c \
101         wdefaults.h \
102         window.c \
103         window.h \
104         winmenu.c \
105         winmenu.h \
106         winspector.h \
107         winspector.c \
108         wmspec.h \
109         wmspec.c \
110         workspace.c \
111         workspace.h
113 if WM_OSDEP_BSD
114 wmaker_SOURCES += osdep_bsd.c
115 endif
116 if WM_OSDEP_DARWIN
117 wmaker_SOURCES += osdep_darwin.c
118 endif
119 if WM_OSDEP_LINUX
120 wmaker_SOURCES += osdep_linux.c
121 endif
122 if WM_OSDEP_GENERIC
123 wmaker_SOURCES += osdep_stub.c
124 endif
126 AM_CFLAGS =
128 AM_CPPFLAGS = \
129         $(DFLAGS) -DLOCALEDIR=\"$(NLSDIR)\" \
130         -I$(top_srcdir)/wrlib \
131         -I$(top_srcdir)/WINGs @HEADER_SEARCH_PATH@ 
134 wmaker_LDADD = \
135         $(top_builddir)/WINGs/libWINGs.la\
136         $(top_builddir)/WINGs/libWUtil.la\
137         $(top_builddir)/wrlib/libwraster.la\
138         @XLFLAGS@ \
139         @LIBXRANDR@ \
140         @LIBXINERAMA@ \
141         @XLIBS@ \
142         @LIBM@ \
143         @INTLIBS@