X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Faction%2FMakefile.in;h=bb11e4b42e3b7cd776f541fea38486ad342d2d2b;hb=467a4d547fe7737206dd8aa2e96644094b0f8516;hp=4bda1ee1426b51cfe1d743234e5421a13b0aaf0d;hpb=66fc84f17f5bbc247c4deab81df53003d3f5f77b;p=swftools.git diff --git a/lib/action/Makefile.in b/lib/action/Makefile.in index 4bda1ee..bb11e4b 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,15 @@ 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: $(GENERATED) # === 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 @@ -91,3 +92,4 @@ clean: distclean: clean rm -f $(GENERATED) swf*compiler.tab.* lex*.c +.PHONY: clean,distclean,all,generated