X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=Makefile.in;h=9b1fba335d2435e8583911936e34bd65464ba777;hp=1460a5bc98fe7c1601cb526090743f3de723ada7;hb=1bd652ce4188759612049505b0553a6e5c946f19;hpb=443295519aa555eadc33ac97df67e034cbb5b86f diff --git a/Makefile.in b/Makefile.in index 1460a5b..9b1fba3 100644 --- a/Makefile.in +++ b/Makefile.in @@ -73,7 +73,7 @@ SUBDIRS = lib src pdf2swf ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = config.h -CONFIG_CLEAN_FILES = release +CONFIG_CLEAN_FILES = release release DIST_COMMON = README ./stamp-h.in AUTHORS COPYING ChangeLog INSTALL \ Makefile.am Makefile.in NEWS TODO aclocal.m4 config.guess config.h.in \ config.sub configure configure.in install-sh missing mkinstalldirs \ @@ -86,12 +86,6 @@ TAR = tar GZIP_ENV = --best all: all-redirect .SUFFIXES: -$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) - cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile - -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) - cd $(top_builddir) \ - && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status $(ACLOCAL_M4): configure.in cd $(srcdir) && $(ACLOCAL) @@ -130,6 +124,8 @@ distclean-hdr: maintainer-clean-hdr: release: $(top_builddir)/config.status release.in cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status +release: $(top_builddir)/config.status release.in + cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status # This directory's subdirectories are mostly independent; you can cd # into them and run `make' without going through this Makefile. @@ -305,7 +301,7 @@ install-am: all-am install: install-recursive uninstall-am: uninstall: uninstall-recursive -all-am: Makefile config.h +all-am: all-redirect: all-recursive-am install-strip: $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install