1 localedir=$(datadir)/locale
2 DEFAULT_MENU=$(pkgdatadir)/menu
3 DEFAULT_STYLE=$(pkgdatadir)/styles/mbdtex
5 CPPFLAGS=`pkg-config --cflags xft` @CPPFLAGS@ \
6 -DDEFAULTMENU=\"$(DEFAULT_MENU)\" \
7 -DDEFAULTSTYLE=\"$(DEFAULT_STYLE)\" \
8 -DLOCALEDIR=\"$(localedir)\"
10 LDFLAGS=`pkg-config --libs xft`
16 openbox_LDADD=../otk/libotk.a @LIBINTL@
18 openbox_SOURCES= configuration.cc screen.cc openbox.cc \
19 util.cc bbwindow.cc workspace.cc atom.cc blackbox.cc \
20 main.cc xeventhandler.cc
22 MAINTAINERCLEANFILES= Makefile.in
25 rm -f *\~ *.orig *.rej .\#*