Annotation of embedaddon/quagga/Makefile.in, revision 1.1.1.3

1.1.1.3 ! misho       1: # Makefile.in generated by automake 1.11.5 from Makefile.am.
1.1       misho       2: # @configure_input@
                      3: 
                      4: # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
1.1.1.2   misho       5: # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
                      6: # Foundation, Inc.
1.1       misho       7: # This Makefile.in is free software; the Free Software Foundation
                      8: # gives unlimited permission to copy and/or distribute it,
                      9: # with or without modifications, as long as this notice is preserved.
                     10: 
                     11: # This program is distributed in the hope that it will be useful,
                     12: # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
                     13: # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
                     14: # PARTICULAR PURPOSE.
                     15: 
                     16: @SET_MAKE@
                     17: VPATH = @srcdir@
1.1.1.3 ! misho      18: am__make_dryrun = \
        !            19:   { \
        !            20:     am__dry=no; \
        !            21:     case $$MAKEFLAGS in \
        !            22:       *\\[\ \  ]*) \
        !            23:         echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
        !            24:           | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
        !            25:       *) \
        !            26:         for am__flg in $$MAKEFLAGS; do \
        !            27:           case $$am__flg in \
        !            28:             *=*|--*) ;; \
        !            29:             *n*) am__dry=yes; break;; \
        !            30:           esac; \
        !            31:         done;; \
        !            32:     esac; \
        !            33:     test $$am__dry = yes; \
        !            34:   }
1.1       misho      35: pkgdatadir = $(datadir)/@PACKAGE@
                     36: pkgincludedir = $(includedir)/@PACKAGE@
                     37: pkglibdir = $(libdir)/@PACKAGE@
                     38: pkglibexecdir = $(libexecdir)/@PACKAGE@
                     39: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
                     40: install_sh_DATA = $(install_sh) -c -m 644
                     41: install_sh_PROGRAM = $(install_sh) -c
                     42: install_sh_SCRIPT = $(install_sh) -c
                     43: INSTALL_HEADER = $(INSTALL_DATA)
                     44: transform = $(program_transform_name)
                     45: NORMAL_INSTALL = :
                     46: PRE_INSTALL = :
                     47: POST_INSTALL = :
                     48: NORMAL_UNINSTALL = :
                     49: PRE_UNINSTALL = :
                     50: POST_UNINSTALL = :
                     51: build_triplet = @build@
                     52: host_triplet = @host@
                     53: target_triplet = @target@
                     54: subdir = .
                     55: DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
                     56:        $(srcdir)/Makefile.in $(srcdir)/config.h.in \
                     57:        $(top_srcdir)/configure AUTHORS COPYING COPYING.LIB ChangeLog \
                     58:        INSTALL NEWS TODO compile config.guess config.sub depcomp \
                     59:        install-sh ltmain.sh missing
                     60: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
1.1.1.2   misho      61: am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
                     62:        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
                     63:        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
                     64:        $(top_srcdir)/configure.ac
1.1       misho      65: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
                     66:        $(ACLOCAL_M4)
                     67: am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
                     68:  configure.lineno config.status.lineno
                     69: mkinstalldirs = $(install_sh) -d
                     70: CONFIG_HEADER = config.h
                     71: CONFIG_CLEAN_FILES =
                     72: CONFIG_CLEAN_VPATH_FILES =
                     73: SOURCES =
                     74: DIST_SOURCES =
                     75: RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
                     76:        html-recursive info-recursive install-data-recursive \
                     77:        install-dvi-recursive install-exec-recursive \
                     78:        install-html-recursive install-info-recursive \
                     79:        install-pdf-recursive install-ps-recursive install-recursive \
                     80:        installcheck-recursive installdirs-recursive pdf-recursive \
                     81:        ps-recursive uninstall-recursive
1.1.1.3 ! misho      82: am__can_run_installinfo = \
        !            83:   case $$AM_UPDATE_INFO_DIR in \
        !            84:     n|no|NO) false;; \
        !            85:     *) (install-info --version) >/dev/null 2>&1;; \
        !            86:   esac
1.1       misho      87: RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive        \
                     88:   distclean-recursive maintainer-clean-recursive
                     89: AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
                     90:        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
                     91:        distdir dist dist-all distcheck
                     92: ETAGS = etags
                     93: CTAGS = ctags
                     94: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
                     95: distdir = $(PACKAGE)-$(VERSION)
                     96: top_distdir = $(distdir)
                     97: am__remove_distdir = \
