openbox/src/Makefile.am

37 lines
937 B
Text
Raw Normal View History

2002-11-03 05:56:15 +00:00
localedir=$(datadir)/locale
scriptdir = $(libdir)/openbox/python
2002-04-11 03:20:38 +00:00
DEFAULT_MENU=$(pkgdatadir)/menu
2002-08-16 21:14:27 +00:00
DEFAULT_STYLE=$(pkgdatadir)/styles/mbdtex
2002-04-11 03:20:38 +00:00
2002-12-25 20:28:12 +00:00
CXXFLAGS=$(XFT_CFLAGS) $(PYTHON_CFLAGS) @CXXFLAGS@ \
2002-04-11 03:20:38 +00:00
-DDEFAULTMENU=\"$(DEFAULT_MENU)\" \
2002-11-03 05:56:15 +00:00
-DDEFAULTSTYLE=\"$(DEFAULT_STYLE)\" \
-DLOCALEDIR=\"$(localedir)\" \
-DSCRIPTDIR=\"$(scriptdir)\"
2002-04-11 03:20:38 +00:00
2002-12-24 23:31:38 +00:00
LIBS=$(XFT_LIBS) $(PYTHON_LIBS) @LIBS@
2002-11-01 04:02:33 +00:00
2002-11-01 03:30:18 +00:00
INCLUDES= -I../otk
2002-11-06 10:38:20 +00:00
bin_PROGRAMS= openbox3
2002-04-11 03:20:38 +00:00
2002-12-24 23:31:38 +00:00
openbox3_LDADD=-L../otk -lotk @LIBINTL@
openbox3_SOURCES= actions.cc client.cc frame.cc openbox.cc screen.cc \
2003-01-07 00:57:00 +00:00
main.cc backgroundwidget.cc labelwidget.cc \
buttonwidget.cc python.cc bindings.cc \
openbox_wrap.cc
2002-04-11 03:20:38 +00:00
MAINTAINERCLEANFILES= Makefile.in
distclean-local:
rm -f *\~ *.orig *.rej .\#*
2002-04-11 03:20:38 +00:00
2002-12-23 00:04:32 +00:00
openbox.i: openbox.hh screen.hh client.hh
2002-12-24 23:31:38 +00:00
touch $@
2002-12-23 00:04:32 +00:00
openbox_wrap.cc: openbox.i
2003-01-04 00:12:21 +00:00
swig $(filter -I%,$(CXXFLAGS)) -python -shadow -c++ -nodefault -o $@ $<
2002-12-23 00:04:32 +00:00
2002-04-11 03:20:38 +00:00
# local dependencies