[alpha] Revised Makefile.am and makefile.in to remove references to Y2KINFO,

KNOWNBUG, and libpng.la (Robert Schwebel)
This commit is contained in:
Glenn Randers-Pehrson
2010-01-03 19:28:06 -06:00
parent 9b085c6c74
commit e53371df6e
4 changed files with 13 additions and 15 deletions

View File

@@ -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 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. 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 change in version 1.2.41beta08 caused transparency to be handled wrong
in some 16-bit datastreams (Yusaku Sugai). 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 Bump version to 1.5.0alpha01
Add "depth" parameter to private png_build_gamma_table() Add "depth" parameter to private png_build_gamma_table()
Declared png_cleanup_needed "volatile" in pngread.c and pngwrite.c 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, 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 not foo.pc, to mangle the directory locations when $PKG_CONFIG_SYSROOT_DIR
has been defined. 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 Send comments/corrections/commendations to png-mng-implement at lists.sf.net
(subscription required; visit (subscription required; visit

View File

@@ -2437,7 +2437,7 @@ version 1.4.1alpha02 [December 11, 2009]
change in version 1.2.41beta08 caused transparency to be handled wrong change in version 1.2.41beta08 caused transparency to be handled wrong
in some 16-bit datastreams (Yusaku Sugai). 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 Bump version to 1.5.0alpha01
Add "depth" parameter to private png_build_gamma_table() Add "depth" parameter to private png_build_gamma_table()
Declared png_cleanup_needed "volatile" in pngread.c and pngwrite.c 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, 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 not foo.pc, to mangle the directory locations when $PKG_CONFIG_SYSROOT_DIR
has been defined. 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 Send comments/corrections/commendations to png-mng-implement at lists.sf.net

View File

@@ -30,7 +30,7 @@ bin_SCRIPTS= @binconfigs@
# rules to build libpng, only build the old library on request # rules to build libpng, only build the old library on request
lib_LTLIBRARIES=libpng15.la lib_LTLIBRARIES=libpng15.la
EXTRA_LTLIBRARIES= libpng.la # EXTRA_LTLIBRARIES= libpng.la
libpng15_la_SOURCES = png.c pngset.c pngget.c pngrutil.c \ libpng15_la_SOURCES = png.c pngset.c pngget.c pngrutil.c \
pngtrans.c pngwutil.c \ pngtrans.c pngwutil.c \
pngread.c pngrio.c pngwio.c pngwrite.c pngrtran.c \ pngread.c pngrio.c pngwio.c pngwrite.c pngrtran.c \
@@ -67,7 +67,7 @@ pkgconfig_DATA = libpng15.pc
#extra source distribution files. #extra source distribution files.
EXTRA_DIST= \ 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 \ pngtest.png pngbar.png pngnow.png pngbar.jpg autogen.sh \
${srcdir}/projects/cbuilder5/* \ ${srcdir}/projects/cbuilder5/* \
${srcdir}/projects/visualc6/* \ ${srcdir}/projects/visualc6/* \

View File

@@ -91,9 +91,6 @@ am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \
"$(DESTDIR)$(man3dir)" "$(DESTDIR)$(man5dir)" \ "$(DESTDIR)$(man3dir)" "$(DESTDIR)$(man5dir)" \
"$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(pkgincludedir)" "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(pkgincludedir)"
LTLIBRARIES = $(lib_LTLIBRARIES) LTLIBRARIES = $(lib_LTLIBRARIES)
libpng_la_LIBADD =
libpng_la_SOURCES = libpng.c
libpng_la_OBJECTS = libpng.lo
libpng15_la_LIBADD = libpng15_la_LIBADD =
am_libpng15_la_OBJECTS = libpng15_la-png.lo libpng15_la-pngset.lo \ am_libpng15_la_OBJECTS = libpng15_la-png.lo libpng15_la-pngset.lo \
libpng15_la-pngget.lo libpng15_la-pngrutil.lo \ libpng15_la-pngget.lo libpng15_la-pngrutil.lo \
@@ -124,8 +121,8 @@ CCLD = $(CC)
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
$(LDFLAGS) -o $@ $(LDFLAGS) -o $@
SOURCES = libpng.c $(libpng15_la_SOURCES) $(pngtest_SOURCES) SOURCES = $(libpng15_la_SOURCES) $(pngtest_SOURCES)
DIST_SOURCES = libpng.c $(libpng15_la_SOURCES) $(pngtest_SOURCES) DIST_SOURCES = $(libpng15_la_SOURCES) $(pngtest_SOURCES)
man3dir = $(mandir)/man3 man3dir = $(mandir)/man3
man5dir = $(mandir)/man5 man5dir = $(mandir)/man5
NROFF = nroff NROFF = nroff
@@ -294,7 +291,7 @@ bin_SCRIPTS = @binconfigs@
# rules to build libpng, only build the old library on request # rules to build libpng, only build the old library on request
lib_LTLIBRARIES = libpng15.la lib_LTLIBRARIES = libpng15.la
EXTRA_LTLIBRARIES = libpng.la # EXTRA_LTLIBRARIES= libpng.la
libpng15_la_SOURCES = png.c pngset.c pngget.c pngrutil.c \ libpng15_la_SOURCES = png.c pngset.c pngget.c pngrutil.c \
pngtrans.c pngwutil.c \ pngtrans.c pngwutil.c \
pngread.c pngrio.c pngwio.c pngwrite.c pngrtran.c \ pngread.c pngrio.c pngwio.c pngwrite.c pngrtran.c \
@@ -316,7 +313,7 @@ pkgconfig_DATA = libpng15.pc
#extra source distribution files. #extra source distribution files.
EXTRA_DIST = \ 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 \ pngtest.png pngbar.png pngnow.png pngbar.jpg autogen.sh \
${srcdir}/projects/cbuilder5/* \ ${srcdir}/projects/cbuilder5/* \
${srcdir}/projects/visualc6/* \ ${srcdir}/projects/visualc6/* \
@@ -428,8 +425,6 @@ clean-libLTLIBRARIES:
echo "rm -f \"$${dir}/so_locations\""; \ echo "rm -f \"$${dir}/so_locations\""; \
rm -f "$${dir}/so_locations"; \ rm -f "$${dir}/so_locations"; \
done 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: $(libpng15_la_OBJECTS) $(libpng15_la_DEPENDENCIES)
$(libpng15_la_LINK) -rpath $(libdir) $(libpng15_la_OBJECTS) $(libpng15_la_LIBADD) $(LIBS) $(libpng15_la_LINK) -rpath $(libdir) $(libpng15_la_OBJECTS) $(libpng15_la_LIBADD) $(LIBS)
@@ -485,7 +480,6 @@ mostlyclean-compile:
distclean-compile: distclean-compile:
-rm -f *.tab.c -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-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-pngerror.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpng15_la-pngget.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpng15_la-pngget.Plo@am__quote@