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

📄 makefile.pup

📁 StormLib是对MPQ文件进行处理的库 MPQ是暴雪公司的私有的一种压缩格式
💻 PUP
字号:
# 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -