From e53371df6e7e28570253fc7ee59e554150704f59 Mon Sep 17 00:00:00 2001 From: Glenn Randers-Pehrson Date: Sun, 3 Jan 2010 19:28:06 -0600 Subject: [PATCH] [alpha] Revised Makefile.am and makefile.in to remove references to Y2KINFO, KNOWNBUG, and libpng.la (Robert Schwebel) --- ANNOUNCE | 6 ++++-- CHANGES | 4 +++- Makefile.am | 4 ++-- Makefile.in | 14 ++++---------- 4 files changed, 13 insertions(+), 15 deletions(-) diff --git a/ANNOUNCE b/ANNOUNCE index 00be58a44..e011562e2 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -1,5 +1,5 @@ -Libpng 1.5.0alpha01 - January 3, 2010 +Libpng 1.5.0alpha01 - January 4, 2010 This is not intended to be a public release. It will be replaced within a few weeks by a public version or by another test version. @@ -55,7 +55,7 @@ version 1.4.1alpha02 [December 11, 2009] change in version 1.2.41beta08 caused transparency to be handled wrong in some 16-bit datastreams (Yusaku Sugai). -version 1.5.0alpha01 [January 3, 2010] +version 1.5.0alpha01 [January 4, 2010] Bump version to 1.5.0alpha01 Add "depth" parameter to private png_build_gamma_table() Declared png_cleanup_needed "volatile" in pngread.c and pngwrite.c @@ -73,6 +73,8 @@ version 1.5.0alpha01 [January 3, 2010] Removed the just-added sysroot feature. It is the job of pkg-config, not foo.pc, to mangle the directory locations when $PKG_CONFIG_SYSROOT_DIR has been defined. + Revised Makefile.am and makefile.in to remove references to Y2KINFO, + KNOWNBUG, and libpng.la (Robert Schwebel) Send comments/corrections/commendations to png-mng-implement at lists.sf.net (subscription required; visit diff --git a/CHANGES b/CHANGES index 94205f658..5c453d19c 100644 --- a/CHANGES +++ b/CHANGES @@ -2437,7 +2437,7 @@ version 1.4.1alpha02 [December 11, 2009] change in version 1.2.41beta08 caused transparency to be handled wrong in some 16-bit datastreams (Yusaku Sugai). -version 1.5.0alpha01 [January 3, 2010] +version 1.5.0alpha01 [January 4, 2010] Bump version to 1.5.0alpha01 Add "depth" parameter to private png_build_gamma_table() Declared png_cleanup_needed "volatile" in pngread.c and pngwrite.c @@ -2456,6 +2456,8 @@ version 1.5.0alpha01 [January 3, 2010] Removed the just-added sysroot feature. It is the job of pkg-config, not foo.pc, to mangle the directory locations when $PKG_CONFIG_SYSROOT_DIR has been defined. + Revised Makefile.am and makefile.in to remove references to Y2KINFO, + KNOWNBUG, and libpng.la (Robert Schwebel) Send comments/corrections/commendations to png-mng-implement at lists.sf.net diff --git a/Makefile.am b/Makefile.am index a77488b90..b74484455 100644 --- a/Makefile.am +++ b/Makefile.am @@ -30,7 +30,7 @@ bin_SCRIPTS= @binconfigs@ # rules to build libpng, only build the old library on request lib_LTLIBRARIES=libpng15.la -EXTRA_LTLIBRARIES= libpng.la +# EXTRA_LTLIBRARIES= libpng.la libpng15_la_SOURCES = png.c pngset.c pngget.c pngrutil.c \ pngtrans.c pngwutil.c \ pngread.c pngrio.c pngwio.c pngwrite.c pngrtran.c \ @@ -67,7 +67,7 @@ pkgconfig_DATA = libpng15.pc #extra source distribution files. EXTRA_DIST= \ - ANNOUNCE CHANGES INSTALL KNOWNBUG LICENSE README TODO Y2KINFO \ + ANNOUNCE CHANGES INSTALL LICENSE README TODO \ pngtest.png pngbar.png pngnow.png pngbar.jpg autogen.sh \ ${srcdir}/projects/cbuilder5/* \ ${srcdir}/projects/visualc6/* \ diff --git a/Makefile.in b/Makefile.in index dc7eeb549..0ae8bb85f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -91,9 +91,6 @@ am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \ "$(DESTDIR)$(man3dir)" "$(DESTDIR)$(man5dir)" \ "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(pkgincludedir)" LTLIBRARIES = $(lib_LTLIBRARIES) -libpng_la_LIBADD = -libpng_la_SOURCES = libpng.c -libpng_la_OBJECTS = libpng.lo libpng15_la_LIBADD = am_libpng15_la_OBJECTS = libpng15_la-png.lo libpng15_la-pngset.lo \ libpng15_la-pngget.lo libpng15_la-pngrutil.lo \ @@ -124,8 +121,8 @@ CCLD = $(CC) LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ $(LDFLAGS) -o $@ -SOURCES = libpng.c $(libpng15_la_SOURCES) $(pngtest_SOURCES) -DIST_SOURCES = libpng.c $(libpng15_la_SOURCES) $(pngtest_SOURCES) +SOURCES = $(libpng15_la_SOURCES) $(pngtest_SOURCES) +DIST_SOURCES = $(libpng15_la_SOURCES) $(pngtest_SOURCES) man3dir = $(mandir)/man3 man5dir = $(mandir)/man5 NROFF = nroff @@ -294,7 +291,7 @@ bin_SCRIPTS = @binconfigs@ # rules to build libpng, only build the old library on request lib_LTLIBRARIES = libpng15.la -EXTRA_LTLIBRARIES = libpng.la +# EXTRA_LTLIBRARIES= libpng.la libpng15_la_SOURCES = png.c pngset.c pngget.c pngrutil.c \ pngtrans.c pngwutil.c \ pngread.c pngrio.c pngwio.c pngwrite.c pngrtran.c \ @@ -316,7 +313,7 @@ pkgconfig_DATA = libpng15.pc #extra source distribution files. EXTRA_DIST = \ - ANNOUNCE CHANGES INSTALL KNOWNBUG LICENSE README TODO Y2KINFO \ + ANNOUNCE CHANGES INSTALL LICENSE README TODO \ pngtest.png pngbar.png pngnow.png pngbar.jpg autogen.sh \ ${srcdir}/projects/cbuilder5/* \ ${srcdir}/projects/visualc6/* \ @@ -428,8 +425,6 @@ clean-libLTLIBRARIES: echo "rm -f \"$${dir}/so_locations\""; \ rm -f "$${dir}/so_locations"; \ done -libpng.la: $(libpng_la_OBJECTS) $(libpng_la_DEPENDENCIES) - $(LINK) $(libpng_la_OBJECTS) $(libpng_la_LIBADD) $(LIBS) libpng15.la: $(libpng15_la_OBJECTS) $(libpng15_la_DEPENDENCIES) $(libpng15_la_LINK) -rpath $(libdir) $(libpng15_la_OBJECTS) $(libpng15_la_LIBADD) $(LIBS) @@ -485,7 +480,6 @@ mostlyclean-compile: distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpng.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpng15_la-png.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpng15_la-pngerror.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpng15_la-pngget.Plo@am__quote@