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

  1. #  Makefile for the O/R-name library routines
  2. #
  3. ############################################################
  4. #
  5. # @(#) $Header: /xtel/pp/pp-beta/Lib/or/RCS/Makefile,v 6.0 1991/12/18 20:23:08 jpo Rel $
  6. #
  7. # $Log: Makefile,v $
  8. # Revision 6.0  1991/12/18  20:23:08  jpo
  9. # Release 6.0
  10. #
  11. #
  12. ############################################################
  13. #
  14. # Definitions
  15. #
  16. ############################################################
  17.  
  18.  
  19.  
  20. SRCS =  or2pe.c or_add.c or_asc2ps.c or_basic.c \
  21.            or_blank.c or_buildpn.c or_check.c or_default.c or_dmn2or.c \
  22.            or_getpn.c or_init.c or_misc.c or_or2dmn.c or_or2rbits.c \
  23.            or_or2rfc.c or_or2std.c or_ps2asc.c or_rbits2or.c or_rfc2or.c \
  24.            or_search.c or_std2or.c or_tables.c or_util.c \
  25.        orn-dec.c orn-enc.c orn-util.c pe2or.c or_downgrade.c \
  26.        or_up_bnds.c or_valid.c
  27. OBJS =  or2pe.o or_add.o or_asc2ps.o or_basic.o \
  28.            or_blank.o or_buildpn.o or_check.o or_default.o or_dmn2or.o \
  29.            or_getpn.o or_init.o or_misc.o or_or2dmn.o or_or2rbits.o \
  30.            or_or2rfc.o or_or2std.o or_ps2asc.o or_rbits2or.o or_rfc2or.o \
  31.            or_search.o or_std2or.o or_tables.o or_util.o \
  32.        orn-dec.o orn-enc.o orn-util.o pe2or.o or_downgrade.o \
  33.        or_up_bnds.o or_valid.o
  34. # DO NOT DELETE THIS LINE MAKE DEFINE NEEDS IT
  35.  
  36. HEADERS         = ../../h
  37.  
  38. CFLAGS          = $(LIBCCOPTIONS) -I$(HEADERS) $(LCF)
  39. LLFLAGS         = $(LINTFLAGS) -I$(HEADERS) -u
  40. SHADOW          = or-made
  41. LIBPP        = ../libpp.a
  42.  
  43. LINTLIBS        = ../addr/llib-laddr.ln \
  44.           ../charset/llib-lcs.ln \
  45.           ../format/llib-lfmt.ln \
  46.           ../io/llib-lio.ln \
  47.           ../parse/llib-lparse.ln \
  48.           ../pp/llib-lpp.ln \
  49.           ../qmgr/llib-lqmgr.ln \
  50.           ../table/llib-ltable.ln \
  51.           ../tai/llib-ltai.ln \
  52.           ../util/llib-lutil.ln \
  53.           ../x400/llib-lx400.ln 
  54.  
  55.  
  56. ############################################################
  57. #
  58. # Building Rules
  59. #
  60. ############################################################
  61.  
  62. .SUFFIXES: .py
  63.  
  64. .py.c:
  65.     $(PEPY) $(PYFLAGS) -o $@ $*.py
  66.  
  67. default: $(SHADOW)
  68.  
  69.  
  70.  
  71. $(SHADOW): $(OBJS)
  72.     $(AR) r$(ARFLAGS) $(LIBPP) $?
  73.     touch $@
  74.  
  75. lintlib:llib-lor.ln
  76. llib-lor.ln: $(SRCS)
  77.     $(LINT) -Cor $(LLFLAGS) $(SRCS)
  78.  
  79. saber_src: $(SRCS)
  80.     #load -C $(CFLAGS) $(SRCS) $(LIBPP) $(LIBSYS)
  81.  
  82. saber_obj: $(OBJS)
  83.     #load -C $(OBJS) $(LIBPP) $(LIBSYS)
  84.  
  85. install:;
  86.  
  87. lint:
  88.     $(LINT) $(LLFLAGS) $(SRCS) $(LINTLIBS) $(LINTISODE)
  89.  
  90. clean:  tidy
  91.     rm -f $(OBJS) or2pe.c pe2or.c llib-lor.ln *.ph ORN*
  92.  
  93. tidy:
  94.     rm -f core $(SHADOW) $(PROGS) *.old *.BAK
  95.  
  96. depend: $(SRCS)
  97.     $(DEPEND) -I$(HEADERS) $(SRCS)
  98.  
  99. define:
  100.     $(DEFINE) Makefile
  101.  
  102. ############################################################
  103. #
  104. # End of building rules
  105. #
  106. ############################################################
  107. #
  108.  
  109. # DO NOT DELETE THIS LINE MAKE DEPEND NEEDS IT
  110. # Dependencies follow
  111. or2pe.o: or2pe.c
  112. or2pe.o: ../../h/util.h
  113. or2pe.o: ../../h/config.h
  114. or2pe.o: ../../h/ll_log.h
  115. or2pe.o: ../../h/or.h
  116. or_add.o: or_add.c
  117. or_add.o: ../../h/util.h
  118. or_add.o: ../../h/config.h
  119. or_add.o: ../../h/ll_log.h
  120. or_add.o: ../../h/or.h
  121. or_asc2ps.o: or_asc2ps.c
  122. or_asc2ps.o: ../../h/util.h
  123. or_asc2ps.o: ../../h/config.h
  124. or_asc2ps.o: ../../h/ll_log.h
  125. or_asc2ps.o: ../../h/or.h
  126. or_basic.o: or_basic.c
  127. or_basic.o: ../../h/or.h
  128. or_basic.o: ../../h/util.h
  129. or_basic.o: ../../h/config.h
  130. or_basic.o: ../../h/ll_log.h
  131. or_blank.o: or_blank.c
  132. or_blank.o: ../../h/or.h
  133. or_blank.o: ../../h/util.h
  134. or_blank.o: ../../h/config.h
  135. or_blank.o: ../../h/ll_log.h
  136. or_buildpn.o: or_buildpn.c
  137. or_buildpn.o: ../../h/or.h
  138. or_buildpn.o: ../../h/util.h
  139. or_buildpn.o: ../../h/config.h
  140. or_buildpn.o: ../../h/ll_log.h
  141. or_check.o: or_check.c
  142. or_check.o: ../../h/util.h
  143. or_check.o: ../../h/config.h
  144. or_check.o: ../../h/ll_log.h
  145. or_check.o: ../../h/or.h
  146. or_check.o: ../../h/table.h
  147. or_default.o: or_default.c
  148. or_default.o: ../../h/or.h
  149. or_default.o: ../../h/util.h
  150. or_default.o: ../../h/config.h
  151. or_default.o: ../../h/ll_log.h
  152. or_dmn2or.o: or_dmn2or.c
  153. or_dmn2or.o: ../../h/or.h
  154. or_dmn2or.o: ../../h/util.h
  155. or_dmn2or.o: ../../h/config.h
  156. or_dmn2or.o: ../../h/ll_log.h
  157. or_getpn.o: or_getpn.c
  158. or_getpn.o: ../../h/or.h
  159. or_getpn.o: ../../h/util.h
  160. or_getpn.o: ../../h/config.h
  161. or_getpn.o: ../../h/ll_log.h
  162. or_init.o: or_init.c
  163. or_init.o: ../../h/head.h
  164. or_init.o: ../../h/util.h
  165. or_init.o: ../../h/config.h
  166. or_init.o: ../../h/ll_log.h
  167. or_init.o: ../../h/retcode.h
  168. or_init.o: ../../h/mta.h
  169. or_init.o: ../../h/adr.h
  170. or_init.o: ../../h/list_rchan.h
  171. or_init.o: ../../h/chan.h
  172. or_init.o: ../../h/table.h
  173. or_init.o: ../../h/list_bpt.h
  174. or_init.o: ../../h/auth.h
  175. or_init.o: ../../h/list_bpt.h
  176. or_init.o: ../../h/extension.h
  177. or_init.o: ../../h/mta.h
  178. or_init.o: ../../h/aparse.h
  179. or_init.o: ../../h/ap.h
  180. or_init.o: ../../h/util.h
  181. or_init.o: ../../h/or.h
  182. or_init.o: ../../h/chan.h
  183. or_init.o: ../../h/auth.h
  184. or_init.o: ../../h/list_rchan.h
  185. or_init.o: ../../h/list_bpt.h
  186. or_init.o: ../../h/or.h
  187. or_misc.o: or_misc.c
  188. or_misc.o: ../../h/util.h
  189. or_misc.o: ../../h/config.h
  190. or_misc.o: ../../h/ll_log.h
  191. or_misc.o: ../../h/table.h
  192. or_misc.o: ../../h/or.h
  193. or_misc.o: ../../h/ap.h
  194. or_misc.o: ../../h/util.h
  195. or_or2dmn.o: or_or2dmn.c
  196. or_or2dmn.o: ../../h/or.h
  197. or_or2dmn.o: ../../h/util.h
  198. or_or2dmn.o: ../../h/config.h
  199. or_or2dmn.o: ../../h/ll_log.h
  200. or_or2rbits.o: or_or2rbits.c
  201. or_or2rbits.o: ../../h/or.h
  202. or_or2rbits.o: ../../h/util.h
  203. or_or2rbits.o: ../../h/config.h
  204. or_or2rbits.o: ../../h/ll_log.h
  205. or_or2rbits.o: ../../h/table.h
  206. or_or2rfc.o: or_or2rfc.c
  207. or_or2rfc.o: ../../h/or.h
  208. or_or2rfc.o: ../../h/util.h
  209. or_or2rfc.o: ../../h/config.h
  210. or_or2rfc.o: ../../h/ll_log.h
  211. or_or2rfc.o: ../../h/ap.h
  212. or_or2rfc.o: ../../h/util.h
  213. or_or2std.o: or_or2std.c
  214. or_or2std.o: ../../h/or.h
  215. or_or2std.o: ../../h/util.h
  216. or_or2std.o: ../../h/config.h
  217. or_or2std.o: ../../h/ll_log.h
  218. or_ps2asc.o: or_ps2asc.c
  219. or_ps2asc.o: ../../h/util.h
  220. or_ps2asc.o: ../../h/config.h
  221. or_ps2asc.o: ../../h/ll_log.h
  222. or_rbits2or.o: or_rbits2or.c
  223. or_rbits2or.o: ../../h/or.h
  224. or_rbits2or.o: ../../h/util.h
  225. or_rbits2or.o: ../../h/config.h
  226. or_rbits2or.o: ../../h/ll_log.h
  227. or_rbits2or.o: ../../h/table.h
  228. or_rfc2or.o: or_rfc2or.c
  229. or_rfc2or.o: ../../h/or.h
  230. or_rfc2or.o: ../../h/util.h
  231. or_rfc2or.o: ../../h/config.h
  232. or_rfc2or.o: ../../h/ll_log.h
  233. or_rfc2or.o: ../../h/ap.h
  234. or_rfc2or.o: ../../h/util.h
  235. or_search.o: or_search.c
  236. or_search.o: ../../h/or.h
  237. or_search.o: ../../h/util.h
  238. or_search.o: ../../h/config.h
  239. or_search.o: ../../h/ll_log.h
  240. or_std2or.o: or_std2or.c
  241. or_std2or.o: ../../h/or.h
  242. or_std2or.o: ../../h/util.h
  243. or_std2or.o: ../../h/config.h
  244. or_std2or.o: ../../h/ll_log.h
  245. or_tables.o: or_tables.c
  246. or_tables.o: ../../h/config.h
  247. or_tables.o: ../../h/or.h
  248. or_util.o: or_util.c
  249. or_util.o: ../../h/util.h
  250. or_util.o: ../../h/config.h
  251. or_util.o: ../../h/ll_log.h
  252. or_util.o: ../../h/or.h
  253. orn-dec.o: orn-dec.c
  254. orn-dec.o: ../../h/MTA-types.h
  255. orn-dec.o: ../../h/Toks-types.h
  256. orn-dec.o: ../../h/Auth-types.h
  257. orn-dec.o: ../../h/Ext-types.h
  258. orn-dec.o: ../../h/MTA-types.h
  259. orn-dec.o: ../../h/Toks-types.h
  260. orn-dec.o: ../../h/Auth-types.h
  261. orn-dec.o: ../../h/util.h
  262. orn-dec.o: ../../h/config.h
  263. orn-dec.o: ../../h/ll_log.h
  264. orn-dec.o: ../../h/or.h
  265. orn-dec.o: ../../h/extension.h
  266. orn-dec.o: ../../h/IOB-types.h
  267. orn-dec.o: ../../h/MTA-types.h
  268. orn-enc.o: orn-enc.c
  269. orn-enc.o: ../../h/util.h
  270. orn-enc.o: ../../h/config.h
  271. orn-enc.o: ../../h/ll_log.h
  272. orn-enc.o: ../../h/or.h
  273. orn-enc.o: ../../h/IOB-types.h
  274. orn-enc.o: ../../h/MTA-types.h
  275. orn-enc.o: ../../h/Toks-types.h
  276. orn-enc.o: ../../h/Auth-types.h
  277. orn-enc.o: ../../h/MTA-types.h
  278. orn-enc.o: ../../h/Ext-types.h
  279. orn-enc.o: ../../h/MTA-types.h
  280. orn-enc.o: ../../h/Toks-types.h
  281. orn-enc.o: ../../h/Auth-types.h
  282. orn-enc.o: ../../h/extension.h
  283. orn-util.o: orn-util.c
  284. orn-util.o: ../../h/util.h
  285. orn-util.o: ../../h/config.h
  286. orn-util.o: ../../h/ll_log.h
  287. orn-util.o: ../../h/or.h
  288. orn-util.o: ../../h/IOB-types.h
  289. orn-util.o: ../../h/MTA-types.h
  290. orn-util.o: ../../h/Toks-types.h
  291. orn-util.o: ../../h/Auth-types.h
  292. orn-util.o: ../../h/MTA-types.h
  293. orn-util.o: ../../h/Ext-types.h
  294. orn-util.o: ../../h/MTA-types.h
  295. orn-util.o: ../../h/Toks-types.h
  296. orn-util.o: ../../h/Auth-types.h
  297. orn-util.o: ../../h/extension.h
  298. pe2or.o: pe2or.c
  299. pe2or.o: ../../h/util.h
  300. pe2or.o: ../../h/config.h
  301. pe2or.o: ../../h/ll_log.h
  302. pe2or.o: ../../h/or.h
  303. or_downgrade.o: or_downgrade.c
  304. or_downgrade.o: ../../h/util.h
  305. or_downgrade.o: ../../h/config.h
  306. or_downgrade.o: ../../h/ll_log.h
  307. or_downgrade.o: ../../h/or.h
  308. or_downgrade.o: ../../h/ap.h
  309. or_downgrade.o: ../../h/util.h
  310.  
  311. # DEPENDENCIES MUST END AT END OF FILE
  312. # IF YOU PUT STUFF HERE IT WILL GO AWAY
  313. # see make depend above
  314.