home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / graf / fract4.zip / FRACTINT.MAK < prev    next >
Text File  |  1989-12-18  |  2KB  |  82 lines

  1. .c.obj:    
  2.     cl /AM /W1 /FPi /Gs /c /Oait $*.c
  3.  
  4. .asm.obj:
  5.     masm /ML $*;
  6.  
  7.  
  8. 3d.obj : 3d.c fractint.h
  9.  
  10. fractals.obj : fractals.c fractint.h
  11.  
  12. calcfrac.obj : calcfrac.c fractint.h
  13.  
  14. calcmand.obj : calcmand.asm
  15.  
  16. cmdfiles.obj : cmdfiles.c fractint.h
  17.  
  18. config.obj : config.c fractint.h
  19.  
  20. decoder.obj : decoder.c fractint.h
  21.  
  22. diskvid.obj : diskvid.c fractint.h
  23.  
  24. encoder.obj : encoder.c fractint.h
  25.  
  26. farmsg.obj : farmsg.asm
  27.  
  28. fr8514a.obj : fr8514a.asm
  29.  
  30. hgcfra.obj : hgcfra.asm
  31.  
  32. fractint.obj : fractint.c fractint.h
  33.  
  34. video.obj : video.asm
  35.  
  36. general.obj : general.asm
  37.  
  38. gifview.obj : gifview.c fractint.h
  39.  
  40. tgaview.obj : tgaview.c fractint.h targa_lc.h port.h
  41.  
  42. help.obj : help.c fractint.h
  43.  
  44. line3d.obj : line3d.c fractint.h
  45.  
  46. newton.obj : newton.asm
  47.     masm /e /ML newton;
  48.  
  49. printer.obj : printer.c fractint.h
  50.  
  51. rotate.obj : rotate.c fractint.h
  52.  
  53. testpt.obj: testpt.c fractint.h
  54.  
  55. targa.obj : targa.c targa.h fractint.h
  56.  
  57. loadmap.obj : loadmap.c targa.h
  58.  
  59. tgasubs.obj : tgasubs.c targa.h
  60.  
  61. yourvid.obj : yourvid.c
  62.  
  63. fpu387.obj : fpu387.asm
  64.  
  65. fpu087.obj : fpu087.asm
  66.     masm /e /ML fpu087;
  67.  
  68. f16.obj : f16.c targa_lc.h
  69.  
  70. mpmath_c.obj : mpmath_c.c mpmath.h
  71.  
  72. mpmath_a.obj : mpmath_a.asm
  73.  
  74. fractint.exe : fractint.obj help.obj config.obj encoder.obj gifview.obj \
  75.      general.obj calcmand.obj fractals.obj calcfrac.obj testpt.obj \
  76.      decoder.obj rotate.obj yourvid.obj \
  77.      diskvid.obj line3d.obj 3d.obj newton.obj farmsg.obj cmdfiles.obj \
  78.      targa.obj loadmap.obj tgasubs.obj printer.obj \
  79.      video.obj tgaview.obj f16.obj fr8514a.obj \
  80.      hgcfra.obj fpu087.obj fpu387.obj mpmath_c.obj  mpmath_a.obj 
  81.     link /ST:4096 /NOE @fractint.lnk
  82.