home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / textutils-1.19-src.tgz / tar.out / fsf / textutils / man / Makefile.in < prev    next >
Makefile  |  1996-09-28  |  10KB  |  290 lines

  1. # Makefile.in generated automatically by automake 1.0 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. datadir = @datadir@
  20. sysconfdir = @sysconfdir@
  21. sharedstatedir = @sharedstatedir@
  22. localstatedir = @localstatedir@
  23. libdir = @libdir@
  24. infodir = @infodir@
  25. mandir = @mandir@
  26. includedir = @includedir@
  27. oldincludedir = /usr/include
  28.  
  29. pkgdatadir = $(datadir)/@PACKAGE@
  30. pkglibdir = $(libdir)/@PACKAGE@
  31. pkgincludedir = $(includedir)/@PACKAGE@
  32.  
  33. top_builddir = ..
  34.  
  35. INSTALL = @INSTALL@
  36. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  37. INSTALL_DATA = @INSTALL_DATA@
  38. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  39. transform = @program_transform_name@
  40.  
  41. man_MANS = cat.1 cksum.1 comm.1 csplit.1 cut.1 expand.1 fmt.1 fold.1 head.1 \
  42. join.1 md5sum.1 nl.1 od.1 paste.1 pr.1 sort.1 split.1 sum.1 tac.1 tail.1 \
  43. tr.1 unexpand.1 uniq.1 wc.1
  44. mkinstalldirs = $(top_srcdir)/mkinstalldirs
  45. CONFIG_HEADER = ../config.h
  46. MANS = cat.1 cksum.1 comm.1 csplit.1 cut.1 expand.1 fmt.1 fold.1 head.1 join.1 md5sum.1 nl.1 od.1 paste.1 pr.1 sort.1 split.1 sum.1 tac.1 tail.1 tr.1 unexpand.1 uniq.1 wc.1
  47.  
  48.  
  49. NROFF = nroff
  50. DIST_COMMON = Makefile.am Makefile.in
  51.  
  52.  
  53. PACKAGE = @PACKAGE@
  54. VERSION = @VERSION@
  55.  
  56. DISTFILES = $(DIST_COMMON) $(SOURCES) $(BUILT_SOURCES) $(HEADERS) \
  57.     $(TEXINFOS) $(INFOS) $(MANS) $(EXTRA_DIST) $(DATA)
  58. DEP_DISTFILES = $(DIST_COMMON) $(SOURCES) $(BUILT_SOURCES) $(HEADERS) \
  59.     $(TEXINFOS) $(INFO_DEPS) $(MANS) $(EXTRA_DIST) $(DATA)
  60.  
  61. TAR = tar
  62. default: all
  63.  
  64.  
  65. $(srcdir)/Makefile.in: @MAINT@Makefile.am $(top_srcdir)/configure.in
  66.     cd $(top_srcdir) && automake $(subdir)/Makefile
  67.  
  68. Makefile: $(top_builddir)/config.status Makefile.in
  69.     cd $(top_builddir) && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= ./config.status
  70. install-man: $(MANS)
  71.     $(mkinstalldirs) $(mandir)/man1
  72.     @sect=1;                \
  73.     inst=`echo "expand" | sed '$(transform)'`.1; \
  74.     echo installing expand.1 as $(mandir)/man$$sect/$$inst; \
  75.     $(INSTALL_DATA) $(srcdir)/expand.1 $(mandir)/man$$sect/$$inst
  76.     @sect=1;                \
  77.     inst=`echo "pr" | sed '$(transform)'`.1; \
  78.     echo installing pr.1 as $(mandir)/man$$sect/$$inst; \
  79.     $(INSTALL_DATA) $(srcdir)/pr.1 $(mandir)/man$$sect/$$inst
  80.     @sect=1;                \
  81.     inst=`echo "unexpand" | sed '$(transform)'`.1; \
  82.     echo installing unexpand.1 as $(mandir)/man$$sect/$$inst; \
  83.     $(INSTALL_DATA) $(srcdir)/unexpand.1 $(mandir)/man$$sect/$$inst
  84.     @sect=1;                \
  85.     inst=`echo "cksum" | sed '$(transform)'`.1; \
  86.     echo installing cksum.1 as $(mandir)/man$$sect/$$inst; \
  87.     $(INSTALL_DATA) $(srcdir)/cksum.1 $(mandir)/man$$sect/$$inst
  88.     @sect=1;                \
  89.     inst=`echo "fold" | sed '$(transform)'`.1; \
  90.     echo installing fold.1 as $(mandir)/man$$sect/$$inst; \
  91.     $(INSTALL_DATA) $(srcdir)/fold.1 $(mandir)/man$$sect/$$inst
  92.     @sect=1;                \
  93.     inst=`echo "tr" | sed '$(transform)'`.1; \
  94.     echo installing tr.1 as $(mandir)/man$$sect/$$inst; \
  95.     $(INSTALL_DATA) $(srcdir)/tr.1 $(mandir)/man$$sect/$$inst
  96.     @sect=1;                \
  97.     inst=`echo "fmt" | sed '$(transform)'`.1; \
  98.     echo installing fmt.1 as $(mandir)/man$$sect/$$inst; \
  99.     $(INSTALL_DATA) $(srcdir)/fmt.1 $(mandir)/man$$sect/$$inst
  100.     @sect=1;                \
  101.     inst=`echo "sort" | sed '$(transform)'`.1; \
  102.     echo installing sort.1 as $(mandir)/man$$sect/$$inst; \
  103.     $(INSTALL_DATA) $(srcdir)/sort.1 $(mandir)/man$$sect/$$inst
  104.     @sect=1;                \
  105.     inst=`echo "tail" | sed '$(transform)'`.1; \
  106.     echo installing tail.1 as $(mandir)/man$$sect/$$inst; \
  107.     $(INSTALL_DATA) $(srcdir)/tail.1 $(mandir)/man$$sect/$$inst
  108.     @sect=1;                \
  109.     inst=`echo "split" | sed '$(transform)'`.1; \
  110.     echo installing split.1 as $(mandir)/man$$sect/$$inst; \
  111.     $(INSTALL_DATA) $(srcdir)/split.1 $(mandir)/man$$sect/$$inst
  112.     @sect=1;                \
  113.     inst=`echo "comm" | sed '$(transform)'`.1; \
  114.     echo installing comm.1 as $(mandir)/man$$sect/$$inst; \
  115.     $(INSTALL_DATA) $(srcdir)/comm.1 $(mandir)/man$$sect/$$inst
  116.     @sect=1;                \
  117.     inst=`echo "cut" | sed '$(transform)'`.1; \
  118.     echo installing cut.1 as $(mandir)/man$$sect/$$inst; \
  119.     $(INSTALL_DATA) $(srcdir)/cut.1 $(mandir)/man$$sect/$$inst
  120.     @sect=1;                \
  121.     inst=`echo "csplit" | sed '$(transform)'`.1; \
  122.     echo installing csplit.1 as $(mandir)/man$$sect/$$inst; \
  123.     $(INSTALL_DATA) $(srcdir)/csplit.1 $(mandir)/man$$sect/$$inst
  124.     @sect=1;                \
  125.     inst=`echo "join" | sed '$(transform)'`.1; \
  126.     echo installing join.1 as $(mandir)/man$$sect/$$inst; \
  127.     $(INSTALL_DATA) $(srcdir)/join.1 $(mandir)/man$$sect/$$inst
  128.     @sect=1;                \
  129.     inst=`echo "head" | sed '$(transform)'`.1; \
  130.     echo installing head.1 as $(mandir)/man$$sect/$$inst; \
  131.     $(INSTALL_DATA) $(srcdir)/head.1 $(mandir)/man$$sect/$$inst
  132.     @sect=1;                \
  133.     inst=`echo "od" | sed '$(transform)'`.1; \
  134.     echo installing od.1 as $(mandir)/man$$sect/$$inst; \
  135.     $(INSTALL_DATA) $(srcdir)/od.1 $(mandir)/man$$sect/$$inst
  136.     @sect=1;                \
  137.     inst=`echo "sum" | sed '$(transform)'`.1; \
  138.     echo installing sum.1 as $(mandir)/man$$sect/$$inst; \
  139.     $(INSTALL_DATA) $(srcdir)/sum.1 $(mandir)/man$$sect/$$inst
  140.     @sect=1;                \
  141.     inst=`echo "cat" | sed '$(transform)'`.1; \
  142.     echo installing cat.1 as $(mandir)/man$$sect/$$inst; \
  143.     $(INSTALL_DATA) $(srcdir)/cat.1 $(mandir)/man$$sect/$$inst
  144.     @sect=1;                \
  145.     inst=`echo "tac" | sed '$(transform)'`.1; \
  146.     echo installing tac.1 as $(mandir)/man$$sect/$$inst; \
  147.     $(INSTALL_DATA) $(srcdir)/tac.1 $(mandir)/man$$sect/$$inst
  148.     @sect=1;                \
  149.     inst=`echo "wc" | sed '$(transform)'`.1; \
  150.     echo installing wc.1 as $(mandir)/man$$sect/$$inst; \
  151.     $(INSTALL_DATA) $(srcdir)/wc.1 $(mandir)/man$$sect/$$inst
  152.     @sect=1;                \
  153.     inst=`echo "nl" | sed '$(transform)'`.1; \
  154.     echo installing nl.1 as $(mandir)/man$$sect/$$inst; \
  155.     $(INSTALL_DATA) $(srcdir)/nl.1 $(mandir)/man$$sect/$$inst
  156.     @sect=1;                \
  157.     inst=`echo "md5sum" | sed '$(transform)'`.1; \
  158.     echo installing md5sum.1 as $(mandir)/man$$sect/$$inst; \
  159.     $(INSTALL_DATA) $(srcdir)/md5sum.1 $(mandir)/man$$sect/$$inst
  160.     @sect=1;                \
  161.     inst=`echo "uniq" | sed '$(transform)'`.1; \
  162.     echo installing uniq.1 as $(mandir)/man$$sect/$$inst; \
  163.     $(INSTALL_DATA) $(srcdir)/uniq.1 $(mandir)/man$$sect/$$inst
  164.     @sect=1;                \
  165.     inst=`echo "paste" | sed '$(transform)'`.1; \
  166.     echo installing paste.1 as $(mandir)/man$$sect/$$inst; \
  167.     $(INSTALL_DATA) $(srcdir)/paste.1 $(mandir)/man$$sect/$$inst
  168.  
  169. uninstall-man:
  170.     inst=`echo "expand" | sed '$(transform)'`.1; \
  171.     rm -f $(mandir)/man1/$$inst
  172.     inst=`echo "pr" | sed '$(transform)'`.1; \
  173.     rm -f $(mandir)/man1/$$inst
  174.     inst=`echo "unexpand" | sed '$(transform)'`.1; \
  175.     rm -f $(mandir)/man1/$$inst
  176.     inst=`echo "cksum" | sed '$(transform)'`.1; \
  177.     rm -f $(mandir)/man1/$$inst
  178.     inst=`echo "fold" | sed '$(transform)'`.1; \
  179.     rm -f $(mandir)/man1/$$inst
  180.     inst=`echo "tr" | sed '$(transform)'`.1; \
  181.     rm -f $(mandir)/man1/$$inst
  182.     inst=`echo "fmt" | sed '$(transform)'`.1; \
  183.     rm -f $(mandir)/man1/$$inst
  184.     inst=`echo "sort" | sed '$(transform)'`.1; \
  185.     rm -f $(mandir)/man1/$$inst
  186.     inst=`echo "tail" | sed '$(transform)'`.1; \
  187.     rm -f $(mandir)/man1/$$inst
  188.     inst=`echo "split" | sed '$(transform)'`.1; \
  189.     rm -f $(mandir)/man1/$$inst
  190.     inst=`echo "comm" | sed '$(transform)'`.1; \
  191.     rm -f $(mandir)/man1/$$inst
  192.     inst=`echo "cut" | sed '$(transform)'`.1; \
  193.     rm -f $(mandir)/man1/$$inst
  194.     inst=`echo "csplit" | sed '$(transform)'`.1; \
  195.     rm -f $(mandir)/man1/$$inst
  196.     inst=`echo "join" | sed '$(transform)'`.1; \
  197.     rm -f $(mandir)/man1/$$inst
  198.     inst=`echo "head" | sed '$(transform)'`.1; \
  199.     rm -f $(mandir)/man1/$$inst
  200.     inst=`echo "od" | sed '$(transform)'`.1; \
  201.     rm -f $(mandir)/man1/$$inst
  202.     inst=`echo "sum" | sed '$(transform)'`.1; \
  203.     rm -f $(mandir)/man1/$$inst
  204.     inst=`echo "cat" | sed '$(transform)'`.1; \
  205.     rm -f $(mandir)/man1/$$inst
  206.     inst=`echo "tac" | sed '$(transform)'`.1; \
  207.     rm -f $(mandir)/man1/$$inst
  208.     inst=`echo "wc" | sed '$(transform)'`.1; \
  209.     rm -f $(mandir)/man1/$$inst
  210.     inst=`echo "nl" | sed '$(transform)'`.1; \
  211.     rm -f $(mandir)/man1/$$inst
  212.     inst=`echo "md5sum" | sed '$(transform)'`.1; \
  213.     rm -f $(mandir)/man1/$$inst
  214.     inst=`echo "uniq" | sed '$(transform)'`.1; \
  215.     rm -f $(mandir)/man1/$$inst
  216.     inst=`echo "paste" | sed '$(transform)'`.1; \
  217.     rm -f $(mandir)/man1/$$inst
  218.  
  219. tags: TAGS
  220. TAGS:
  221.  
  222.  
  223. subdir = man
  224. distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
  225. distdir: $(DEP_DISTFILES)
  226.     @for file in `cd $(srcdir) && echo $(DISTFILES)`; do \
  227.       test -f $(distdir)/$$file \
  228.       || ln $(srcdir)/$$file $(distdir)/$$file 2> /dev/null \
  229.       || cp -p $(srcdir)/$$file $(distdir)/$$file; \
  230.     done
  231. info:
  232.  
  233. dvi:
  234.  
  235. check: all
  236.  
  237. installcheck:
  238.  
  239. install-exec: 
  240.  
  241. install-data: install-man
  242.  
  243. install: install-exec install-data all
  244.     @:
  245.  
  246. uninstall: uninstall-man
  247.  
  248. all: $(MANS) Makefile
  249.  
  250. install-strip:
  251.     $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' install
  252. installdirs:
  253.     $(mkinstalldirs)  $(mandir)/man1
  254.  
  255.  
  256. mostlyclean-generic:
  257.     test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
  258.  
  259. clean-generic:
  260.     test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
  261.  
  262. distclean-generic:
  263.     rm -f Makefile $(DISTCLEANFILES)
  264.     rm -f config.cache config.log $(CONFIG_HEADER) stamp-h
  265.  
  266. maintainer-clean-generic:
  267.     test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
  268.     test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
  269. mostlyclean:  mostlyclean-generic
  270.  
  271. clean:  clean-generic mostlyclean 
  272.  
  273. distclean:  distclean-generic clean 
  274.     rm -f config.status
  275.  
  276. maintainer-clean:  maintainer-clean-generic distclean 
  277.     @echo "This command is intended for maintainers to use;"
  278.     @echo "it deletes files that may require special tools to rebuild."
  279.  
  280. .PHONY: default install-man uninstall-man tags distdir info dvi check \
  281. installcheck install-exec install-data install uninstall all \
  282. installdirs mostlyclean-generic distclean-generic clean-generic \
  283. maintainer-clean-generic clean mostlyclean distclean maintainer-clean
  284.  
  285. .SUFFIXES:
  286.  
  287. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  288. # Otherwise a system limit (for SysV at least) may be exceeded.
  289. .NOEXPORT:
  290.