X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=lib%2Faction%2FMakefile.in;h=6db3dd356cd722f0ddc3b177a18f156c9457f915;hp=4bda1ee1426b51cfe1d743234e5421a13b0aaf0d;hb=456416774b1edfe5d480ffa7a0414e793296c6ca;hpb=66fc84f17f5bbc247c4deab81df53003d3f5f77b diff --git a/lib/action/Makefile.in b/lib/action/Makefile.in index 4bda1ee..6db3dd3 100755 --- 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 -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