home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / t / tex / !dvips / Documents / Fonts / Source / !lgrind / src / Makefile < prev   
Encoding:
Makefile  |  1994-05-23  |  1.4 KB  |  55 lines

  1. # Project:   lgrind
  2.  
  3.  
  4. # Toolflags:
  5. Pascalflags = -c -depend !Depend -throwback -IP:
  6. CCflags = -c -depend !Depend -JUNIX: -IUNIX: -fwca -wda  -throwback -pcc  -DARCH  
  7. Linkflags = -aif -o $@ 
  8. ObjAsmflags = -depend !Depend -ThrowBack -Stamp -quit -CloseExec
  9. CMHGflags = 
  10. LibFileflags = -c -o $@
  11. Squeezeflags = -f -v -o $@ 
  12. AAsmflags = -depend !Depend -quit -CloseExec -To $@ -From
  13.  
  14.  
  15. # Final targets:
  16. @.lgrind1:   @.o.lgrind @.o.regexp @.o.vgrindefs unix:o.unixlib 
  17.         link $(linkflags) @.o.lgrind @.o.regexp @.o.vgrindefs unix:o.unixlib 
  18. @.lgrind:   @.lgrind1 
  19.         squeeze $(squeezeflags) @.lgrind1 
  20.  
  21.  
  22. # User-editable dependencies:
  23.  
  24.  
  25. # Static dependencies:
  26. @.o.lgrind:   @.c.lgrind
  27.         cc $(ccflags) -o @.o.lgrind @.c.lgrind 
  28. @.o.regexp:   @.c.regexp
  29.         cc $(ccflags) -o @.o.regexp @.c.regexp 
  30. @.o.vgrindefs:   @.c.vgrindefs
  31.         cc $(ccflags) -o @.o.vgrindefs @.c.vgrindefs 
  32.  
  33.  
  34. # Dynamic dependencies:
  35. o.regexp:    c.regexp
  36. o.regexp:    UNIX:h.stdio
  37. o.regexp:    UNIX:h.stdarg
  38. o.regexp:    UNIX:sys.h.types
  39. o.regexp:    UNIX:h.ctype
  40. o.vgrindefs:    c.vgrindefs
  41. o.vgrindefs:    UNIX:h.stdlib
  42. o.vgrindefs:    UNIX:sys.h.types
  43. o.vgrindefs:    UNIX:h.ctype
  44. o.lgrind:    c.lgrind
  45. o.lgrind:    UNIX:h.stdio
  46. o.lgrind:    UNIX:h.stdarg
  47. o.lgrind:    UNIX:sys.h.types
  48. o.lgrind:    UNIX:h.ctype
  49. o.lgrind:    UNIX:sys.h.types
  50. o.lgrind:    UNIX:sys.h.stat
  51. o.lgrind:    UNIX:h.time
  52. o.lgrind:    UNIX:h.unistd
  53. o.lgrind:    UNIX:h.fcntl
  54. o.lgrind:    UNIX:h.termio
  55.