X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2FMakefile.in;h=d24d8d2f7632716b2de579377c01c41d3569f7d5;hb=ee47ae6458aa34dca06c864ac8ccf778d081cf50;hp=213569ac4eedd17a6505aa3c291fa708feda7fd0;hpb=0d6b99c77b7149639abba9b18cb530cfa109c996;p=swftools.git diff --git a/lib/Makefile.in b/lib/Makefile.in index 213569a..d24d8d2 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -125,9 +125,11 @@ install: install-am uninstall-am: uninstall: uninstall-am -rfxswf.o: rfxswf.c +rfxswf.o: rfxswf.c rfxswf.h modules/swfaction.c modules/swfbits.c modules/swfbutton.c \ + modules/swfcgi.c modules/swfdump.c modules/swfobject.c modules/swfshape.c \ + modules/swftext.c modules/swftools.c $(COMPILE) -c rfxswf.c -log.o: log.c +log.o: log.c log.h $(COMPILE) -c log.c all-am: Makefile rfxswf.o log.o @@ -140,10 +142,11 @@ installdirs: mostlyclean-generic: clean-generic: + rm -f rfxswf.o log.o distclean-generic: -rm -f Makefile $(CONFIG_CLEAN_FILES) - -rm -f config.cache config.log stamp-h stamp-h[0-9]* + -rm -f config.cache config.log maintainer-clean-generic: mostlyclean-am: mostlyclean-generic