projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a7ccc54
)
make .py rule
author
Dana Jansens
<danakj@orodu.net>
Wed, 29 Jan 2003 22:43:58 +0000
(22:43 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Wed, 29 Jan 2003 22:43:58 +0000
(22:43 +0000)
otk/Makefile.am
patch
|
blob
|
history
diff --git
a/otk/Makefile.am
b/otk/Makefile.am
index 06bee2fcfb1d7d141014d09faefd33a1a99c1919..d0edbe1dd8e5dd8ce84bcafe61a89db6a98e28b9 100644
(file)
--- 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 $@