]> icculus.org git repositories - mikachu/openbox.git/blob - src/Makefile.am
new OBScreen class is somewhat complete now i think
[mikachu/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= openbox3
15
16 openbox3_LDADD=../otk/libotk.a @LIBINTL@
17
18 openbox3_SOURCES= client.cc frame.cc bbscreen.cc openbox.cc screen.cc \
19                  bbwindow.cc workspace.cc blackbox.cc \
20                  main.cc xeventhandler.cc
21
22 MAINTAINERCLEANFILES= Makefile.in
23
24 distclean-local:
25         rm -f *\~ *.orig *.rej .\#*
26
27 # local dependencies