summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-01-10 08:32:51 +0000
committerDana Jansens <danakj@orodu.net>2003-01-10 08:32:51 +0000
commitec6951c2c7bf7d2d0a122e0e26555231109b0f89 (patch)
treec00b48283fbb454da895c9956924244a37c0f0d4
parentd0c61ebfeae4d83d7945339e3ed22067cdba0397 (diff)
dont build the otk wrappers for now
-rw-r--r--otk/Makefile.am12
1 files changed, 6 insertions, 6 deletions
diff --git a/otk/Makefile.am b/otk/Makefile.am
index d2f81ed2..8ca32e17 100644
--- a/otk/Makefile.am
+++ b/otk/Makefile.am
@@ -12,8 +12,8 @@ libotk_la_SOURCES= color.cc display.cc font.cc gccache.cc image.cc \
texture.cc timer.cc timerqueuemanager.cc style.cc \
configuration.cc util.cc widget.cc focuswidget.cc \
button.cc eventhandler.cc eventdispatcher.cc \
- label.cc focuslabel.cc application.cc appwidget.cc \
- otk_wrap.cc
+ label.cc focuslabel.cc application.cc appwidget.cc
+# otk_wrap.cc
libotk_la_LDFLAGS = $(XFT_LIBS) $(PYTHON_LIBS)
@@ -29,11 +29,11 @@ distclean-local:
otk_test: libotk.a otk_test.cc
$(CXX) $(CXXFLAGS) -DHAVE_CONFIG_H -I. -I. -I.. -I../src $(XFT_CFLAGS) -Wall -W -pedantic -DNDEBUG -g -O2 -o otk_test otk_test.cc $(XFT_LIBS) ./libotk.a
-otk.i: $(wildcard *.hh)
- touch $@
+#otk.i: $(wildcard *.hh)
+# touch $@
-otk_wrap.cc: otk.i
- swig $(filter -I%,$(CXXFLAGS)) -python -shadow -c++ -o $@ $<
+#otk_wrap.cc: otk.i
+# swig $(filter -I%,$(CXXFLAGS)) -python -shadow -c++ -o $@ $<
# local dependencies
application.o: application.cc application.hh eventdispatcher.hh \