home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / txtut122.zip / textutil / src / Makefile.in < prev    next >
Makefile  |  1997-01-27  |  16KB  |  561 lines

  1. # Makefile.in generated automatically by automake 1.1l from Makefile.am
  2.  
  3. # Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc.
  4. # This Makefile.in is free software; the Free Software Foundation
  5. # gives unlimited permission to copy, distribute and modify it.
  6.  
  7.  
  8. SHELL = /bin/sh
  9.  
  10. srcdir = @srcdir@
  11. top_srcdir = @top_srcdir@
  12. VPATH = @srcdir@
  13. prefix = @prefix@
  14. exec_prefix = @exec_prefix@
  15.  
  16. bindir = @bindir@
  17. sbindir = @sbindir@
  18. libexecdir = @libexecdir@
  19. sysconfdir = @sysconfdir@
  20. sharedstatedir = @sharedstatedir@
  21. localstatedir = @localstatedir@
  22. libdir = @libdir@
  23. infodir = @infodir@
  24. mandir = @mandir@
  25. includedir = @includedir@
  26. oldincludedir = /usr/include
  27.  
  28. pkgdatadir = $(datadir)/@PACKAGE@
  29. pkglibdir = $(libdir)/@PACKAGE@
  30. pkgincludedir = $(includedir)/@PACKAGE@
  31.  
  32. top_builddir = ..
  33.  
  34. INSTALL = @INSTALL@
  35. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  36. INSTALL_DATA = @INSTALL_DATA@
  37. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  38. transform = @program_transform_name@
  39. RANLIB = @RANLIB@
  40. GENCAT = @GENCAT@
  41. PERL = @PERL@
  42. GMSGFMT = @GMSGFMT@
  43. CC = @CC@
  44.  
  45. AUTOMAKE_OPTIONS = ansi2knr
  46.  
  47. bin_PROGRAMS = cat cksum comm csplit cut expand fmt fold head join md5sum \
  48. nl od paste pr sort split sum tac tail tr unexpand uniq wc
  49.  
  50. noinst_HEADERS = system.h
  51. EXTRA_DIST =
  52.  
  53. datadir = $(prefix)/@DATADIRNAME@
  54. localedir = $(datadir)/locale
  55.  
  56. INCLUDES = -I.. -I$(srcdir) -I$(top_srcdir)/lib -I../intl
  57. DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@
  58. LDADD = @INTLLIBS@ ../lib/libtu.a
  59.  
  60. sort_LDADD = $(LDADD) @POW_LIBM@
  61. sort_DEPENDENCIES = $(LDADD)
  62. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  63. CONFIG_HEADER = ../config.h
  64. CONFIG_CLEAN_FILES = 
  65. PROGRAMS =  $(bin_PROGRAMS)
  66.  
  67. CPPFLAGS = @CPPFLAGS@
  68. LDFLAGS = @LDFLAGS@
  69. LIBS = @LIBS@
  70. o = @U@o
  71. ANSI2KNR = @ANSI2KNR@
  72. cat_SOURCES = cat.c
  73. cat_OBJECTS =  cat.$o
  74. cat_LDADD = $(LDADD)
  75. cat_DEPENDENCIES =  ../lib/libtu.a
  76. cat_LDFLAGS = 
  77. cksum_SOURCES = cksum.c
  78. cksum_OBJECTS =  cksum.$o
  79. cksum_LDADD = $(LDADD)
  80. cksum_DEPENDENCIES =  ../lib/libtu.a
  81. cksum_LDFLAGS = 
  82. comm_SOURCES = comm.c
  83. comm_OBJECTS =  comm.$o
  84. comm_LDADD = $(LDADD)
  85. comm_DEPENDENCIES =  ../lib/libtu.a
  86. comm_LDFLAGS = 
  87. csplit_SOURCES = csplit.c
  88. csplit_OBJECTS =  csplit.$o
  89. csplit_LDADD = $(LDADD)
  90. csplit_DEPENDENCIES =  ../lib/libtu.a
  91. csplit_LDFLAGS = 
  92. cut_SOURCES = cut.c
  93. cut_OBJECTS =  cut.$o
  94. cut_LDADD = $(LDADD)
  95. cut_DEPENDENCIES =  ../lib/libtu.a
  96. cut_LDFLAGS = 
  97. expand_SOURCES = expand.c
  98. expand_OBJECTS =  expand.$o
  99. expand_LDADD = $(LDADD)
  100. expand_DEPENDENCIES =  ../lib/libtu.a
  101. expand_LDFLAGS = 
  102. fmt_SOURCES = fmt.c
  103. fmt_OBJECTS =  fmt.$o
  104. fmt_LDADD = $(LDADD)
  105. fmt_DEPENDENCIES =  ../lib/libtu.a
  106. fmt_LDFLAGS = 
  107. fold_SOURCES = fold.c
  108. fold_OBJECTS =  fold.$o
  109. fold_LDADD = $(LDADD)
  110. fold_DEPENDENCIES =  ../lib/libtu.a
  111. fold_LDFLAGS = 
  112. head_SOURCES = head.c
  113. head_OBJECTS =  head.$o
  114. head_LDADD = $(LDADD)
  115. head_DEPENDENCIES =  ../lib/libtu.a
  116. head_LDFLAGS = 
  117. join_SOURCES = join.c
  118. join_OBJECTS =  join.$o
  119. join_LDADD = $(LDADD)
  120. join_DEPENDENCIES =  ../lib/libtu.a
  121. join_LDFLAGS = 
  122. md5sum_SOURCES = md5sum.c
  123. md5sum_OBJECTS =  md5sum.$o
  124. md5sum_LDADD = $(LDADD)
  125. md5sum_DEPENDENCIES =  ../lib/libtu.a
  126. md5sum_LDFLAGS = 
  127. nl_SOURCES = nl.c
  128. nl_OBJECTS =  nl.$o
  129. nl_LDADD = $(LDADD)
  130. nl_DEPENDENCIES =  ../lib/libtu.a
  131. nl_LDFLAGS = 
  132. od_SOURCES = od.c
  133. od_OBJECTS =  od.$o
  134. od_LDADD = $(LDADD)
  135. od_DEPENDENCIES =  ../lib/libtu.a
  136. od_LDFLAGS = 
  137. paste_SOURCES = paste.c
  138. paste_OBJECTS =  paste.$o
  139. paste_LDADD = $(LDADD)
  140. paste_DEPENDENCIES =  ../lib/libtu.a
  141. paste_LDFLAGS = 
  142. pr_SOURCES = pr.c
  143. pr_OBJECTS =  pr.$o
  144. pr_LDADD = $(LDADD)
  145. pr_DEPENDENCIES =  ../lib/libtu.a
  146. pr_LDFLAGS = 
  147. sort_SOURCES = sort.c
  148. sort_OBJECTS =  sort.$o
  149. sort_LDFLAGS = 
  150. split_SOURCES = split.c
  151. split_OBJECTS =  split.$o
  152. split_LDADD = $(LDADD)
  153. split_DEPENDENCIES =  ../lib/libtu.a
  154. split_LDFLAGS = 
  155. sum_SOURCES = sum.c
  156. sum_OBJECTS =  sum.$o
  157. sum_LDADD = $(LDADD)
  158. sum_DEPENDENCIES =  ../lib/libtu.a
  159. sum_LDFLAGS = 
  160. tac_SOURCES = tac.c
  161. tac_OBJECTS =  tac.$o
  162. tac_LDADD = $(LDADD)
  163. tac_DEPENDENCIES =  ../lib/libtu.a
  164. tac_LDFLAGS = 
  165. tail_SOURCES = tail.c
  166. tail_OBJECTS =  tail.$o
  167. tail_LDADD = $(LDADD)
  168. tail_DEPENDENCIES =  ../lib/libtu.a
  169. tail_LDFLAGS = 
  170. tr_SOURCES = tr.c
  171. tr_OBJECTS =  tr.$o
  172. tr_LDADD = $(LDADD)
  173. tr_DEPENDENCIES =  ../lib/libtu.a
  174. tr_LDFLAGS = 
  175. unexpand_SOURCES = unexpand.c
  176. unexpand_OBJECTS =  unexpand.$o
  177. unexpand_LDADD = $(LDADD)
  178. unexpand_DEPENDENCIES =  ../lib/libtu.a
  179. unexpand_LDFLAGS = 
  180. uniq_SOURCES = uniq.c
  181. uniq_OBJECTS =  uniq.$o
  182. uniq_LDADD = $(LDADD)
  183. uniq_DEPENDENCIES =  ../lib/libtu.a
  184. uniq_LDFLAGS = 
  185. wc_SOURCES = wc.c
  186. wc_OBJECTS =  wc.$o
  187. wc_LDADD = $(LDADD)
  188. wc_DEPENDENCIES =  ../lib/libtu.a
  189. wc_LDFLAGS = 
  190. CFLAGS = @CFLAGS@
  191. COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
  192. LINK = $(CC) $(LDFLAGS) -o $@
  193. HEADERS =  $(noinst_HEADERS)
  194.  
  195. DIST_COMMON =  Makefile.am Makefile.in ansi2knr.1 ansi2knr.c
  196.  
  197.  
  198. PACKAGE = @PACKAGE@
  199. VERSION = @VERSION@
  200.  
  201. DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) \
  202.     $(TEXINFOS) $(MANS) $(EXTRA_DIST)
  203.  
  204. TAR = tar
  205. SOURCES = cat.c cksum.c comm.c csplit.c cut.c expand.c fmt.c fold.c head.c join.c md5sum.c nl.c od.c paste.c pr.c sort.c split.c sum.c tac.c tail.c tr.c unexpand.c uniq.c wc.c
  206. OBJECTS = cat.$o cksum.$o comm.$o csplit.$o cut.$o expand.$o fmt.$o fold.$o head.$o join.$o md5sum.$o nl.$o od.$o paste.$o pr.$o sort.$o split.$o sum.$o tac.$o tail.$o tr.$o unexpand.$o uniq.$o wc.$o
  207.  
  208. default: all
  209.  
  210. .SUFFIXES:
  211. .SUFFIXES: .c .o ._c ._o
  212. $(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL) 
  213.     cd $(top_srcdir) && automake --gnits src/Makefile
  214.  
  215. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
  216.     cd $(top_builddir) \
  217.       && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
  218.  
  219.  
  220. mostlyclean-binPROGRAMS:
  221.  
  222. clean-binPROGRAMS:
  223.     test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
  224.  
  225. distclean-binPROGRAMS:
  226.  
  227. maintainer-clean-binPROGRAMS:
  228.  
  229. install-binPROGRAMS: $(bin_PROGRAMS)
  230.     $(NORMAL_INSTALL)
  231.     $(mkinstalldirs) $(bindir)
  232.     @list="$(bin_PROGRAMS)"; for p in $$list; do \
  233.       if test -f $$p; then \
  234.         echo " $(INSTALL_PROGRAM) $$p $(bindir)/`echo $$p|sed '$(transform)'`"; \
  235.          $(INSTALL_PROGRAM) $$p $(bindir)/`echo $$p|sed '$(transform)'`; \
  236.       else :; fi; \
  237.     done
  238.  
  239. uninstall-binPROGRAMS:
  240.     list="$(bin_PROGRAMS)"; for p in $$list; do \
  241.       rm -f $(bindir)/`echo $$p|sed '$(transform)'`; \
  242.     done
  243.  
  244. .c.o:
  245.     $(COMPILE) -c $<
  246.  
  247. mostlyclean-compile:
  248.     rm -f *.o core
  249.  
  250. clean-compile:
  251.  
  252. distclean-compile:
  253.     rm -f *.tab.c
  254.  
  255. maintainer-clean-compile:
  256.  
  257. ansi2knr: ansi2knr.o
  258.     $(LINK) ansi2knr.o $(LIBS)
  259.  
  260. ansi2knr.o: $(CONFIG_HEADER)
  261.  
  262. mostlyclean-krextra:
  263.  
  264. clean-krextra:
  265.  
  266. distclean-krextra:
  267.     rm -f ansi2knr
  268.  
  269. maintainer-clean-krextra:
  270.  
  271. .c._c:
  272.     $(ANSI2KNR) $< > $*.tmp && mv $*.tmp $@
  273.  
  274. ._c._o:
  275.     @echo "$(COMPILE) -c $<"
  276.     @rm -f _$*.c
  277.     @ln $< _$*.c && $(COMPILE) -c _$*.c && mv _$*.o $@ && rm _$*.c
  278.  
  279. ._c.l_o:
  280.     @echo "$(LIBTOOL) --mode=compile $(COMPILE) -c $<"
  281.     @rm -f _$*.c
  282.     @ln $< _$*.c && $(LIBTOOL) --mode=compile $(COMPILE) -c _$*.c && mv _$*.lo $@ && rm _$*.c
  283.  
  284. .c._o:
  285.     $(ANSI2KNR) $< > $*.tmp && mv $*.tmp $*._c
  286.     @echo "$(COMPILE) -c $*._c"
  287.     @rm -f _$*.c
  288.     @ln $*._c _$*.c && $(COMPILE) -c _$*.c && mv _$*.o $@ && rm _$*.c
  289.  
  290. .c.l_o:
  291.     $(ANSI2KNR) $< > $*.tmp && mv $*.tmp $*._c
  292.     @echo "$(LIBTOOL) --mode=compile $(COMPILE) -c $*._c"
  293.     @rm -f _$*.c
  294.     @ln $*._c _$*.c && $(LIBTOOL) --mode=compile $(COMPILE) -c _$*.c && mv _$*.lo $@ && rm _$*.c
  295.  
  296. mostlyclean-kr:
  297.     rm -f *._o *.l_o *._c _*.c _*.o
  298.  
  299. clean-kr:
  300.  
  301. distclean-kr:
  302.     rm -f ansi2knr
  303.  
  304. maintainer-clean-kr:
  305. $(cat_OBJECTS): ../config.h
  306.  
  307. cat: $(cat_OBJECTS) $(cat_DEPENDENCIES)
  308.     $(LINK) $(cat_LDFLAGS) $(cat_OBJECTS) $(cat_LDADD) $(LIBS)
  309. $(cksum_OBJECTS): ../config.h
  310.  
  311. cksum: $(cksum_OBJECTS) $(cksum_DEPENDENCIES)
  312.     $(LINK) $(cksum_LDFLAGS) $(cksum_OBJECTS) $(cksum_LDADD) $(LIBS)
  313. $(comm_OBJECTS): ../config.h
  314.  
  315. comm: $(comm_OBJECTS) $(comm_DEPENDENCIES)
  316.     $(LINK) $(comm_LDFLAGS) $(comm_OBJECTS) $(comm_LDADD) $(LIBS)
  317. $(csplit_OBJECTS): ../config.h
  318.  
  319. csplit: $(csplit_OBJECTS) $(csplit_DEPENDENCIES)
  320.     $(LINK) $(csplit_LDFLAGS) $(csplit_OBJECTS) $(csplit_LDADD) $(LIBS)
  321. $(cut_OBJECTS): ../config.h
  322.  
  323. cut: $(cut_OBJECTS) $(cut_DEPENDENCIES)
  324.     $(LINK) $(cut_LDFLAGS) $(cut_OBJECTS) $(cut_LDADD) $(LIBS)
  325. $(expand_OBJECTS): ../config.h
  326.  
  327. expand: $(expand_OBJECTS) $(expand_DEPENDENCIES)
  328.     $(LINK) $(expand_LDFLAGS) $(expand_OBJECTS) $(expand_LDADD) $(LIBS)
  329. $(fmt_OBJECTS): ../config.h
  330.  
  331. fmt: $(fmt_OBJECTS) $(fmt_DEPENDENCIES)
  332.     $(LINK) $(fmt_LDFLAGS) $(fmt_OBJECTS) $(fmt_LDADD) $(LIBS)
  333. $(fold_OBJECTS): ../config.h
  334.  
  335. fold: $(fold_OBJECTS) $(fold_DEPENDENCIES)
  336.     $(LINK) $(fold_LDFLAGS) $(fold_OBJECTS) $(fold_LDADD) $(LIBS)
  337. $(head_OBJECTS): ../config.h
  338.  
  339. head: $(head_OBJECTS) $(head_DEPENDENCIES)
  340.     $(LINK) $(head_LDFLAGS) $(head_OBJECTS) $(head_LDADD) $(LIBS)
  341. $(join_OBJECTS): ../config.h
  342.  
  343. join: $(join_OBJECTS) $(join_DEPENDENCIES)
  344.     $(LINK) $(join_LDFLAGS) $(join_OBJECTS) $(join_LDADD) $(LIBS)
  345. $(md5sum_OBJECTS): ../config.h
  346.  
  347. md5sum: $(md5sum_OBJECTS) $(md5sum_DEPENDENCIES)
  348.     $(LINK) $(md5sum_LDFLAGS) $(md5sum_OBJECTS) $(md5sum_LDADD) $(LIBS)
  349. $(nl_OBJECTS): ../config.h
  350.  
  351. nl: $(nl_OBJECTS) $(nl_DEPENDENCIES)
  352.     $(LINK) $(nl_LDFLAGS) $(nl_OBJECTS) $(nl_LDADD) $(LIBS)
  353. $(od_OBJECTS): ../config.h
  354.  
  355. od: $(od_OBJECTS) $(od_DEPENDENCIES)
  356.     $(LINK) $(od_LDFLAGS) $(od_OBJECTS) $(od_LDADD) $(LIBS)
  357. $(paste_OBJECTS): ../config.h
  358.  
  359. paste: $(paste_OBJECTS) $(paste_DEPENDENCIES)
  360.     $(LINK) $(paste_LDFLAGS) $(paste_OBJECTS) $(paste_LDADD) $(LIBS)
  361. $(pr_OBJECTS): ../config.h
  362.  
  363. pr: $(pr_OBJECTS) $(pr_DEPENDENCIES)
  364.     $(LINK) $(pr_LDFLAGS) $(pr_OBJECTS) $(pr_LDADD) $(LIBS)
  365. $(sort_OBJECTS): ../config.h
  366.  
  367. sort: $(sort_OBJECTS) $(sort_DEPENDENCIES)
  368.     $(LINK) $(sort_LDFLAGS) $(sort_OBJECTS) $(sort_LDADD) $(LIBS)
  369. $(split_OBJECTS): ../config.h
  370.  
  371. split: $(split_OBJECTS) $(split_DEPENDENCIES)
  372.     $(LINK) $(split_LDFLAGS) $(split_OBJECTS) $(split_LDADD) $(LIBS)
  373. $(sum_OBJECTS): ../config.h
  374.  
  375. sum: $(sum_OBJECTS) $(sum_DEPENDENCIES)
  376.     $(LINK) $(sum_LDFLAGS) $(sum_OBJECTS) $(sum_LDADD) $(LIBS)
  377. $(tac_OBJECTS): ../config.h
  378.  
  379. tac: $(tac_OBJECTS) $(tac_DEPENDENCIES)
  380.     $(LINK) $(tac_LDFLAGS) $(tac_OBJECTS) $(tac_LDADD) $(LIBS)
  381. $(tail_OBJECTS): ../config.h
  382.  
  383. tail: $(tail_OBJECTS) $(tail_DEPENDENCIES)
  384.     $(LINK) $(tail_LDFLAGS) $(tail_OBJECTS) $(tail_LDADD) $(LIBS)
  385. $(tr_OBJECTS): ../config.h
  386.  
  387. tr: $(tr_OBJECTS) $(tr_DEPENDENCIES)
  388.     $(LINK) $(tr_LDFLAGS) $(tr_OBJECTS) $(tr_LDADD) $(LIBS)
  389. $(unexpand_OBJECTS): ../config.h
  390.  
  391. unexpand: $(unexpand_OBJECTS) $(unexpand_DEPENDENCIES)
  392.     $(LINK) $(unexpand_LDFLAGS) $(unexpand_OBJECTS) $(unexpand_LDADD) $(LIBS)
  393. $(uniq_OBJECTS): ../config.h
  394.  
  395. uniq: $(uniq_OBJECTS) $(uniq_DEPENDENCIES)
  396.     $(LINK) $(uniq_LDFLAGS) $(uniq_OBJECTS) $(uniq_LDADD) $(LIBS)
  397. $(wc_OBJECTS): ../config.h
  398.  
  399. wc: $(wc_OBJECTS) $(wc_DEPENDENCIES)
  400.     $(LINK) $(wc_LDFLAGS) $(wc_OBJECTS) $(wc_LDADD) $(LIBS)
  401. fold._o tr._o fmt._o sort._o tail._o split._o cut._o comm._o csplit._o \
  402. join._o head._o od._o sum._o cat._o tac._o wc._o nl._o md5sum._o \
  403. uniq._o paste._o expand._o pr._o unexpand._o cksum._o : $(ANSI2KNR)
  404.  
  405. tags: TAGS
  406.  
  407. ID: $(HEADERS) $(SOURCES)
  408.     here=`pwd` && cd $(srcdir) && mkid -f$$here/ID $(SOURCES) $(HEADERS)
  409.  
  410. TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES)
  411.     tags=; \
  412.     here=`pwd`; \
  413.     list="$(SUBDIRS)"; for subdir in $$list; do \
  414.       test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
  415.     done; \
  416.     test -z "$(ETAGS_ARGS)$(SOURCES)$(HEADERS)$$tags" \
  417.       || cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $(SOURCES) $(HEADERS) -o $$here/TAGS
  418.  
  419. mostlyclean-tags:
  420.  
  421. clean-tags:
  422.  
  423. distclean-tags:
  424.     rm -f TAGS ID
  425.  
  426. maintainer-clean-tags:
  427.  
  428. distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
  429.  
  430. subdir = src
  431. distdir: $(DISTFILES)
  432.     @for file in $(DISTFILES); do \
  433.       d=$(srcdir); \
  434.       test -f $(distdir)/$$file \
  435.       || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
  436.       || cp -p $$d/$$file $(distdir)/$$file; \
  437.     done
  438. cat.$o cat.l$o: cat.c ../config.h ../lib/getopt.h system.h \
  439.     ../lib/error.h
  440. cksum.$o cksum.l$o: cksum.c ../config.h ../lib/getopt.h system.h \
  441.     ../lib/error.h
  442. comm.$o comm.l$o: comm.c ../config.h ../lib/getopt.h system.h \
  443.     ../lib/linebuffer.h ../lib/error.h
  444. csplit.$o csplit.l$o: csplit.c ../config.h ../lib/getopt.h system.h \
  445.     ../lib/error.h ../lib/xstrtoul.h ../lib/xstrtol.h
  446. cut.$o cut.l$o: cut.c ../config.h ../lib/getopt.h system.h \
  447.     ../lib/error.h
  448. expand.$o expand.l$o: expand.c ../config.h ../lib/getopt.h system.h \
  449.     ../lib/error.h
  450. fmt.$o fmt.l$o: fmt.c ../config.h ../lib/getopt.h system.h \
  451.     ../lib/error.h ../lib/xstrtol.h
  452. fold.$o fold.l$o: fold.c ../config.h ../lib/getopt.h system.h \
  453.     ../lib/xstrtol.h ../lib/error.h
  454. head.$o head.l$o: head.c ../config.h ../lib/getopt.h system.h \
  455.     ../lib/error.h
  456. join.$o join.l$o: join.c ../config.h ../lib/getopt.h system.h \
  457.     ../lib/long-options.h ../lib/xstrtol.h ../lib/error.h \
  458.     ../lib/memcasecmp.h
  459. md5sum.$o md5sum.l$o: md5sum.c ../config.h ../lib/getopt.h \
  460.     ../lib/long-options.h ../lib/md5.h ../lib/getline.h system.h \
  461.     ../lib/error.h
  462. nl.$o nl.l$o: nl.c ../config.h ../lib/getopt.h ../lib/linebuffer.h \
  463.     system.h ../lib/error.h ../lib/xstrtol.h
  464. od.$o od.l$o: od.c ../config.h ../lib/getopt.h system.h \
  465.     ../lib/xstrtoul.h ../lib/xstrtol.h ../lib/error.h
  466. paste.$o paste.l$o: paste.c ../config.h ../lib/getopt.h system.h \
  467.     ../lib/error.h
  468. pr.$o pr.l$o: pr.c ../config.h ../lib/getopt.h system.h ../lib/error.h \
  469.     ../lib/xstrtol.h
  470. sort.$o sort.l$o: sort.c ../config.h system.h ../lib/long-options.h \
  471.     ../lib/error.h ../lib/xstrtod.h
  472. split.$o split.l$o: split.c ../config.h ../lib/getopt.h system.h \
  473.     ../lib/error.h ../lib/xstrtol.h
  474. sum.$o sum.l$o: sum.c ../config.h ../lib/getopt.h system.h \
  475.     ../lib/error.h
  476. tac.$o tac.l$o: tac.c ../config.h ../lib/getopt.h system.h \
  477.     ../lib/error.h
  478. tail.$o tail.l$o: tail.c ../config.h ../lib/getopt.h system.h \
  479.     ../lib/xstrtoul.h ../lib/xstrtol.h ../lib/error.h
  480. tr.$o tr.l$o: tr.c ../config.h ../lib/getopt.h system.h ../lib/error.h
  481. unexpand.$o unexpand.l$o: unexpand.c ../config.h ../lib/getopt.h \
  482.     system.h ../lib/error.h
  483. uniq.$o uniq.l$o: uniq.c ../config.h ../lib/getopt.h system.h \
  484.     ../lib/linebuffer.h ../lib/error.h ../lib/xstrtol.h \
  485.     ../lib/memcasecmp.h
  486. wc.$o wc.l$o: wc.c ../config.h ../lib/getopt.h system.h ../lib/error.h
  487.  
  488. info:
  489. dvi:
  490. check: all
  491.     $(MAKE)
  492. installcheck:
  493. install-exec: install-binPROGRAMS
  494.     $(NORMAL_INSTALL)
  495.  
  496. install-data: 
  497.     $(NORMAL_INSTALL)
  498.  
  499. install: install-exec install-data all
  500.     @:
  501.  
  502. uninstall: uninstall-binPROGRAMS
  503.  
  504. all: $(ANSI2KNR) $(PROGRAMS) $(HEADERS) Makefile
  505.  
  506. install-strip:
  507.     $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' install
  508. installdirs:
  509.     $(mkinstalldirs)  $(bindir)
  510.  
  511.  
  512. mostlyclean-generic:
  513.     test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
  514.  
  515. clean-generic:
  516.     test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
  517.  
  518. distclean-generic:
  519.     rm -f Makefile $(DISTCLEANFILES)
  520.     rm -f config.cache config.log stamp-h
  521.     test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  522.  
  523. maintainer-clean-generic:
  524.     test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
  525.     test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
  526. mostlyclean:  mostlyclean-binPROGRAMS mostlyclean-compile \
  527.         mostlyclean-krextra mostlyclean-kr mostlyclean-tags \
  528.         mostlyclean-generic
  529.  
  530. clean:  clean-binPROGRAMS clean-compile clean-krextra clean-kr \
  531.         clean-tags clean-generic mostlyclean
  532.  
  533. distclean:  distclean-binPROGRAMS distclean-compile distclean-krextra \
  534.         distclean-kr distclean-tags distclean-generic clean
  535.     rm -f config.status
  536.  
  537. maintainer-clean:  maintainer-clean-binPROGRAMS maintainer-clean-compile \
  538.         maintainer-clean-krextra maintainer-clean-kr \
  539.         maintainer-clean-tags maintainer-clean-generic \
  540.         distclean
  541.     @echo "This command is intended for maintainers to use;"
  542.     @echo "it deletes files that may require special tools to rebuild."
  543.  
  544. .PHONY: default mostlyclean-binPROGRAMS distclean-binPROGRAMS \
  545. clean-binPROGRAMS maintainer-clean-binPROGRAMS uninstall-binPROGRAMS \
  546. install-binPROGRAMS mostlyclean-compile distclean-compile clean-compile \
  547. maintainer-clean-compile mostlyclean-krextra distclean-krextra \
  548. clean-krextra maintainer-clean-krextra mostlyclean-kr distclean-kr \
  549. clean-kr maintainer-clean-kr tags mostlyclean-tags distclean-tags \
  550. clean-tags maintainer-clean-tags distdir info dvi installcheck \
  551. install-exec install-data install uninstall all installdirs \
  552. mostlyclean-generic distclean-generic clean-generic \
  553. maintainer-clean-generic clean mostlyclean distclean maintainer-clean
  554.  
  555.  
  556. $(PROGRAMS): $(LDADD)
  557.  
  558. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  559. # Otherwise a system limit (for SysV at least) may be exceeded.
  560. .NOEXPORT:
  561.