home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d1xx / d170 / surf.lha / Surf / src / lattice.make < prev    next >
Text File  |  1988-11-22  |  1KB  |  55 lines

  1. .c.o:
  2.     copy $*.c to ram:
  3.     lc -ct -f -oram:$@ ram:$*.c
  4.     copy ram:$@ to $@
  5.     -delete ram:$@
  6.     -delete ram:$*.c
  7.  
  8. ofiles = scrnio.o scrnops.o scrndef.o main.o gadgetdef.o menudef.o graypat.o mouse.o gadgetuse.o
  9. gfiles = bezpt.o revolve.o control.o poly.o fasttrig.o
  10. imagefiles = readilbm.o writeilbm.o packer.o mapstuff.o mapcalc.o getfilenames.o mapimgpix.o
  11.  
  12. all:    surf MergeRGB
  13.  
  14.  
  15. MergeRGB:    MergeRGB.o
  16.         Blink with MergeRGB.lnk
  17.  
  18. Surf:        $(ofiles) $(gfiles) $(imagefiles)
  19.         blink with surf.lnk
  20.  
  21. bezpt.o:        scrnio.h control.h bezpt.h mytypes.h
  22.  
  23. control.o:      bezpt.h control.h scrnio.h mytypes.h
  24.  
  25. fasttrig.o:     fasttrig.h
  26.  
  27. getfilenames.o:  scrnio.ih scrndef.h mytypes.h
  28.  
  29. gadgetdef.o:    scrnio.ih scrndef.h gadgetdef.h mytypes.h bezpt.h poly.h revolve.h
  30.  
  31. gadgetuse.o:    scrnio.ih scrndef.h gadgetdef.h mytypes.h poly.h
  32.  
  33. main.o: scrnio.h mytypes.h
  34.  
  35. menu_files.o:   gadgetdef.h
  36.  
  37. menu_scrn.o:    scrndef.h
  38.  
  39. menudef.o:      scrnio.h menudef.h scrndef.h poly.h menu_color.c menu_scrn.c menu_image.c menu_files.c
  40.  
  41. mouse.o:        scrnio.ih scrnio.h mytypes.h bezpt.h control.h
  42.  
  43. poly.o: mytypes.h scrnio.h bezpt.h revolve.h control.h poly.h readilbm.h
  44.  
  45. readilbm.o mapimgpix.o:     readilbm.h
  46.  
  47. revolve.o:      fasttrig.h bezpt.h revolve.h mytypes.h
  48.  
  49. scrndef.o:      scrndef.h
  50.  
  51. mapcalc.o:      mytypes.h mapstuff.h
  52.  
  53. mapstuff.o:     poly.h mapstuff.h
  54.  
  55.