diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-03-21 18:43:51 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-03-21 18:43:51 +0000 |
| commit | b2babc8b0a97b68791304ce899d10a4835db45fb (patch) | |
| tree | f54eb8b0c1139193c6f4d68412aab8bf217e5343 /wrap/Makefile.am | |
| parent | a52a6d96d701c993896f276e4198003317632aaf (diff) | |
rm the obsetroot tool and the wrap shit from swig
Diffstat (limited to 'wrap/Makefile.am')
| -rw-r--r-- | wrap/Makefile.am | 49 |
1 files changed, 0 insertions, 49 deletions
diff --git a/wrap/Makefile.am b/wrap/Makefile.am deleted file mode 100644 index 3f904882..00000000 --- a/wrap/Makefile.am +++ /dev/null @@ -1,49 +0,0 @@ -oblibdir = $(libdir)/openbox - -#pythondir = $(oblibdir)/python -obpythondir = $(oblibdir)/python - -CPPFLAGS = -I$(srcdir)/../otk -I$(srcdir)/../src $(XFT_CFLAGS) $(SWIG_PYTHON_CFLAGS) @CPPFLAGS@ -CXXFLAGS = $(filter-out -W -Wall,@CXXFLAGS@) -LDFLAGS = -module -avoid-version - -obpython_LTLIBRARIES = otkpy.la obpy.la -obpython_PYTHON = otk.py ob.py - -otkpy_la_SOURCES = wrap_otk.cc -#otkpy_la_LIBADD = ../otk/libotk.la # do this for the global version of otk - -obpy_la_SOURCES = wrap_ob.cc - -EXTRA_DIST = otk.i ob.i callback.i - -CLEANFILES = wrap_* *.py -MAINTAINERCLEANFILES = Makefile.in - -install-exec-hook: - $(mkinstalldirs) "$(DESTDIR)$(obpythondir)" - cd "$(DESTDIR)$(obpythondir)" && \ - $(RM) -f _otk.so && $(LN_S) otkpy.so _otk.so - $(mkinstalldirs) "$(DESTDIR)$(obpythondir)" - cd "$(DESTDIR)$(obpythondir)" && \ - $(RM) -f _ob.so && $(LN_S) obpy.so _ob.so - -uninstall-am: - $(RM) "$(DESTDIR)$(obpythondir)/_otk.so" - $(RM) "$(DESTDIR)$(obpythondir)/_ob.so" - -rmdir -p $(obpythondir) - -%.py: wrap_%.cc - -otk.i: $(wildcard ../otk/*.hh) - @touch $@ - -ob.i: $(addprefix ../src/,openbox.hh screen.hh client.hh python.hh frame.hh) - @touch $@ - -wrap_otk.cc: otk.i otk_point.i otk_rect.i otk_size.i otk_rendercolor.i otk_rendertexture.i otk_ustring.i otk_font.i otk_renderstyle.i otk_widget.i otk_label.i otk_button.i otk_appwidget.i otk_application.i otk_strut.i otk_property.i otk_timer.i - $(SWIG) $(SWIG_PYTHON_OPT) $(filter -I%,$(CPPFLAGS)) -nodefault -o $@ $< - -wrap_ob.cc: ob.i ob_callback.i ob_client.i ob_screen.i ob_openbox.i ob_frame.i ob_python.i - $(SWIG) $(SWIG_PYTHON_OPT) $(filter -I%,$(CPPFLAGS)) -nodefault -o $@ $< - |
