]> Dogcows Code - chaz/openbox/blobdiff - src/Makefile.am
add 'grab_server' for grabbing .. the .. server!
[chaz/openbox] / src / Makefile.am
index a8995148e8d5be8a3068c332eab004a6d457916c..107f7355ce077e20e4bf19b02e5a351c78390daf 100644 (file)
@@ -3,33 +3,24 @@ scriptdir = $(libdir)/openbox/python
 DEFAULT_MENU=$(pkgdatadir)/menu
 DEFAULT_STYLE=$(pkgdatadir)/styles/mbdtex
 
-CXXFLAGS=$(XFT_CFLAGS) $(PYTHON_CFLAGS) @CXXFLAGS@ \
+CPPFLAGS=$(XFT_CFLAGS) $(PYTHON_CFLAGS) @CPPFLAGS@ \
 -DDEFAULTMENU=\"$(DEFAULT_MENU)\" \
 -DDEFAULTSTYLE=\"$(DEFAULT_STYLE)\" \
 -DLOCALEDIR=\"$(localedir)\" \
 -DSCRIPTDIR=\"$(scriptdir)\"
 
-LIBS=$(XFT_LIBS) $(PYTHON_LIBS) @LIBS@
-
-INCLUDES= -I../otk
+LIBS=$(XFT_LIBS) $(PYTHON_LIBS) @LIBS@ $(SWIG_PYTHON_LIB)
 
 bin_PROGRAMS= openbox3
 
 openbox3_LDADD=-L../otk -lotk @LIBINTL@
-
+openbox3_LDFLAGS=-export-dynamic
 openbox3_SOURCES= actions.cc client.cc frame.cc openbox.cc screen.cc \
-                  main.cc rootwindow.cc backgroundwidget.cc labelwidget.cc \
-                  buttonwidget.cc python.cc bindings.cc openbox_wrap.cc
+                  main.cc python.cc bindings.cc config.cc
+noinst_HEADERS= actions.hh bindings.hh client.hh frame.hh openbox.hh \
+                python.hh screen.hh config.hh
 
 MAINTAINERCLEANFILES= Makefile.in
 
 distclean-local:
-       rm -f *\~ *.orig *.rej .\#*
-
-openbox.i: openbox.hh screen.hh client.hh
-       touch $@
-
-openbox_wrap.cc: openbox.i
-       swig $(filter -I%,$(CXXFLAGS)) -python -c++ -nodefault -o $@ $<
-
-# local dependencies
+       $(RM) *\~ *.orig *.rej .\#*
This page took 0.022102 seconds and 4 git commands to generate.