home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 1: Collection A / 17Bit_Collection_A.iso / files / 223.dms / 223.adf / Source / makefile < prev    next >
Makefile  |  1988-07-25  |  331b  |  12 lines

  1. CFLAGS=+ivd0:star.dmp -l100 -Z90000
  2.  
  3. ALL= startab.o starglb.o star1.o star2.o filereq.o star3.o star4.o star5.o \
  4.      star6.o star7.o star8.o star9.o star10.o spritedef.o srchtabs.o \
  5.      starhlp.o starhlpdat.o staricon.o
  6.  
  7. all:    $(ALL)
  8.         ln -o ram:StarChart +cdb  $(ALL) -lm -lc
  9.  
  10. header:
  11.    cc +hstar.dmp -a +D  star.h
  12.