blob: 441a52714ed24c9a66a5260454567350eff7d6f0 [file] [log] [blame]
Glenn Randers-Pehrson0cc2f952002-10-03 06:32:37 -05001# makefile for libpng, HPUX (10.20 and 11.00) using the ANSI/C product.
Glenn Randers-Pehrson5c60b232006-03-07 07:09:22 -06002# Copyright (C) 1999-2002, 2006 Glenn Randers-Pehrson
Glenn Randers-Pehrsond4366722000-06-04 14:29:29 -05003# Copyright (C) 1995 Guy Eric Schalnat, Group 42
Glenn Randers-Pehrson32fc5ce2000-07-24 06:34:14 -05004# contributed by Jim Rice and updated by Chris Schleicher, Hewlett Packard
Glenn Randers-Pehrson3e61d792009-06-24 09:31:28 -05005#
Glenn Randers-Pehrsonbfbf8652009-06-26 21:46:52 -05006# This code is released under the libpng license.
Glenn Randers-Pehrsonc332bbc2009-06-25 13:43:50 -05007# For conditions of distribution and use, see the disclaimer
Glenn Randers-Pehrson037023b2009-06-24 10:27:36 -05008# and license in png.h
Glenn Randers-Pehrson87544ac1999-01-13 22:06:39 -06009
10# Where the zlib library and include files are located
11ZLIBLIB=/opt/zlib/lib
12ZLIBINC=/opt/zlib/include
13
Glenn Randers-Pehrson0cc2f952002-10-03 06:32:37 -050014# Note that if you plan to build a libpng shared library, zlib must also
15# be a shared library, which zlib's configure does not do. After running
16# zlib's configure, edit the appropriate lines of makefile to read:
17# CFLAGS=-O1 -DHAVE_UNISTD -DUSE_MAP -fPIC \
18# LDSHARED=ld -b
19# SHAREDLIB=libz.sl
20
Glenn Randers-Pehrson4deeb792006-03-22 16:21:59 -060021# Library name:
Glenn Randers-Pehrson17218292006-04-20 07:20:46 -050022LIBNAME = libpng14
Glenn Randers-Pehrson56f63962008-10-06 10:16:17 -050023PNGMAJ = 14
Glenn Randers-Pehrsonbfbf8652009-06-26 21:46:52 -050024PNGMIN = 1.4.0beta66
Glenn Randers-Pehrson4deeb792006-03-22 16:21:59 -060025PNGVER = $(PNGMAJ).$(PNGMIN)
26
27# Shared library names:
28LIBSO=$(LIBNAME).sl
29LIBSOMAJ=$(LIBNAME).sl.$(PNGMAJ)
30LIBSOVER=$(LIBNAME).sl.$(PNGVER)
31OLDSO=libpng.sl
Glenn Randers-Pehrson glennrp@comcast.net7ecf7bd2009-05-02 15:36:08 -050032OLDSOMAJ=libpng.sl.14
33OLDSOVER=libpng.sl.14.$(PNGMIN)
Glenn Randers-Pehrson4deeb792006-03-22 16:21:59 -060034
35# Utilities:
Glenn Randers-Pehrson5c60b232006-03-07 07:09:22 -060036AR_RC=ar rc
Glenn Randers-Pehrson87544ac1999-01-13 22:06:39 -060037CC=cc
Glenn Randers-Pehrson170b70c2006-03-10 10:19:04 -060038MKDIR_P=mkdir -p
Glenn Randers-Pehrson5c60b232006-03-07 07:09:22 -060039LN_SF=ln -sf
40RANLIB=ranlib
41RM_F=/bin/rm -f
42
Glenn Randers-Pehrson17218292006-04-20 07:20:46 -050043# where make install puts libpng.a, libpng14.sl, and png.h
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -050044prefix=/opt/libpng
Glenn Randers-Pehrsonad310542006-04-18 05:31:20 -050045exec_prefix=$(prefix)
Glenn Randers-Pehrson03008a02002-04-27 10:11:25 -050046INCPATH=$(prefix)/include
Glenn Randers-Pehrson5c60b232006-03-07 07:09:22 -060047LIBPATH=$(exec_prefix)/lib
Glenn Randers-Pehrson03008a02002-04-27 10:11:25 -050048MANPATH=$(prefix)/man
Glenn Randers-Pehrson5c60b232006-03-07 07:09:22 -060049BINPATH=$(exec_prefix)/bin
Glenn Randers-Pehrson03008a02002-04-27 10:11:25 -050050
Glenn Randers-Pehrson4deeb792006-03-22 16:21:59 -060051CFLAGS=-I$(ZLIBINC) -O -Ae +DA1.1 +DS2.0
52# Caution: be sure you have built zlib with the same CFLAGS.
53CCFLAGS=-I$(ZLIBINC) -O -Ae +DA1.1 +DS2.0
54LDFLAGS=-L. -L$(ZLIBLIB) -lpng -lz -lm
55
Glenn Randers-Pehrson03008a02002-04-27 10:11:25 -050056# override DESTDIR= on the make install command line to easily support
57# installing into a temporary location. Example:
58#
59# make install DESTDIR=/tmp/build/libpng
60#
61# If you're going to install into a temporary location
Glenn Randers-Pehrson07748d12002-05-25 11:12:10 -050062# via DESTDIR, $(DESTDIR)$(prefix) must already exist before
Glenn Randers-Pehrson03008a02002-04-27 10:11:25 -050063# you execute make install.
64DESTDIR=
Glenn Randers-Pehrson87544ac1999-01-13 22:06:39 -060065
Glenn Randers-Pehrson07748d12002-05-25 11:12:10 -050066DB=$(DESTDIR)$(BINPATH)
67DI=$(DESTDIR)$(INCPATH)
68DL=$(DESTDIR)$(LIBPATH)
69DM=$(DESTDIR)$(MANPATH)
Glenn Randers-Pehrsoncfbed9b2002-05-21 18:06:08 -050070
Glenn Randers-Pehrson87544ac1999-01-13 22:06:39 -060071OBJS = png.o pngset.o pngget.o pngrutil.o pngtrans.o pngwutil.o \
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -050072 pngread.o pngrio.o pngwio.o pngwrite.o pngrtran.o \
73 pngwtran.o pngmem.o pngerror.o pngpread.o
Glenn Randers-Pehrson87544ac1999-01-13 22:06:39 -060074
Glenn Randers-Pehrson32fc5ce2000-07-24 06:34:14 -050075OBJSDLL = $(OBJS:.o=.pic.o)
76
77.SUFFIXES: .c .o .pic.o
78
79.c.pic.o:
80 $(CC) -c $(CFLAGS) +z -o $@ $*.c
81
Glenn Randers-Pehrson glennrp@comcast.net7ecf7bd2009-05-02 15:36:08 -050082all: libpng.a $(LIBSO) pngtest libpng.pc libpng-config
Glenn Randers-Pehrson87544ac1999-01-13 22:06:39 -060083
84libpng.a: $(OBJS)
Glenn Randers-Pehrson5c60b232006-03-07 07:09:22 -060085 $(AR_RC) $@ $(OBJS)
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -050086 $(RANLIB) $@
Glenn Randers-Pehrson87544ac1999-01-13 22:06:39 -060087
Glenn Randers-Pehrson03008a02002-04-27 10:11:25 -050088libpng.pc:
Glenn Randers-Pehrson glennrp@comcast.net7ecf7bd2009-05-02 15:36:08 -050089 cat scripts/libpng.pc.in | sed -e s!@prefix@!$(prefix)! \
90 -e s!@exec_prefix@!$(exec_prefix)! \
91 -e s!@libdir@!$(LIBPATH)! \
92 -e s!@includedir@!$(INCPATH)! \
93 -e s!-lpng14!-lpng14\ -lz\ -lm! > libpng.pc
Glenn Randers-Pehrson03008a02002-04-27 10:11:25 -050094
Glenn Randers-Pehrson837a3d12002-05-10 20:19:58 -050095libpng-config:
96 ( cat scripts/libpng-config-head.in; \
97 echo prefix=\"$(prefix)\"; \
Glenn Randers-Pehrson5ff38d32002-09-17 23:38:46 -050098 echo I_opts=\"-I$(INCPATH)/$(LIBNAME)\"; \
Glenn Randers-Pehrson0cc2f952002-10-03 06:32:37 -050099 echo ccopts=\"-Ae +DA1.1 +DS2.0\"; \
Glenn Randers-Pehrson5ff38d32002-09-17 23:38:46 -0500100 echo L_opts=\"-L$(LIBPATH)\"; \
Glenn Randers-Pehrson17218292006-04-20 07:20:46 -0500101 echo libs=\"-lpng14 -lz -lm\"; \
Glenn Randers-Pehrson837a3d12002-05-10 20:19:58 -0500102 cat scripts/libpng-config-body.in ) > libpng-config
103 chmod +x libpng-config
104
Glenn Randers-Pehrson4deeb792006-03-22 16:21:59 -0600105$(LIBSO): $(LIBSOMAJ)
106 $(LN_SF) $(LIBSOMAJ) $(LIBSO)
Glenn Randers-Pehrson32fc5ce2000-07-24 06:34:14 -0500107
Glenn Randers-Pehrson4deeb792006-03-22 16:21:59 -0600108$(LIBSOMAJ): $(LIBSOVER)
109 $(LN_SF) $(LIBSOVER) $(LIBSOMAJ)
Glenn Randers-Pehrson32fc5ce2000-07-24 06:34:14 -0500110
Glenn Randers-Pehrson4deeb792006-03-22 16:21:59 -0600111$(LIBSOVER): $(OBJSDLL)
Glenn Randers-Pehrson0cc2f952002-10-03 06:32:37 -0500112 $(LD) -b +s \
Glenn Randers-Pehrson4deeb792006-03-22 16:21:59 -0600113 +h $(LIBSOMAJ) -o $(LIBSOVER) $(OBJSDLL)
Glenn Randers-Pehrson32fc5ce2000-07-24 06:34:14 -0500114
Glenn Randers-Pehrson glennrp@comcast.net7ecf7bd2009-05-02 15:36:08 -0500115$(OLDSOVER): $(OBJSDLL)
116 $(LD) -b +s \
117 +h $(OLDSOMAJ) -o $(OLDSOVER) $(OBJSDLL)
118
Glenn Randers-Pehrson87544ac1999-01-13 22:06:39 -0600119pngtest: pngtest.o libpng.a
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500120 $(CC) -o pngtest $(CCFLAGS) pngtest.o $(LDFLAGS)
Glenn Randers-Pehrson87544ac1999-01-13 22:06:39 -0600121
122test: pngtest
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500123 ./pngtest
Glenn Randers-Pehrson87544ac1999-01-13 22:06:39 -0600124
Glenn Randers-Pehrson glennrp@comcast.net7ecf7bd2009-05-02 15:36:08 -0500125install-headers: png.h pngconf.h
Glenn Randers-Pehrson5c60b232006-03-07 07:09:22 -0600126 -@if [ ! -d $(DI) ]; then $(MKDIR_P) $(DI); fi
127 -@if [ ! -d $(DI)/$(LIBNAME) ]; then $(MKDIR_P) $(DI)/$(LIBNAME); fi
Glenn Randers-Pehrson glennrp@comcast.net7ecf7bd2009-05-02 15:36:08 -0500128 cp png.h pngconf.h $(DI)/$(LIBNAME)
Glenn Randers-Pehrson07748d12002-05-25 11:12:10 -0500129 chmod 644 $(DI)/$(LIBNAME)/png.h $(DI)/$(LIBNAME)/pngconf.h
Glenn Randers-Pehrson glennrp@comcast.net7ecf7bd2009-05-02 15:36:08 -0500130 -@$(RM_F) $(DI)/png.h $(DI)/pngconf.h
Glenn Randers-Pehrson5c60b232006-03-07 07:09:22 -0600131 -@$(RM_F) $(DI)/libpng
132 (cd $(DI); $(LN_SF) $(LIBNAME) libpng; $(LN_SF) $(LIBNAME)/* .)
Glenn Randers-Pehrsonc1bfe682002-03-06 22:08:00 -0600133
134install-static: install-headers libpng.a
Glenn Randers-Pehrson5c60b232006-03-07 07:09:22 -0600135 -@if [ ! -d $(DL) ]; then $(MKDIR_P) $(DL); fi
Glenn Randers-Pehrsoncfbed9b2002-05-21 18:06:08 -0500136 cp libpng.a $(DL)/$(LIBNAME).a
137 chmod 644 $(DL)/$(LIBNAME).a
Glenn Randers-Pehrson5c60b232006-03-07 07:09:22 -0600138 -@$(RM_F) $(DL)/libpng.a
139 (cd $(DL); $(LN_SF) $(LIBNAME).a libpng.a)
Glenn Randers-Pehrsonc1bfe682002-03-06 22:08:00 -0600140
Glenn Randers-Pehrson glennrp@comcast.net7ecf7bd2009-05-02 15:36:08 -0500141install-shared: install-headers $(LIBSOVER) libpng.pc \
142 $(OLDSOVER)
Glenn Randers-Pehrson5c60b232006-03-07 07:09:22 -0600143 -@if [ ! -d $(DL) ]; then $(MKDIR_P) $(DL); fi
Glenn Randers-Pehrson4deeb792006-03-22 16:21:59 -0600144 -@$(RM_F) $(DL)/$(LIBSOVER)* $(DL)/$(LIBSO)
145 -@$(RM_F) $(DL)/$(LIBSOMAJ)
146 -@$(RM_F) $(DL)/$(OLDSO)
Glenn Randers-Pehrson glennrp@comcast.net7ecf7bd2009-05-02 15:36:08 -0500147 -@$(RM_F) $(DL)/$(OLDSOMAJ)
148 -@$(RM_F) $(DL)/$(OLDSOVER)*
Glenn Randers-Pehrson4deeb792006-03-22 16:21:59 -0600149 cp $(LIBSOVER) $(DL)
Glenn Randers-Pehrson glennrp@comcast.net7ecf7bd2009-05-02 15:36:08 -0500150 cp $(OLDSOVER) $(DL)
Glenn Randers-Pehrson4deeb792006-03-22 16:21:59 -0600151 chmod 755 $(DL)/$(LIBSOVER)
Glenn Randers-Pehrson glennrp@comcast.net7ecf7bd2009-05-02 15:36:08 -0500152 chmod 755 $(DL)/$(OLDSOVER)
Glenn Randers-Pehrsoncfbed9b2002-05-21 18:06:08 -0500153 (cd $(DL); \
Glenn Randers-Pehrson glennrp@comcast.net7ecf7bd2009-05-02 15:36:08 -0500154 $(LN_SF) $(OLDSOVER) $(OLDSOMAJ); \
155 $(LN_SF) $(OLDSOMAJ) $(OLDSO); \
Glenn Randers-Pehrson4deeb792006-03-22 16:21:59 -0600156 $(LN_SF) $(LIBSOVER) $(LIBSOMAJ); \
Glenn Randers-Pehrson glennrp@comcast.net7ecf7bd2009-05-02 15:36:08 -0500157 $(LN_SF) $(LIBSOMAJ) $(LIBSO))
Glenn Randers-Pehrson5c60b232006-03-07 07:09:22 -0600158 -@if [ ! -d $(DL)/pkgconfig ]; then $(MKDIR_P) $(DL)/pkgconfig; fi
159 -@$(RM_F) $(DL)/pkgconfig/$(LIBNAME).pc
160 -@$(RM_F) $(DL)/pkgconfig/libpng.pc
Glenn Randers-Pehrsoncfbed9b2002-05-21 18:06:08 -0500161 cp libpng.pc $(DL)/pkgconfig/$(LIBNAME).pc
162 chmod 644 $(DL)/pkgconfig/$(LIBNAME).pc
Glenn Randers-Pehrson5c60b232006-03-07 07:09:22 -0600163 (cd $(DL)/pkgconfig; $(LN_SF) $(LIBNAME).pc libpng.pc)
Glenn Randers-Pehrsonc1bfe682002-03-06 22:08:00 -0600164
Glenn Randers-Pehrson03008a02002-04-27 10:11:25 -0500165install-man: libpng.3 libpngpf.3 png.5
Glenn Randers-Pehrson5c60b232006-03-07 07:09:22 -0600166 -@if [ ! -d $(DM) ]; then $(MKDIR_P) $(DM); fi
167 -@if [ ! -d $(DM)/man3 ]; then $(MKDIR_P) $(DM)/man3; fi
168 -@$(RM_F) $(DM)/man3/libpng.3
169 -@$(RM_F) $(DM)/man3/libpngpf.3
Glenn Randers-Pehrsoncfbed9b2002-05-21 18:06:08 -0500170 cp libpng.3 $(DM)/man3
171 cp libpngpf.3 $(DM)/man3
Glenn Randers-Pehrson5c60b232006-03-07 07:09:22 -0600172 -@if [ ! -d $(DM)/man5 ]; then $(MKDIR_P) $(DM)/man5; fi
173 -@$(RM_F) $(DM)/man5/png.5
Glenn Randers-Pehrsoncfbed9b2002-05-21 18:06:08 -0500174 cp png.5 $(DM)/man5
Glenn Randers-Pehrson03008a02002-04-27 10:11:25 -0500175
Glenn Randers-Pehrson837a3d12002-05-10 20:19:58 -0500176install-config: libpng-config
Glenn Randers-Pehrson5c60b232006-03-07 07:09:22 -0600177 -@if [ ! -d $(DB) ]; then $(MKDIR_P) $(DB); fi
178 -@$(RM_F) $(DB)/libpng-config
179 -@$(RM_F) $(DB)/$(LIBNAME)-config
Glenn Randers-Pehrsoncfbed9b2002-05-21 18:06:08 -0500180 cp libpng-config $(DB)/$(LIBNAME)-config
181 chmod 755 $(DB)/$(LIBNAME)-config
Glenn Randers-Pehrson5c60b232006-03-07 07:09:22 -0600182 (cd $(DB); $(LN_SF) $(LIBNAME)-config libpng-config)
Glenn Randers-Pehrson704228f2002-05-02 20:49:40 -0500183
Glenn Randers-Pehrson glennrp@comcast.net7ecf7bd2009-05-02 15:36:08 -0500184install: install-static install-shared install-man install-config
Glenn Randers-Pehrson87544ac1999-01-13 22:06:39 -0600185
Glenn Randers-Pehrsond020e9d2002-06-28 09:34:00 -0500186# If you installed in $(DESTDIR), test-installed won't work until you
Glenn Randers-Pehrsona4981d42004-08-25 22:00:45 -0500187# move the library to its final location. Use test-dd to test it
188# before then.
189
190test-dd:
191 echo
192 echo Testing installed dynamic shared library in $(DL).
193 $(CC) -I$(DI) -I$(ZLIBINC) $(CCFLAGS) \
Glenn Randers-Pehrson5c60b232006-03-07 07:09:22 -0600194 `$(BINPATH)/$(LIBNAME)-config --cflags` pngtest.c \
Glenn Randers-Pehrsona4981d42004-08-25 22:00:45 -0500195 -L$(DL) -L$(ZLIBLIB) \
Glenn Randers-Pehrson5c60b232006-03-07 07:09:22 -0600196 -o pngtestd `$(BINPATH)/$(LIBNAME)-config --ldflags`
Glenn Randers-Pehrsona4981d42004-08-25 22:00:45 -0500197 ./pngtestd pngtest.png
Glenn Randers-Pehrsond020e9d2002-06-28 09:34:00 -0500198
199test-installed:
200 echo
201 echo Testing installed dynamic shared library.
202 $(CC) $(CCFLAGS) \
Glenn Randers-Pehrson5c60b232006-03-07 07:09:22 -0600203 `$(BINPATH)/$(LIBNAME)-config --cflags` pngtest.c \
Glenn Randers-Pehrsond020e9d2002-06-28 09:34:00 -0500204 -L$(ZLIBLIB) \
Glenn Randers-Pehrson5c60b232006-03-07 07:09:22 -0600205 -o pngtesti `$(BINPATH)/$(LIBNAME)-config --ldflags`
Glenn Randers-Pehrson2ae022d2002-07-01 22:23:46 -0500206 ./pngtesti pngtest.png
Glenn Randers-Pehrsond020e9d2002-06-28 09:34:00 -0500207
Glenn Randers-Pehrson87544ac1999-01-13 22:06:39 -0600208clean:
Glenn Randers-Pehrson5c60b232006-03-07 07:09:22 -0600209 $(RM_F) *.o libpng.a pngtest pngtesti pngout.png \
Glenn Randers-Pehrson4deeb792006-03-22 16:21:59 -0600210 libpng-config $(LIBSO) $(LIBSOMAJ)* \
Glenn Randers-Pehrson glennrp@comcast.net7ecf7bd2009-05-02 15:36:08 -0500211 $(OLDSOVER) \
212 libpng.pc
Glenn Randers-Pehrson87544ac1999-01-13 22:06:39 -0600213
Glenn Randers-Pehrson166c5a31999-12-10 09:43:02 -0600214DOCS = ANNOUNCE CHANGES INSTALL KNOWNBUG LICENSE README TODO Y2KINFO
215writelock:
216 chmod a-w *.[ch35] $(DOCS) scripts/*
217
Glenn Randers-Pehrson87544ac1999-01-13 22:06:39 -0600218# DO NOT DELETE THIS LINE -- make depend depends on it.
219
Glenn Randers-Pehrson glennrp@comcast.net7ecf7bd2009-05-02 15:36:08 -0500220png.o: png.h pngconf.h pngpriv.h
221pngerror.o: png.h pngconf.h pngpriv.h
222pngrio.o: png.h pngconf.h pngpriv.h
223pngwio.o: png.h pngconf.h pngpriv.h
224pngmem.o: png.h pngconf.h pngpriv.h
225pngset.o: png.h pngconf.h pngpriv.h
226pngget.o: png.h pngconf.h pngpriv.h
227pngread.o: png.h pngconf.h pngpriv.h
228pngrtran.o: png.h pngconf.h pngpriv.h
229pngrutil.o: png.h pngconf.h pngpriv.h
230pngtrans.o: png.h pngconf.h pngpriv.h
231pngwrite.o: png.h pngconf.h pngpriv.h
232pngwtran.o: png.h pngconf.h pngpriv.h
233pngwutil.o: png.h pngconf.h pngpriv.h
234pngpread.o: png.h pngconf.h pngpriv.h
235
236pngtest.o: png.h pngconf.h pngpriv.h