Makefile.am 13.3 KB
Newer Older
1
# Makefile.am, the source file for Makefile.in (and hence Makefile), is
2
#
3
# Copyright (c) 2004-2016 Glenn Randers-Pehrson
4
# Last changed in libpng 1.6.25 [October 20, 2016]
5 6 7 8
#
# This code is released under the libpng license.
# For conditions of distribution and use, see the disclaimer
# and license in png.h
9

10
PNGLIB_BASENAME= libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@
11

12
ACLOCAL_AMFLAGS = -I scripts
13 14

# test programs - run on make check, make distcheck
15
check_PROGRAMS= pngtest pngunknown pngstest pngvalid pngimage pngcp
16 17 18
if HAVE_CLOCK_GETTIME
check_PROGRAMS += timepng
endif
19

20
# Utilities - installed
21
bin_PROGRAMS= pngfix png-fix-itxt
22

23 24 25 26 27 28 29 30 31 32
# This ensures that pnglibconf.h gets built at the start of 'make all' or
# 'make check', but it does not add dependencies to the individual programs,
# this is done below.
#
# IMPORTANT: always add the object modules of new programs to the list below
# because otherwise the sequence 'configure; make new-program' will *sometimes*
# result in the installed (system) pnglibconf.h being used and the result is
# always wrong and always very confusing.
BUILT_SOURCES = pnglibconf.h

33
pngtest_SOURCES = pngtest.c
34
pngtest_LDADD = libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@.la
35

36
pngvalid_SOURCES = contrib/libtests/pngvalid.c
37
pngvalid_LDADD = libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@.la
38 39

pngstest_SOURCES = contrib/libtests/pngstest.c
40
pngstest_LDADD = libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@.la
41 42 43 44

pngunknown_SOURCES = contrib/libtests/pngunknown.c
pngunknown_LDADD = libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@.la

45 46 47
pngimage_SOURCES = contrib/libtests/pngimage.c
pngimage_LDADD = libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@.la

48 49 50
timepng_SOURCES = contrib/libtests/timepng.c
timepng_LDADD = libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@.la

51 52
pngfix_SOURCES = contrib/tools/pngfix.c
pngfix_LDADD = libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@.la
53

54
png_fix_itxt_SOURCES = contrib/tools/png-fix-itxt.c
55

J
John Bowler 已提交
56 57 58
pngcp_SOURCES = contrib/tools/pngcp.c
pngcp_LDADD = libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@.la

59 60 61 62 63 64 65 66 67
# Generally these are single line shell scripts to run a test with a particular
# set of parameters:
TESTS =\
   tests/pngtest\
   tests/pngvalid-gamma-16-to-8 tests/pngvalid-gamma-alpha-mode\
   tests/pngvalid-gamma-background tests/pngvalid-gamma-expand16-alpha-mode\
   tests/pngvalid-gamma-expand16-background\
   tests/pngvalid-gamma-expand16-transform tests/pngvalid-gamma-sbit\
   tests/pngvalid-gamma-threshold tests/pngvalid-gamma-transform\
68
   tests/pngvalid-progressive-size\
69
   tests/pngvalid-progressive-interlace-standard\
70
   tests/pngvalid-transform\
71
   tests/pngvalid-progressive-standard tests/pngvalid-standard\
72 73 74
   tests/pngstest-1.8 tests/pngstest-1.8-alpha tests/pngstest-linear\
   tests/pngstest-linear-alpha tests/pngstest-none tests/pngstest-none-alpha\
   tests/pngstest-sRGB tests/pngstest-sRGB-alpha tests/pngunknown-IDAT\
75
   tests/pngunknown-discard tests/pngunknown-if-safe tests/pngunknown-sAPI\
76 77
   tests/pngunknown-sTER tests/pngunknown-save tests/pngunknown-vpAg\
   tests/pngimage-quick tests/pngimage-full
78

79
# man pages
80 81
dist_man_MANS= libpng.3 libpngpf.3 png.5

82
# generate the -config scripts if required
83
binconfigs= libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@-config
84
EXTRA_SCRIPTS= libpng-config libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@-config
85 86 87
bin_SCRIPTS= @binconfigs@

# rules to build libpng, only build the old library on request
88 89
lib_LTLIBRARIES=libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@.la
# EXTRA_LTLIBRARIES= libpng.la
90
libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@_la_SOURCES = png.c pngerror.c\
G
[devel]  
Glenn Randers-Pehrson 已提交
91 92
	pngget.c pngmem.c pngpread.c pngread.c pngrio.c pngrtran.c pngrutil.c\
	pngset.c pngtrans.c pngwio.c pngwrite.c pngwtran.c pngwutil.c\
