home *** CD-ROM | disk | FTP | other *** search
/ APDL Public Domain 1 / APDL_PD1A.iso / program / dde / datatoaof / Examples / Example1 / Makefile < prev   
Encoding:
Makefile  |  1993-03-11  |  766 b   |  33 lines

  1. # Project:   Example1
  2.  
  3.  
  4. # Toolflags:
  5. CCflags = -c -depend !Depend -throwback -IC:
  6. Linkflags = -o $@
  7. ObjAsmflags = -depend !Depend -ThrowBack -Stamp -quit -CloseExec
  8. CMHGflags = 
  9. LibFileflags = -c -o $@
  10. Squeezeflags = -o $@
  11. AAsmflags = -depend !Depend -quit -CloseExec -To $@ -From
  12. F77toAOFflags = 
  13. DataToAOFflags = -depend !Depend -L _length -S -P -DP
  14.  
  15.  
  16. # Final targets:
  17. @.!RunImage:   @.o.Example1 @.o.text C:o.Stubs 
  18.         Link $(Linkflags) @.o.Example1 @.o.text C:o.Stubs 
  19.  
  20.  
  21. # User-editable dependencies:
  22.  
  23. # Static dependencies:
  24. @.o.Example1:   @.c.Example1
  25.         cc $(ccflags) -o @.o.Example1 @.c.Example1 
  26. @.o.text:   @.dat.text
  27.         datatoaof -f @.dat.text -o @.o.text $(datatoaofflags)
  28.  
  29.  
  30. # Dynamic dependencies:
  31. o.Example1:    c.Example1
  32. o.text:    dat.text
  33.