2002-11-03 05:56:15 +00:00
|
|
|
localedir=$(datadir)/locale
|
2002-12-25 04:54:44 +00:00
|
|
|
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)\" \
|
2002-12-25 04:54:44 +00:00
|
|
|
-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@
|
2002-11-01 03:45:34 +00:00
|
|
|
|
2002-12-04 04:11:24 +00:00
|
|
|
openbox3_SOURCES= actions.cc client.cc frame.cc openbox.cc screen.cc \
|
2002-12-18 09:46:24 +00:00
|
|
|
main.cc rootwindow.cc backgroundwidget.cc labelwidget.cc \
|
2003-01-02 20:36:14 +00:00
|
|
|
buttonwidget.cc python.cc bindings.cc \
|
|
|
|
openbox_wrap.cc
|
2002-04-11 03:20:38 +00:00
|
|
|
|
|
|
|
MAINTAINERCLEANFILES= Makefile.in
|
|
|
|
|
|
|
|
distclean-local:
|
2002-06-05 03:51:26 +00:00
|
|
|
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
|