1.1.1.3 ! misho      98:   if test -d "$(distdir)"; then \
        !            99:     find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
        !           100:       && rm -rf "$(distdir)" \
        !           101:       || { sleep 5 && rm -rf "$(distdir)"; }; \
        !           102:   else :; fi
1.1       misho     103: am__relativize = \
                    104:   dir0=`pwd`; \
                    105:   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
                    106:   sed_rest='s,^[^/]*/*,,'; \
                    107:   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
                    108:   sed_butlast='s,/*[^/]*$$,,'; \
                    109:   while test -n "$$dir1"; do \
                    110:     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
                    111:     if test "$$first" != "."; then \
                    112:       if test "$$first" = ".."; then \
                    113:         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
                    114:         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
                    115:       else \
                    116:         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
                    117:         if test "$$first2" = "$$first"; then \
                    118:           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
                    119:         else \
                    120:           dir2="../$$dir2"; \
                    121:         fi; \
                    122:         dir0="$$dir0"/"$$first"; \
                    123:       fi; \
                    124:     fi; \
                    125:     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
                    126:   done; \
                    127:   reldir="$$dir2"
                    128: DIST_ARCHIVES = $(distdir).tar.gz
                    129: GZIP_ENV = --best
                    130: distuninstallcheck_listfiles = find . -type f -print
1.1.1.2   misho     131: am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
                    132:   | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
1.1       misho     133: distcleancheck_listfiles = find . -type f -print
                    134: ACLOCAL = @ACLOCAL@
                    135: AMTAR = @AMTAR@
                    136: AR = @AR@
                    137: AUTOCONF = @AUTOCONF@
                    138: AUTOHEADER = @AUTOHEADER@
                    139: AUTOMAKE = @AUTOMAKE@
                    140: AWK = @AWK@
1.1.1.3 ! misho     141: BABELD = @BABELD@
1.1       misho     142: BGPD = @BGPD@
                    143: CC = @CC@
                    144: CCDEPMODE = @CCDEPMODE@
                    145: CFLAGS = @CFLAGS@
                    146: CONFDATE = @CONFDATE@
                    147: CPP = @CPP@
                    148: CPPFLAGS = @CPPFLAGS@
                    149: CURSES = @CURSES@
                    150: CYGPATH_W = @CYGPATH_W@
                    151: DEFS = @DEFS@
                    152: DEPDIR = @DEPDIR@
                    153: DLLTOOL = @DLLTOOL@
                    154: DOC = @DOC@
                    155: DSYMUTIL = @DSYMUTIL@
                    156: DUMPBIN = @DUMPBIN@
                    157: ECHO_C = @ECHO_C@
                    158: ECHO_N = @ECHO_N@
                    159: ECHO_T = @ECHO_T@
                    160: EGREP = @EGREP@
                    161: EXEEXT = @EXEEXT@
                    162: FGREP = @FGREP@
                    163: GAWK = @GAWK@
                    164: GREP = @GREP@
                    165: HAVE_LIBPCREPOSIX = @HAVE_LIBPCREPOSIX@
                    166: IF_METHOD = @IF_METHOD@
                    167: IF_PROC = @IF_PROC@
                    168: INCLUDES = @INCLUDES@
                    169: INSTALL = @INSTALL@
                    170: INSTALL_DATA = @INSTALL_DATA@
                    171: INSTALL_PROGRAM = @INSTALL_PROGRAM@
                    172: INSTALL_SCRIPT = @INSTALL_SCRIPT@
                    173: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
                    174: IOCTL_METHOD = @IOCTL_METHOD@
                    175: IPFORWARD = @IPFORWARD@
                    176: ISISD = @ISISD@
                    177: ISIS_TOPOLOGY_DIR = @ISIS_TOPOLOGY_DIR@
                    178: ISIS_TOPOLOGY_INCLUDES = @ISIS_TOPOLOGY_INCLUDES@
                    179: ISIS_TOPOLOGY_LIB = @ISIS_TOPOLOGY_LIB@
                    180: KERNEL_METHOD = @KERNEL_METHOD@
