makefile.pup

来自「minix操作系统最新版本(3.1.1)的源代码」· PUP 代码 · 共 67 行

PUP
67
字号
# Amiga powerUP (TM) Makefile# makefile for libpng and SAS C V6.58/7.00 PPC compiler# Copyright (C) 1998 by Andreas R. KleinertLIBNAME	= libzip.aCC	= scppcCFLAGS	= NOSTKCHK NOSINT OPTIMIZE OPTGO OPTPEEP OPTINLOCAL OPTINL \	  OPTLOOP OPTRDEP=8 OPTDEP=8 OPTCOMP=8 NOVERAR	= ppc-amigaos-ar crRANLIB	= ppc-amigaos-ranlibLD	= ppc-amigaos-ld -rLDFLAGS	= -oLDLIBS	= LIB:scppc.a LIB:end.oRM	= delete quietOBJS = adler32.o compress.o crc32.o gzio.o uncompr.o deflate.o trees.o \       zutil.o inflate.o infback.o inftrees.o inffast.oTEST_OBJS = example.o minigzip.oall: example minigzipcheck: testtest: all	example	echo hello world | minigzip | minigzip -d$(LIBNAME): $(OBJS)	$(AR) $@ $(OBJS)	-$(RANLIB) $@example: example.o $(LIBNAME)	$(LD) $(LDFLAGS) $@ LIB:c_ppc.o $@.o $(LIBNAME) $(LDLIBS)minigzip: minigzip.o $(LIBNAME)	$(LD) $(LDFLAGS) $@ LIB:c_ppc.o $@.o $(LIBNAME) $(LDLIBS)mostlyclean: cleanclean:	$(RM) *.o example minigzip $(LIBNAME) foo.gzzip:	zip -ul9 zlib README ChangeLog Makefile Make????.??? Makefile.?? \	  descrip.mms *.[ch]tgz:	cd ..; tar cfz zlib/zlib.tgz zlib/README zlib/ChangeLog zlib/Makefile \	  zlib/Make????.??? zlib/Makefile.?? zlib/descrip.mms zlib/*.[ch]# DO NOT DELETE THIS LINE -- make depend depends on it.adler32.o: zlib.h zconf.hcompress.o: zlib.h zconf.hcrc32.o: crc32.h zlib.h zconf.hdeflate.o: deflate.h zutil.h zlib.h zconf.hexample.o: zlib.h zconf.hgzio.o: zutil.h zlib.h zconf.hinffast.o: zutil.h zlib.h zconf.h inftrees.h inflate.h inffast.hinflate.o: zutil.h zlib.h zconf.h inftrees.h inflate.h inffast.hinfback.o: zutil.h zlib.h zconf.h inftrees.h inflate.h inffast.hinftrees.o: zutil.h zlib.h zconf.h inftrees.hminigzip.o: zlib.h zconf.htrees.o: deflate.h zutil.h zlib.h zconf.h trees.huncompr.o: zlib.h zconf.hzutil.o: zutil.h zlib.h zconf.h

⌨️ 快捷键说明

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