X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2FMakefile.in;h=ea7cd229324a57d1f46d9aea5227ba8fae9762f7;hb=f8d07c79494e8536e682da73cee2057740a0e4db;hp=dd74d706edcb899274a6d7ea66cd7df292d42060;hpb=de479b986516dfffdca236a4f38c70c41c275864;p=swftools.git diff --git a/lib/Makefile.in b/lib/Makefile.in index dd74d70..ea7cd22 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.4a from Makefile.am # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation @@ -46,9 +46,10 @@ top_builddir = .. INSTALL = @INSTALL@ -INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS) +INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_FLAG = transform = @program_transform_name@ NORMAL_INSTALL = : @@ -64,18 +65,17 @@ EXEEXT = @EXEEXT@ HAVE_UNISTD_H = @HAVE_UNISTD_H@ JPEG2SWF = @JPEG2SWF@ LN_S = @LN_S@ -PACKAGE = @PACKAGE@ RANLIB = @RANLIB@ SYSTEM_BACKTICKS = @SYSTEM_BACKTICKS@ UNCOMPRESS = @UNCOMPRESS@ -USE_GZIP = @USE_GZIP@ -VERSION = @VERSION@ WORDS_BIGENDIAN = @WORDS_BIGENDIAN@ SUBDIRS = bladeenc -noinst_LIBRARIES = libswf.a -libswf_a_SOURCES = rfxswf.c rfxswf.h log.c log.h -COMPILE = $(CC) +noinst_LIBRARIES = librfxswf.a +librfxswf_a_SOURCES = rfxswf.c rfxswf.h log.c log.h +librfxswf_a_LIBADD = bladeenc/codec.o bladeenc/common.o bladeenc/encode.o bladeenc/formatbitstream2.o bladeenc/l3bitstream.o bladeenc/l3psy.o bladeenc/loop.o bladeenc/mdct.o bladeenc/reservoir.o bladeenc/subs.o bladeenc/tables.o + +COMPILE = $(CC) $(CFLAGS) $(CPPFLAGS) mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = ../config.h CONFIG_CLEAN_FILES = @@ -86,7 +86,11 @@ DEFS = @DEFS@ -I. -I$(srcdir) -I.. CPPFLAGS = @CPPFLAGS@ LDFLAGS = @LDFLAGS@ LIBS = @LIBS@ -libswf_a_OBJECTS = rfxswf.o log.o +librfxswf_a_DEPENDENCIES = bladeenc/codec.o bladeenc/common.o \ +bladeenc/encode.o bladeenc/formatbitstream2.o bladeenc/l3bitstream.o \ +bladeenc/l3psy.o bladeenc/loop.o bladeenc/mdct.o bladeenc/reservoir.o \ +bladeenc/subs.o bladeenc/tables.o +librfxswf_a_OBJECTS = rfxswf.o log.o AR = ar CFLAGS = @CFLAGS@ CCLD = $(CC) @@ -94,13 +98,15 @@ LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ DIST_COMMON = Makefile.in +PACKAGE = @PACKAGE@ +VERSION = @VERSION@ + DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) -TAR = tar +TAR = gtar GZIP_ENV = --best -DEP_FILES = .deps/log.P .deps/rfxswf.P -SOURCES = $(libswf_a_SOURCES) -OBJECTS = $(libswf_a_OBJECTS) +SOURCES = $(librfxswf_a_SOURCES) +OBJECTS = $(librfxswf_a_OBJECTS) all: all-redirect .SUFFIXES: @@ -122,6 +128,9 @@ distclean-noinstLIBRARIES: maintainer-clean-noinstLIBRARIES: +.c.o: + $(COMPILE) -c $< + .s.o: $(COMPILE) -c $< @@ -138,13 +147,10 @@ distclean-compile: maintainer-clean-compile: -libswf.a: $(libswf_a_OBJECTS) $(libswf_a_DEPENDENCIES) bladeenc/libbladeenc.a - -rm -f libswf.a - $(AR) cru libswf.a $(libswf_a_OBJECTS) bladeenc/codec.o \ - bladeenc/common.o bladeenc/encode.o bladeenc/formatbitstream2.o \ - bladeenc/l3bitstream.o bladeenc/l3psy.o bladeenc/loop.o bladeenc/mdct.o \ - bladeenc/reservoir.o bladeenc/subs.o bladeenc/tables.o - $(RANLIB) libswf.a +librfxswf.a: $(librfxswf_a_OBJECTS) $(librfxswf_a_DEPENDENCIES) + -rm -f librfxswf.a + $(AR) cru librfxswf.a $(librfxswf_a_OBJECTS) $(librfxswf_a_LIBADD) + $(RANLIB) librfxswf.a # This directory's subdirectories are mostly independent; you can cd # into them and run `make' without going through this Makefile. @@ -240,11 +246,6 @@ distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) subdir = lib distdir: $(DISTFILES) - here=`cd $(top_builddir) && pwd`; \ - top_distdir=`cd $(top_distdir) && pwd`; \ - distdir=`cd $(distdir) && pwd`; \ - cd $(top_srcdir) \ - && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu lib/Makefile @for file in $(DISTFILES); do \ d=$(srcdir); \ if test -d $$d/$$file; then \ @@ -265,38 +266,6 @@ distdir: $(DISTFILES) || exit 1; \ fi; \ done - -DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :) - --include $(DEP_FILES) - -mostlyclean-depend: - -clean-depend: - -distclean-depend: - -rm -rf .deps - -maintainer-clean-depend: - -%.o: %.c - @echo '$(COMPILE) -c $<'; \ - $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $< - @-cp .deps/$(*F).pp .deps/$(*F).P; \ - tr ' ' '\012' < .deps/$(*F).pp \ - | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ - >> .deps/$(*F).P; \ - rm .deps/$(*F).pp - -%.lo: %.c - @echo '$(LTCOMPILE) -c $<'; \ - $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $< - @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \ - < .deps/$(*F).pp > .deps/$(*F).P; \ - tr ' ' '\012' < .deps/$(*F).pp \ - | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ - >> .deps/$(*F).P; \ - rm -f .deps/$(*F).pp info-am: info: info-recursive dvi-am: @@ -319,7 +288,7 @@ uninstall: uninstall-recursive all-am: Makefile $(LIBRARIES) all-redirect: all-recursive install-strip: - $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install + $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install installdirs: installdirs-recursive installdirs-am: @@ -334,25 +303,23 @@ distclean-generic: maintainer-clean-generic: mostlyclean-am: mostlyclean-noinstLIBRARIES mostlyclean-compile \ - mostlyclean-tags mostlyclean-depend mostlyclean-generic + mostlyclean-tags mostlyclean-generic mostlyclean: mostlyclean-recursive -clean-am: clean-noinstLIBRARIES clean-compile clean-tags clean-depend \ - clean-generic mostlyclean-am +clean-am: clean-noinstLIBRARIES clean-compile clean-tags clean-generic \ + mostlyclean-am clean: clean-recursive distclean-am: distclean-noinstLIBRARIES distclean-compile \ - distclean-tags distclean-depend distclean-generic \ - clean-am + distclean-tags distclean-generic clean-am distclean: distclean-recursive maintainer-clean-am: maintainer-clean-noinstLIBRARIES \ maintainer-clean-compile maintainer-clean-tags \ - maintainer-clean-depend maintainer-clean-generic \ - distclean-am + maintainer-clean-generic distclean-am @echo "This command is intended for maintainers to use;" @echo "it deletes files that may require special tools to rebuild." @@ -367,14 +334,12 @@ uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \ all-recursive check-recursive installcheck-recursive info-recursive \ dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \ maintainer-clean-recursive tags tags-recursive mostlyclean-tags \ -distclean-tags clean-tags maintainer-clean-tags distdir \ -mostlyclean-depend distclean-depend clean-depend \ -maintainer-clean-depend info-am info dvi-am dvi check check-am \ -installcheck-am installcheck install-exec-am install-exec \ -install-data-am install-data install-am install uninstall-am uninstall \ -all-redirect all-am all installdirs-am installdirs mostlyclean-generic \ -distclean-generic clean-generic maintainer-clean-generic clean \ -mostlyclean distclean maintainer-clean +distclean-tags clean-tags maintainer-clean-tags distdir info-am info \ +dvi-am dvi check check-am installcheck-am installcheck install-exec-am \ +install-exec install-data-am install-data install-am install \ +uninstall-am uninstall all-redirect all-am all installdirs-am \ +installdirs mostlyclean-generic distclean-generic clean-generic \ +maintainer-clean-generic clean mostlyclean distclean maintainer-clean # Tell versions [3.59,3.63) of GNU make to not export all variables.