home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / k / ksh48.zip / sh / Makefile < prev    next >
Makefile  |  1993-01-12  |  4KB  |  200 lines

  1. # PD Bourne/Korn Shell
  2.  
  3. CC      = gcc -O -Zmt
  4. CFLAGS  = -funsigned-char -DOS2 -D_SYSV
  5. LDFLAGS = -s
  6. LDLIBS  = -los2
  7. O = .o
  8.  
  9. OBJS =    version$O main$O misc$O syn$O lex$O edit$O emacs$O vi$O tree$O \
  10.     exec$O jobs$O trap$O c_sh$O c_ksh$O c_test$O do_ulimit$O getopts$O \
  11.     expr$O history$O var$O table$O alloc$O io$O eval$O mail$O trace$O \
  12.     os2$O
  13.  
  14. ksh.exe: $(OBJS) ksh.def
  15.     $(CC) $(LDFLAGS) -o $@ ksh.def $(OBJS) $(LDLIBS)
  16.  
  17. .c$O:
  18.     $(CC) $(CFLAGS) -c $<
  19.  
  20. # DO NOT DELETE THIS LINE -- make depend depends on it.
  21. # If this runs make out of memory, delete /usr/include lines.
  22. alloc.o: alloc.c
  23. alloc.o: config.h
  24. alloc.o: sh.h
  25. alloc.o: stdh.h
  26. alloc.o: trace.h
  27. c_ksh.o: c_ksh.c
  28. c_ksh.o: config.h
  29. c_ksh.o: sh.h
  30. c_ksh.o: stdh.h
  31. c_ksh.o: table.h
  32. c_ksh.o: trace.h
  33. c_sh.o: c_sh.c
  34. c_sh.o: config.h
  35. c_sh.o: lex.h
  36. c_sh.o: sh.h
  37. c_sh.o: stdh.h
  38. c_sh.o: table.h
  39. c_sh.o: trace.h
  40. c_sh.o: tree.h
  41. c_test.o: c_test.c
  42. c_test.o: config.h
  43. c_test.o: sh.h
  44. c_test.o: stdh.h
  45. c_test.o: trace.h
  46. edit.o: config.h
  47. edit.o: edit.c
  48. edit.o: edit.h
  49. edit.o: lex.h
  50. edit.o: sh.h
  51. edit.o: stdh.h
  52. edit.o: trace.h
  53. edit.o: tty.h
  54. emacs.o: config.h
  55. emacs.o: edit.h
  56. emacs.o: emacs.c
  57. emacs.o: expand.h
  58. emacs.o: lex.h
  59. emacs.o: sh.h
  60. emacs.o: stdh.h
  61. emacs.o: table.h
  62. emacs.o: trace.h
  63. emacs.o: tree.h
  64. eval.o: config.h
  65. eval.o: eval.c
  66. eval.o: expand.h
  67. eval.o: lex.h
  68. eval.o: sh.h
  69. eval.o: stdh.h
  70. eval.o: table.h
  71. eval.o: trace.h
  72. eval.o: tree.h
  73. exec.o: config.h
  74. exec.o: exec.c
  75. exec.o: lex.h
  76. exec.o: sh.h
  77. exec.o: stdh.h
  78. exec.o: table.h
  79. exec.o: trace.h
  80. exec.o: tree.h
  81. expr.o: config.h
  82. expr.o: expr.c
  83. expr.o: sh.h
  84. expr.o: stdh.h
  85. expr.o: table.h
  86. expr.o: trace.h
  87. getopts.o: config.h
  88. getopts.o: getopts.c
  89. getopts.o: sh.h
  90. getopts.o: stdh.h
  91. getopts.o: table.h
  92. getopts.o: trace.h
  93. history.o: config.h
  94. history.o: history.c
  95. history.o: lex.h
  96. history.o: sh.h
  97. history.o: stdh.h
  98. history.o: trace.h
  99. io.o: config.h
  100. io.o: io.c
  101. io.o: sh.h
  102. io.o: stdh.h
  103. io.o: trace.h
  104. jobs.o: config.h
  105. jobs.o: jobs.c
  106. jobs.o: sh.h
  107. jobs.o: stdh.h
  108. jobs.o: trace.h
  109. jobs.o: tree.h
  110. lex.o: config.h
  111. lex.o: expand.h
  112. lex.o: lex.c
  113. lex.o: lex.h
  114. lex.o: sh.h
  115. lex.o: stdh.h
  116. lex.o: table.h
  117. lex.o: trace.h
  118. lex.o: tree.h
  119. mail.o: config.h
  120. mail.o: mail.c
  121. mail.o: sh.h
  122. mail.o: stdh.h
  123. mail.o: table.h
  124. mail.o: trace.h
  125. main.o: config.h
  126. main.o: lex.h
  127. main.o: main.c
  128. main.o: sh.h
  129. main.o: stdh.h
  130. main.o: table.h
  131. main.o: trace.h
  132. main.o: tree.h
  133. memmove.o: memmove.c
  134. memmove.o: stdh.h
  135. misc.o: config.h
  136. misc.o: expand.h
  137. misc.o: misc.c
  138. misc.o: sh.h
  139. misc.o: stdh.h
  140. misc.o: trace.h
  141. strstr.o: stdh.h
  142. strstr.o: strstr.c
  143. syn.o: config.h
  144. syn.o: expand.h
  145. syn.o: lex.h
  146. syn.o: sh.h
  147. syn.o: stdh.h
  148. syn.o: syn.c
  149. syn.o: table.h
  150. syn.o: trace.h
  151. syn.o: tree.h
  152. sigact.o: sigact.h sigact.c
  153. table.o: config.h
  154. table.o: sh.h
  155. table.o: stdh.h
  156. table.o: table.c
  157. table.o: table.h
  158. table.o: trace.h
  159. times.o: times.c
  160. trace.o: trace.c
  161. trap.o: config.h
  162. trap.o: sh.h
  163. trap.o: stdh.h
  164. trap.o: trace.h
  165. trap.o: trap.c
  166. tree.o: config.h
  167. tree.o: sh.h
  168. tree.o: stdh.h
  169. tree.o: trace.h
  170. tree.o: tree.c
  171. tree.o: tree.h
  172. do_ulimit.o: config.h
  173. do_ulimit.o: sh.h
  174. do_ulimit.o: stdh.h
  175. do_ulimit.o: trace.h
  176. do_ulimit.o: do_ulimit.c
  177. var.o: config.h
  178. var.o: expand.h
  179. var.o: sh.h
  180. var.o: stdh.h
  181. var.o: table.h
  182. var.o: trace.h
  183. var.o: var.c
  184. version.o: config.h
  185. version.o: sh.h
  186. version.o: stdh.h
  187. version.o: trace.h
  188. version.o: version.c
  189. vi.o: config.h
  190. vi.o: edit.h
  191. vi.o: expand.h
  192. vi.o: lex.h
  193. vi.o: sh.h
  194. vi.o: stdh.h
  195. vi.o: table.h
  196. vi.o: trace.h
  197. vi.o: tree.h
  198. vi.o: vi.c
  199. # WARNING: Put nothing here or make depend will gobble it up!
  200.