summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorJohn Bowler <jbowler@acm.org>2010-12-27 22:10:19 -0600
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2010-12-27 22:10:19 -0600
commite06092a24e57580af0dc1cbb158c2d9c21dff977 (patch)
treef325797b790fb8adb8d71a6f37505483fd557a08 /Makefile.in
parent57731529dcbb21ceabd6143b2dc19db7390f0b92 (diff)
downloadlibpng-e06092a24e57580af0dc1cbb158c2d9c21dff977.tar.gz
Removed scripts/pngwin.def and pngwin.dfn, added def.dfn, revised Makefile.am
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in10
1 files changed, 3 insertions, 7 deletions
diff --git a/Makefile.in b/Makefile.in
index f350b5f2d..9d4463397 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -341,7 +341,7 @@ EXTRA_DIST = \
SCRIPT_CLEANFILES = scripts/*.out scripts/*.chk scripts/pnglibconf.dfn
CLEANFILES = dfn.c dfn?.out pngout.png libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@.pc \
libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@-config libpng.vers libpng.sym \
- pngwin.def check.new pnglibconf.* symbols.new pngtest-log.txt \
+ check.new pnglibconf.* symbols.new pngtest-log.txt \
$(SCRIPT_CLEANFILES)
MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess config.h.in \
@@ -1253,7 +1253,7 @@ $(PNGLIB_BASENAME)-config: libpng-config
cp libpng-config $@
scripts/sym.out scripts/vers.out: png.h pngconf.h pnglibconf.h
-scripts/symbols.out scripts/pngwin.out: png.h pngconf.h scripts/pnglibconf.h.prebuilt
+scripts/symbols.out: png.h pngconf.h scripts/pnglibconf.h.prebuilt
libpng.sym: scripts/sym.out
rm -f $@
@@ -1261,9 +1261,6 @@ libpng.sym: scripts/sym.out
libpng.vers: scripts/vers.out
rm -f $@
cp $? $@
-pngwin.def: scripts/pngwin.out
- rm -f $@
- cp $? $@
pnglibconf.h: pnglibconf.out
rm -f $@
cp $? $@
@@ -1299,7 +1296,6 @@ pnglibconf.dfn: scripts/pnglibconf.dfa scripts/options.awk
mv dfn2.out $@
# Symbol checks (.def and .out files should match)
-scripts/pngwin.chk: scripts/checksym.awk scripts/pngwin.def scripts/pngwin.out
scripts/symbols.chk: scripts/checksym.awk scripts/symbols.def scripts/symbols.out
.out.chk:
rm -f $@ symbols.new
@@ -1325,7 +1321,7 @@ $(libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@_la_OBJECTS): png.h pngconf.h \
test: check-am
# Extra checks
-check: scripts/symbols.chk scripts/pngwin.chk
+check: scripts/symbols.chk
# Don't distribute the generated script files
dist-hook: