openbox/src/Makefile.am

29 lines
956 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
CPPFLAGS=$(XFT_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)\" \
-DSCRIPTDIR=\"$(scriptdir)\"
2002-04-11 03:20:38 +00:00
LIBS=$(XFT_LIBS) $(PYTHON_LIBS) @LIBS@ $(SWIG_PYTHON_LIB)
2002-11-01 03:30:18 +00:00
2002-11-06 10:38:20 +00:00
bin_PROGRAMS= openbox3
2002-04-11 03:20:38 +00:00
openbox3_LDADD=-L../otk -lotk @LIBINTL@
openbox3_LDFLAGS=-export-dynamic
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
2003-02-04 13:36:00 +00:00
noinst_HEADERS= actions.hh backgroundwidget.hh bindings.hh buttonwidget.hh \
client.hh frame.hh labelwidget.hh openbox.hh python.hh \
screen.hh widgetbase.hh gettext.h
2003-01-10 03:15:11 +00:00
2002-04-11 03:20:38 +00:00
MAINTAINERCLEANFILES= Makefile.in
distclean-local:
$(RM) *\~ *.orig *.rej .\#*