From ec6951c2c7bf7d2d0a122e0e26555231109b0f89 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 10 Jan 2003 08:32:51 +0000 Subject: [PATCH] dont build the otk wrappers for now --- otk/Makefile.am | 12 ++++++------ 1 file 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 \ -- 2.39.2