X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=Makefile.in;h=d9c0126f40669fa3249990297d9d2e80302fdf3a;hb=ac01acb114280085987db02ecdd7d0608a5c2a67;hp=9b1fba335d2435e8583911936e34bd65464ba777;hpb=1bd652ce4188759612049505b0553a6e5c946f19;p=swftools.git diff --git a/Makefile.in b/Makefile.in index 9b1fba3..d9c0126 100644 --- a/Makefile.in +++ b/Makefile.in @@ -40,10 +40,10 @@ pkgincludedir = $(includedir)/@PACKAGE@ top_builddir = . -ACLOCAL = @ACLOCAL@ -AUTOCONF = @AUTOCONF@ -AUTOMAKE = @AUTOMAKE@ -AUTOHEADER = @AUTOHEADER@ + + + + INSTALL = @INSTALL@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS) @@ -57,29 +57,30 @@ POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : -AWK = @AWK@ CC = @CC@ CPP = @CPP@ CXX = @CXX@ EXEEXT = @EXEEXT@ HAVE_UNISTD_H = @HAVE_UNISTD_H@ +JPEG2SWF = @JPEG2SWF@ LN_S = @LN_S@ -MAKEINFO = @MAKEINFO@ -PACKAGE = @PACKAGE@ RANLIB = @RANLIB@ -VERSION = @VERSION@ +SYSTEM_BACKTICKS = @SYSTEM_BACKTICKS@ +UNCOMPRESS = @UNCOMPRESS@ +WORDS_BIGENDIAN = @WORDS_BIGENDIAN@ -SUBDIRS = lib src pdf2swf -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +SUBDIRS = lib src pdf2swf swfs mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = config.h -CONFIG_CLEAN_FILES = release release +CONFIG_CLEAN_FILES = 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 \ -release.in +Makefile.am Makefile.in NEWS config.guess config.h.in config.sub \ +configure configure.in install-sh missing mkinstalldirs release.in +PACKAGE = @PACKAGE@ +VERSION = @VERSION@ + DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) TAR = tar @@ -87,32 +88,36 @@ GZIP_ENV = --best all: all-redirect .SUFFIXES: -$(ACLOCAL_M4): configure.in - cd $(srcdir) && $(ACLOCAL) - -config.status: $(srcdir)/configure.in $(CONFIG_STATUS_DEPENDENCIES) - $(SHELL) ./config.status --recheck -$(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES) - cd $(srcdir) && $(AUTOCONF) - -config.h: stamp-h - @if test ! -f $@; then \ - rm -f stamp-h; \ - $(MAKE) stamp-h; \ - else :; fi -stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status - cd $(top_builddir) \ - && CONFIG_FILES= CONFIG_HEADERS=config.h \ - $(SHELL) ./config.status - @echo timestamp > stamp-h 2> /dev/null -$(srcdir)/config.h.in: $(srcdir)/stamp-h.in - @if test ! -f $@; then \ - rm -f $(srcdir)/stamp-h.in; \ - $(MAKE) $(srcdir)/stamp-h.in; \ - else :; fi -$(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) - cd $(top_srcdir) && $(AUTOHEADER) - @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + mostlyclean-hdr: @@ -123,9 +128,7 @@ 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. @@ -254,11 +257,6 @@ distdir: $(DISTFILES) -rm -rf $(distdir) mkdir $(distdir) -chmod 777 $(distdir) - here=`cd $(top_builddir) && pwd`; \ - top_distdir=`cd $(distdir) && pwd`; \ - distdir=`cd $(distdir) && pwd`; \ - cd $(top_srcdir) \ - && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu Makefile @for file in $(DISTFILES); do \ d=$(srcdir); \ if test -d $$d/$$file; then \ @@ -301,7 +299,7 @@ install-am: all-am install: install-recursive uninstall-am: uninstall: uninstall-recursive -all-am: +all-am: Makefile config.h all-redirect: all-recursive-am install-strip: $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install