Home | History | Annotate | Line # | Download | only in man5
Makefile.in revision 1.1
      1  1.1  christos # Makefile.in generated by automake 1.11.1 from Makefile.am.
      2  1.1  christos # @configure_input@
      3  1.1  christos 
      4  1.1  christos # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
      5  1.1  christos # 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
      6  1.1  christos # Inc.
      7  1.1  christos # This Makefile.in is free software; the Free Software Foundation
      8  1.1  christos # gives unlimited permission to copy and/or distribute it,
      9  1.1  christos # with or without modifications, as long as this notice is preserved.
     10  1.1  christos 
     11  1.1  christos # This program is distributed in the hope that it will be useful,
     12  1.1  christos # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
     13  1.1  christos # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
     14  1.1  christos # PARTICULAR PURPOSE.
     15  1.1  christos 
     16  1.1  christos @SET_MAKE@
     17  1.1  christos VPATH = @srcdir@
     18  1.1  christos pkgdatadir = $(datadir)/@PACKAGE@
     19  1.1  christos pkgincludedir = $(includedir)/@PACKAGE@
     20  1.1  christos pkglibdir = $(libdir)/@PACKAGE@
     21  1.1  christos pkglibexecdir = $(libexecdir)/@PACKAGE@
     22  1.1  christos am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
     23  1.1  christos install_sh_DATA = $(install_sh) -c -m 644
     24  1.1  christos install_sh_PROGRAM = $(install_sh) -c
     25  1.1  christos install_sh_SCRIPT = $(install_sh) -c
     26  1.1  christos INSTALL_HEADER = $(INSTALL_DATA)
     27  1.1  christos transform = $(program_transform_name)
     28  1.1  christos NORMAL_INSTALL = :
     29  1.1  christos PRE_INSTALL = :
     30  1.1  christos POST_INSTALL = :
     31  1.1  christos NORMAL_UNINSTALL = :
     32  1.1  christos PRE_UNINSTALL = :
     33  1.1  christos POST_UNINSTALL = :
     34  1.1  christos build_triplet = @build@
     35  1.1  christos host_triplet = @host@
     36  1.1  christos target_triplet = @target@
     37  1.1  christos subdir = man/man5
     38  1.1  christos DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
     39  1.1  christos 	$(srcdir)/tcsd.conf.5.in
     40  1.1  christos ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
     41  1.1  christos am__aclocal_m4_deps = $(top_srcdir)/configure.in
     42  1.1  christos am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
     43  1.1  christos 	$(ACLOCAL_M4)
     44  1.1  christos mkinstalldirs = $(install_sh) -d
     45  1.1  christos CONFIG_CLEAN_FILES = tcsd.conf.5
     46  1.1  christos CONFIG_CLEAN_VPATH_FILES =
     47  1.1  christos SOURCES =
     48  1.1  christos DIST_SOURCES =
     49  1.1  christos am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
     50  1.1  christos am__vpath_adj = case $$p in \
     51  1.1  christos     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
     52  1.1  christos     *) f=$$p;; \
     53  1.1  christos   esac;
     54  1.1  christos am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
     55  1.1  christos am__install_max = 40
     56  1.1  christos am__nobase_strip_setup = \
     57  1.1  christos   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
     58  1.1  christos am__nobase_strip = \
     59  1.1  christos   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
     60  1.1  christos am__nobase_list = $(am__nobase_strip_setup); \
     61  1.1  christos   for p in $$list; do echo "$$p $$p"; done | \
     62  1.1  christos   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
     63  1.1  christos   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
     64  1.1  christos     if (++n[$$2] == $(am__install_max)) \
     65  1.1  christos       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
     66  1.1  christos     END { for (dir in files) print dir, files[dir] }'
     67  1.1  christos am__base_list = \
     68  1.1  christos   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
     69  1.1  christos   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
     70  1.1  christos man5dir = $(mandir)/man5
     71  1.1  christos am__installdirs = "$(DESTDIR)$(man5dir)"
     72  1.1  christos NROFF = nroff
     73  1.1  christos MANS = $(man5_MANS)
     74  1.1  christos DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
     75  1.1  christos ACLOCAL = @ACLOCAL@
     76  1.1  christos AMTAR = @AMTAR@
     77  1.1  christos AR = @AR@
     78  1.1  christos AUTOCONF = @AUTOCONF@
     79  1.1  christos AUTOHEADER = @AUTOHEADER@
     80  1.1  christos AUTOMAKE = @AUTOMAKE@
     81  1.1  christos AWK = @AWK@
     82  1.1  christos CC = @CC@
     83  1.1  christos CCDEPMODE = @CCDEPMODE@
     84  1.1  christos CFLAGS = @CFLAGS@
     85  1.1  christos CPP = @CPP@
     86  1.1  christos CPPFLAGS = @CPPFLAGS@
     87  1.1  christos CRYPTOLIB = @CRYPTOLIB@
     88  1.1  christos CRYPTO_PACKAGE = @CRYPTO_PACKAGE@
     89  1.1  christos CYGPATH_W = @CYGPATH_W@
     90  1.1  christos DEFS = @DEFS@
     91  1.1  christos DEPDIR = @DEPDIR@
     92  1.1  christos DSYMUTIL = @DSYMUTIL@
     93  1.1  christos DUMPBIN = @DUMPBIN@
     94  1.1  christos ECHO_C = @ECHO_C@
     95  1.1  christos ECHO_N = @ECHO_N@
     96  1.1  christos ECHO_T = @ECHO_T@
     97  1.1  christos EGREP = @EGREP@
     98  1.1  christos EXEEXT = @EXEEXT@
     99  1.1  christos FGREP = @FGREP@
    100  1.1  christos GREP = @GREP@
    101  1.1  christos GTK_CFLAGS = @GTK_CFLAGS@
    102  1.1  christos GTK_LIBS = @GTK_LIBS@
    103  1.1  christos INSTALL = @INSTALL@
    104  1.1  christos INSTALL_DATA = @INSTALL_DATA@
    105  1.1  christos INSTALL_PROGRAM = @INSTALL_PROGRAM@
    106  1.1  christos INSTALL_SCRIPT = @INSTALL_SCRIPT@
    107  1.1  christos INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
    108  1.1  christos LD = @LD@
    109  1.1  christos LDFLAGS = @LDFLAGS@
    110  1.1  christos LIBOBJS = @LIBOBJS@
    111  1.1  christos LIBS = @LIBS@
    112  1.1  christos LIBTOOL = @LIBTOOL@
    113  1.1  christos LIPO = @LIPO@
    114  1.1  christos LN_S = @LN_S@
    115  1.1  christos LTLIBOBJS = @LTLIBOBJS@
    116  1.1  christos MAKEINFO = @MAKEINFO@
    117  1.1  christos MKDIR_P = @MKDIR_P@
    118  1.1  christos NM = @NM@
    119  1.1  christos NMEDIT = @NMEDIT@
    120  1.1  christos OBJDUMP = @OBJDUMP@
    121  1.1  christos OBJEXT = @OBJEXT@
    122  1.1  christos OPENSSL_LIB_DIR = @OPENSSL_LIB_DIR@
    123  1.1  christos OTOOL = @OTOOL@
    124  1.1  christos OTOOL64 = @OTOOL64@
    125  1.1  christos PACKAGE = @PACKAGE@
    126  1.1  christos PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
    127  1.1  christos PACKAGE_NAME = @PACKAGE_NAME@
    128  1.1  christos PACKAGE_STRING = @PACKAGE_STRING@
    129  1.1  christos PACKAGE_TARNAME = @PACKAGE_TARNAME@
    130  1.1  christos PACKAGE_URL = @PACKAGE_URL@
    131  1.1  christos PACKAGE_VERSION = @PACKAGE_VERSION@
    132  1.1  christos PATH_SEPARATOR = @PATH_SEPARATOR@
    133  1.1  christos PKG_CONFIG = @PKG_CONFIG@
    134  1.1  christos PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
    135  1.1  christos PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
    136  1.1  christos RANLIB = @RANLIB@
    137  1.1  christos RPC = @RPC@
    138  1.1  christos SED = @SED@
    139  1.1  christos SET_MAKE = @SET_MAKE@
    140  1.1  christos SHELL = @SHELL@
    141  1.1  christos STRIP = @STRIP@
    142  1.1  christos TCSD_DEFAULT_PORT = @TCSD_DEFAULT_PORT@
    143  1.1  christos VERSION = @VERSION@
    144  1.1  christos abs_builddir = @abs_builddir@
    145  1.1  christos abs_srcdir = @abs_srcdir@
    146  1.1  christos abs_top_builddir = @abs_top_builddir@
    147  1.1  christos abs_top_srcdir = @abs_top_srcdir@
    148  1.1  christos ac_ct_CC = @ac_ct_CC@
    149  1.1  christos ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
    150  1.1  christos am__include = @am__include@
    151  1.1  christos am__leading_dot = @am__leading_dot@
    152  1.1  christos am__quote = @am__quote@
    153  1.1  christos am__tar = @am__tar@
    154  1.1  christos am__untar = @am__untar@
    155  1.1  christos bindir = @bindir@
    156  1.1  christos build = @build@
    157  1.1  christos build_alias = @build_alias@
    158  1.1  christos build_cpu = @build_cpu@
    159  1.1  christos build_os = @build_os@
    160  1.1  christos build_vendor = @build_vendor@
    161  1.1  christos builddir = @builddir@
    162  1.1  christos datadir = @datadir@
    163  1.1  christos datarootdir = @datarootdir@
    164  1.1  christos docdir = @docdir@
    165  1.1  christos dvidir = @dvidir@
    166  1.1  christos exec_prefix = @exec_prefix@
    167  1.1  christos host = @host@
    168  1.1  christos host_alias = @host_alias@
    169  1.1  christos host_cpu = @host_cpu@
    170  1.1  christos host_os = @host_os@
    171  1.1  christos host_vendor = @host_vendor@
    172  1.1  christos htmldir = @htmldir@
    173  1.1  christos includedir = @includedir@
    174  1.1  christos infodir = @infodir@
    175  1.1  christos install_sh = @install_sh@
    176  1.1  christos libdir = @libdir@
    177  1.1  christos libexecdir = @libexecdir@
    178  1.1  christos localedir = @localedir@
    179  1.1  christos localstatedir = @localstatedir@
    180  1.1  christos lt_ECHO = @lt_ECHO@
    181  1.1  christos mandir = @mandir@
    182  1.1  christos mkdir_p = @mkdir_p@
    183  1.1  christos oldincludedir = @oldincludedir@
    184  1.1  christos pdfdir = @pdfdir@
    185  1.1  christos prefix = @prefix@
    186  1.1  christos program_transform_name = @program_transform_name@
    187  1.1  christos psdir = @psdir@
    188  1.1  christos sbindir = @sbindir@
    189  1.1  christos sharedstatedir = @sharedstatedir@
    190  1.1  christos srcdir = @srcdir@
    191  1.1  christos sysconfdir = @sysconfdir@
    192  1.1  christos target = @target@
    193  1.1  christos target_alias = @target_alias@
    194  1.1  christos target_cpu = @target_cpu@
    195  1.1  christos target_os = @target_os@
    196  1.1  christos target_vendor = @target_vendor@
    197  1.1  christos top_build_prefix = @top_build_prefix@
    198  1.1  christos top_builddir = @top_builddir@
    199  1.1  christos top_srcdir = @top_srcdir@
    200  1.1  christos man5_MANS = tcsd.conf.5
    201  1.1  christos EXTRA_DIST = $(man5_MANS)
    202  1.1  christos all: all-am
    203  1.1  christos 
    204  1.1  christos .SUFFIXES:
    205  1.1  christos $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
    206  1.1  christos 	@for dep in $?; do \
    207  1.1  christos 	  case '$(am__configure_deps)' in \
    208  1.1  christos 	    *$$dep*) \
    209  1.1  christos 	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
    210  1.1  christos 	        && { if test -f $@; then exit 0; else break; fi; }; \
    211  1.1  christos 	      exit 1;; \
    212  1.1  christos 	  esac; \
    213  1.1  christos 	done; \
    214  1.1  christos 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign man/man5/Makefile'; \
    215  1.1  christos 	$(am__cd) $(top_srcdir) && \
    216  1.1  christos 	  $(AUTOMAKE) --foreign man/man5/Makefile
    217  1.1  christos .PRECIOUS: Makefile
    218  1.1  christos Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
    219  1.1  christos 	@case '$?' in \
    220  1.1  christos 	  *config.status*) \
    221  1.1  christos 	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
    222  1.1  christos 	  *) \
    223  1.1  christos 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
    224  1.1  christos 	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
    225  1.1  christos 	esac;
    226  1.1  christos 
    227  1.1  christos $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
    228  1.1  christos 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    229  1.1  christos 
    230  1.1  christos $(top_srcdir)/configure:  $(am__configure_deps)
    231  1.1  christos 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    232  1.1  christos $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
    233  1.1  christos 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    234  1.1  christos $(am__aclocal_m4_deps):
    235  1.1  christos tcsd.conf.5: $(top_builddir)/config.status $(srcdir)/tcsd.conf.5.in
    236  1.1  christos 	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
    237  1.1  christos 
    238  1.1  christos mostlyclean-libtool:
    239  1.1  christos 	-rm -f *.lo
    240  1.1  christos 
    241  1.1  christos clean-libtool:
    242  1.1  christos 	-rm -rf .libs _libs
    243  1.1  christos install-man5: $(man5_MANS)
    244  1.1  christos 	@$(NORMAL_INSTALL)
    245  1.1  christos 	test -z "$(man5dir)" || $(MKDIR_P) "$(DESTDIR)$(man5dir)"
    246  1.1  christos 	@list='$(man5_MANS)'; test -n "$(man5dir)" || exit 0; \
    247  1.1  christos 	{ for i in $$list; do echo "$$i"; done; \
    248  1.1  christos 	} | while read p; do \
    249  1.1  christos 	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
    250  1.1  christos 	  echo "$$d$$p"; echo "$$p"; \
    251  1.1  christos 	done | \
    252  1.1  christos 	sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^5][0-9a-z]*$$,5,;x' \
    253  1.1  christos 	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
    254  1.1  christos 	sed 'N;N;s,\n, ,g' | { \
    255  1.1  christos 	list=; while read file base inst; do \
    256  1.1  christos 	  if test "$$base" = "$$inst"; then list="$$list $$file"; else \
    257  1.1  christos 	    echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man5dir)/$$inst'"; \
    258  1.1  christos 	    $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man5dir)/$$inst" || exit $$?; \
    259  1.1  christos 	  fi; \
    260  1.1  christos 	done; \
    261  1.1  christos 	for i in $$list; do echo "$$i"; done | $(am__base_list) | \
    262  1.1  christos 	while read files; do \
    263  1.1  christos 	  test -z "$$files" || { \
    264  1.1  christos 	    echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man5dir)'"; \
    265  1.1  christos 	    $(INSTALL_DATA) $$files "$(DESTDIR)$(man5dir)" || exit $$?; }; \
    266  1.1  christos 	done; }
    267  1.1  christos 
    268  1.1  christos uninstall-man5:
    269  1.1  christos 	@$(NORMAL_UNINSTALL)
    270  1.1  christos 	@list='$(man5_MANS)'; test -n "$(man5dir)" || exit 0; \
    271  1.1  christos 	files=`{ for i in $$list; do echo "$$i"; done; \
    272  1.1  christos 	} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^5][0-9a-z]*$$,5,;x' \
    273  1.1  christos 	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
    274  1.1  christos 	test -z "$$files" || { \
    275  1.1  christos 	  echo " ( cd '$(DESTDIR)$(man5dir)' && rm -f" $$files ")"; \
    276  1.1  christos 	  cd "$(DESTDIR)$(man5dir)" && rm -f $$files; }
    277  1.1  christos tags: TAGS
    278  1.1  christos TAGS:
    279  1.1  christos 
    280  1.1  christos ctags: CTAGS
    281  1.1  christos CTAGS:
    282  1.1  christos 
    283  1.1  christos 
    284  1.1  christos distdir: $(DISTFILES)
    285  1.1  christos 	@list='$(MANS)'; if test -n "$$list"; then \
    286  1.1  christos 	  list=`for p in $$list; do \
    287  1.1  christos 	    if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
    288  1.1  christos 	    if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
    289  1.1  christos 	  if test -n "$$list" && \
    290  1.1  christos 	    grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
    291  1.1  christos 	    echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
    292  1.1  christos 	    grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/         /' >&2; \
    293  1.1  christos 	    echo "       to fix them, install help2man, remove and regenerate the man pages;" >&2; \
    294  1.1  christos 	    echo "       typically \`make maintainer-clean' will remove them" >&2; \
    295  1.1  christos 	    exit 1; \
    296  1.1  christos 	  else :; fi; \
    297  1.1  christos 	else :; fi
    298  1.1  christos 	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
    299  1.1  christos 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
    300  1.1  christos 	list='$(DISTFILES)'; \
    301  1.1  christos 	  dist_files=`for file in $$list; do echo $$file; done | \
    302  1.1  christos 	  sed -e "s|^$$srcdirstrip/||;t" \
    303  1.1  christos 	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
    304  1.1  christos 	case $$dist_files in \
    305  1.1  christos 	  */*) $(MKDIR_P) `echo "$$dist_files" | \
    306  1.1  christos 			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
    307  1.1  christos 			   sort -u` ;; \
    308  1.1  christos 	esac; \
    309  1.1  christos 	for file in $$dist_files; do \
    310  1.1  christos 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
    311  1.1  christos 	  if test -d $$d/$$file; then \
    312  1.1  christos 	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
    313  1.1  christos 	    if test -d "$(distdir)/$$file"; then \
    314  1.1  christos 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
    315  1.1  christos 	    fi; \
    316  1.1  christos 	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
    317  1.1  christos 	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
    318  1.1  christos 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
    319  1.1  christos 	    fi; \
    320  1.1  christos 	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
    321  1.1  christos 	  else \
    322  1.1  christos 	    test -f "$(distdir)/$$file" \
    323  1.1  christos 	    || cp -p $$d/$$file "$(distdir)/$$file" \
    324  1.1  christos 	    || exit 1; \
    325  1.1  christos 	  fi; \
    326  1.1  christos 	done
    327  1.1  christos check-am: all-am
    328  1.1  christos check: check-am
    329  1.1  christos all-am: Makefile $(MANS)
    330  1.1  christos installdirs:
    331  1.1  christos 	for dir in "$(DESTDIR)$(man5dir)"; do \
    332  1.1  christos 	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
    333  1.1  christos 	done
    334  1.1  christos install: install-am
    335  1.1  christos install-exec: install-exec-am
    336  1.1  christos install-data: install-data-am
    337  1.1  christos uninstall: uninstall-am
    338  1.1  christos 
    339  1.1  christos install-am: all-am
    340  1.1  christos 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
    341  1.1  christos 
    342  1.1  christos installcheck: installcheck-am
    343  1.1  christos install-strip:
    344  1.1  christos 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    345  1.1  christos 	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
    346  1.1  christos 	  `test -z '$(STRIP)' || \
    347  1.1  christos 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
    348  1.1  christos mostlyclean-generic:
    349  1.1  christos 
    350  1.1  christos clean-generic:
    351  1.1  christos 
    352  1.1  christos distclean-generic:
    353  1.1  christos 	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
    354  1.1  christos 	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
    355  1.1  christos 
    356  1.1  christos maintainer-clean-generic:
    357  1.1  christos 	@echo "This command is intended for maintainers to use"
    358  1.1  christos 	@echo "it deletes files that may require special tools to rebuild."
    359  1.1  christos clean: clean-am
    360  1.1  christos 
    361  1.1  christos clean-am: clean-generic clean-libtool mostlyclean-am
    362  1.1  christos 
    363  1.1  christos distclean: distclean-am
    364  1.1  christos 	-rm -f Makefile
    365  1.1  christos distclean-am: clean-am distclean-generic
    366  1.1  christos 
    367  1.1  christos dvi: dvi-am
    368  1.1  christos 
    369  1.1  christos dvi-am:
    370  1.1  christos 
    371  1.1  christos html: html-am
    372  1.1  christos 
    373  1.1  christos html-am:
    374  1.1  christos 
    375  1.1  christos info: info-am
    376  1.1  christos 
    377  1.1  christos info-am:
    378  1.1  christos 
    379  1.1  christos install-data-am: install-man
    380  1.1  christos 
    381  1.1  christos install-dvi: install-dvi-am
    382  1.1  christos 
    383  1.1  christos install-dvi-am:
    384  1.1  christos 
    385  1.1  christos install-exec-am:
    386  1.1  christos 
    387  1.1  christos install-html: install-html-am
    388  1.1  christos 
    389  1.1  christos install-html-am:
    390  1.1  christos 
    391  1.1  christos install-info: install-info-am
    392  1.1  christos 
    393  1.1  christos install-info-am:
    394  1.1  christos 
    395  1.1  christos install-man: install-man5
    396  1.1  christos 
    397  1.1  christos install-pdf: install-pdf-am
    398  1.1  christos 
    399  1.1  christos install-pdf-am:
    400  1.1  christos 
    401  1.1  christos install-ps: install-ps-am
    402  1.1  christos 
    403  1.1  christos install-ps-am:
    404  1.1  christos 
    405  1.1  christos installcheck-am:
    406  1.1  christos 
    407  1.1  christos maintainer-clean: maintainer-clean-am
    408  1.1  christos 	-rm -f Makefile
    409  1.1  christos maintainer-clean-am: distclean-am maintainer-clean-generic
    410  1.1  christos 
    411  1.1  christos mostlyclean: mostlyclean-am
    412  1.1  christos 
    413  1.1  christos mostlyclean-am: mostlyclean-generic mostlyclean-libtool
    414  1.1  christos 
    415  1.1  christos pdf: pdf-am
    416  1.1  christos 
    417  1.1  christos pdf-am:
    418  1.1  christos 
    419  1.1  christos ps: ps-am
    420  1.1  christos 
    421  1.1  christos ps-am:
    422  1.1  christos 
    423  1.1  christos uninstall-am: uninstall-man
    424  1.1  christos 
    425  1.1  christos uninstall-man: uninstall-man5
    426  1.1  christos 
    427  1.1  christos .MAKE: install-am install-strip
    428  1.1  christos 
    429  1.1  christos .PHONY: all all-am check check-am clean clean-generic clean-libtool \
    430  1.1  christos 	distclean distclean-generic distclean-libtool distdir dvi \
    431  1.1  christos 	dvi-am html html-am info info-am install install-am \
    432  1.1  christos 	install-data install-data-am install-dvi install-dvi-am \
    433  1.1  christos 	install-exec install-exec-am install-html install-html-am \
    434  1.1  christos 	install-info install-info-am install-man install-man5 \
    435  1.1  christos 	install-pdf install-pdf-am install-ps install-ps-am \
    436  1.1  christos 	install-strip installcheck installcheck-am installdirs \
    437  1.1  christos 	maintainer-clean maintainer-clean-generic mostlyclean \
    438  1.1  christos 	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
    439  1.1  christos 	uninstall uninstall-am uninstall-man uninstall-man5
    440  1.1  christos 
    441  1.1  christos 
    442  1.1  christos # Tell versions [3.59,3.63) of GNU make to not export all variables.
    443  1.1  christos # Otherwise a system limit (for SysV at least) may be exceeded.
    444  1.1  christos .NOEXPORT:
    445