projects
/
cycript.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Began work on implementing E4X.
[cycript.git]
/
makefile
diff --git
a/makefile
b/makefile
index fbcc62fcbd3b620c0f5c68a42124c5db32365d83..f85f99815af793d02571b214e21aecb684ee7fce 100644
(file)
--- a/
makefile
+++ b/
makefile
@@
-89,7
+89,10
@@
libcycript.plist: Bridge.def
echo '})'; \
} >$@
-Cycript.y: Cycript.y.in
+%.y: %.y.in
+ ./Filter.sh <$< >$@ $(filters)
+
+%.l: %.l.in
./Filter.sh <$< >$@ $(filters)
Cycript.tab.cc Cycript.tab.hh location.hh position.hh: Cycript.y