1.1.1.3 ! misho     181: LATEXMK = @LATEXMK@
1.1       misho     182: LD = @LD@
                    183: LDFLAGS = @LDFLAGS@
                    184: LIBCAP = @LIBCAP@
                    185: LIBM = @LIBM@
                    186: LIBOBJS = @LIBOBJS@
                    187: LIBPAM = @LIBPAM@
                    188: LIBREADLINE = @LIBREADLINE@
                    189: LIBS = @LIBS@
                    190: LIBTOOL = @LIBTOOL@
                    191: LIB_IPV6 = @LIB_IPV6@
                    192: LIB_REGEX = @LIB_REGEX@
                    193: LIPO = @LIPO@
                    194: LN_S = @LN_S@
                    195: LTLIBOBJS = @LTLIBOBJS@
                    196: MAKEINFO = @MAKEINFO@
                    197: MANIFEST_TOOL = @MANIFEST_TOOL@
                    198: MKDIR_P = @MKDIR_P@
                    199: MULTIPATH_NUM = @MULTIPATH_NUM@
                    200: NM = @NM@
                    201: NMEDIT = @NMEDIT@
                    202: OBJDUMP = @OBJDUMP@
                    203: OBJEXT = @OBJEXT@
                    204: OSPF6D = @OSPF6D@
                    205: OSPFAPI = @OSPFAPI@
                    206: OSPFCLIENT = @OSPFCLIENT@
                    207: OSPFD = @OSPFD@
                    208: OTHER_METHOD = @OTHER_METHOD@
                    209: OTOOL = @OTOOL@
                    210: OTOOL64 = @OTOOL64@
                    211: PACKAGE = @PACKAGE@
                    212: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
                    213: PACKAGE_NAME = @PACKAGE_NAME@
                    214: PACKAGE_STRING = @PACKAGE_STRING@
                    215: PACKAGE_TARNAME = @PACKAGE_TARNAME@
                    216: PACKAGE_URL = @PACKAGE_URL@
                    217: PACKAGE_VERSION = @PACKAGE_VERSION@
                    218: PATH_SEPARATOR = @PATH_SEPARATOR@
1.1.1.3 ! misho     219: PDFLATEX = @PDFLATEX@
1.1       misho     220: PERL = @PERL@
                    221: PICFLAGS = @PICFLAGS@
                    222: PILDFLAGS = @PILDFLAGS@
                    223: RANLIB = @RANLIB@
                    224: RIPD = @RIPD@
                    225: RIPNGD = @RIPNGD@
                    226: RTREAD_METHOD = @RTREAD_METHOD@
                    227: RT_METHOD = @RT_METHOD@
                    228: SED = @SED@
                    229: SET_MAKE = @SET_MAKE@
                    230: SHELL = @SHELL@
                    231: SNMP_INCLUDES = @SNMP_INCLUDES@
                    232: SOLARIS = @SOLARIS@
                    233: STRIP = @STRIP@
                    234: VERSION = @VERSION@
                    235: VTYSH = @VTYSH@
                    236: WATCHQUAGGA = @WATCHQUAGGA@
                    237: ZEBRA = @ZEBRA@
                    238: abs_builddir = @abs_builddir@
                    239: abs_srcdir = @abs_srcdir@
                    240: abs_top_builddir = @abs_top_builddir@
                    241: abs_top_srcdir = @abs_top_srcdir@
                    242: ac_ct_AR = @ac_ct_AR@
                    243: ac_ct_CC = @ac_ct_CC@
                    244: ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
                    245: am__include = @am__include@
                    246: am__leading_dot = @am__leading_dot@
                    247: am__quote = @am__quote@
                    248: am__tar = @am__tar@
                    249: am__untar = @am__untar@
                    250: bindir = @bindir@
                    251: build = @build@
                    252: build_alias = @build_alias@
                    253: build_cpu = @build_cpu@
                    254: build_os = @build_os@
                    255: build_vendor = @build_vendor@
                    256: builddir = @builddir@
                    257: datadir = @datadir@
                    258: datarootdir = @datarootdir@
                    259: docdir = @docdir@
                    260: dvidir = @dvidir@
                    261: enable_group = @enable_group@
                    262: enable_user = @enable_user@
                    263: enable_vty_group = @enable_vty_group@
                    264: exampledir = @exampledir@
                    265: exec_prefix = @exec_prefix@
                    266: host = @host@
                    267: host_alias = @host_alias@
                    268: host_cpu = @host_cpu@
                    269: host_os = @host_os@
                    270: host_vendor = @host_vendor@
                    271: htmldir = @htmldir@
                    272: includedir = @includedir@
                    273: infodir = @infodir@
                    274: install_sh = @install_sh@
                    275: libdir = @libdir@
                    276: libexecdir = @libexecdir@
                    277: localedir = @localedir@
                    278: localstatedir = @localstatedir@
                    279: mandir = @mandir@
                    280: mkdir_p = @mkdir_p@
                    281: oldincludedir = @oldincludedir@
                    282: pdfdir = @pdfdir@
                    283: pkgsrcdir = @pkgsrcdir@
                    284: pkgsrcrcdir = @pkgsrcrcdir@
                    285: prefix = @prefix@
                    286: program_transform_name = @program_transform_name@
                    287: psdir = @psdir@
                    288: quagga_statedir = @quagga_statedir@
                    289: sbindir = @sbindir@
                    290: sharedstatedir = @sharedstatedir@
                    291: srcdir = @srcdir@
                    292: sysconfdir = @sysconfdir@
                    293: target = @target@
                    294: target_alias = @target_alias@
                    295: target_cpu = @target_cpu@
                    296: target_os = @target_os@
                    297: target_vendor = @target_vendor@
                    298: top_build_prefix = @top_build_prefix@
                    299: top_builddir = @top_builddir@
                    300: top_srcdir = @top_srcdir@
