this is a big one! im putting stats in here just cuz!
[mikachu/openbox.git] / openbox / Makefile.am
1 localedir=$(datadir)/locale
2 rcdir=$(datadir)/openbox
3 plugindir=$(libdir)/openbox/plugins
4
5 binary=openbox3
6 url=http://openbox.org/
7
8 CPPFLAGS=$(X_CFLAGS) $(XFT_CFLAGS) $(GLIB_CFLAGS) $(GMODULE_CFLAGS) \
9          $(LIBSN_CFLAGS) $(GL_CFLAGS) $(XML_CFLAGS) @CPPFLAGS@ \
10          -DLOCALEDIR=\"$(localedir)\" \
11          -DPLUGINDIR=\"$(plugindir)\" \
12          -DRCDIR=\"$(rcdir)\" \
13          -DG_LOG_DOMAIN=\"Openbox\" \
14          -DBINARY=\"$(binary)\"
15
16 INCLUDES=-I..
17 LIBS=$(X_LIBS) $(XFT_LIBS) $(XINERAMA_LIBS) $(XKB_LIBS) $(XRANDR_LIBS) \
18         $(VIDMODE_LIBS) $(XSHAPE_LIBS) $(GLIB_LIBS) $(GMODULE_LIBS) \
19         $(LIBSN_LIBS) $(XML_LIBS) @LIBS@ @LIBINTL@
20
21 bin_PROGRAMS=$(binary)
22
23 openbox3_LDADD=-lobrender -L../render -lobparser -L../parser
24 openbox3_LDFLAGS=-export-dynamic
25 openbox3_SOURCES=action.c client.c config.c \
26                  extensions.c focus.c frame.c grab.c menu.c menu_render.c \
27                  openbox.c framerender.c plugin.c prop.c screen.c \
28                  stacking.c dispatch.c event.c group.c timer.c xerror.c \
29                  moveresize.c startup.c popup.c dock.c window.c
30
31 noinst_HEADERS=action.h client.h config.h dispatch.h event.h extensions.h \
32                focus.h frame.h framerender.h geom.h gettext.h grab.h group.h \
33                menu.h openbox.h plugin.h prop.h screen.h \
34                stacking.h timer.h xerror.h moveresize.h startup.h popup.h \
35                dock.h window.h
36
37 MAINTAINERCLEANFILES=Makefile.in
38
39 distclean-local:
40         $(RM) *\~ *.orig *.rej .\#*