⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile.ne12bsd

📁 很牛的GUI源码wxWidgets-2.8.0.zip 可在多种平台下运行.
💻 NE12BSD
字号:
# makefile for libpng for NetBSD for the standard# make obj && make depend && make && make test# make includes && make install# Copyright (C) 2002 Patrick R.L. Welche# For conditions of distribution and use, see copyright notice in png.h# You should also run makefile.netbsdLOCALBASE?=/usr/localLIBDIR=	${LOCALBASE}/libMANDIR= ${LOCALBASE}/manINCSDIR=${LOCALBASE}/include/libpng12LIB=	png12SHLIB_MAJOR=	0SHLIB_MINOR=	1.2.7SRCS=	pnggccrd.c png.c pngset.c pngget.c pngrutil.c pngtrans.c pngwutil.c \		pngread.c pngrio.c pngwio.c pngwrite.c pngrtran.c \		pngwtran.c pngmem.c pngerror.c pngpread.cINCS=	png.h pngconf.hMAN=	libpng.3 libpngpf.3 png.5CPPFLAGS+=-I${.CURDIR} -DPNG_USE_PNGGCCRD# something like this for mmx assembler, but it core dumps for me at the moment# .if ${MACHINE_ARCH} == "i386"#   CPPFLAGS+=-DPNG_THREAD_UNSAFE_OK#   MKLINT= no# .else    CPPFLAGS+=-DPNG_NO_ASSEMBLER_CODE# .endifCLEANFILES+=pngtest.o pngtestpngtest.o:	pngtest.c	${CC} -c ${CPPFLAGS} ${CFLAGS} ${.ALLSRC} -o ${.TARGET}pngtest:	pngtest.o libpng.a	${CC} ${LDFLAGS} ${.ALLSRC} -o${.TARGET} -lz -lmtest:	pngtest	cd ${.CURDIR} && ${.OBJDIR}/pngtest.include <bsd.lib.mk>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -