X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2FMakefile.in;h=e34cc47c973b5564fb92063069585ccb42eaf3fc;hb=6eb430c1eb68ab5caab03d0e28638ad8fa9c6eb0;hp=9c0f552e0235d8cb2ce6d69fb66b0019ec70dff2;hpb=421554a675c15c362d3562fda0a11826af475195;p=swftools.git diff --git a/lib/Makefile.in b/lib/Makefile.in index 9c0f552..e34cc47 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated automatically by automake 1.4-p4 from Makefile.am +# Makefile.in generated automatically by automake 1.4 from Makefile.am # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation @@ -78,7 +78,7 @@ DIST_COMMON = Makefile.in DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) -TAR = tar +TAR = gtar GZIP_ENV = --best all: all-redirect .SUFFIXES: @@ -124,9 +124,15 @@ install-am: all-am install: install-am uninstall-am: uninstall: uninstall-am -all-am: Makefile rfxswf.c log.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.h $(COMPILE) -c log.c +all-am: Makefile rfxswf.o log.o + all-redirect: all-am install-strip: $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install @@ -136,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