home *** CD-ROM | disk | FTP | other *** search
/ Dream 52 / Amiga_Dream_52.iso / Amiga / Workbench / Archivers / PPCDeTar.lha / PPCDeTar / smakefile < prev   
Makefile  |  1998-02-07  |  177b  |  8 lines

  1. DeTar.elf: DeTar.o
  2.  
  3.     ppc-amigaos-ld -r lib:c_ppc.o DeTar.o LIB:scppc.a lib:end.o -o DeTar.elf
  4.  
  5. DeTar.o: DeTar.c Detar.h
  6.  
  7.     SCPPC DEFINE=_STRING_H DEFINE=NEEDSTRING DeTar.c
  8.