]> icculus.org git repositories - dana/openbox.git/blob - src/Makefile.am
new timer infrastructure. takes a function pointer for the timeout, with a void*...
[dana/openbox.git] / src / Makefile.am
1 localedir=$(datadir)/locale
2 DEFAULT_MENU=$(pkgdatadir)/menu
3 DEFAULT_STYLE=$(pkgdatadir)/styles/mbdtex
4
5 CPPFLAGS=`pkg-config --cflags xft` @CPPFLAGS@ \
6 -DDEFAULTMENU=\"$(DEFAULT_MENU)\" \
7 -DDEFAULTSTYLE=\"$(DEFAULT_STYLE)\" \
8 -DLOCALEDIR=\"$(localedir)\"
9
10 LDFLAGS=`pkg-config --libs xft`
11
12 INCLUDES= -I../otk
13
14 bin_PROGRAMS= openbox
15
16 openbox_LDADD=../otk/libotk.a @LIBINTL@
17
18 openbox_SOURCES= configuration.cc screen.cc openbox.cc \
19                  util.cc window.cc workspace.cc xatom.cc blackbox.cc \
20                  main.cc
21
22 MAINTAINERCLEANFILES= Makefile.in
23
24 distclean-local:
25         rm -f *\~ *.orig *.rej .\#*
26
27 # local dependencies