URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [zlib/] [amiga/] [Makefile.pup] - Rev 745
Compare with Previous | Blame | View Log
# 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: allexampleecho 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
