home *** CD-ROM | disk | FTP | other *** search
/ Amiga ACS 1998 #4 / amigaacscoverdisc1998-041998.iso / utilities / shareware / dev / ucb_logoppc / source / smakefile < prev    next >
Encoding:
Makefile  |  1998-02-20  |  323 b   |  10 lines

  1. CC   = SCPPC
  2. OBJS = math.o nographics.o paren.o parse.o print.o term.o graphics.o init.o intern.o   \
  3.        wrksp.o lists.o logodata.o main.o mem.o coms.o error.o eval.o files.o amiterm.o \
  4.        libloc.o
  5.  
  6. LOGO.elf: $(OBJS)
  7.  
  8.     ppc-amigaos-ld -r lib:c_ppc.o $(OBJS) LIB:scppc.a lib:end.o -o LOGO.elf
  9.     Copy LOGO.elf /
  10.