From: Dana Jansens Date: Wed, 29 Jan 2003 22:43:58 +0000 (+0000) Subject: make .py rule X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=6584ed21590752822d75a048f44178593f704ec1;p=chaz%2Fopenbox make .py rule --- diff --git a/otk/Makefile.am b/otk/Makefile.am index 06bee2fc..d0edbe1d 100644 --- a/otk/Makefile.am +++ b/otk/Makefile.am @@ -38,6 +38,8 @@ otk_test: libotk.la otk_test.cc rendertest: libotk.la rendertest.cc $(CXX) $(CXXFLAGS) -DHAVE_CONFIG_H -I. -I. -I.. -I../src $(XFT_CFLAGS) -Wall -W -pedantic -DNDEBUG -g -O2 -o $@ rendertest.cc $(XFT_LIBS) -L. -lotk @LIBS@ +%.py: %_wrap.cc + otk.i: $(wildcard *.hh) touch $@