home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / txtut122.zip / textutil / man / Makefile.in < prev    next >
Makefile  |  1997-01-27  |  10KB  |  322 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. 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. RANLIB = @RANLIB@
  41. GENCAT = @GENCAT@
  42. PERL = @PERL@
  43. GMSGFMT = @GMSGFMT@
  44. CC = @CC@
  45.  
  46. man_MANS = cat.1 cksum.1 comm.1 csplit.1 cut.1 expand.1 fmt.1 fold.1 head.1 \
  47. join.1 md5sum.1 nl.1 od.1 paste.1 pr.1 sort.1 split.1 sum.1 tac.1 tail.1 \
  48. tr.1 unexpand.1 uniq.1 wc.1
  49. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  50. CONFIG_HEADER = ../config.h
  51. CONFIG_CLEAN_FILES = 
  52. 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
  53.  
  54.  
  55. NROFF = nroff
  56. DIST_COMMON =  Makefile.am Makefile.in
  57.  
  58.  
  59. PACKAGE = @PACKAGE@
  60. VERSION = @VERSION@
  61.  
  62. DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) \
  63.     $(TEXINFOS) $(MANS) $(EXTRA_DIST)
  64.  
  65. TAR = tar
  66. default: all
  67.  
  68. .SUFFIXES:
  69. $(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL) 
  70.     cd $(top_srcdir) && automake --gnits man/Makefile
  71.  
  72. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
  73.     cd $(top_builddir) \
  74.       && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
  75.  
  76. install-man: $(MANS)
  77.     $(NORMAL_INSTALL)
  78.     $(mkinstalldirs) $(mandir)/man1
  79.     sect=1;                \
  80.     inst=`echo "join" | sed '$(transform)'`.1; \
  81.     if test -f $(srcdir)/join.1; then file=$(srcdir)/join.1; \
  82.     else file=join.1; fi; \
  83.     $(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst
  84.     sect=1;                \
  85.     inst=`echo "tail" | sed '$(transform)'`.1; \
  86.     if test -f $(srcdir)/tail.1; then file=$(srcdir)/tail.1; \
  87.     else file=tail.1; fi; \
  88.     $(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst
  89.     sect=1;                \
  90.     inst=`echo "md5sum" | sed '$(transform)'`.1; \
  91.     if test -f $(srcdir)/md5sum.1; then file=$(srcdir)/md5sum.1; \
  92.     else file=md5sum.1; fi; \
  93.     $(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst
  94.     sect=1;                \
  95.     inst=`echo "tr" | sed '$(transform)'`.1; \
  96.     if test -f $(srcdir)/tr.1; then file=$(srcdir)/tr.1; \
  97.     else file=tr.1; fi; \
  98.     $(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst
  99.     sect=1;                \
  100.     inst=`echo "nl" | sed '$(transform)'`.1; \
  101.     if test -f $(srcdir)/nl.1; then file=$(srcdir)/nl.1; \
  102.     else file=nl.1; fi; \
  103.     $(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst
  104.     sect=1;                \
  105.     inst=`echo "unexpand" | sed '$(transform)'`.1; \
  106.     if test -f $(srcdir)/unexpand.1; then file=$(srcdir)/unexpand.1; \
  107.     else file=unexpand.1; fi; \
  108.     $(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst
  109.     sect=1;                \
  110.     inst=`echo "od" | sed '$(transform)'`.1; \
  111.     if test -f $(srcdir)/od.1; then file=$(srcdir)/od.1; \
  112.     else file=od.1; fi; \
  113.     $(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst
  114.     sect=1;                \
  115.     inst=`echo "uniq" | sed '$(transform)'`.1; \
  116.     if test -f $(srcdir)/uniq.1; then file=$(srcdir)/uniq.1; \
  117.     else file=uniq.1; fi; \
  118.     $(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst
  119.     sect=1;                \
  120.     inst=`echo "paste" | sed '$(transform)'`.1; \
  121.     if test -f $(srcdir)/paste.1; then file=$(srcdir)/paste.1; \
  122.     else file=paste.1; fi; \
  123.     $(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst
  124.     sect=1;                \
  125.     inst=`echo "wc" | sed '$(transform)'`.1; \
  126.     if test -f $(srcdir)/wc.1; then file=$(srcdir)/wc.1; \
  127.     else file=wc.1; fi; \
  128.     $(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst
  129.     sect=1;                \
  130.     inst=`echo "pr" | sed '$(transform)'`.1; \
  131.     if test -f $(srcdir)/pr.1; then file=$(srcdir)/pr.1; \
  132.     else file=pr.1; fi; \
  133.     $(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst
  134.     sect=1;                \
  135.     inst=`echo "sort" | sed '$(transform)'`.1; \
  136.     if test -f $(srcdir)/sort.1; then file=$(srcdir)/sort.1; \
  137.     else file=sort.1; fi; \
  138.     $(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst
  139.     sect=1;                \
  140.     inst=`echo "split" | sed '$(transform)'`.1; \
  141.     if test -f $(srcdir)/split.1; then file=$(srcdir)/split.1; \
  142.     else file=split.1; fi; \
  143.     $(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst
  144.     sect=1;                \
  145.     inst=`echo "sum" | sed '$(transform)'`.1; \
  146.     if test -f $(srcdir)/sum.1; then file=$(srcdir)/sum.1; \
  147.     else file=sum.1; fi; \
  148.     $(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst
  149.     sect=1;                \
  150.     inst=`echo "tac" | sed '$(transform)'`.1; \
  151.     if test -f $(srcdir)/tac.1; then file=$(srcdir)/tac.1; \
  152.     else file=tac.1; fi; \
  153.     $(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst
  154.     sect=1;                \
  155.     inst=`echo "cat" | sed '$(transform)'`.1; \
  156.     if test -f $(srcdir)/cat.1; then file=$(srcdir)/cat.1; \
  157.     else file=cat.1; fi; \
  158.     $(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst
  159.     sect=1;                \
  160.     inst=`echo "cksum" | sed '$(transform)'`.1; \
  161.     if test -f $(srcdir)/cksum.1; then file=$(srcdir)/cksum.1; \
  162.     else file=cksum.1; fi; \
  163.     $(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst
  164.     sect=1;                \
  165.     inst=`echo "comm" | sed '$(transform)'`.1; \
  166.     if test -f $(srcdir)/comm.1; then file=$(srcdir)/comm.1; \
  167.     else file=comm.1; fi; \
  168.     $(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst
  169.     sect=1;                \
  170.     inst=`echo "csplit" | sed '$(transform)'`.1; \
  171.     if test -f $(srcdir)/csplit.1; then file=$(srcdir)/csplit.1; \
  172.     else file=csplit.1; fi; \
  173.     $(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst
  174.     sect=1;                \
  175.     inst=`echo "cut" | sed '$(transform)'`.1; \
  176.     if test -f $(srcdir)/cut.1; then file=$(srcdir)/cut.1; \
  177.     else file=cut.1; fi; \
  178.     $(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst
  179.     sect=1;                \
  180.     inst=`echo "expand" | sed '$(transform)'`.1; \
  181.     if test -f $(srcdir)/expand.1; then file=$(srcdir)/expand.1; \
  182.     else file=expand.1; fi; \
  183.     $(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst
  184.     sect=1;                \
  185.     inst=`echo "fmt" | sed '$(transform)'`.1; \
  186.     if test -f $(srcdir)/fmt.1; then file=$(srcdir)/fmt.1; \
  187.     else file=fmt.1; fi; \
  188.     $(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst
  189.     sect=1;                \
  190.     inst=`echo "fold" | sed '$(transform)'`.1; \
  191.     if test -f $(srcdir)/fold.1; then file=$(srcdir)/fold.1; \
  192.     else file=fold.1; fi; \
  193.     $(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst
  194.     sect=1;                \
  195.     inst=`echo "head" | sed '$(transform)'`.1; \
  196.     if test -f $(srcdir)/head.1; then file=$(srcdir)/head.1; \
  197.     else file=head.1; fi; \
  198.     $(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst
  199.  
  200. uninstall-man:
  201.     inst=`echo "join" | sed '$(transform)'`.1; \
  202.     rm -f $(mandir)/man1/$$inst
  203.     inst=`echo "tail" | sed '$(transform)'`.1; \
  204.     rm -f $(mandir)/man1/$$inst
  205.     inst=`echo "md5sum" | sed '$(transform)'`.1; \
  206.     rm -f $(mandir)/man1/$$inst
  207.     inst=`echo "tr" | sed '$(transform)'`.1; \
  208.     rm -f $(mandir)/man1/$$inst
  209.     inst=`echo "nl" | sed '$(transform)'`.1; \
  210.     rm -f $(mandir)/man1/$$inst
  211.     inst=`echo "unexpand" | sed '$(transform)'`.1; \
  212.     rm -f $(mandir)/man1/$$inst
  213.     inst=`echo "od" | sed '$(transform)'`.1; \
  214.     rm -f $(mandir)/man1/$$inst
  215.     inst=`echo "uniq" | sed '$(transform)'`.1; \
  216.     rm -f $(mandir)/man1/$$inst
  217.     inst=`echo "paste" | sed '$(transform)'`.1; \
  218.     rm -f $(mandir)/man1/$$inst
  219.     inst=`echo "wc" | sed '$(transform)'`.1; \
  220.     rm -f $(mandir)/man1/$$inst
  221.     inst=`echo "pr" | sed '$(transform)'`.1; \
  222.     rm -f $(mandir)/man1/$$inst
  223.     inst=`echo "sort" | sed '$(transform)'`.1; \
  224.     rm -f $(mandir)/man1/$$inst
  225.     inst=`echo "split" | sed '$(transform)'`.1; \
  226.     rm -f $(mandir)/man1/$$inst
  227.     inst=`echo "sum" | sed '$(transform)'`.1; \
  228.     rm -f $(mandir)/man1/$$inst
  229.     inst=`echo "tac" | sed '$(transform)'`.1; \
  230.     rm -f $(mandir)/man1/$$inst
  231.     inst=`echo "cat" | sed '$(transform)'`.1; \
  232.     rm -f $(mandir)/man1/$$inst
  233.     inst=`echo "cksum" | sed '$(transform)'`.1; \
  234.     rm -f $(mandir)/man1/$$inst
  235.     inst=`echo "comm" | sed '$(transform)'`.1; \
  236.     rm -f $(mandir)/man1/$$inst
  237.     inst=`echo "csplit" | sed '$(transform)'`.1; \
  238.     rm -f $(mandir)/man1/$$inst
  239.     inst=`echo "cut" | sed '$(transform)'`.1; \
  240.     rm -f $(mandir)/man1/$$inst
  241.     inst=`echo "expand" | sed '$(transform)'`.1; \
  242.     rm -f $(mandir)/man1/$$inst
  243.     inst=`echo "fmt" | sed '$(transform)'`.1; \
  244.     rm -f $(mandir)/man1/$$inst
  245.     inst=`echo "fold" | sed '$(transform)'`.1; \
  246.     rm -f $(mandir)/man1/$$inst
  247.     inst=`echo "head" | sed '$(transform)'`.1; \
  248.     rm -f $(mandir)/man1/$$inst
  249.  
  250. tags: TAGS
  251. TAGS:
  252.  
  253.  
  254. distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
  255.  
  256. subdir = man
  257. distdir: $(DISTFILES)
  258.     @for file in $(DISTFILES); do \
  259.       d=$(srcdir); \
  260.       test -f $(distdir)/$$file \
  261.       || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
  262.       || cp -p $$d/$$file $(distdir)/$$file; \
  263.     done
  264. info:
  265. dvi:
  266. check: all
  267.     $(MAKE)
  268. installcheck:
  269. install-exec: 
  270.     $(NORMAL_INSTALL)
  271.  
  272. install-data: install-man
  273.     $(NORMAL_INSTALL)
  274.  
  275. install: install-exec install-data all
  276.     @:
  277.  
  278. uninstall: uninstall-man
  279.  
  280. all: $(MANS) Makefile
  281.  
  282. install-strip:
  283.     $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' install
  284. installdirs:
  285.     $(mkinstalldirs)  $(mandir)/man1
  286.  
  287.  
  288. mostlyclean-generic:
  289.     test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
  290.  
  291. clean-generic:
  292.     test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
  293.  
  294. distclean-generic:
  295.     rm -f Makefile $(DISTCLEANFILES)
  296.     rm -f config.cache config.log stamp-h
  297.     test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  298.  
  299. maintainer-clean-generic:
  300.     test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
  301.     test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
  302. mostlyclean:  mostlyclean-generic
  303.  
  304. clean:  clean-generic mostlyclean
  305.  
  306. distclean:  distclean-generic clean
  307.     rm -f config.status
  308.  
  309. maintainer-clean:  maintainer-clean-generic distclean
  310.     @echo "This command is intended for maintainers to use;"
  311.     @echo "it deletes files that may require special tools to rebuild."
  312.  
  313. .PHONY: default install-man uninstall-man tags distdir info dvi \
  314. installcheck install-exec install-data install uninstall all \
  315. installdirs mostlyclean-generic distclean-generic clean-generic \
  316. maintainer-clean-generic clean mostlyclean distclean maintainer-clean
  317.  
  318.  
  319. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  320. # Otherwise a system limit (for SysV at least) may be exceeded.
  321. .NOEXPORT:
  322.