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:
58e7d89
)
removed listaction.o from compiled objects.
author
kramm
<kramm>
Mon, 2 Feb 2004 18:00:16 +0000
(18:00 +0000)
committer
kramm
<kramm>
Mon, 2 Feb 2004 18:00:16 +0000
(18:00 +0000)
lib/action/Makefile.in
patch
|
blob
|
history
diff --git
a/lib/action/Makefile.in
b/lib/action/Makefile.in
index
4bda1ee
..
9e1c781
100755
(executable)
--- a/
lib/action/Makefile.in
+++ b/
lib/action/Makefile.in
@@
-8,7
+8,7
@@
include ../../Makefile.common
# In case we need to get more information out of flex
#FLEXDEBUG = -d
# In case we need to get more information out of flex
#FLEXDEBUG = -d
-OBJECTS = compile.o listaction.o \
+OBJECTS = compile.o \
lex.swf4.o lex.swf5.o swf5compiler.tab.o swf4compiler.tab.o \
assembler.o libming.o actioncompiler.o
lex.swf4.o lex.swf5.o swf5compiler.tab.o swf4compiler.tab.o \
assembler.o libming.o actioncompiler.o
@@
-24,7
+24,7
@@
all: $(OBJECTS) test main
swf5compiler.tab.c: swf5compiler.y
bison -p swf5 swf5compiler.y
swf5compiler.tab.c: swf5compiler.y
bison -p swf5 swf5compiler.y
-swf5compiler.tab.h: swf5compiler.y
+swf5compiler.tab.h: swf5compiler.y
bison --defines $(BISONDEBUG) -p swf5 swf5compiler.y
swf4compiler.tab.c: swf4compiler.y
bison --defines $(BISONDEBUG) -p swf5 swf5compiler.y
swf4compiler.tab.c: swf4compiler.y