removed test and main from all
[swftools.git] / lib / action / Makefile.in
index 4bda1ee..6db3dd3 100755 (executable)
@@ -8,7 +8,7 @@ include ../../Makefile.common
 # 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
 
@@ -17,14 +17,14 @@ 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) test main
+all: $(OBJECTS)
 
 # === GENERATED FILES ===
 
 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