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

📄 makefile.riscos

📁 Linux下的基于X11的图形开发环境。
💻 RISCOS
字号:
# Project:   zlib_1_03# Patched for zlib 1.1.2 rw@shadow.org.uk 19980430# test works out-of-the-box, installs `somewhere' on demand# Toolflags:CCflags = -c -depend !Depend -IC: -g -throwback  -DRISCOS  -fah C++flags = -c -depend !Depend -IC: -throwbackLinkflags = -aif -c++ -o $@ ObjAsmflags = -throwback -NoCache -depend !DependCMHGflags = LibFileflags = -c -l -o $@ Squeezeflags = -o $@# change the line below to where _you_ want the library installed.libdest = lib:zlib# Final targets:@.lib:   @.o.adler32 @.o.compress @.o.crc32 @.o.deflate @.o.gzio \        @.o.infblock @.o.infcodes @.o.inffast @.o.inflate @.o.inftrees @.o.infutil @.o.trees \        @.o.uncompr @.o.zutil         LibFile $(LibFileflags) @.o.adler32 @.o.compress @.o.crc32 @.o.deflate \        @.o.gzio @.o.infblock @.o.infcodes @.o.inffast @.o.inflate @.o.inftrees @.o.infutil \        @.o.trees @.o.uncompr @.o.zutil test:   @.minigzip @.example @.lib	@copy @.lib @.libc  A~C~DF~L~N~P~Q~RS~TV	@echo running tests: hang on.	@/@.minigzip -f -9 libc	@/@.minigzip -d libc-gz	@/@.minigzip -f -1 libc	@/@.minigzip -d libc-gz	@/@.minigzip -h -9 libc	@/@.minigzip -d libc-gz	@/@.minigzip -h -1 libc	@/@.minigzip -d libc-gz	@/@.minigzip -9 libc	@/@.minigzip -d libc-gz	@/@.minigzip -1 libc	@/@.minigzip -d libc-gz	@diff @.lib @.libc	@echo that should have reported '@.lib and @.libc identical' if you have diff.	@/@.example @.fred @.fred	@echo that will have given lots of hello!'s.@.minigzip:   @.o.minigzip @.lib C:o.Stubs         Link $(Linkflags) @.o.minigzip @.lib C:o.Stubs @.example:   @.o.example @.lib C:o.Stubs         Link $(Linkflags) @.o.example @.lib C:o.Stubsinstall: @.lib	cdir $(libdest)	cdir $(libdest).h	@copy @.h.zlib $(libdest).h.zlib A~C~DF~L~N~P~Q~RS~TV	@copy @.h.zconf $(libdest).h.zconf A~C~DF~L~N~P~Q~RS~TV	@copy @.lib $(libdest).lib  A~C~DF~L~N~P~Q~RS~TV	@echo okay, installed zlib in $(libdest)clean:; remove @.minigzip	remove @.example	remove @.libc	-wipe @.o.* F~r~cV	remove @.fred# User-editable dependencies:.c.o:        cc $(ccflags) -o $@ $<# Static dependencies:# Dynamic dependencies:o.example:	c.exampleo.example:	h.zlibo.example:	h.zconfo.minigzip:	c.minigzipo.minigzip:	h.zlibo.minigzip:	h.zconfo.adler32:	c.adler32o.adler32:	h.zlibo.adler32:	h.zconfo.compress:	c.compresso.compress:	h.zlibo.compress:	h.zconfo.crc32:	c.crc32o.crc32:	h.zlibo.crc32:	h.zconfo.deflate:	c.deflateo.deflate:	h.deflateo.deflate:	h.zutilo.deflate:	h.zlibo.deflate:	h.zconfo.gzio:	c.gzioo.gzio:	h.zutilo.gzio:	h.zlibo.gzio:	h.zconfo.infblock:	c.infblocko.infblock:	h.zutilo.infblock:	h.zlibo.infblock:	h.zconfo.infblock:	h.infblocko.infblock:	h.inftreeso.infblock:	h.infcodeso.infblock:	h.infutilo.infcodes:	c.infcodeso.infcodes:	h.zutilo.infcodes:	h.zlibo.infcodes:	h.zconfo.infcodes:	h.inftreeso.infcodes:	h.infblocko.infcodes:	h.infcodeso.infcodes:	h.infutilo.infcodes:	h.inffasto.inffast:	c.inffasto.inffast:	h.zutilo.inffast:	h.zlibo.inffast:	h.zconfo.inffast:	h.inftreeso.inffast:	h.infblocko.inffast:	h.infcodeso.inffast:	h.infutilo.inffast:	h.inffasto.inflate:	c.inflateo.inflate:	h.zutilo.inflate:	h.zlibo.inflate:	h.zconfo.inflate:	h.infblocko.inftrees:	c.inftreeso.inftrees:	h.zutilo.inftrees:	h.zlibo.inftrees:	h.zconfo.inftrees:	h.inftreeso.inftrees:	h.inffixedo.infutil:	c.infutilo.infutil:	h.zutilo.infutil:	h.zlibo.infutil:	h.zconfo.infutil:	h.infblocko.infutil:	h.inftreeso.infutil:	h.infcodeso.infutil:	h.infutilo.trees:	c.treeso.trees:	h.deflateo.trees:	h.zutilo.trees:	h.zlibo.trees:	h.zconfo.trees:	h.treeso.uncompr:	c.uncompro.uncompr:	h.zlibo.uncompr:	h.zconfo.zutil:	c.zutilo.zutil:	h.zutilo.zutil:	h.zlibo.zutil:	h.zconf

⌨️ 快捷键说明

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