VirtualBox

source: vbox/trunk/src/libs/libpng-1.2.54/scripts/makefile.ne12bsd@ 61634

Last change on this file since 61634 was 58796, checked in by vboxsync, 9 years ago

libpng 1.2.54 unmodified

  • Property svn:eol-style set to native
File size: 1.3 KB
Line 
1# makefile for libpng for NetBSD for the standard
2# make obj && make depend && make && make test
3# make includes && make install
4# Copyright (C) 2002 Patrick R.L. Welche
5# Copyright (C) 2007, 2009 Glenn Randers-Pehrson
6#
7# This code is released under the libpng license.
8# For conditions of distribution and use, see the disclaimer
9# and license in png.h
10
11# You should also run makefile.netbsd
12
13LOCALBASE?=/usr/local
14LIBDIR= ${LOCALBASE}/lib
15MANDIR= ${LOCALBASE}/man
16INCSDIR=${LOCALBASE}/include/libpng12
17
18LIB= png12
19SHLIB_MAJOR= 0
20SHLIB_MINOR= 1.2.54
21SRCS= png.c pngset.c pngget.c pngrutil.c pngtrans.c pngwutil.c \
22 pngread.c pngrio.c pngwio.c pngwrite.c pngrtran.c \
23 pngwtran.c pngmem.c pngerror.c pngpread.c
24INCS= png.h pngconf.h
25MAN= libpng.3 libpngpf.3 png.5
26
27CPPFLAGS+=-I${.CURDIR}
28
29# We should be able to do something like this instead of the manual
30# uncommenting, but it core dumps for me at the moment:
31# .if ${MACHINE_ARCH} == "i386"
32# CPPFLAGS+=-DPNG_THREAD_UNSAFE_OK
33# MKLINT= no
34# .else
35 CPPFLAGS+=-DPNG_NO_MMX_CODE
36# .endif
37
38CLEANFILES+=pngtest.o pngtest
39
40pngtest.o: pngtest.c
41 ${CC} -c ${CPPFLAGS} ${CFLAGS} ${.ALLSRC} -o ${.TARGET}
42
43pngtest: pngtest.o libpng.a
44 ${CC} ${LDFLAGS} ${.ALLSRC} -o${.TARGET} -lz -lm
45
46test: pngtest
47 cd ${.CURDIR} && ${.OBJDIR}/pngtest
48
49.include <bsd.lib.mk>
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette