]> icculus.org git repositories - dana/openbox.git/blob - src/Makefile.am
use the widget's bevel width
[dana/openbox.git] / src / Makefile.am
1 localedir=$(datadir)/locale
2 scriptdir = $(libdir)/openbox/python
3 DEFAULT_MENU=$(pkgdatadir)/menu
4 DEFAULT_STYLE=$(pkgdatadir)/styles/mbdtex
5
6 CXXFLAGS=$(XFT_CFLAGS) $(PYTHON_CFLAGS) @CXXFLAGS@ \
7 -DDEFAULTMENU=\"$(DEFAULT_MENU)\" \
8 -DDEFAULTSTYLE=\"$(DEFAULT_STYLE)\" \
9 -DLOCALEDIR=\"$(localedir)\" \
10 -DSCRIPTDIR=\"$(scriptdir)\"
11
12 LIBS=$(XFT_LIBS) $(PYTHON_LIBS) @LIBS@
13
14 INCLUDES= -I..
15
16 bin_PROGRAMS= openbox3
17
18 openbox3_LDADD=-L../otk -lotk @LIBINTL@
19
20 openbox3_SOURCES= actions.cc client.cc frame.cc openbox.cc screen.cc \
21                   main.cc backgroundwidget.cc labelwidget.cc \
22                   buttonwidget.cc python.cc bindings.cc \
23                   openbox_wrap.cc
24 noinst_HEADERS= actions.hh backgroundwidget.hh bindings.hh buttonwidget.hh \
25                 client.hh frame.hh labelwidget.hh openbox.hh python.hh \
26                 screen.hh widgetbase.hh
27 openbox3_LDFLAGS= $(PYTHON_LDFLAGS)
28
29 script_DATA = ob.py
30
31 EXTRA_DIST = $(script_DATA)
32
33 MAINTAINERCLEANFILES= Makefile.in
34
35 distclean-local:
36         rm -f *\~ *.orig *.rej .\#*
37
38 openbox.i: openbox.hh screen.hh client.hh python.hh frame.hh
39         touch $@
40
41 %.py: %_wrap.cc
42
43 %_wrap.cc: %.i
44         swig -c -I../otk $(filter -I%,$(CXXFLAGS)) -python -shadow -c++ -nodefault -o $@ $<
45
46 # local dependencies