93
	png.h pngconf.h pngdebug.h pnginfo.h pngpriv.h pngstruct.h pngusr.dfa
94

95
if PNG_ARM_NEON
96
libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@_la_SOURCES += arm/arm_init.c\
97
	arm/filter_neon.S arm/filter_neon_intrinsics.c
98
endif
99

100 101 102 103 104
if PNG_MIPS_MSA
libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@_la_SOURCES += mips/mips_init.c\
	mips/filter_msa_intrinsics.c
endif

105 106
nodist_libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@_la_SOURCES = pnglibconf.h

107 108
libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@_la_LDFLAGS = -no-undefined -export-dynamic \
	-version-number @PNGLIB_MAJOR@@PNGLIB_MINOR@:@PNGLIB_RELEASE@:0
109 110

if HAVE_LD_VERSION_SCRIPT
111 112
#   Versioned symbols and restricted exports
if HAVE_SOLARIS_LD
113
  libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@_la_LDFLAGS += -Wl,-M -Wl,libpng.vers
114
else
115
  libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@_la_LDFLAGS += -Wl,--version-script=libpng.vers
116 117
endif

118
  libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@_la_DEPENDENCIES = libpng.vers
119
else
120
#   Only restricted exports when possible
121 122
  libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@_la_LDFLAGS += -export-symbols libpng.sym
  libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@_la_DEPENDENCIES = libpng.sym
123
endif
124

125
#distribute headers in /usr/include/libpng/*
126
pkgincludedir= $(includedir)/$(PNGLIB_BASENAME)
127
pkginclude_HEADERS= png.h pngconf.h
128
nodist_pkginclude_HEADERS= pnglibconf.h
129

130 131 132
# pkg-config stuff, note that libpng.pc is always required in order
# to get the correct library
pkgconfigdir = @pkgconfigdir@
133
pkgconfig_DATA = libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@.pc
134

135 136 137
# Extra source distribution files, '${srcdir}' is used below to stop build files
# from those directories being included.  This only works if the configure is
# not done in the source directory!
138
EXTRA_DIST= \
139
	ANNOUNCE CHANGES INSTALL LICENSE README TODO \
140
	pngtest.png pngbar.png pngnow.png pngbar.jpg autogen.sh \
141
	${srcdir}/contrib ${srcdir}/projects ${srcdir}/scripts \
142
	$(TESTS) $(XFAIL_TESTS) tests/pngstest \
143
	CMakeLists.txt example.c libpng-manual.txt
144