1.1.1.3 ! misho     301: SUBDIRS = lib @ZEBRA@ @BGPD@ @RIPD@ @RIPNGD@ @OSPFD@ @OSPF6D@ @BABELD@ \
1.1       misho     302:          @ISISD@ @WATCHQUAGGA@ @VTYSH@ @OSPFCLIENT@ @DOC@ m4 @pkgsrcdir@ \
                    303:          redhat @SOLARIS@
                    304: 
1.1.1.3 ! misho     305: DIST_SUBDIRS = lib zebra bgpd ripd ripngd ospfd ospf6d babeld \
1.1       misho     306:          isisd watchquagga vtysh ospfclient doc m4 pkgsrc redhat tests \
                    307:          solaris
                    308: 
                    309: EXTRA_DIST = aclocal.m4 SERVICES TODO REPORTING-BUGS INSTALL.quagga.txt \
                    310:        update-autotools \
                    311:        vtysh/Makefile.in vtysh/Makefile.am \
                    312:        tools/mrlg.cgi tools/rrcheck.pl tools/rrlookup.pl tools/zc.pl \
                    313:        tools/zebra.el tools/multiple-bgpd.sh
                    314: 
                    315: ACLOCAL_AMFLAGS = -I m4
                    316: all: config.h
                    317:        $(MAKE) $(AM_MAKEFLAGS) all-recursive
                    318: 
                    319: .SUFFIXES:
1.1.1.2   misho     320: am--refresh: Makefile
1.1       misho     321:        @:
                    322: $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
                    323:        @for dep in $?; do \
                    324:          case '$(am__configure_deps)' in \
                    325:            *$$dep*) \
                    326:              echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
                    327:              $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
                    328:                && exit 0; \
                    329:              exit 1;; \
                    330:          esac; \
                    331:        done; \
                    332:        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
                    333:        $(am__cd) $(top_srcdir) && \
                    334:          $(AUTOMAKE) --gnu Makefile
                    335: .PRECIOUS: Makefile
                    336: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
                    337:        @case '$?' in \
                    338:          *config.status*) \
                    339:            echo ' $(SHELL) ./config.status'; \
                    340:            $(SHELL) ./config.status;; \
                    341:          *) \
                    342:            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
                    343:            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
                    344:        esac;
                    345: 
                    346: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
                    347:        $(SHELL) ./config.status --recheck
                    348: 
                    349: $(top_srcdir)/configure:  $(am__configure_deps)
                    350:        $(am__cd) $(srcdir) && $(AUTOCONF)
                    351: $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
                    352:        $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
                    353: $(am__aclocal_m4_deps):
                    354: 
                    355: config.h: stamp-h1
1.1.1.2   misho     356:        @if test ! -f $@; then rm -f stamp-h1; else :; fi
                    357:        @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
