home *** CD-ROM | disk | FTP | other *** search
/ Dream 52 / Amiga_Dream_52.iso / Amiga / Workbench / Archivers / mcvertPPC.lha / mcvertPPC / smakefile < prev    next >
Makefile  |  1998-04-08  |  242b  |  11 lines

  1. # smakefile for SAS/C 7.00 for powerUP(TM) PPC
  2. # written in 1998 by Andreas R. Kleinert
  3.  
  4. CC = SCPPC
  5.  
  6. OBJS = mcvert.o unpack.o hqxify.o 
  7.  
  8. mcvert.elf: $(OBJS)
  9.  
  10.           ppc-amigaos-ld -r LIB:c_ppc.o $(OBJS) LIB:scppc.a lib:end.o -o mcvert.elf
  11.