home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / txtut122.zip / textutil / src / Makefile.orig < prev    next >
Makefile  |  1998-04-11  |  17KB  |  585 lines

  1. # Generated automatically from Makefile.in by configure.
  2. # Makefile.in generated automatically by automake 1.1l from Makefile.am
  3.  
  4. # Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc.
  5. # This Makefile.in is free software; the Free Software Foundation
  6. # gives unlimited permission to copy, distribute and modify it.
  7.  
  8.  
  9. SHELL = /bin/sh
  10.  
  11. srcdir = .
  12. top_srcdir = ..
  13. prefix = /usr/local
  14. exec_prefix = ${prefix}
  15.  
  16. bindir = ${exec_prefix}/bin
  17. sbindir = ${exec_prefix}/sbin
  18. libexecdir = ${exec_prefix}/libexec
  19. sysconfdir = ${prefix}/etc
  20. sharedstatedir = ${prefix}/com
  21. localstatedir = ${prefix}/var
  22. libdir = ${exec_prefix}/lib
  23. infodir = ${prefix}/info
  24. mandir = ${prefix}/man
  25. includedir = ${prefix}/include
  26. oldincludedir = /usr/include
  27.  
  28. pkgdatadir = $(datadir)/textutils
  29. pkglibdir = $(libdir)/textutils
  30. pkgincludedir = $(includedir)/textutils
  31.  
  32. top_builddir = ..
  33.  
  34. INSTALL = .././install-sh -c
  35. INSTALL_PROGRAM = ${INSTALL}
  36. INSTALL_DATA = ${INSTALL} -m 644
  37. INSTALL_SCRIPT = ${INSTALL_PROGRAM}
  38. transform = s,x,x,
  39. RANLIB = :
  40. GENCAT = 
  41. PERL = 
  42. GMSGFMT = msgfmt
  43. CC = gcc
  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)/share
  54. localedir = $(datadir)/locale
  55.  
  56. INCLUDES = -I.. -I$(srcdir) -I$(top_srcdir)/lib -I../intl
  57. DEFS = -DLOCALEDIR=\"$(localedir)\" -DHAVE_CONFIG_H
  58. LDADD = ../intl/libintl.a ../lib/libtu.a
  59.  
  60. sort_LDADD = $(LDADD) 
  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 = 
  68. LDFLAGS = 
  69. LIBS = 
  70. o = o
  71. 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 = -O2
  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 = textutils
  199. VERSION = 1.22
  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: #M# 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.     emxbind -o cat cat
  310. $(cksum_OBJECTS): ../config.h
  311.  
  312. cksum: $(cksum_OBJECTS) $(cksum_DEPENDENCIES)
  313.     $(LINK) $(cksum_LDFLAGS) $(cksum_OBJECTS) $(cksum_LDADD) $(LIBS)
  314.     emxbind -o cksum cksum
  315. $(comm_OBJECTS): ../config.h
  316.  
  317. comm: $(comm_OBJECTS) $(comm_DEPENDENCIES)
  318.     $(LINK) $(comm_LDFLAGS) $(comm_OBJECTS) $(comm_LDADD) $(LIBS)
  319.     emxbind -o comm comm
  320. $(csplit_OBJECTS): ../config.h
  321.  
  322. csplit: $(csplit_OBJECTS) $(csplit_DEPENDENCIES)
  323.     $(LINK) $(csplit_LDFLAGS) $(csplit_OBJECTS) $(csplit_LDADD) $(LIBS)
  324.     emxbind -o csplit csplit
  325. $(cut_OBJECTS): ../config.h
  326.  
  327. cut: $(cut_OBJECTS) $(cut_DEPENDENCIES)
  328.     $(LINK) $(cut_LDFLAGS) $(cut_OBJECTS) $(cut_LDADD) $(LIBS)
  329.     emxbind -o cut cut
  330. $(expand_OBJECTS): ../config.h
  331.  
  332. expand: $(expand_OBJECTS) $(expand_DEPENDENCIES)
  333.     $(LINK) $(expand_LDFLAGS) $(expand_OBJECTS) $(expand_LDADD) $(LIBS)
  334.     emxbind -o expand expand
  335. $(fmt_OBJECTS): ../config.h
  336.  
  337. fmt: $(fmt_OBJECTS) $(fmt_DEPENDENCIES)
  338.     $(LINK) $(fmt_LDFLAGS) $(fmt_OBJECTS) $(fmt_LDADD) $(LIBS)
  339.     emxbind -o fmt fmt
  340. $(fold_OBJECTS): ../config.h
  341.  
  342. fold: $(fold_OBJECTS) $(fold_DEPENDENCIES)
  343.     $(LINK) $(fold_LDFLAGS) $(fold_OBJECTS) $(fold_LDADD) $(LIBS)
  344.     emxbind -o fold fold
  345. $(head_OBJECTS): ../config.h
  346.  
  347. head: $(head_OBJECTS) $(head_DEPENDENCIES)
  348.     $(LINK) $(head_LDFLAGS) $(head_OBJECTS) $(head_LDADD) $(LIBS)
  349.     emxbind -o head head
  350. $(join_OBJECTS): ../config.h
  351.  
  352. join: $(join_OBJECTS) $(join_DEPENDENCIES)
  353.     $(LINK) $(join_LDFLAGS) $(join_OBJECTS) $(join_LDADD) $(LIBS)
  354.     emxbind -o join join
  355. $(md5sum_OBJECTS): ../config.h
  356.  
  357. md5sum: $(md5sum_OBJECTS) $(md5sum_DEPENDENCIES)
  358.     $(LINK) $(md5sum_LDFLAGS) $(md5sum_OBJECTS) $(md5sum_LDADD) $(LIBS)
  359.     emxbind -o md5sum md5sum
  360. $(nl_OBJECTS): ../config.h
  361.  
  362. nl: $(nl_OBJECTS) $(nl_DEPENDENCIES)
  363.     $(LINK) $(nl_LDFLAGS) $(nl_OBJECTS) $(nl_LDADD) $(LIBS)
  364.     emxbind -o nl nl
  365. $(od_OBJECTS): ../config.h
  366.  
  367. od: $(od_OBJECTS) $(od_DEPENDENCIES)
  368.     $(LINK) $(od_LDFLAGS) $(od_OBJECTS) $(od_LDADD) $(LIBS)
  369.     emxbind -o od od
  370. $(paste_OBJECTS): ../config.h
  371.  
  372. paste: $(paste_OBJECTS) $(paste_DEPENDENCIES)
  373.     $(LINK) $(paste_LDFLAGS) $(paste_OBJECTS) $(paste_LDADD) $(LIBS)
  374.     emxbind -o paste paste
  375. $(pr_OBJECTS): ../config.h
  376.  
  377. pr: $(pr_OBJECTS) $(pr_DEPENDENCIES)
  378.     $(LINK) $(pr_LDFLAGS) $(pr_OBJECTS) $(pr_LDADD) $(LIBS)
  379.     emxbind -o pr pr
  380. $(sort_OBJECTS): ../config.h
  381.  
  382. sort: $(sort_OBJECTS) $(sort_DEPENDENCIES)
  383.     $(LINK) $(sort_LDFLAGS) $(sort_OBJECTS) $(sort_LDADD) $(LIBS)
  384.     emxbind -o sort sort
  385. $(split_OBJECTS): ../config.h
  386.  
  387. split: $(split_OBJECTS) $(split_DEPENDENCIES)
  388.     $(LINK) $(split_LDFLAGS) $(split_OBJECTS) $(split_LDADD) $(LIBS)
  389.     emxbind -o split split
  390. $(sum_OBJECTS): ../config.h
  391.  
  392. sum: $(sum_OBJECTS) $(sum_DEPENDENCIES)
  393.     $(LINK) $(sum_LDFLAGS) $(sum_OBJECTS) $(sum_LDADD) $(LIBS)
  394.     emxbind -o sum sum
  395. $(tac_OBJECTS): ../config.h
  396.  
  397. tac: $(tac_OBJECTS) $(tac_DEPENDENCIES)
  398.     $(LINK) $(tac_LDFLAGS) $(tac_OBJECTS) $(tac_LDADD) $(LIBS)
  399.     emxbind -o tac tac
  400. $(tail_OBJECTS): ../config.h
  401.  
  402. tail: $(tail_OBJECTS) $(tail_DEPENDENCIES)
  403.     $(LINK) $(tail_LDFLAGS) $(tail_OBJECTS) $(tail_LDADD) $(LIBS)
  404.     emxbind -o tail tail
  405. $(tr_OBJECTS): ../config.h
  406.  
  407. tr: $(tr_OBJECTS) $(tr_DEPENDENCIES)
  408.     $(LINK) $(tr_LDFLAGS) $(tr_OBJECTS) $(tr_LDADD) $(LIBS)
  409.     emxbind -o tr tr
  410. $(unexpand_OBJECTS): ../config.h
  411.  
  412. unexpand: $(unexpand_OBJECTS) $(unexpand_DEPENDENCIES)
  413.     $(LINK) $(unexpand_LDFLAGS) $(unexpand_OBJECTS) $(unexpand_LDADD) $(LIBS)
  414.     emxbind -o unexpand unexpand
  415. $(uniq_OBJECTS): ../config.h
  416.  
  417. uniq: $(uniq_OBJECTS) $(uniq_DEPENDENCIES)
  418.     $(LINK) $(uniq_LDFLAGS) $(uniq_OBJECTS) $(uniq_LDADD) $(LIBS)
  419.     emxbind -o uniq uniq
  420. $(wc_OBJECTS): ../config.h
  421.  
  422. wc: $(wc_OBJECTS) $(wc_DEPENDENCIES)
  423.     $(LINK) $(wc_LDFLAGS) $(wc_OBJECTS) $(wc_LDADD) $(LIBS)
  424.     emxbind -o wc wc
  425. fold._o tr._o fmt._o sort._o tail._o split._o cut._o comm._o csplit._o \
  426. join._o head._o od._o sum._o cat._o tac._o wc._o nl._o md5sum._o \
  427. uniq._o paste._o expand._o pr._o unexpand._o cksum._o : $(ANSI2KNR)
  428.  
  429. tags: TAGS
  430.  
  431. ID: $(HEADERS) $(SOURCES)
  432.     here=`pwd` && cd $(srcdir) && mkid -f$$here/ID $(SOURCES) $(HEADERS)
  433.  
  434. TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES)
  435.     tags=; \
  436.     here=`pwd`; \
  437.     list="$(SUBDIRS)"; for subdir in $$list; do \
  438.       test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
  439.     done; \
  440.     test -z "$(ETAGS_ARGS)$(SOURCES)$(HEADERS)$$tags" \
  441.       || cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $(SOURCES) $(HEADERS) -o $$here/TAGS
  442.  
  443. mostlyclean-tags:
  444.  
  445. clean-tags:
  446.  
  447. distclean-tags:
  448.     rm -f TAGS ID
  449.  
  450. maintainer-clean-tags:
  451.  
  452. distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
  453.  
  454. subdir = src
  455. distdir: $(DISTFILES)
  456.     @for file in $(DISTFILES); do \
  457.       d=$(srcdir); \
  458.       test -f $(distdir)/$$file \
  459.       || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
  460.       || cp -p $$d/$$file $(distdir)/$$file; \
  461.     done
  462. cat.$o cat.l$o: cat.c ../config.h ../lib/getopt.h system.h \
  463.     ../lib/error.h
  464. cksum.$o cksum.l$o: cksum.c ../config.h ../lib/getopt.h system.h \
  465.     ../lib/error.h
  466. comm.$o comm.l$o: comm.c ../config.h ../lib/getopt.h system.h \
  467.     ../lib/linebuffer.h ../lib/error.h
  468. csplit.$o csplit.l$o: csplit.c ../config.h ../lib/getopt.h system.h \
  469.     ../lib/error.h ../lib/xstrtoul.h ../lib/xstrtol.h
  470. cut.$o cut.l$o: cut.c ../config.h ../lib/getopt.h system.h \
  471.     ../lib/error.h
  472. expand.$o expand.l$o: expand.c ../config.h ../lib/getopt.h system.h \
  473.     ../lib/error.h
  474. fmt.$o fmt.l$o: fmt.c ../config.h ../lib/getopt.h system.h \
  475.     ../lib/error.h ../lib/xstrtol.h
  476. fold.$o fold.l$o: fold.c ../config.h ../lib/getopt.h system.h \
  477.     ../lib/xstrtol.h ../lib/error.h
  478. head.$o head.l$o: head.c ../config.h ../lib/getopt.h system.h \
  479.     ../lib/error.h
  480. join.$o join.l$o: join.c ../config.h ../lib/getopt.h system.h \
  481.     ../lib/long-options.h ../lib/xstrtol.h ../lib/error.h \
  482.     ../lib/memcasecmp.h
  483. md5sum.$o md5sum.l$o: md5sum.c ../config.h ../lib/getopt.h \
  484.     ../lib/long-options.h ../lib/md5.h ../lib/getline.h system.h \
  485.     ../lib/error.h
  486. nl.$o nl.l$o: nl.c ../config.h ../lib/getopt.h ../lib/linebuffer.h \
  487.     system.h ../lib/error.h ../lib/xstrtol.h
  488. od.$o od.l$o: od.c ../config.h ../lib/getopt.h system.h \
  489.     ../lib/xstrtoul.h ../lib/xstrtol.h ../lib/error.h
  490. paste.$o paste.l$o: paste.c ../config.h ../lib/getopt.h system.h \
  491.     ../lib/error.h
  492. pr.$o pr.l$o: pr.c ../config.h ../lib/getopt.h system.h ../lib/error.h \
  493.     ../lib/xstrtol.h
  494. sort.$o sort.l$o: sort.c ../config.h system.h ../lib/long-options.h \
  495.     ../lib/error.h ../lib/xstrtod.h
  496. split.$o split.l$o: split.c ../config.h ../lib/getopt.h system.h \
  497.     ../lib/error.h ../lib/xstrtol.h
  498. sum.$o sum.l$o: sum.c ../config.h ../lib/getopt.h system.h \
  499.     ../lib/error.h
  500. tac.$o tac.l$o: tac.c ../config.h ../lib/getopt.h system.h \
  501.     ../lib/error.h
  502. tail.$o tail.l$o: tail.c ../config.h ../lib/getopt.h system.h \
  503.     ../lib/xstrtoul.h ../lib/xstrtol.h ../lib/error.h
  504. tr.$o tr.l$o: tr.c ../config.h ../lib/getopt.h system.h ../lib/error.h
  505. unexpand.$o unexpand.l$o: unexpand.c ../config.h ../lib/getopt.h \
  506.     system.h ../lib/error.h
  507. uniq.$o uniq.l$o: uniq.c ../config.h ../lib/getopt.h system.h \
  508.     ../lib/linebuffer.h ../lib/error.h ../lib/xstrtol.h \
  509.     ../lib/memcasecmp.h
  510. wc.$o wc.l$o: wc.c ../config.h ../lib/getopt.h system.h ../lib/error.h
  511.  
  512. info:
  513. dvi:
  514. check: all
  515.     $(MAKE)
  516. installcheck:
  517. install-exec: install-binPROGRAMS
  518.     $(NORMAL_INSTALL)
  519.  
  520. install-data: 
  521.     $(NORMAL_INSTALL)
  522.  
  523. install: install-exec install-data all
  524.     @:
  525.  
  526. uninstall: uninstall-binPROGRAMS
  527.  
  528. all: $(ANSI2KNR) $(PROGRAMS) $(HEADERS) Makefile
  529.  
  530. install-strip:
  531.     $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' install
  532. installdirs:
  533.     $(mkinstalldirs)  $(bindir)
  534.  
  535.  
  536. mostlyclean-generic:
  537.     test -z "$(MOSTLYCLEANFILES) *.exe" || rm -f $(MOSTLYCLEANFILES) *.exe
  538.  
  539. clean-generic:
  540.     test -z "$(CLEANFILES) *.exe" || rm -f $(CLEANFILES) *.exe
  541.  
  542. distclean-generic:
  543.     rm -f Makefile $(DISTCLEANFILES) *.exe
  544.     rm -f config.cache config.log stamp-h
  545.     test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  546.  
  547. maintainer-clean-generic:
  548.     test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
  549.     test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
  550. mostlyclean:  mostlyclean-binPROGRAMS mostlyclean-compile \
  551.         mostlyclean-krextra mostlyclean-kr mostlyclean-tags \
  552.         mostlyclean-generic
  553.  
  554. clean:  clean-binPROGRAMS clean-compile clean-krextra clean-kr \
  555.         clean-tags clean-generic mostlyclean 
  556.  
  557. distclean:  distclean-binPROGRAMS distclean-compile distclean-krextra \
  558.         distclean-kr distclean-tags distclean-generic clean
  559.     rm -f config.status *.exe
  560.  
  561. maintainer-clean:  maintainer-clean-binPROGRAMS maintainer-clean-compile \
  562.         maintainer-clean-krextra maintainer-clean-kr \
  563.         maintainer-clean-tags maintainer-clean-generic \
  564.         distclean
  565.     @echo "This command is intended for maintainers to use;"
  566.     @echo "it deletes files that may require special tools to rebuild."
  567.  
  568. .PHONY: default mostlyclean-binPROGRAMS distclean-binPROGRAMS \
  569. clean-binPROGRAMS maintainer-clean-binPROGRAMS uninstall-binPROGRAMS \
  570. install-binPROGRAMS mostlyclean-compile distclean-compile clean-compile \
  571. maintainer-clean-compile mostlyclean-krextra distclean-krextra \
  572. clean-krextra maintainer-clean-krextra mostlyclean-kr distclean-kr \
  573. clean-kr maintainer-clean-kr tags mostlyclean-tags distclean-tags \
  574. clean-tags maintainer-clean-tags distdir info dvi installcheck \
  575. install-exec install-data install uninstall all installdirs \
  576. mostlyclean-generic distclean-generic clean-generic \
  577. maintainer-clean-generic clean mostlyclean distclean maintainer-clean
  578.  
  579.  
  580. $(PROGRAMS): $(LDADD)
  581.  
  582. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  583. # Otherwise a system limit (for SysV at least) may be exceeded.
  584. .NOEXPORT:
  585.