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