145
SCRIPT_CLEANFILES=scripts/*.out scripts/*.chk
146

147
CLEANFILES= *.tf? pngout.png libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@.pc \
148
	libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@-config libpng.vers libpng.sym \
149
	check.new pnglibconf.h pngprefix.h symbols.new pngtest-log.txt \
150
	pnglibconf.out pnglibconf.c pnglibconf.pre pnglibconf.dfn \
151
	$(SCRIPT_CLEANFILES)
152

153
MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess config.h.in \
154
config.sub configure depcomp install-sh ltmain.sh missing
155

156 157 158 159 160 161
# PNG_COPTS give extra options for the C compiler to be used on all compilation
# steps (unless targe_CFLAGS is specified; that will take precedence over
# AM_CFLAGS)
PNG_COPTS = @PNG_COPTS@
AM_CFLAGS = ${PNG_COPTS}

162 163 164 165 166 167 168
# DFNCPP is normally just CPP - the C preprocessor - but on Solaris and maybe
# other operating systems (NeXT?) the C preprocessor selected by configure
# checks input tokens for validity - effectively it performs part of the ANSI-C
# parsing - and therefore fails with the .df files.  configure.ac has special
# checks for this and sets DFNCPP appropriately.
DFNCPP = @DFNCPP@

169
SUFFIXES = .chk .out
170

171 172
$(PNGLIB_BASENAME).pc: libpng.pc
	cp libpng.pc $@
173

174 175
$(PNGLIB_BASENAME)-config: libpng-config
	cp libpng-config $@
176

177
scripts/sym.out scripts/vers.out: png.h pngconf.h pnglibconf.h
178
scripts/prefix.out: png.h pngconf.h pnglibconf.out
179
scripts/symbols.out: png.h pngconf.h $(srcdir)/scripts/pnglibconf.h.prebuilt
180
scripts/intprefix.out: pnglibconf.h
181 182 183 184 185 186 187

libpng.sym: scripts/sym.out
	rm -f $@
	cp $? $@
libpng.vers: scripts/vers.out
	rm -f $@
	cp $? $@
188

189
if DO_PNG_PREFIX
190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207
# Rename functions in scripts/prefix.out with a PNG_PREFIX prefix.
# Rename macros in scripts/macro.lst from PNG_PREFIXpng_ to PNG_ (the actual
# implementation of the macro).
pnglibconf.h: pnglibconf.out scripts/prefix.out scripts/macro.lst
	rm -f $@
	$(AWK) 's==0 && NR>1{print prev}\
	   s==0{prev=$$0}\
	   s==1{print "#define", $$1, "@PNG_PREFIX@" $$1}\
	   s==2{print "#define @PNG_PREFIX@png_" $$1, "PNG_" $$1}\
	   END{print prev}' s=0 pnglibconf.out s=1 scripts/prefix.out\
	   s=2 ${srcdir}/scripts/macro.lst >pnglibconf.tf8
	mv pnglibconf.tf8 $@

pngprefix.h: scripts/intprefix.out
	rm -f pngprefix.tf1
	$(AWK) '{print "#define", $$1, "@PNG_PREFIX@" $$1}' $? >pngprefix.tf1
	mv pngprefix.tf1 $@
else
208
pnglibconf.h: pnglibconf.out
209 210
	rm -f $@
	cp $? $@
211 212 213 214 215

pngprefix.h: # is empty
	:>$@
endif

216 217
$(srcdir)/scripts/pnglibconf.h.prebuilt:
	@echo "Attempting to build $@" >&2
218
	@echo "This is a machine generated file, but if you want to make" >&2
219 220
	@echo "a new one simply make 'scripts/pnglibconf.out', copy that" >&2
	@echo "AND set PNG_ZLIB_VERNUM to 0 (you MUST do this)" >&2
221
	@exit 1
222

223 224
# The following is necessary to ensure that the local pnglibconf.h is used, not
# an installed one (this can happen immediately after on a clean system if
225 226 227 228 229 230 231 232
# 'make test' is the first thing the user does.)  Only files which include
# one of the png source files (typically png.h or pngpriv.h) need to be listed
# here:
pngtest.o: pnglibconf.h

contrib/libtests/makepng.o: pnglibconf.h
contrib/libtests/pngstest.o: pnglibconf.h
contrib/libtests/pngunknown.o: pnglibconf.h
233
contrib/libtests/pngimage.o: pnglibconf.h
234 235 236
contrib/libtests/pngvalid.o: pnglibconf.h
contrib/libtests/readpng.o: pnglibconf.h
contrib/libtests/tarith.o: pnglibconf.h
237
contrib/libtests/timepng.o: pnglibconf.h
238 239 240

contrib/tools/makesRGB.o: pnglibconf.h
contrib/tools/pngfix.o: pnglibconf.h
J
John Bowler 已提交
241
contrib/tools/pngcp.o: pnglibconf.h
242

243
# We must use -DPNG_NO_USE_READ_MACROS here even when the library may actually
244 245
# be built with PNG_USE_READ_MACROS; this prevents the read macros from
# interfering with the symbol file format.
246 247
SYMBOL_CFLAGS = -DPNGLIB_LIBNAME='PNG@PNGLIB_MAJOR@@PNGLIB_MINOR@_0'\
		-DPNGLIB_VERSION='@PNGLIB_VERSION@'\
248
		-DSYMBOL_PREFIX='$(SYMBOL_PREFIX)'\
249
		-DPNG_NO_USE_READ_MACROS -DPNG_BUILDING_SYMBOL_TABLE
250

251
if DO_PNG_PREFIX
252 253 254
SYMBOL_CFLAGS += -DPNG_PREFIX='@PNG_PREFIX@'
endif

255 256
.c.out:
	rm -f $@ $*.tf[12]
257
	test -d scripts || mkdir scripts || test -d scripts
258
	$(DFNCPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES)\
259
	    $(CPPFLAGS) $(SYMBOL_CFLAGS) $< > $*.tf1
260
	$(AWK) -f "${srcdir}/scripts/dfn.awk" out="$*.tf2" $*.tf1 1>&2
261
	rm -f $*.tf1
262
	mv $*.tf2 $@
263

264 265
# The .c file for pnglibconf.h is machine generated
pnglibconf.c: scripts/pnglibconf.dfa scripts/options.awk pngconf.h pngusr.dfa $(DFA_XTRA)
266 267
	rm -f $@ $*.tf[45]
	$(AWK) -f ${srcdir}/scripts/options.awk out=$*.tf4 version=search\
268
	    ${srcdir}/pngconf.h ${srcdir}/scripts/pnglibconf.dfa\
269
	    ${srcdir}/pngusr.dfa $(DFA_XTRA) 1>&2
270 271 272
	$(AWK) -f ${srcdir}/scripts/options.awk out=$*.tf5 $*.tf4 1>&2
	rm $*.tf4
	mv $*.tf5 $@
273 274 275

# Symbol checks (.def and .out files should match)
scripts/symbols.chk: scripts/checksym.awk scripts/symbols.def scripts/symbols.out
276

277
.out.chk:
278
	rm -f $@ $*.new
279
	$(AWK) -f ${srcdir}/scripts/checksym.awk ${srcdir}/scripts/${*F}.def\
280 281
	    of="$*.new" $< >&2
	mv $*.new $@
282

283 284
# used on demand to regenerate the standard header, CPPFLAGS should
# be empty - no non-standard defines
285
scripts/pnglibconf.c: scripts/pnglibconf.dfa scripts/options.awk pngconf.h
286
	rm -f $@ pnglibconf.tf[67]
287
	test -z "$(CPPFLAGS)"
288
	echo "com @PNGLIB_VERSION@ STANDARD API DEFINITION" |\
289 290 291 292 293 294 295
	$(AWK) -f ${srcdir}/scripts/options.awk out=pnglibconf.tf6\
	    logunsupported=1 version=search ${srcdir}/pngconf.h -\
	    ${srcdir}/scripts/pnglibconf.dfa 1>&2
	$(AWK) -f ${srcdir}/scripts/options.awk out=pnglibconf.tf7\
	    pnglibconf.tf6 1>&2
	rm pnglibconf.tf6
	mv pnglibconf.tf7 $@
296 297

$(libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@_la_OBJECTS): png.h pngconf.h \
298
	pnglibconf.h pngpriv.h pngdebug.h pnginfo.h pngstruct.h pngprefix.h
299 300 301 302

test: check-am

# Extra checks
303
check: scripts/symbols.chk
304

305 306 307
# Don't distribute the generated script files
dist-hook:
	cd '$(top_distdir)'; rm -f $(SCRIPT_CLEANFILES)
308

309 310 311 312 313 314 315 316 317 318
# Make links between installed files with release-specific names and the generic
# file names.  If this install rule is run the generic names will be deleted and
# recreated - this has obvious issues for systems with multiple installations.

install-header-links:
	@set -ex; cd '$(DESTDIR)$(includedir)'; for f in $(HEADERS); do \
	   rm -f "$$f"; $(LN_S) "$(PNGLIB_BASENAME)/$$f" "$$f"; done

uninstall-header-links:
	cd '$(DESTDIR)$(includedir)'; rm -f $(HEADERS)
319

320 321 322 323 324
install-libpng-pc:
	@set -ex; cd '$(DESTDIR)$(pkgconfigdir)'; rm -f libpng.pc; \
	   $(LN_S) '$(PNGLIB_BASENAME).pc' libpng.pc

uninstall-libpng-pc:
325
	rm -f '$(DESTDIR)$(pkgconfigdir)/libpng.pc'
326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351

# EXT_LIST is a list of the possibly library directory extensions, this exists
# because we can't find a good way of discovering the file extensions that are
# actually installed on a given system, so instead we check for every extension
# we have seen.

EXT_LIST = a dll.a so so.@PNGLIB_MAJOR@@PNGLIB_MINOR@.@PNGLIB_RELEASE@ la sl dylib

install-library-links:
	@set -x; cd '$(DESTDIR)$(libdir)';\
	for ext in $(EXT_LIST); do\
	   rm -f "libpng.$$ext";\
           if test -f "$(PNGLIB_BASENAME).$$ext"; then\
              $(LN_S) "$(PNGLIB_BASENAME).$$ext" "libpng.$$ext" || exit 1;\
           fi;\
	done

uninstall-library-links:
	@set -x; cd '$(DESTDIR)$(libdir)'; for ext in $(EXT_LIST); do\
	   rm -f "libpng.$$ext"; done

install-libpng-config:
	@set -ex; cd '$(DESTDIR)$(bindir)'; rm -f libpng-config; \
	   $(LN_S) '$(PNGLIB_BASENAME)-config' libpng-config

uninstall-libpng-config:
352
	rm -f '$(DESTDIR)$(bindir)/libpng-config'
353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376

if DO_INSTALL_LINKS
# If --enable-unversioned-links is specified the header and lib file links
# will be automatically made on a 'make install':

install-data-hook: install-header-links
uninstall-hook: uninstall-header-links
install-exec-hook: install-library-links
uninstall-hook: uninstall-library-links
endif

if DO_INSTALL_LIBPNG_PC
# Likewise, --install-pc causes libpng.pc to be constructed:

install-data-hook: install-libpng-pc
uninstall-hook: uninstall-libpng-pc
endif

if DO_INSTALL_LIBPNG_CONFIG
# And --install-config:

install-exec-hook: install-libpng-config
uninstall-hook: uninstall-libpng-config
endif
377 378 379 380 381

# The following addition ensures that 'make all' always builds the test programs
# too.  It used to, but some change either in libpng or configure stopped this
# working.
all-am: $(check_PROGRAMS)