home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / mail / pp / pp-6.0 / Lib / io / Makefile < prev    next >
Encoding:
Makefile  |  1991-12-18  |  9.0 KB  |  366 lines

  1. # Input/Output primitives for PP
  2. #
  3. ############################################################
  4. #
  5. # @(#) $Header: /xtel/pp/pp-beta/Lib/io/RCS/Makefile,v 6.0 1991/12/18 20:22:26 jpo Rel $
  6. #
  7. # $Log: Makefile,v $
  8. # Revision 6.0  1991/12/18  20:22:26  jpo
  9. # Release 6.0
  10. #
  11. #
  12. ############################################################
  13. #
  14. # Definitions
  15. #
  16. ############################################################
  17.  
  18.  
  19.  
  20. SRCS =  io_lib.c rd_adr.c rd_buf.c rd_dr.c rd_msg.c rd_prm.c rd_q.c wr_adr.c \
  21.            wr_dr.c wr_prm.c wr_q.c wr_q2drfile.c
  22. OBJS =  io_lib.o rd_adr.o rd_buf.o rd_dr.o rd_msg.o rd_prm.o rd_q.o wr_adr.o \
  23.            wr_dr.o wr_prm.o wr_q.o wr_q2drfile.o
  24. # DO NOT DELETE THIS LINE MAKE DEFINE NEEDS IT
  25.  
  26. HEADERS         = ../../h
  27. CFLAGS          = $(LIBCCOPTIONS) -I$(HEADERS) $(LCF)
  28. LLFLAGS         = $(LINTFLAGS) -I$(HEADERS) -u
  29. SHADOW          = io-made
  30.  
  31. LINTLIBS        = ../addr/llib-laddr.ln \
  32.           ../charset/llib-lcs.ln \
  33.           ../format/llib-lfmt.ln \
  34.           ../or/llib-lor.ln \
  35.           ../parse/llib-lparse.ln \
  36.           ../pp/llib-lpp.ln \
  37.           ../qmgr/llib-lqmgr.ln \
  38.           ../table/llib-ltable.ln \
  39.           ../tai/llib-ltai.ln \
  40.           ../util/llib-lutil.ln \
  41.           ../x400/llib-lx400.ln 
  42.  
  43.  
  44. ############################################################
  45. #
  46. # Building Rules
  47. #
  48. ############################################################
  49.  
  50. default: $(SHADOW)
  51.  
  52. $(SHADOW): $(OBJS)
  53.     $(AR) r$(ARFLAGS) ../libpp.a $?
  54.     touch $@
  55.  
  56. saber_src: $(SRCS)
  57.     #load -C $(CFLAGS) $(SRCS) $(LIBPP) $(LIBSYS)
  58.  
  59. saber_obj: $(OBJS) 
  60.     #load -C $(OBJS) $(LIBPP) $(LIBSYS)
  61.  
  62. lintlib:llib-lio.ln
  63. llib-lio.ln: $(SRCS)
  64.     $(LINT) $(LLFLAGS) -Cio $(SRCS)
  65.  
  66. clean: tidy
  67.     rm -f $(OBJS) llib-lio.ln
  68. tidy:
  69.     rm -f core $(SHADOW) *.old *.BAK
  70.  
  71. install:
  72.  
  73. lint:
  74.     $(LINT) $(LLFLAGS) $(SRCS) $(LINTLIBS) $(LINTISODE)
  75.  
  76. define:
  77.     $(DEFINE) Makefile
  78.  
  79. depend:
  80.     $(DEPEND) -I$(HEADERS) $(SRCS)
  81.  
  82. ############################################################
  83. #
  84. # End of building rules
  85. #
  86. ############################################################
  87.  
  88. # DO NOT DELETE THIS LINE MAKE DEPEND NEEDS IT
  89. # Dependencies follow
  90. io_lib.o: io_lib.c
  91. io_lib.o: ../../h/head.h
  92. io_lib.o: ../../h/util.h
  93. io_lib.o: ../../h/config.h
  94. io_lib.o: ../../h/ll_log.h
  95. io_lib.o: ../../h/retcode.h
  96. io_lib.o: ../../h/q.h
  97. io_lib.o: ../../h/adr.h
  98. io_lib.o: ../../h/list_rchan.h
  99. io_lib.o: ../../h/chan.h
  100. io_lib.o: ../../h/table.h
  101. io_lib.o: ../../h/list_bpt.h
  102. io_lib.o: ../../h/auth.h
  103. io_lib.o: ../../h/list_bpt.h
  104. io_lib.o: ../../h/extension.h
  105. io_lib.o: ../../h/mta.h
  106. io_lib.o: ../../h/adr.h
  107. io_lib.o: ../../h/list_bpt.h
  108. io_lib.o: ../../h/aparse.h
  109. io_lib.o: ../../h/ap.h
  110. io_lib.o: ../../h/util.h
  111. io_lib.o: ../../h/or.h
  112. io_lib.o: ../../h/chan.h
  113. io_lib.o: ../../h/auth.h
  114. io_lib.o: ../../h/list_rchan.h
  115. io_lib.o: ../../h/mta.h
  116. io_lib.o: ../../h/adr.h
  117. io_lib.o: ../../h/prm.h
  118. io_lib.o: ../../h/dr.h
  119. io_lib.o: ../../h/extension.h
  120. io_lib.o: ../../h/mta.h
  121. rd_adr.o: rd_adr.c
  122. rd_adr.o: ../../h/head.h
  123. rd_adr.o: ../../h/util.h
  124. rd_adr.o: ../../h/config.h
  125. rd_adr.o: ../../h/ll_log.h
  126. rd_adr.o: ../../h/retcode.h
  127. rd_adr.o: ../../h/adr.h
  128. rd_adr.o: ../../h/list_rchan.h
  129. rd_adr.o: ../../h/chan.h
  130. rd_adr.o: ../../h/table.h
  131. rd_adr.o: ../../h/list_bpt.h
  132. rd_adr.o: ../../h/auth.h
  133. rd_adr.o: ../../h/list_bpt.h
  134. rd_adr.o: ../../h/extension.h
  135. rd_adr.o: ../../h/mta.h
  136. rd_adr.o: ../../h/adr.h
  137. rd_adr.o: ../../h/list_bpt.h
  138. rd_adr.o: ../../h/aparse.h
  139. rd_adr.o: ../../h/ap.h
  140. rd_adr.o: ../../h/util.h
  141. rd_adr.o: ../../h/or.h
  142. rd_adr.o: ../../h/chan.h
  143. rd_adr.o: ../../h/auth.h
  144. rd_adr.o: ../../h/list_rchan.h
  145. rd_adr.o: ../../h/sys.file.h
  146. rd_adr.o: ../../h/util.h
  147. rd_buf.o: rd_buf.c
  148. rd_buf.o: ../../h/head.h
  149. rd_buf.o: ../../h/util.h
  150. rd_buf.o: ../../h/config.h
  151. rd_buf.o: ../../h/ll_log.h
  152. rd_buf.o: ../../h/retcode.h
  153. rd_dr.o: rd_dr.c
  154. rd_dr.o: ../../h/head.h
  155. rd_dr.o: ../../h/util.h
  156. rd_dr.o: ../../h/config.h
  157. rd_dr.o: ../../h/ll_log.h
  158. rd_dr.o: ../../h/retcode.h
  159. rd_dr.o: ../../h/dr.h
  160. rd_dr.o: ../../h/extension.h
  161. rd_dr.o: ../../h/mta.h
  162. rd_dr.o: ../../h/adr.h
  163. rd_dr.o: ../../h/list_rchan.h
  164. rd_dr.o: ../../h/chan.h
  165. rd_dr.o: ../../h/table.h
  166. rd_dr.o: ../../h/list_bpt.h
  167. rd_dr.o: ../../h/auth.h
  168. rd_dr.o: ../../h/list_bpt.h
  169. rd_dr.o: ../../h/extension.h
  170. rd_dr.o: ../../h/mta.h
  171. rd_dr.o: ../../h/aparse.h
  172. rd_dr.o: ../../h/ap.h
  173. rd_dr.o: ../../h/util.h
  174. rd_dr.o: ../../h/or.h
  175. rd_dr.o: ../../h/chan.h
  176. rd_dr.o: ../../h/auth.h
  177. rd_dr.o: ../../h/list_rchan.h
  178. rd_dr.o: ../../h/list_bpt.h
  179. rd_msg.o: rd_msg.c
  180. rd_msg.o: ../../h/head.h
  181. rd_msg.o: ../../h/util.h
  182. rd_msg.o: ../../h/config.h
  183. rd_msg.o: ../../h/ll_log.h
  184. rd_msg.o: ../../h/retcode.h
  185. rd_msg.o: ../../h/q.h
  186. rd_msg.o: ../../h/adr.h
  187. rd_msg.o: ../../h/list_rchan.h
  188. rd_msg.o: ../../h/chan.h
  189. rd_msg.o: ../../h/table.h
  190. rd_msg.o: ../../h/list_bpt.h
  191. rd_msg.o: ../../h/auth.h
  192. rd_msg.o: ../../h/list_bpt.h
  193. rd_msg.o: ../../h/extension.h
  194. rd_msg.o: ../../h/mta.h
  195. rd_msg.o: ../../h/adr.h
  196. rd_msg.o: ../../h/list_bpt.h
  197. rd_msg.o: ../../h/aparse.h
  198. rd_msg.o: ../../h/ap.h
  199. rd_msg.o: ../../h/util.h
  200. rd_msg.o: ../../h/or.h
  201. rd_msg.o: ../../h/chan.h
  202. rd_msg.o: ../../h/auth.h
  203. rd_msg.o: ../../h/list_rchan.h
  204. rd_msg.o: ../../h/mta.h
  205. rd_msg.o: ../../h/prm.h
  206. rd_prm.o: rd_prm.c
  207. rd_prm.o: ../../h/head.h
  208. rd_prm.o: ../../h/util.h
  209. rd_prm.o: ../../h/config.h
  210. rd_prm.o: ../../h/ll_log.h
  211. rd_prm.o: ../../h/retcode.h
  212. rd_prm.o: ../../h/prm.h
  213. rd_prm.o: ../../h/tb_prm.h
  214. rd_q.o: rd_q.c
  215. rd_q.o: ../../h/head.h
  216. rd_q.o: ../../h/util.h
  217. rd_q.o: ../../h/config.h
  218. rd_q.o: ../../h/ll_log.h
  219. rd_q.o: ../../h/retcode.h
  220. rd_q.o: ../../h/q.h
  221. rd_q.o: ../../h/adr.h
  222. rd_q.o: ../../h/list_rchan.h
  223. rd_q.o: ../../h/chan.h
  224. rd_q.o: ../../h/table.h
  225. rd_q.o: ../../h/list_bpt.h
  226. rd_q.o: ../../h/auth.h
  227. rd_q.o: ../../h/list_bpt.h
  228. rd_q.o: ../../h/extension.h
  229. rd_q.o: ../../h/mta.h
  230. rd_q.o: ../../h/adr.h
  231. rd_q.o: ../../h/list_bpt.h
  232. rd_q.o: ../../h/aparse.h
  233. rd_q.o: ../../h/ap.h
  234. rd_q.o: ../../h/util.h
  235. rd_q.o: ../../h/or.h
  236. rd_q.o: ../../h/chan.h
  237. rd_q.o: ../../h/auth.h
  238. rd_q.o: ../../h/list_rchan.h
  239. rd_q.o: ../../h/mta.h
  240. rd_q.o: ../../h/tb_q.h
  241. wr_adr.o: wr_adr.c
  242. wr_adr.o: ../../h/head.h
  243. wr_adr.o: ../../h/util.h
  244. wr_adr.o: ../../h/config.h
  245. wr_adr.o: ../../h/ll_log.h
  246. wr_adr.o: ../../h/retcode.h
  247. wr_adr.o: ../../h/adr.h
  248. wr_adr.o: ../../h/list_rchan.h
  249. wr_adr.o: ../../h/chan.h
  250. wr_adr.o: ../../h/table.h
  251. wr_adr.o: ../../h/list_bpt.h
  252. wr_adr.o: ../../h/auth.h
  253. wr_adr.o: ../../h/list_bpt.h
  254. wr_adr.o: ../../h/extension.h
  255. wr_adr.o: ../../h/mta.h
  256. wr_adr.o: ../../h/adr.h
  257. wr_adr.o: ../../h/list_bpt.h
  258. wr_adr.o: ../../h/aparse.h
  259. wr_adr.o: ../../h/ap.h
  260. wr_adr.o: ../../h/util.h
  261. wr_adr.o: ../../h/or.h
  262. wr_adr.o: ../../h/chan.h
  263. wr_adr.o: ../../h/auth.h
  264. wr_adr.o: ../../h/list_rchan.h
  265. wr_adr.o: ../../h/sys.file.h
  266. wr_adr.o: ../../h/util.h
  267. wr_dr.o: wr_dr.c
  268. wr_dr.o: ../../h/head.h
  269. wr_dr.o: ../../h/util.h
  270. wr_dr.o: ../../h/config.h
  271. wr_dr.o: ../../h/ll_log.h
  272. wr_dr.o: ../../h/retcode.h
  273. wr_dr.o: ../../h/q.h
  274. wr_dr.o: ../../h/adr.h
  275. wr_dr.o: ../../h/list_rchan.h
  276. wr_dr.o: ../../h/chan.h
  277. wr_dr.o: ../../h/table.h
  278. wr_dr.o: ../../h/list_bpt.h
  279. wr_dr.o: ../../h/auth.h
  280. wr_dr.o: ../../h/list_bpt.h
  281. wr_dr.o: ../../h/extension.h
  282. wr_dr.o: ../../h/mta.h
  283. wr_dr.o: ../../h/adr.h
  284. wr_dr.o: ../../h/list_bpt.h
  285. wr_dr.o: ../../h/aparse.h
  286. wr_dr.o: ../../h/ap.h
  287. wr_dr.o: ../../h/util.h
  288. wr_dr.o: ../../h/or.h
  289. wr_dr.o: ../../h/chan.h
  290. wr_dr.o: ../../h/auth.h
  291. wr_dr.o: ../../h/list_rchan.h
  292. wr_dr.o: ../../h/mta.h
  293. wr_dr.o: ../../h/dr.h
  294. wr_dr.o: ../../h/extension.h
  295. wr_dr.o: ../../h/mta.h
  296. wr_prm.o: wr_prm.c
  297. wr_prm.o: ../../h/head.h
  298. wr_prm.o: ../../h/util.h
  299. wr_prm.o: ../../h/config.h
  300. wr_prm.o: ../../h/ll_log.h
  301. wr_prm.o: ../../h/retcode.h
  302. wr_prm.o: ../../h/prm.h
  303. wr_q.o: wr_q.c
  304. wr_q.o: ../../h/head.h
  305. wr_q.o: ../../h/util.h
  306. wr_q.o: ../../h/config.h
  307. wr_q.o: ../../h/ll_log.h
  308. wr_q.o: ../../h/retcode.h
  309. wr_q.o: ../../h/q.h
  310. wr_q.o: ../../h/adr.h
  311. wr_q.o: ../../h/list_rchan.h
  312. wr_q.o: ../../h/chan.h
  313. wr_q.o: ../../h/table.h
  314. wr_q.o: ../../h/list_bpt.h
  315. wr_q.o: ../../h/auth.h
  316. wr_q.o: ../../h/list_bpt.h
  317. wr_q.o: ../../h/extension.h
  318. wr_q.o: ../../h/mta.h
  319. wr_q.o: ../../h/adr.h
  320. wr_q.o: ../../h/list_bpt.h
  321. wr_q.o: ../../h/aparse.h
  322. wr_q.o: ../../h/ap.h
  323. wr_q.o: ../../h/util.h
  324. wr_q.o: ../../h/or.h
  325. wr_q.o: ../../h/chan.h
  326. wr_q.o: ../../h/auth.h
  327. wr_q.o: ../../h/list_rchan.h
  328. wr_q.o: ../../h/mta.h
  329. wr_q2drfile.o: wr_q2drfile.c
  330. wr_q2drfile.o: ../../h/head.h
  331. wr_q2drfile.o: ../../h/util.h
  332. wr_q2drfile.o: ../../h/config.h
  333. wr_q2drfile.o: ../../h/ll_log.h
  334. wr_q2drfile.o: ../../h/retcode.h
  335. wr_q2drfile.o: ../../h/q.h
  336. wr_q2drfile.o: ../../h/adr.h
  337. wr_q2drfile.o: ../../h/list_rchan.h
  338. wr_q2drfile.o: ../../h/chan.h
  339. wr_q2drfile.o: ../../h/table.h
  340. wr_q2drfile.o: ../../h/list_bpt.h
  341. wr_q2drfile.o: ../../h/auth.h
  342. wr_q2drfile.o: ../../h/list_bpt.h
  343. wr_q2drfile.o: ../../h/extension.h
  344. wr_q2drfile.o: ../../h/mta.h
  345. wr_q2drfile.o: ../../h/adr.h
  346. wr_q2drfile.o: ../../h/list_bpt.h
  347. wr_q2drfile.o: ../../h/aparse.h
  348. wr_q2drfile.o: ../../h/ap.h
  349. wr_q2drfile.o: ../../h/util.h
  350. wr_q2drfile.o: ../../h/or.h
  351. wr_q2drfile.o: ../../h/chan.h
  352. wr_q2drfile.o: ../../h/auth.h
  353. wr_q2drfile.o: ../../h/list_rchan.h
  354. wr_q2drfile.o: ../../h/mta.h
  355. wr_q2drfile.o: ../../h/dr.h
  356. wr_q2drfile.o: ../../h/extension.h
  357. wr_q2drfile.o: ../../h/mta.h
  358. wr_q2drfile.o: ../../h/sys.file.h
  359. wr_q2drfile.o: ../../h/util.h
  360. wr_q2drfile.o: ../../h/list_bpt.h
  361. wr_q2drfile.o: ../../h/or.h
  362.  
  363. # DEPENDENCIES MUST END AT END OF FILE
  364. # IF YOU PUT STUFF HERE IT WILL GO AWAY
  365. # see make depend above
  366.