make a .py rule
This commit is contained in:
parent
6584ed2159
commit
6cf79c8fd4
1 changed files with 2 additions and 0 deletions
|
@ -35,6 +35,8 @@ distclean-local:
|
|||
openbox.i: openbox.hh screen.hh client.hh python.hh frame.hh
|
||||
touch $@
|
||||
|
||||
%.py: %_wrap.cc
|
||||
|
||||
%_wrap.cc: %.i
|
||||
swig -c -I../otk $(filter -I%,$(CXXFLAGS)) -python -shadow -c++ -nodefault -o $@ $<
|
||||
|
||||
|
|
Loading…
Reference in a new issue