aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/irrlicht-1.8/source/Irrlicht/libpng/scripts/makefile.netbsd
diff options
context:
space:
mode:
authorDavid Walter Seikel2013-01-13 18:54:10 +1000
committerDavid Walter Seikel2013-01-13 18:54:10 +1000
commit959831f4ef5a3e797f576c3de08cd65032c997ad (patch)
treee7351908be5995f0b325b2ebeaa02d5a34b82583 /libraries/irrlicht-1.8/source/Irrlicht/libpng/scripts/makefile.netbsd
parentAdd info about changes to Irrlicht. (diff)
downloadSledjHamr-959831f4ef5a3e797f576c3de08cd65032c997ad.zip
SledjHamr-959831f4ef5a3e797f576c3de08cd65032c997ad.tar.gz
SledjHamr-959831f4ef5a3e797f576c3de08cd65032c997ad.tar.bz2
SledjHamr-959831f4ef5a3e797f576c3de08cd65032c997ad.tar.xz
Remove damned ancient DOS line endings from Irrlicht. Hopefully I did not go overboard.
Diffstat (limited to 'libraries/irrlicht-1.8/source/Irrlicht/libpng/scripts/makefile.netbsd')
-rw-r--r--libraries/irrlicht-1.8/source/Irrlicht/libpng/scripts/makefile.netbsd100
1 files changed, 50 insertions, 50 deletions
diff --git a/libraries/irrlicht-1.8/source/Irrlicht/libpng/scripts/makefile.netbsd b/libraries/irrlicht-1.8/source/Irrlicht/libpng/scripts/makefile.netbsd
index 5dec277..43b4bda 100644
--- a/libraries/irrlicht-1.8/source/Irrlicht/libpng/scripts/makefile.netbsd
+++ b/libraries/irrlicht-1.8/source/Irrlicht/libpng/scripts/makefile.netbsd
@@ -1,50 +1,50 @@
1# makefile for libpng for NetBSD for the standard 1# makefile for libpng for NetBSD for the standard
2# make obj && make depend && make && make test 2# make obj && make depend && make && make test
3# make includes && make install 3# make includes && make install
4# Copyright (C) 2002 Patrick R.L. Welche 4# Copyright (C) 2002 Patrick R.L. Welche
5# Copyright (C) 2007-2009 Glenn Randers-Pehrson 5# Copyright (C) 2007-2009 Glenn Randers-Pehrson
6# 6#
7# This code is released under the libpng license. 7# This code is released under the libpng license.
8# For conditions of distribution and use, see the disclaimer 8# For conditions of distribution and use, see the disclaimer
9# and license in png.h 9# and license in png.h
10 10
11# You should also run makefile.ne15bsd 11# You should also run makefile.ne15bsd
12 12
13LOCALBASE?=/usr/local 13LOCALBASE?=/usr/local
14LIBDIR= ${LOCALBASE}/lib 14LIBDIR= ${LOCALBASE}/lib
15MANDIR= ${LOCALBASE}/man 15MANDIR= ${LOCALBASE}/man
16INCSDIR=${LOCALBASE}/include 16INCSDIR=${LOCALBASE}/include
17 17
18LIB= png 18LIB= png
19SHLIB_MAJOR= 15 19SHLIB_MAJOR= 15
20SHLIB_MINOR= 1.5.9 20SHLIB_MINOR= 1.5.9
21SRCS= png.c pngset.c pngget.c pngrutil.c pngtrans.c pngwutil.c \ 21SRCS= png.c pngset.c pngget.c pngrutil.c pngtrans.c pngwutil.c \
22 pngread.c pngrio.c pngwio.c pngwrite.c pngrtran.c \ 22 pngread.c pngrio.c pngwio.c pngwrite.c pngrtran.c \
23 pngwtran.c pngmem.c pngerror.c pngpread.c 23 pngwtran.c pngmem.c pngerror.c pngpread.c
24INCS= png.h pngconf.h pnglibconf.h 24INCS= png.h pngconf.h pnglibconf.h
25MAN= libpng.3 libpngpf.3 png.5 25MAN= libpng.3 libpngpf.3 png.5
26 26
27CPPFLAGS+=-I${.CURDIR} 27CPPFLAGS+=-I${.CURDIR}
28 28
29# We should be able to do something like this instead of the manual 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: 30# uncommenting, but it core dumps for me at the moment:
31# .if ${MACHINE_ARCH} == "i386" 31# .if ${MACHINE_ARCH} == "i386"
32# MKLINT= no 32# MKLINT= no
33# .endif 33# .endif
34 34
35CLEANFILES+=pngtest.o pngtest pnglibconf.h 35CLEANFILES+=pngtest.o pngtest pnglibconf.h
36 36
37# see scripts/pnglibconf.mak for more options 37# see scripts/pnglibconf.mak for more options
38pnglibconf.h: scripts/pnglibconf.h.prebuilt 38pnglibconf.h: scripts/pnglibconf.h.prebuilt
39 cp scripts/pnglibconf.h.prebuilt $@ 39 cp scripts/pnglibconf.h.prebuilt $@
40 40
41pngtest.o: pngtest.c 41pngtest.o: pngtest.c
42 ${CC} -c ${CPPFLAGS} ${CFLAGS} ${.ALLSRC} -o ${.TARGET} 42 ${CC} -c ${CPPFLAGS} ${CFLAGS} ${.ALLSRC} -o ${.TARGET}
43 43
44pngtest: pngtest.o libpng.a 44pngtest: pngtest.o libpng.a
45 ${CC} ${LDFLAGS} ${.ALLSRC} -o${.TARGET} -lz -lm 45 ${CC} ${LDFLAGS} ${.ALLSRC} -o${.TARGET} -lz -lm
46 46
47test: pngtest 47test: pngtest
48 cd ${.CURDIR} && ${.OBJDIR}/pngtest 48 cd ${.CURDIR} && ${.OBJDIR}/pngtest
49 49
50.include <bsd.lib.mk> 50.include <bsd.lib.mk>