git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f56989
)
added 'generated' target
author
kramm
<kramm>
Thu, 5 Feb 2004 10:14:09 +0000
(10:14 +0000)
committer
kramm
<kramm>
Thu, 5 Feb 2004 10:14:09 +0000
(10:14 +0000)
lib/action/Makefile.in
patch
|
blob
|
history
diff --git
a/lib/action/Makefile.in
b/lib/action/Makefile.in
index
6db3dd3
..
bb11e4b
100755
(executable)
--- a/
lib/action/Makefile.in
+++ b/
lib/action/Makefile.in
@@
-18,6
+18,7
@@
COMPILER_FILES = action.h assembler.c assembler.h compile.c compile.h \
GENERATED = lex.swf4.c lex.swf5.c swf5compiler.tab.c swf4compiler.tab.c
all: $(OBJECTS)
+generated: $(GENERATED)
# === GENERATED FILES ===
@@
-91,3
+92,4
@@
clean:
distclean: clean
rm -f $(GENERATED) swf*compiler.tab.* lex*.c
+.PHONY: clean,distclean,all,generated