home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / unix / tr2latex_2 / Makefile < prev    next >
Makefile  |  1996-06-19  |  2KB  |  77 lines

  1. # Project:   tr2latex
  2.  
  3.  
  4. # Toolflags:
  5. CCflags = -c -depend !Depend -IUnix: -pcc -JUnix:  -DACORN  
  6. C++flags = -c -depend !Depend -throwback -IC:
  7. Pascalflags = -c -depend !Depend -throwback -IP:
  8. Linkflags = -c++ -o $@
  9. ObjAsmflags = -depend !Depend -ThrowBack -Stamp -quit -CloseExec
  10. CMHGflags = 
  11. LibFileflags = -c -o $@
  12. Squeezeflags = -o $@
  13. AAsmflags = -depend !Depend -quit -CloseExec -To $@ -From
  14.  
  15.  
  16. # Final targets:
  17. @.tr2latex:   @.o.subs @.o.tr @.o.tr2latex @.o.version Unix:o.UnixLib 
  18.         link $(linkflags) @.o.subs @.o.tr @.o.tr2latex @.o.version \
  19.         Unix:o.UnixLib 
  20.  
  21.  
  22. # User-editable dependencies:
  23.  
  24.  
  25. # Static dependencies:
  26. @.o.subs:   @.c.subs
  27.         cc $(ccflags) -o @.o.subs @.c.subs 
  28. @.o.tr:   @.c.tr
  29.         cc $(ccflags) -o @.o.tr @.c.tr 
  30. @.o.tr2latex:   @.c.tr2latex
  31.         cc $(ccflags) -o @.o.tr2latex @.c.tr2latex 
  32. @.o.version:   @.c.version
  33.         cc $(ccflags) -o @.o.version @.c.version 
  34.  
  35.  
  36. # Dynamic dependencies:
  37. o.version:    c.version
  38. o.subs:    c.subs
  39. o.subs:    h.setups
  40. o.subs:    Unix:h.stdio
  41. o.subs:    Unix:h.stdarg
  42. o.subs:    Unix:sys.h.types
  43. o.subs:    Unix:h.ctype
  44. o.subs:    Unix:h.errno
  45. o.subs:    Unix:h.stdlib
  46. o.subs:    Unix:h.time
  47. o.subs:    Unix:h.string
  48. o.subs:    h.protos
  49. o.subs:    h.simil
  50. o.subs:    h.greek
  51. o.subs:    h.flip
  52. o.subs:    h.forbid
  53. o.subs:    h.maths
  54. o.subs:    h.macros
  55. o.tr:    c.tr
  56. o.tr:    h.setups
  57. o.tr:    Unix:h.stdio
  58. o.tr:    Unix:h.stdarg
  59. o.tr:    Unix:sys.h.types
  60. o.tr:    Unix:h.ctype
  61. o.tr:    Unix:h.errno
  62. o.tr:    Unix:h.stdlib
  63. o.tr:    Unix:h.time
  64. o.tr:    Unix:h.string
  65. o.tr:    h.protos
  66. o.tr2latex:    c.tr2latex
  67. o.tr2latex:    h.setups
  68. o.tr2latex:    Unix:h.stdio
  69. o.tr2latex:    Unix:h.stdarg
  70. o.tr2latex:    Unix:sys.h.types
  71. o.tr2latex:    Unix:h.ctype
  72. o.tr2latex:    Unix:h.errno
  73. o.tr2latex:    Unix:h.stdlib
  74. o.tr2latex:    Unix:h.time
  75. o.tr2latex:    Unix:h.string
  76. o.tr2latex:    h.protos
  77.