libpng/Makefile.am

153 lines
5.0 KiB
Makefile
Raw Normal View History

2006-03-02 13:23:18 +00:00
# Makefile.am:
# Source file for Makefile.in (and hence Makefile)
#
2007-05-15 21:16:34 +00:00
PNGLIB_BASENAME= libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@
2006-03-02 13:23:18 +00:00
# libpng does not follow GNU file name conventions
AUTOMAKE_OPTIONS = foreign
# test programs - run on make check, make distcheck
2004-12-03 00:14:51 +00:00
check_PROGRAMS= pngtest
pngtest_SOURCES = pngtest.c
pngtest_LDADD = libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@.la
2004-12-03 00:14:51 +00:00
TESTS = test-pngtest.sh
TESTS_ENVIRONMENT= srcdir=$(srcdir)
2006-03-02 13:23:18 +00:00
# man pages
2004-12-03 00:14:51 +00:00
dist_man_MANS= libpng.3 libpngpf.3 png.5
2006-03-02 13:23:18 +00:00
# generate the -config scripts if required
binconfigs= libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@-config
EXTRA_SCRIPTS= libpng-config libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@-config
2006-03-02 13:23:18 +00:00
bin_SCRIPTS= @binconfigs@
# rules to build libpng, only build the old library on request
lib_LTLIBRARIES=libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@.la
# EXTRA_LTLIBRARIES= libpng.la
libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@_la_SOURCES = png.c pngset.c pngget.c pngrutil.c \
pngtrans.c pngwutil.c \
2004-12-03 00:14:51 +00:00
pngread.c pngrio.c pngwio.c pngwrite.c pngrtran.c \
2008-07-30 19:47:09 +00:00
pngwtran.c pngmem.c pngerror.c pngpread.c \
png.h pngconf.h pngpriv.h pngstruct.h pnginfo.h pngdebug.h
2006-04-15 11:37:45 +00:00
libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@_la_CPPFLAGS = @LIBPNG_DEFINES@
2006-04-15 11:37:45 +00:00
libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@_la_LDFLAGS = -no-undefined -export-dynamic \
-version-number @PNGLIB_MAJOR@@PNGLIB_MINOR@:@PNGLIB_RELEASE@:0
2006-03-04 22:50:47 +00:00
if HAVE_LD_VERSION_SCRIPT
# Versioned symbols and restricted exports
libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@_la_LDFLAGS += -Wl,--version-script=libpng.vers
libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@_la_DEPENDENCIES = libpng.vers
2006-03-04 22:50:47 +00:00
else
# Only restricted exports when possible
libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@_la_LDFLAGS += -export-symbols libpng.sym
libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@_la_DEPENDENCIES = libpng.sym
2006-03-04 22:50:47 +00:00
endif
2008-07-30 19:47:09 +00:00
2004-12-03 00:14:51 +00:00
#distribute headers in /usr/include/libpng/*
2006-03-02 13:23:18 +00:00
pkgincludedir= $(includedir)/$(PNGLIB_BASENAME)
2008-07-30 19:47:09 +00:00
pkginclude_HEADERS= png.h pngconf.h
2004-12-03 00:14:51 +00:00
2006-03-02 13:23:18 +00:00
# pkg-config stuff, note that libpng.pc is always required in order
# to get the correct library
pkgconfigdir = @pkgconfigdir@
pkgconfig_DATA = libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@.pc
2006-03-02 13:23:18 +00:00
2004-12-03 00:14:51 +00:00
#extra source distribution files.
2006-02-24 12:30:16 +00:00
EXTRA_DIST= \
ANNOUNCE CHANGES INSTALL LICENSE README TODO \
2004-12-03 00:14:51 +00:00
pngtest.png pngbar.png pngnow.png pngbar.jpg autogen.sh \
2006-02-24 12:30:16 +00:00
${srcdir}/projects/visualc6/* \
${srcdir}/projects/visualc71/* \
${srcdir}/projects/xcode/* \
${srcdir}/scripts/* \
2004-12-03 00:14:51 +00:00
${srcdir}/contrib/gregbook/* \
${srcdir}/contrib/pngminim/* \
2004-12-03 00:14:51 +00:00
${srcdir}/contrib/pngminus/* \
${srcdir}/contrib/pngsuite/* \
${srcdir}/contrib/visupng/* \
$(TESTS) \
CMakeLists.txt example.c libpng-@PNGLIB_VERSION@.txt
2004-12-03 00:14:51 +00:00
CLEANFILES= dfn.c dfn?.out pngout.png libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@.pc \
libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@-config libpng.vers libpng.sym \
libpng.def symbols.new symbols.chk scripts/*.out
2006-05-11 14:43:09 +00:00
2008-07-30 19:47:09 +00:00
MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess config.h.in \
config.sub configure depcomp install-sh ltmain.sh missing
2006-07-12 18:33:47 +00:00
SUFFIXES = .dfn .out
2006-03-02 13:23:18 +00:00
$(PNGLIB_BASENAME).pc: libpng.pc
cp libpng.pc $@
2004-12-03 00:14:51 +00:00
2006-03-02 13:23:18 +00:00
$(PNGLIB_BASENAME)-config: libpng-config
cp libpng-config $@
2004-12-03 00:14:51 +00:00
scripts/sym.out scripts/vers.out scritps/def.out scripts/checksym.out: png.h pngconf.h
libpng.sym: scripts/sym.out
rm -f $@
cp $? $@
libpng.vers: scripts/vers.out
rm -f $@
cp $? $@
libpng.def: scripts/def.out
rm -f $@
cp $? $@
SYMBOL_CFLAGS = -DPNGLIB_LIBNAME='PNG@PNGLIB_MAJOR@@PNGLIB_MINOR@_0'\
-DPNGLIB_VERSION='@PNGLIB_VERSION@'\
-DSYMBOL_PREFIX='$(SYMBOL_PREFIX)'
.dfn.out:
rm -f $@ dfn.c dfn?.out
test -d scripts || mkdir scripts
echo '#include "$<"' >dfn.c
$(CPP) @LIBPNG_DEFINES@ $(CPPFLAGS) $(SYMBOL_CFLAGS) dfn.c >dfn1.out
$(SED) -n -e 's|^.*PNG_DEFN_MAGIC-\(.*\)-PNG_DEFN_END.*$$|\1|p' dfn1.out >dfn2.out
$(SED) -e 's| *@@@ *||' -e 's| *$$||' dfn2.out >dfn3.out
rm -f dfn.c dfn[12].out
mv dfn3.out $@
2006-03-04 22:50:47 +00:00
symbols.chk: scripts/checksym.awk scripts/symbols.def scripts/checksym.out
rm -f $@ symbols.new
$(AWK) -f ${srcdir}/scripts/checksym.awk ${srcdir}/scripts/symbols.def\
scripts/checksym.out >&2
mv symbols.new $@
dist: symbols.chk
2008-07-30 19:47:09 +00:00
test: check
2006-03-02 13:23:18 +00:00
# install the .../include headers as links to the new ones
install-data-hook:
2008-07-30 19:47:09 +00:00
cd $(DESTDIR)$(includedir); rm -f png.h pngconf.h
2006-03-02 13:23:18 +00:00
cd $(DESTDIR)$(includedir); $(LN_S) $(PNGLIB_BASENAME)/png.h png.h
2008-11-13 12:05:13 +00:00
cd $(DESTDIR)$(includedir); $(LN_S) $(PNGLIB_BASENAME)/pngconf.h \
pngconf.h
2006-03-04 22:50:47 +00:00
cd $(DESTDIR)$(pkgconfigdir); rm -f libpng.pc
cd $(DESTDIR)$(pkgconfigdir); $(LN_S) $(PNGLIB_BASENAME).pc libpng.pc
2004-12-03 00:14:51 +00:00
# do evil things to libpng to cause libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@ to be used
2006-03-02 13:23:18 +00:00
install-exec-hook:
2006-03-04 22:50:47 +00:00
cd $(DESTDIR)$(bindir); rm -f libpng-config
cd $(DESTDIR)$(bindir); $(LN_S) $(PNGLIB_BASENAME)-config libpng-config
2006-04-21 02:31:14 +00:00
@set -x;\
cd $(DESTDIR)$(libdir);\
for ext in a la so so.@PNGLIB_MAJOR@@PNGLIB_MINOR@.@PNGLIB_RELEASE@ sl dylib; do\
2006-04-21 02:31:14 +00:00
rm -f libpng.$$ext;\
2006-11-08 02:38:11 +00:00
if test -f $(PNGLIB_BASENAME).$$ext; then\
$(LN_S) $(PNGLIB_BASENAME).$$ext libpng.$$ext;\
fi;\
2006-04-21 02:31:14 +00:00
done
2006-03-04 22:50:47 +00:00
uninstall-hook:
2008-07-30 19:47:09 +00:00
cd $(DESTDIR)$(includedir); rm -f png.h pngconf.h
2006-03-04 22:50:47 +00:00
rm -f $(DESTDIR)$(pkgconfigdir)/libpng.pc
rm -f $(DESTDIR)$(bindir)/libpng-config
rm -f $(DESTDIR)$(libdir)/libpng.a
rm -f $(DESTDIR)$(libdir)/libpng.la