Annotation of embedaddon/dhcdrop/man/Makefile.in, revision 1.1.1.1

1.1       misho       1: # Makefile.in generated by automake 1.10.2 from Makefile.am.
                      2: # @configure_input@
                      3: 
                      4: # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
                      5: # 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
                      6: # This Makefile.in is free software; the Free Software Foundation
                      7: # gives unlimited permission to copy and/or distribute it,
                      8: # with or without modifications, as long as this notice is preserved.
                      9: 
                     10: # This program is distributed in the hope that it will be useful,
                     11: # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
                     12: # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
                     13: # PARTICULAR PURPOSE.
                     14: 
                     15: @SET_MAKE@
                     16: VPATH = @srcdir@
                     17: pkgdatadir = $(datadir)/@PACKAGE@
                     18: pkglibdir = $(libdir)/@PACKAGE@
                     19: pkgincludedir = $(includedir)/@PACKAGE@
                     20: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
                     21: install_sh_DATA = $(install_sh) -c -m 644
                     22: install_sh_PROGRAM = $(install_sh) -c
                     23: install_sh_SCRIPT = $(install_sh) -c
                     24: INSTALL_HEADER = $(INSTALL_DATA)
                     25: transform = $(program_transform_name)
                     26: NORMAL_INSTALL = :
                     27: PRE_INSTALL = :
                     28: POST_INSTALL = :
                     29: NORMAL_UNINSTALL = :
                     30: PRE_UNINSTALL = :
                     31: POST_UNINSTALL = :
                     32: build_triplet = @build@
                     33: host_triplet = @host@
                     34: target_triplet = @target@
                     35: subdir = man
                     36: DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
                     37: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
                     38: am__aclocal_m4_deps = $(top_srcdir)/configure.ac
                     39: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
                     40:        $(ACLOCAL_M4)
                     41: mkinstalldirs = $(install_sh) -d
                     42: CONFIG_HEADER = $(top_builddir)/config.h
                     43: CONFIG_CLEAN_FILES =
                     44: SOURCES =
                     45: DIST_SOURCES =
                     46: RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
                     47:        html-recursive info-recursive install-data-recursive \
                     48:        install-dvi-recursive install-exec-recursive \
                     49:        install-html-recursive install-info-recursive \
                     50:        install-pdf-recursive install-ps-recursive install-recursive \
                     51:        installcheck-recursive installdirs-recursive pdf-recursive \
                     52:        ps-recursive uninstall-recursive
                     53: man8dir = $(mandir)/man8
                     54: am__installdirs = "$(DESTDIR)$(man8dir)"
                     55: NROFF = nroff
                     56: MANS = $(man_MANS)
                     57: RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive        \
                     58:   distclean-recursive maintainer-clean-recursive
                     59: ETAGS = etags
                     60: CTAGS = ctags
                     61: DIST_SUBDIRS = $(SUBDIRS)
                     62: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
                     63: ACLOCAL = @ACLOCAL@
                     64: AMTAR = @AMTAR@
                     65: AR = @AR@
                     66: AUTOCONF = @AUTOCONF@
                     67: AUTOHEADER = @AUTOHEADER@
                     68: AUTOMAKE = @AUTOMAKE@
                     69: AWK = @AWK@
                     70: CC = @CC@
                     71: CCDEPMODE = @CCDEPMODE@
                     72: CFLAGS = @CFLAGS@
                     73: CPP = @CPP@
                     74: CPPFLAGS = @CPPFLAGS@
                     75: CXX = @CXX@
                     76: CXXCPP = @CXXCPP@
                     77: CXXDEPMODE = @CXXDEPMODE@
                     78: CXXFLAGS = @CXXFLAGS@
                     79: CYGPATH_W = @CYGPATH_W@
                     80: DEFS = @DEFS@
                     81: DEPDIR = @DEPDIR@
                     82: DSYMUTIL = @DSYMUTIL@
                     83: ECHO = @ECHO@
                     84: ECHO_C = @ECHO_C@
                     85: ECHO_N = @ECHO_N@
                     86: ECHO_T = @ECHO_T@
                     87: EGREP = @EGREP@
                     88: EXEEXT = @EXEEXT@
                     89: F77 = @F77@
                     90: FFLAGS = @FFLAGS@
                     91: GREP = @GREP@
                     92: INSTALL = @INSTALL@
                     93: INSTALL_DATA = @INSTALL_DATA@
                     94: INSTALL_PROGRAM = @INSTALL_PROGRAM@
                     95: INSTALL_SCRIPT = @INSTALL_SCRIPT@
                     96: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
                     97: LDFLAGS = @LDFLAGS@
                     98: LIBOBJS = @LIBOBJS@
                     99: LIBS = @LIBS@
                    100: LIBTOOL = @LIBTOOL@
                    101: LN_S = @LN_S@
                    102: LTLIBOBJS = @LTLIBOBJS@
                    103: MAKEINFO = @MAKEINFO@
                    104: MKDIR_P = @MKDIR_P@
                    105: NMEDIT = @NMEDIT@
                    106: OBJEXT = @OBJEXT@
                    107: PACKAGE = @PACKAGE@
                    108: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
                    109: PACKAGE_NAME = @PACKAGE_NAME@
                    110: PACKAGE_STRING = @PACKAGE_STRING@
                    111: PACKAGE_TARNAME = @PACKAGE_TARNAME@
                    112: PACKAGE_VERSION = @PACKAGE_VERSION@
                    113: PATH_SEPARATOR = @PATH_SEPARATOR@
                    114: RANLIB = @RANLIB@
                    115: SED = @SED@
                    116: SET_MAKE = @SET_MAKE@
                    117: SHELL = @SHELL@
                    118: STRIP = @STRIP@
                    119: VERSION = @VERSION@
                    120: abs_builddir = @abs_builddir@
                    121: abs_srcdir = @abs_srcdir@
                    122: abs_top_builddir = @abs_top_builddir@
                    123: abs_top_srcdir = @abs_top_srcdir@
                    124: ac_ct_CC = @ac_ct_CC@
                    125: ac_ct_CXX = @ac_ct_CXX@
                    126: ac_ct_F77 = @ac_ct_F77@
                    127: am__include = @am__include@
                    128: am__leading_dot = @am__leading_dot@
                    129: am__quote = @am__quote@
                    130: am__tar = @am__tar@
                    131: am__untar = @am__untar@
                    132: bindir = @bindir@
                    133: build = @build@
                    134: build_alias = @build_alias@
                    135: build_cpu = @build_cpu@
                    136: build_os = @build_os@
                    137: build_vendor = @build_vendor@
                    138: builddir = @builddir@
                    139: datadir = @datadir@
                    140: datarootdir = @datarootdir@
                    141: docdir = @docdir@
                    142: dvidir = @dvidir@
                    143: exec_prefix = @exec_prefix@
                    144: host = @host@
                    145: host_alias = @host_alias@
                    146: host_cpu = @host_cpu@
                    147: host_os = @host_os@
                    148: host_vendor = @host_vendor@
                    149: htmldir = @htmldir@
                    150: includedir = @includedir@
                    151: infodir = @infodir@
                    152: install_sh = @install_sh@
                    153: libdir = @libdir@
                    154: libexecdir = @libexecdir@
                    155: localedir = @localedir@
                    156: localstatedir = @localstatedir@
                    157: mandir = @mandir@
                    158: mkdir_p = @mkdir_p@
                    159: oldincludedir = @oldincludedir@
                    160: pdfdir = @pdfdir@
                    161: prefix = @prefix@
                    162: program_transform_name = @program_transform_name@
                    163: psdir = @psdir@
                    164: sbindir = @sbindir@
                    165: sharedstatedir = @sharedstatedir@
                    166: srcdir = @srcdir@
                    167: sysconfdir = @sysconfdir@
                    168: target = @target@
                    169: target_alias = @target_alias@
                    170: target_cpu = @target_cpu@
                    171: target_os = @target_os@
                    172: target_vendor = @target_vendor@
                    173: top_build_prefix = @top_build_prefix@
                    174: top_builddir = @top_builddir@
                    175: top_srcdir = @top_srcdir@
                    176: man_MANS = dhcdrop.8
                    177: EXTRA_DIST = $(man_MANS)
                    178: SUBDIRS = ru
                    179: all: all-recursive
                    180: 
                    181: .SUFFIXES:
                    182: $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
                    183:        @for dep in $?; do \
                    184:          case '$(am__configure_deps)' in \
                    185:            *$$dep*) \
                    186:              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
                    187:                && { if test -f $@; then exit 0; else break; fi; }; \
                    188:              exit 1;; \
                    189:          esac; \
                    190:        done; \
                    191:        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  man/Makefile'; \
                    192:        cd $(top_srcdir) && \
                    193:          $(AUTOMAKE) --gnu  man/Makefile
                    194: .PRECIOUS: Makefile
                    195: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
                    196:        @case '$?' in \
                    197:          *config.status*) \
                    198:            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
                    199:          *) \
                    200:            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
                    201:            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
                    202:        esac;
                    203: 
                    204: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
                    205:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    206: 
                    207: $(top_srcdir)/configure:  $(am__configure_deps)
                    208:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    209: $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
                    210:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    211: 
                    212: mostlyclean-libtool:
                    213:        -rm -f *.lo
                    214: 
                    215: clean-libtool:
                    216:        -rm -rf .libs _libs
                    217: install-man8: $(man8_MANS) $(man_MANS)
                    218:        @$(NORMAL_INSTALL)
                    219:        test -z "$(man8dir)" || $(MKDIR_P) "$(DESTDIR)$(man8dir)"
                    220:        @list='$(man8_MANS) $(dist_man8_MANS) $(nodist_man8_MANS)'; \
                    221:        l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
                    222:        for i in $$l2; do \
                    223:          case "$$i" in \
                    224:            *.8*) list="$$list $$i" ;; \
                    225:          esac; \
                    226:        done; \
                    227:        for i in $$list; do \
                    228:          if test -f $$i; then file=$$i; \
                    229:          else file=$(srcdir)/$$i; fi; \
                    230:          ext=`echo $$i | sed -e 's/^.*\\.//'`; \
                    231:          case "$$ext" in \
                    232:            8*) ;; \
                    233:            *) ext='8' ;; \
                    234:          esac; \
                    235:          inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
                    236:          inst=`echo $$inst | sed -e 's/^.*\///'`; \
                    237:          inst=`echo $$inst | sed '$(transform)'`.$$ext; \
                    238:          echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man8dir)/$$inst'"; \
                    239:          $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man8dir)/$$inst"; \
                    240:        done
                    241: uninstall-man8:
                    242:        @$(NORMAL_UNINSTALL)
                    243:        @list='$(man8_MANS) $(dist_man8_MANS) $(nodist_man8_MANS)'; \
                    244:        l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
                    245:        for i in $$l2; do \
                    246:          case "$$i" in \
                    247:            *.8*) list="$$list $$i" ;; \
                    248:          esac; \
                    249:        done; \
                    250:        for i in $$list; do \
                    251:          ext=`echo $$i | sed -e 's/^.*\\.//'`; \
                    252:          case "$$ext" in \
                    253:            8*) ;; \
                    254:            *) ext='8' ;; \
                    255:          esac; \
                    256:          inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
                    257:          inst=`echo $$inst | sed -e 's/^.*\///'`; \
                    258:          inst=`echo $$inst | sed '$(transform)'`.$$ext; \
                    259:          echo " rm -f '$(DESTDIR)$(man8dir)/$$inst'"; \
                    260:          rm -f "$(DESTDIR)$(man8dir)/$$inst"; \
                    261:        done
                    262: 
                    263: # This directory's subdirectories are mostly independent; you can cd
                    264: # into them and run `make' without going through this Makefile.
                    265: # To change the values of `make' variables: instead of editing Makefiles,
                    266: # (1) if the variable is set in `config.status', edit `config.status'
                    267: #     (which will cause the Makefiles to be regenerated when you run `make');
                    268: # (2) otherwise, pass the desired values on the `make' command line.
                    269: $(RECURSIVE_TARGETS):
                    270:        @failcom='exit 1'; \
                    271:        for f in x $$MAKEFLAGS; do \
                    272:          case $$f in \
                    273:            *=* | --[!k]*);; \
                    274:            *k*) failcom='fail=yes';; \
                    275:          esac; \
                    276:        done; \
                    277:        dot_seen=no; \
                    278:        target=`echo $@ | sed s/-recursive//`; \
                    279:        list='$(SUBDIRS)'; for subdir in $$list; do \
                    280:          echo "Making $$target in $$subdir"; \
                    281:          if test "$$subdir" = "."; then \
                    282:            dot_seen=yes; \
                    283:            local_target="$$target-am"; \
                    284:          else \
                    285:            local_target="$$target"; \
                    286:          fi; \
                    287:          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
                    288:          || eval $$failcom; \
                    289:        done; \
                    290:        if test "$$dot_seen" = "no"; then \
                    291:          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
                    292:        fi; test -z "$$fail"
                    293: 
                    294: $(RECURSIVE_CLEAN_TARGETS):
                    295:        @failcom='exit 1'; \
                    296:        for f in x $$MAKEFLAGS; do \
                    297:          case $$f in \
                    298:            *=* | --[!k]*);; \
                    299:            *k*) failcom='fail=yes';; \
                    300:          esac; \
                    301:        done; \
                    302:        dot_seen=no; \
                    303:        case "$@" in \
                    304:          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
                    305:          *) list='$(SUBDIRS)' ;; \
                    306:        esac; \
                    307:        rev=''; for subdir in $$list; do \
                    308:          if test "$$subdir" = "."; then :; else \
                    309:            rev="$$subdir $$rev"; \
                    310:          fi; \
                    311:        done; \
                    312:        rev="$$rev ."; \
                    313:        target=`echo $@ | sed s/-recursive//`; \
                    314:        for subdir in $$rev; do \
                    315:          echo "Making $$target in $$subdir"; \
                    316:          if test "$$subdir" = "."; then \
                    317:            local_target="$$target-am"; \
                    318:          else \
                    319:            local_target="$$target"; \
                    320:          fi; \
                    321:          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
                    322:          || eval $$failcom; \
                    323:        done && test -z "$$fail"
                    324: tags-recursive:
                    325:        list='$(SUBDIRS)'; for subdir in $$list; do \
                    326:          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
                    327:        done
                    328: ctags-recursive:
                    329:        list='$(SUBDIRS)'; for subdir in $$list; do \
                    330:          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
                    331:        done
                    332: 
                    333: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
                    334:        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
                    335:        unique=`for i in $$list; do \
                    336:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    337:          done | \
                    338:          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
                    339:              END { if (nonempty) { for (i in files) print i; }; }'`; \
                    340:        mkid -fID $$unique
                    341: tags: TAGS
                    342: 
                    343: TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
                    344:                $(TAGS_FILES) $(LISP)
                    345:        tags=; \
                    346:        here=`pwd`; \
                    347:        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
                    348:          include_option=--etags-include; \
                    349:          empty_fix=.; \
                    350:        else \
                    351:          include_option=--include; \
                    352:          empty_fix=; \
                    353:        fi; \
                    354:        list='$(SUBDIRS)'; for subdir in $$list; do \
                    355:          if test "$$subdir" = .; then :; else \
                    356:            test ! -f $$subdir/TAGS || \
                    357:              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
                    358:          fi; \
                    359:        done; \
                    360:        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
                    361:        unique=`for i in $$list; do \
                    362:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    363:          done | \
                    364:          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
                    365:              END { if (nonempty) { for (i in files) print i; }; }'`; \
                    366:        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
                    367:          test -n "$$unique" || unique=$$empty_fix; \
                    368:          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
                    369:            $$tags $$unique; \
                    370:        fi
                    371: ctags: CTAGS
                    372: CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
                    373:                $(TAGS_FILES) $(LISP)
                    374:        tags=; \
                    375:        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
                    376:        unique=`for i in $$list; do \
                    377:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    378:          done | \
                    379:          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
                    380:              END { if (nonempty) { for (i in files) print i; }; }'`; \
                    381:        test -z "$(CTAGS_ARGS)$$tags$$unique" \
                    382:          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
                    383:             $$tags $$unique
                    384: 
                    385: GTAGS:
                    386:        here=`$(am__cd) $(top_builddir) && pwd` \
                    387:          && cd $(top_srcdir) \
                    388:          && gtags -i $(GTAGS_ARGS) $$here
                    389: 
                    390: distclean-tags:
                    391:        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
                    392: 
                    393: distdir: $(DISTFILES)
                    394:        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    395:        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    396:        list='$(DISTFILES)'; \
                    397:          dist_files=`for file in $$list; do echo $$file; done | \
                    398:          sed -e "s|^$$srcdirstrip/||;t" \
                    399:              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
                    400:        case $$dist_files in \
                    401:          */*) $(MKDIR_P) `echo "$$dist_files" | \
                    402:                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
                    403:                           sort -u` ;; \
                    404:        esac; \
                    405:        for file in $$dist_files; do \
                    406:          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
                    407:          if test -d $$d/$$file; then \
                    408:            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
                    409:            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
                    410:              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
                    411:            fi; \
                    412:            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
                    413:          else \
                    414:            test -f $(distdir)/$$file \
                    415:            || cp -p $$d/$$file $(distdir)/$$file \
                    416:            || exit 1; \
                    417:          fi; \
                    418:        done
                    419:        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
                    420:          if test "$$subdir" = .; then :; else \
                    421:            test -d "$(distdir)/$$subdir" \
                    422:            || $(MKDIR_P) "$(distdir)/$$subdir" \
                    423:            || exit 1; \
                    424:            distdir=`$(am__cd) $(distdir) && pwd`; \
                    425:            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
                    426:            (cd $$subdir && \
                    427:              $(MAKE) $(AM_MAKEFLAGS) \
                    428:                top_distdir="$$top_distdir" \
                    429:                distdir="$$distdir/$$subdir" \
                    430:                am__remove_distdir=: \
                    431:                am__skip_length_check=: \
                    432:                distdir) \
                    433:              || exit 1; \
                    434:          fi; \
                    435:        done
                    436: check-am: all-am
                    437: check: check-recursive
                    438: all-am: Makefile $(MANS)
                    439: installdirs: installdirs-recursive
                    440: installdirs-am:
                    441:        for dir in "$(DESTDIR)$(man8dir)"; do \
                    442:          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
                    443:        done
                    444: install: install-recursive
                    445: install-exec: install-exec-recursive
                    446: install-data: install-data-recursive
                    447: uninstall: uninstall-recursive
                    448: 
                    449: install-am: all-am
                    450:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
                    451: 
                    452: installcheck: installcheck-recursive
                    453: install-strip:
                    454:        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
                    455:          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
                    456:          `test -z '$(STRIP)' || \
                    457:            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
                    458: mostlyclean-generic:
                    459: 
                    460: clean-generic:
                    461: 
                    462: distclean-generic:
                    463:        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
                    464: 
                    465: maintainer-clean-generic:
                    466:        @echo "This command is intended for maintainers to use"
                    467:        @echo "it deletes files that may require special tools to rebuild."
                    468: clean: clean-recursive
                    469: 
                    470: clean-am: clean-generic clean-libtool mostlyclean-am
                    471: 
                    472: distclean: distclean-recursive
                    473:        -rm -f Makefile
                    474: distclean-am: clean-am distclean-generic distclean-tags
                    475: 
                    476: dvi: dvi-recursive
                    477: 
                    478: dvi-am:
                    479: 
                    480: html: html-recursive
                    481: 
                    482: info: info-recursive
                    483: 
                    484: info-am:
                    485: 
                    486: install-data-am: install-man
                    487: 
                    488: install-dvi: install-dvi-recursive
                    489: 
                    490: install-exec-am:
                    491: 
                    492: install-html: install-html-recursive
                    493: 
                    494: install-info: install-info-recursive
                    495: 
                    496: install-man: install-man8
                    497: 
                    498: install-pdf: install-pdf-recursive
                    499: 
                    500: install-ps: install-ps-recursive
                    501: 
                    502: installcheck-am:
                    503: 
                    504: maintainer-clean: maintainer-clean-recursive
                    505:        -rm -f Makefile
                    506: maintainer-clean-am: distclean-am maintainer-clean-generic
                    507: 
                    508: mostlyclean: mostlyclean-recursive
                    509: 
                    510: mostlyclean-am: mostlyclean-generic mostlyclean-libtool
                    511: 
                    512: pdf: pdf-recursive
                    513: 
                    514: pdf-am:
                    515: 
                    516: ps: ps-recursive
                    517: 
                    518: ps-am:
                    519: 
                    520: uninstall-am: uninstall-man
                    521: 
                    522: uninstall-man: uninstall-man8
                    523: 
                    524: .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
                    525:        install-strip
                    526: 
                    527: .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
                    528:        all all-am check check-am clean clean-generic clean-libtool \
                    529:        ctags ctags-recursive distclean distclean-generic \
                    530:        distclean-libtool distclean-tags distdir dvi dvi-am html \
                    531:        html-am info info-am install install-am install-data \
                    532:        install-data-am install-dvi install-dvi-am install-exec \
                    533:        install-exec-am install-html install-html-am install-info \
                    534:        install-info-am install-man install-man8 install-pdf \
                    535:        install-pdf-am install-ps install-ps-am install-strip \
                    536:        installcheck installcheck-am installdirs installdirs-am \
                    537:        maintainer-clean maintainer-clean-generic mostlyclean \
                    538:        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
                    539:        tags tags-recursive uninstall uninstall-am uninstall-man \
                    540:        uninstall-man8
                    541: 
                    542: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    543: # Otherwise a system limit (for SysV at least) may be exceeded.
                    544: .NOEXPORT:

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>