2002-11-03 05:56:15 +00:00
|
|
|
localedir=$(datadir)/locale
|
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-23 00:04:32 +00:00
|
|
|
CPPFLAGS=$(XFT_CFLAGS) $(GUILE_CFLAGS) $(PYTHON_CFLAGS) @CPPFLAGS@ \
|
2002-04-11 03:20:38 +00:00
|
|
|
-DDEFAULTMENU=\"$(DEFAULT_MENU)\" \
|
2002-11-03 05:56:15 +00:00
|
|
|
-DDEFAULTSTYLE=\"$(DEFAULT_STYLE)\" \
|
|
|
|
-DLOCALEDIR=\"$(localedir)\"
|
2002-04-11 03:20:38 +00:00
|
|
|
|
2002-12-23 00:04:32 +00:00
|
|
|
LIBS=$(XFT_LIBS) $(GUILE_LDFLAGS) $(PYTHON_LDFLAGS) @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-11-06 10:38:20 +00:00
|
|
|
openbox3_LDADD=../otk/libotk.a @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 \
|
2002-12-23 00:04:32 +00:00
|
|
|
buttonwidget.cc openbox_wrap.cc
|
|
|
|
# guile.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
|
|
|
|
touch openbox.i
|
|
|
|
|
|
|
|
openbox_wrap.cc: openbox.i
|
2002-12-24 19:16:38 +00:00
|
|
|
swig -python -c++ -nodefault -o openbox_wrap.cc openbox.i
|
2002-12-23 00:04:32 +00:00
|
|
|
# swig -guile -c++ -nodefault -o openbox_wrap.cc openbox.i
|
|
|
|
|
2002-04-11 03:20:38 +00:00
|
|
|
# local dependencies
|