all repos — openbox @ 6584ed21590752822d75a048f44178593f704ec1

openbox fork - make it a bit more like ryudo

make .py rule
Dana Jansens danakj@orodu.net
commit

6584ed21590752822d75a048f44178593f704ec1

parent

a7ccc544500fe84e707f6e511261276b819d8906

1 files changed, 2 insertions(+), 0 deletions(-)

jump to
M otk/Makefile.amotk/Makefile.am

@@ -38,6 +38,8 @@

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 $@