URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [zlib/] [old/] [Makefile.riscos] - Rev 745
Compare with Previous | Blame | View Log
# 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 -fahC++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.zutilLibFile $(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.zutiltest: @.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.StubsLink $(Linkflags) @.o.minigzip @.lib C:o.Stubs@.example: @.o.example @.lib C:o.StubsLink $(Linkflags) @.o.example @.lib C:o.Stubsinstall: @.libcdir $(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 @.minigzipremove @.exampleremove @.libc-wipe @.o.* F~r~cVremove @.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
