home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 2 / DATAFILE_PDCD2.iso / utilities3 / gnu_sed_rx / Makefile < prev    next >
Makefile  |  1994-02-25  |  1KB  |  58 lines

  1. # Project:   sed
  2.  
  3.  
  4. # Toolflags:
  5. CCflags = -c -depend !Depend -IC: -throwback -pcc 
  6. Linkflags = -o $@
  7. CMHGflags = 
  8. LibFileflags = -c -o $@
  9. Squeezeflags = -o $@
  10. Pascalflags = -c -depend !Depend -throwback -IP:
  11. Drlinkflags = -aif -nounused -debimage -o $@ 
  12.  
  13.  
  14. # Final targets:
  15. @.sed:   @.o.alloca @.o.getopt @.o.getopt1 @.o.rx @.o.sed @.o.utils c:o.stubs 
  16.         link $(linkflags) @.o.alloca @.o.getopt @.o.getopt1 @.o.rx @.o.sed \
  17.         @.o.utils c:o.stubs 
  18.  
  19.  
  20. # User-editable dependencies:
  21.  
  22.  
  23. # Static dependencies:
  24. @.o.alloca:   @.c.alloca
  25.         cc $(ccflags) -o @.o.alloca @.c.alloca 
  26. @.o.getopt:   @.c.getopt
  27.         cc $(ccflags) -o @.o.getopt @.c.getopt 
  28. @.o.getopt1:   @.c.getopt1
  29.         cc $(ccflags) -o @.o.getopt1 @.c.getopt1 
  30. @.o.rx:   @.c.rx
  31.         cc $(ccflags) -o @.o.rx @.c.rx 
  32. @.o.sed:   @.c.sed
  33.         cc $(ccflags) -o @.o.sed @.c.sed 
  34. @.o.utils:   @.c.utils
  35.         cc $(ccflags) -o @.o.utils @.c.utils 
  36.  
  37.  
  38. # Dynamic dependencies:
  39. o.alloca:    c.alloca
  40. o.alloca:    h.config
  41. o.getopt:    c.getopt
  42. o.getopt:    h.config
  43. o.getopt:    h.getopt
  44. o.getopt1:    c.getopt1
  45. o.getopt1:    h.config
  46. o.getopt1:    h.getopt
  47. o.rx:    c.rx
  48. o.rx:    h.config
  49. o.rx:    h.rx
  50. o.rx:    h.rx
  51. o.rx:    h.rx
  52. o.rx:    h.rx
  53. o.sed:    c.sed
  54. o.sed:    h.config
  55. o.sed:    h.rx
  56. o.sed:    h.rx
  57. o.sed:    h.getopt
  58.