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

  1. ofiles = scrnio.o scrnops.o scrndef.o main.o gadgetdef.o menudef.o graypat.o mouse.o gadgetuse.o
  2. gfiles = bezpt.o revolve.o control.o poly.o fasttrig.o
  3. imagefiles = readilbm.o writeilbm.o packer.o mapstuff.o mapcalc.o getfilenames.o mapimgpix.o
  4.  
  5. CFLAGS = +L
  6.  
  7. LFLAGS = -lm32 -lc32
  8.  
  9. surf:   $(ofiles) $(gfiles) $(imagefiles)
  10.     ln -o surf $(ofiles) $(gfiles) $(imagefiles) $(LFLAGS)
  11.  
  12. bezpt.o:        scrnio.h control.h bezpt.h mytypes.h
  13.  
  14. control.o:      bezpt.h control.h scrnio.h mytypes.h
  15.  
  16. fasttrig.o:     fasttrig.h
  17.  
  18. getfilenames.o:  scrnio.ih scrndef.h mytypes.h
  19.  
  20. gadgetdef.o:    scrnio.ih scrndef.h gadgetdef.h mytypes.h bezpt.h poly.h revolve.h
  21.  
  22. gadgetuse.o:    scrnio.ih scrndef.h gadgetdef.h mytypes.h poly.h
  23.  
  24. main.o: scrnio.h mytypes.h
  25.  
  26. menu_files.o:   gadgetdef.h
  27.  
  28. menu_scrn.o:    scrndef.h
  29.  
  30. menudef.o:      scrnio.h menudef.h scrndef.h poly.h menu_color.c menu_scrn.c menu_image.c menu_files.c
  31.  
  32. mouse.o:        scrnio.ih scrnio.h mytypes.h bezpt.h control.h
  33.  
  34. poly.o: mytypes.h scrnio.h bezpt.h revolve.h control.h poly.h readilbm.h
  35.  
  36. readilbm.o mapimgpix.o:     readilbm.h
  37.  
  38. revolve.o:      fasttrig.h bezpt.h revolve.h mytypes.h
  39.  
  40. scrndef.o:      scrndef.h
  41.  
  42. mapcalc.o:      mytypes.h mapstuff.h
  43.  
  44. mapstuff.o:     poly.h mapstuff.h
  45.  
  46.