1.1       misho     358: 
                    359: stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
                    360:        @rm -f stamp-h1
                    361:        cd $(top_builddir) && $(SHELL) ./config.status config.h
                    362: $(srcdir)/config.h.in:  $(am__configure_deps) 
                    363:        ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
                    364:        rm -f stamp-h1
                    365:        touch $@
                    366: 
                    367: distclean-hdr:
                    368:        -rm -f config.h stamp-h1
                    369: 
                    370: mostlyclean-libtool:
                    371:        -rm -f *.lo
                    372: 
                    373: clean-libtool:
                    374:        -rm -rf .libs _libs
                    375: 
                    376: distclean-libtool:
                    377:        -rm -f libtool config.lt
                    378: 
                    379: # This directory's subdirectories are mostly independent; you can cd
                    380: # into them and run `make' without going through this Makefile.
                    381: # To change the values of `make' variables: instead of editing Makefiles,
                    382: # (1) if the variable is set in `config.status', edit `config.status'
                    383: #     (which will cause the Makefiles to be regenerated when you run `make');
                    384: # (2) otherwise, pass the desired values on the `make' command line.
                    385: $(RECURSIVE_TARGETS):
                    386:        @fail= failcom='exit 1'; \
                    387:        for f in x $$MAKEFLAGS; do \
                    388:          case $$f in \
                    389:            *=* | --[!k]*);; \
                    390:            *k*) failcom='fail=yes';; \
                    391:          esac; \
                    392:        done; \
                    393:        dot_seen=no; \
                    394:        target=`echo $@ | sed s/-recursive//`; \
                    395:        list='$(SUBDIRS)'; for subdir in $$list; do \
                    396:          echo "Making $$target in $$subdir"; \
                    397:          if test "$$subdir" = "."; then \
                    398:            dot_seen=yes; \
                    399:            local_target="$$target-am"; \
                    400:          else \
                    401:            local_target="$$target"; \
                    402:          fi; \
                    403:          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
                    404:          || eval $$failcom; \
                    405:        done; \
                    406:        if test "$$dot_seen" = "no"; then \
                    407:          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
                    408:        fi; test -z "$$fail"
                    409: 
                    410: $(RECURSIVE_CLEAN_TARGETS):
                    411:        @fail= failcom='exit 1'; \
                    412:        for f in x $$MAKEFLAGS; do \
                    413:          case $$f in \
                    414:            *=* | --[!k]*);; \
                    415:            *k*) failcom='fail=yes';; \
                    416:          esac; \
                    417:        done; \
                    418:        dot_seen=no; \
                    419:        case "$@" in \
                    420:          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
                    421:          *) list='$(SUBDIRS)' ;; \
                    422:        esac; \
                    423:        rev=''; for subdir in $$list; do \
                    424:          if test "$$subdir" = "."; then :; else \
                    425:            rev="$$subdir $$rev"; \
                    426:          fi; \
                    427:        done; \
                    428:        rev="$$rev ."; \
                    429:        target=`echo $@ | sed s/-recursive//`; \
                    430:        for subdir in $$rev; do \
                    431:          echo "Making $$target in $$subdir"; \
                    432:          if test "$$subdir" = "."; then \
                    433:            local_target="$$target-am"; \
                    434:          else \
                    435:            local_target="$$target"; \
                    436:          fi; \
                    437:          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
                    438:          || eval $$failcom; \
                    439:        done && test -z "$$fail"
                    440: tags-recursive:
                    441:        list='$(SUBDIRS)'; for subdir in $$list; do \
                    442:          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
                    443:        done
                    444: ctags-recursive:
                    445:        list='$(SUBDIRS)'; for subdir in $$list; do \
                    446:          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
                    447:        done
                    448: 
                    449: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
                    450:        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
                    451:        unique=`for i in $$list; do \
                    452:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    453:          done | \
                    454:          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
                    455:              END { if (nonempty) { for (i in files) print i; }; }'`; \
                    456:        mkid -fID $$unique
                    457: tags: TAGS
                    458: 
                    459: TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
                    460:                $(TAGS_FILES) $(LISP)
                    461:        set x; \
                    462:        here=`pwd`; \
                    463:        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
                    464:          include_option=--etags-include; \
                    465:          empty_fix=.; \
                    466:        else \
                    467:          include_option=--include; \
                    468:          empty_fix=; \
                    469:        fi; \
                    470:        list='$(SUBDIRS)'; for subdir in $$list; do \
                    471:          if test "$$subdir" = .; then :; else \
                    472:            test ! -f $$subdir/TAGS || \
                    473:              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
                    474:          fi; \
                    475:        done; \
                    476:        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
                    477:        unique=`for i in $$list; do \
                    478:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    479:          done | \
                    480:          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
                    481:              END { if (nonempty) { for (i in files) print i; }; }'`; \
                    482:        shift; \
                    483:        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
                    484:          test -n "$$unique" || unique=$$empty_fix; \
                    485:          if test $$# -gt 0; then \
                    486:            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
                    487:              "$$@" $$unique; \
                    488:          else \
                    489:            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
                    490:              $$unique; \
                    491:          fi; \
                    492:        fi
                    493: ctags: CTAGS
                    494: CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
                    495:                $(TAGS_FILES) $(LISP)
                    496:        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
                    497:        unique=`for i in $$list; do \
                    498:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    499:          done | \
                    500:          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
                    501:              END { if (nonempty) { for (i in files) print i; }; }'`; \
                    502:        test -z "$(CTAGS_ARGS)$$unique" \
                    503:          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
                    504:             $$unique
                    505: 
                    506: GTAGS:
                    507:        here=`$(am__cd) $(top_builddir) && pwd` \
                    508:          && $(am__cd) $(top_srcdir) \
                    509:          && gtags -i $(GTAGS_ARGS) "$$here"
                    510: 
                    511: distclean-tags:
                    512:        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
                    513: 
                    514: distdir: $(DISTFILES)
                    515:        $(am__remove_distdir)
                    516:        test -d "$(distdir)" || mkdir "$(distdir)"
                    517:        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    518:        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    519:        list='$(DISTFILES)'; \
                    520:          dist_files=`for file in $$list; do echo $$file; done | \
                    521:          sed -e "s|^$$srcdirstrip/||;t" \
                    522:              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
                    523:        case $$dist_files in \
                    524:          */*) $(MKDIR_P) `echo "$$dist_files" | \
                    525:                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
                    526:                           sort -u` ;; \
                    527:        esac; \
                    528:        for file in $$dist_files; do \
                    529:          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
                    530:          if test -d $$d/$$file; then \
                    531:            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
                    532:            if test -d "$(distdir)/$$file"; then \
                    533:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
                    534:            fi; \
                    535:            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
                    536:              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
                    537:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
                    538:            fi; \
                    539:            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
                    540:          else \
                    541:            test -f "$(distdir)/$$file" \
                    542:            || cp -p $$d/$$file "$(distdir)/$$file" \
                    543:            || exit 1; \
                    544:          fi; \
                    545:        done
                    546:        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
                    547:          if test "$$subdir" = .; then :; else \
1.1.1.3 ! misho     548:            $(am__make_dryrun) \
        !           549:              || test -d "$(distdir)/$$subdir" \
        !           550:              || $(MKDIR_P) "$(distdir)/$$subdir" \
        !           551:              || exit 1; \
1.1       misho     552:            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
                    553:            $(am__relativize); \
                    554:            new_distdir=$$reldir; \
                    555:            dir1=$$subdir; dir2="$(top_distdir)"; \
                    556:            $(am__relativize); \
                    557:            new_top_distdir=$$reldir; \
                    558:            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
                    559:            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
                    560:            ($(am__cd) $$subdir && \
                    561:              $(MAKE) $(AM_MAKEFLAGS) \
                    562:                top_distdir="$$new_top_distdir" \
                    563:                distdir="$$new_distdir" \
                    564:                am__remove_distdir=: \
                    565:                am__skip_length_check=: \
                    566:                am__skip_mode_fix=: \
                    567:                distdir) \
                    568:              || exit 1; \
                    569:          fi; \
                    570:        done
                    571:        -test -n "$(am__skip_mode_fix)" \
                    572:        || find "$(distdir)" -type d ! -perm -755 \
                    573:                -exec chmod u+rwx,go+rx {} \; -o \
                    574:          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
                    575:          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
                    576:          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
                    577:        || chmod -R a+r "$(distdir)"
                    578: dist-gzip: distdir
                    579:        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
                    580:        $(am__remove_distdir)
                    581: 
                    582: dist-bzip2: distdir
1.1.1.2   misho     583:        tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
1.1       misho     584:        $(am__remove_distdir)
                    585: 
1.1.1.3 ! misho     586: dist-lzip: distdir
        !           587:        tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
        !           588:        $(am__remove_distdir)
        !           589: 
1.1       misho     590: dist-lzma: distdir
                    591:        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
                    592:        $(am__remove_distdir)
                    593: 
                    594: dist-xz: distdir
1.1.1.2   misho     595:        tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
1.1       misho     596:        $(am__remove_distdir)
                    597: 
                    598: dist-tarZ: distdir
                    599:        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
                    600:        $(am__remove_distdir)
                    601: 
                    602: dist-shar: distdir
                    603:        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
                    604:        $(am__remove_distdir)
                    605: 
                    606: dist-zip: distdir
                    607:        -rm -f $(distdir).zip
                    608:        zip -rq $(distdir).zip $(distdir)
                    609:        $(am__remove_distdir)
                    610: 
                    611: dist dist-all: distdir
                    612:        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
                    613:        $(am__remove_distdir)
                    614: 
                    615: # This target untars the dist file and tries a VPATH configuration.  Then
                    616: # it guarantees that the distribution is self-contained by making another
                    617: # tarfile.
                    618: distcheck: dist
                    619:        case '$(DIST_ARCHIVES)' in \
                    620:        *.tar.gz*) \
                    621:          GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
                    622:        *.tar.bz2*) \
                    623:          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
                    624:        *.tar.lzma*) \
                    625:          lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
1.1.1.3 ! misho     626:        *.tar.lz*) \
        !           627:          lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
1.1       misho     628:        *.tar.xz*) \
                    629:          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
                    630:        *.tar.Z*) \
                    631:          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
                    632:        *.shar.gz*) \
                    633:          GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
                    634:        *.zip*) \
                    635:          unzip $(distdir).zip ;;\
                    636:        esac
                    637:        chmod -R a-w $(distdir); chmod a+w $(distdir)
                    638:        mkdir $(distdir)/_build
                    639:        mkdir $(distdir)/_inst
                    640:        chmod a-w $(distdir)
                    641:        test -d $(distdir)/_build || exit 0; \
                    642:        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
                    643:          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
                    644:          && am__cwd=`pwd` \
                    645:          && $(am__cd) $(distdir)/_build \
                    646:          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
1.1.1.2   misho     647:            $(AM_DISTCHECK_CONFIGURE_FLAGS) \
1.1       misho     648:            $(DISTCHECK_CONFIGURE_FLAGS) \
                    649:          && $(MAKE) $(AM_MAKEFLAGS) \
                    650:          && $(MAKE) $(AM_MAKEFLAGS) dvi \
                    651:          && $(MAKE) $(AM_MAKEFLAGS) check \
                    652:          && $(MAKE) $(AM_MAKEFLAGS) install \
                    653:          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
                    654:          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
                    655:          && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
                    656:                distuninstallcheck \
                    657:          && chmod -R a-w "$$dc_install_base" \
                    658:          && ({ \
                    659:               (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
                    660:               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
                    661:               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
                    662:               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
                    663:                    distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
                    664:              } || { rm -rf "$$dc_destdir"; exit 1; }) \
                    665:          && rm -rf "$$dc_destdir" \
                    666:          && $(MAKE) $(AM_MAKEFLAGS) dist \
                    667:          && rm -rf $(DIST_ARCHIVES) \
                    668:          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
                    669:          && cd "$$am__cwd" \
                    670:          || exit 1
                    671:        $(am__remove_distdir)
                    672:        @(echo "$(distdir) archives ready for distribution: "; \
                    673:          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
                    674:          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
                    675: distuninstallcheck:
1.1.1.2   misho     676:        @test -n '$(distuninstallcheck_dir)' || { \
                    677:          echo 'ERROR: trying to run $@ with an empty' \
                    678:               '$$(distuninstallcheck_dir)' >&2; \
                    679:          exit 1; \
                    680:        }; \
                    681:        $(am__cd) '$(distuninstallcheck_dir)' || { \
                    682:          echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
                    683:          exit 1; \
                    684:        }; \
                    685:        test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
1.1       misho     686:           || { echo "ERROR: files left after uninstall:" ; \
                    687:                if test -n "$(DESTDIR)"; then \
                    688:                  echo "  (check DESTDIR support)"; \
                    689:                fi ; \
                    690:                $(distuninstallcheck_listfiles) ; \
                    691:                exit 1; } >&2
                    692: distcleancheck: distclean
                    693:        @if test '$(srcdir)' = . ; then \
                    694:          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
                    695:          exit 1 ; \
                    696:        fi
                    697:        @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
                    698:          || { echo "ERROR: files left in build directory after distclean:" ; \
                    699:               $(distcleancheck_listfiles) ; \
                    700:               exit 1; } >&2
                    701: check-am: all-am
                    702: check: check-recursive
                    703: all-am: Makefile config.h
                    704: installdirs: installdirs-recursive
                    705: installdirs-am:
                    706: install: install-recursive
                    707: install-exec: install-exec-recursive
                    708: install-data: install-data-recursive
                    709: uninstall: uninstall-recursive
                    710: 
                    711: install-am: all-am
                    712:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
                    713: 
                    714: installcheck: installcheck-recursive
                    715: install-strip:
1.1.1.2   misho     716:        if test -z '$(STRIP)'; then \
                    717:          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
                    718:            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
                    719:              install; \
                    720:        else \
                    721:          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
                    722:            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
                    723:            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
                    724:        fi
1.1       misho     725: mostlyclean-generic:
                    726: 
                    727: clean-generic:
                    728: 
                    729: distclean-generic:
                    730:        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
                    731:        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
                    732: 
                    733: maintainer-clean-generic:
                    734:        @echo "This command is intended for maintainers to use"
                    735:        @echo "it deletes files that may require special tools to rebuild."
1.1.1.3 ! misho     736: @HAVE_LATEX_FALSE@clean-local:
1.1       misho     737: clean: clean-recursive
                    738: 
1.1.1.3 ! misho     739: clean-am: clean-generic clean-libtool clean-local mostlyclean-am
1.1       misho     740: 
                    741: distclean: distclean-recursive
                    742:        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
                    743:        -rm -f Makefile
                    744: distclean-am: clean-am distclean-generic distclean-hdr \
                    745:        distclean-libtool distclean-tags
                    746: 
                    747: dvi: dvi-recursive
                    748: 
                    749: dvi-am:
                    750: 
                    751: html: html-recursive
                    752: 
                    753: html-am:
                    754: 
                    755: info: info-recursive
                    756: 
                    757: info-am:
                    758: 
                    759: install-data-am:
                    760: 
                    761: install-dvi: install-dvi-recursive
                    762: 
                    763: install-dvi-am:
                    764: 
                    765: install-exec-am:
                    766: 
                    767: install-html: install-html-recursive
                    768: 
                    769: install-html-am:
                    770: 
                    771: install-info: install-info-recursive
                    772: 
                    773: install-info-am:
                    774: 
                    775: install-man:
                    776: 
                    777: install-pdf: install-pdf-recursive
                    778: 
                    779: install-pdf-am:
                    780: 
                    781: install-ps: install-ps-recursive
                    782: 
                    783: install-ps-am:
                    784: 
                    785: installcheck-am:
                    786: 
                    787: maintainer-clean: maintainer-clean-recursive
                    788:        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
                    789:        -rm -rf $(top_srcdir)/autom4te.cache
                    790:        -rm -f Makefile
                    791: maintainer-clean-am: distclean-am maintainer-clean-generic
                    792: 
                    793: mostlyclean: mostlyclean-recursive
                    794: 
                    795: mostlyclean-am: mostlyclean-generic mostlyclean-libtool
                    796: 
                    797: pdf: pdf-recursive
                    798: 
                    799: pdf-am:
                    800: 
                    801: ps: ps-recursive
                    802: 
                    803: ps-am:
                    804: 
                    805: uninstall-am:
                    806: 
                    807: .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
                    808:        ctags-recursive install-am install-strip tags-recursive
                    809: 
                    810: .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
                    811:        all all-am am--refresh check check-am clean clean-generic \
1.1.1.3 ! misho     812:        clean-libtool clean-local ctags ctags-recursive dist dist-all \
        !           813:        dist-bzip2 dist-gzip dist-lzip dist-lzma dist-shar dist-tarZ \
        !           814:        dist-xz dist-zip distcheck distclean distclean-generic \
        !           815:        distclean-hdr distclean-libtool distclean-tags distcleancheck \
        !           816:        distdir distuninstallcheck dvi dvi-am html html-am info \
        !           817:        info-am install install-am install-data install-data-am \
        !           818:        install-dvi install-dvi-am install-exec install-exec-am \
        !           819:        install-html install-html-am install-info install-info-am \
        !           820:        install-man install-pdf install-pdf-am install-ps \
        !           821:        install-ps-am install-strip installcheck installcheck-am \
        !           822:        installdirs installdirs-am maintainer-clean \
        !           823:        maintainer-clean-generic mostlyclean mostlyclean-generic \
        !           824:        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
        !           825:        uninstall uninstall-am
        !           826: 
        !           827: 
        !           828: @HAVE_LATEX_TRUE@HACKING.pdf: HACKING.tex
        !           829: @HAVE_LATEX_TRUE@      $(LATEXMK) -pdf $<
1.1       misho     830: 
1.1.1.3 ! misho     831: @HAVE_LATEX_TRUE@clean-local:
        !           832: @HAVE_LATEX_TRUE@      -$(LATEXMK) -C HACKING.tex
1.1       misho     833: 
                    834: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    835: # Otherwise a system limit (for SysV at least) may be exceeded.
                    836: .NOEXPORT:

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