Annotation of embedaddon/quagga/solaris/Makefile.in, revision 1.1.1.4

1.1.1.4 ! misho       1: # Makefile.in generated by automake 1.12.6 from Makefile.am.
1.1       misho       2: # @configure_input@
                      3: 
1.1.1.4 ! misho       4: # Copyright (C) 1994-2012 Free Software Foundation, Inc.
        !             5: 
1.1       misho       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: 
                     17: # Solaris packages automake file
                     18: 
                     19: # XXX This file uses GNU make extensions.
                     20: VPATH = @srcdir@
1.1.1.3   misho      21: am__make_dryrun = \
                     22:   { \
                     23:     am__dry=no; \
                     24:     case $$MAKEFLAGS in \
                     25:       *\\[\ \  ]*) \
                     26:         echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
                     27:           | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
                     28:       *) \
                     29:         for am__flg in $$MAKEFLAGS; do \
                     30:           case $$am__flg in \
                     31:             *=*|--*) ;; \
                     32:             *n*) am__dry=yes; break;; \
                     33:           esac; \
                     34:         done;; \
                     35:     esac; \
                     36:     test $$am__dry = yes; \
                     37:   }
1.1       misho      38: pkgdatadir = $(datadir)/@PACKAGE@
                     39: pkgincludedir = $(includedir)/@PACKAGE@
                     40: pkglibdir = $(libdir)/@PACKAGE@
                     41: pkglibexecdir = $(libexecdir)/@PACKAGE@
                     42: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
                     43: install_sh_DATA = $(install_sh) -c -m 644
                     44: install_sh_PROGRAM = $(install_sh) -c
                     45: install_sh_SCRIPT = $(install_sh) -c
                     46: INSTALL_HEADER = $(INSTALL_DATA)
                     47: transform = $(program_transform_name)
                     48: NORMAL_INSTALL = :
                     49: PRE_INSTALL = :
                     50: POST_INSTALL = :
                     51: NORMAL_UNINSTALL = :
                     52: PRE_UNINSTALL = :
                     53: POST_UNINSTALL = :
                     54: build_triplet = @build@
                     55: host_triplet = @host@
                     56: target_triplet = @target@
                     57: subdir = solaris
                     58: DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
                     59: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
1.1.1.4 ! misho      60: am__aclocal_m4_deps = $(top_srcdir)/m4/ax_sys_weak_alias.m4 \
        !            61:        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
        !            62:        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
        !            63:        $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
1.1       misho      64: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
                     65:        $(ACLOCAL_M4)
                     66: mkinstalldirs = $(install_sh) -d
                     67: CONFIG_HEADER = $(top_builddir)/config.h
                     68: CONFIG_CLEAN_FILES =
                     69: CONFIG_CLEAN_VPATH_FILES =
                     70: SOURCES =
                     71: DIST_SOURCES =
1.1.1.3   misho      72: am__can_run_installinfo = \
                     73:   case $$AM_UPDATE_INFO_DIR in \
                     74:     n|no|NO) false;; \
                     75:     *) (install-info --version) >/dev/null 2>&1;; \
                     76:   esac
1.1       misho      77: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
                     78: ACLOCAL = @ACLOCAL@
                     79: AMTAR = @AMTAR@
                     80: AR = @AR@
                     81: AUTOCONF = @AUTOCONF@
                     82: AUTOHEADER = @AUTOHEADER@
                     83: AUTOMAKE = @AUTOMAKE@
                     84: AWK = @AWK@
1.1.1.3   misho      85: BABELD = @BABELD@
1.1       misho      86: BGPD = @BGPD@
1.1.1.4 ! misho      87: BUILD_TESTS = @BUILD_TESTS@
1.1       misho      88: CC = @CC@
                     89: CCDEPMODE = @CCDEPMODE@
                     90: CFLAGS = @CFLAGS@
                     91: CONFDATE = @CONFDATE@
                     92: CPP = @CPP@
                     93: CPPFLAGS = @CPPFLAGS@
                     94: CURSES = @CURSES@
                     95: CYGPATH_W = @CYGPATH_W@
                     96: DEFS = @DEFS@
                     97: DEPDIR = @DEPDIR@
                     98: DLLTOOL = @DLLTOOL@
                     99: DOC = @DOC@
                    100: DSYMUTIL = @DSYMUTIL@
                    101: DUMPBIN = @DUMPBIN@
                    102: ECHO_C = @ECHO_C@
                    103: ECHO_N = @ECHO_N@
                    104: ECHO_T = @ECHO_T@
                    105: EGREP = @EGREP@
                    106: EXEEXT = @EXEEXT@
                    107: FGREP = @FGREP@
                    108: GAWK = @GAWK@
                    109: GREP = @GREP@
                    110: HAVE_LIBPCREPOSIX = @HAVE_LIBPCREPOSIX@
                    111: IF_METHOD = @IF_METHOD@
                    112: IF_PROC = @IF_PROC@
                    113: INCLUDES = @INCLUDES@
                    114: INSTALL = @INSTALL@
                    115: INSTALL_DATA = @INSTALL_DATA@
                    116: INSTALL_PROGRAM = @INSTALL_PROGRAM@
                    117: INSTALL_SCRIPT = @INSTALL_SCRIPT@
                    118: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
                    119: IOCTL_METHOD = @IOCTL_METHOD@
                    120: IPFORWARD = @IPFORWARD@
                    121: ISISD = @ISISD@
                    122: ISIS_TOPOLOGY_DIR = @ISIS_TOPOLOGY_DIR@
                    123: ISIS_TOPOLOGY_INCLUDES = @ISIS_TOPOLOGY_INCLUDES@
                    124: ISIS_TOPOLOGY_LIB = @ISIS_TOPOLOGY_LIB@
                    125: KERNEL_METHOD = @KERNEL_METHOD@
1.1.1.3   misho     126: LATEXMK = @LATEXMK@
1.1       misho     127: LD = @LD@
                    128: LDFLAGS = @LDFLAGS@
                    129: LIBCAP = @LIBCAP@
                    130: LIBM = @LIBM@
                    131: LIBOBJS = @LIBOBJS@
                    132: LIBPAM = @LIBPAM@
                    133: LIBREADLINE = @LIBREADLINE@
                    134: LIBS = @LIBS@
                    135: LIBTOOL = @LIBTOOL@
                    136: LIB_IPV6 = @LIB_IPV6@
                    137: LIB_REGEX = @LIB_REGEX@
                    138: LIPO = @LIPO@
                    139: LN_S = @LN_S@
                    140: LTLIBOBJS = @LTLIBOBJS@
                    141: MAKEINFO = @MAKEINFO@
                    142: MANIFEST_TOOL = @MANIFEST_TOOL@
                    143: MKDIR_P = @MKDIR_P@
                    144: MULTIPATH_NUM = @MULTIPATH_NUM@
1.1.1.4 ! misho     145: NETSNMP_CONFIG = @NETSNMP_CONFIG@
1.1       misho     146: NM = @NM@
                    147: NMEDIT = @NMEDIT@
                    148: OBJDUMP = @OBJDUMP@
                    149: OBJEXT = @OBJEXT@
                    150: OSPF6D = @OSPF6D@
                    151: OSPFAPI = @OSPFAPI@
                    152: OSPFCLIENT = @OSPFCLIENT@
                    153: OSPFD = @OSPFD@
                    154: OTHER_METHOD = @OTHER_METHOD@
                    155: OTOOL = @OTOOL@
                    156: OTOOL64 = @OTOOL64@
                    157: PACKAGE = @PACKAGE@
                    158: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
                    159: PACKAGE_NAME = @PACKAGE_NAME@
                    160: PACKAGE_STRING = @PACKAGE_STRING@
                    161: PACKAGE_TARNAME = @PACKAGE_TARNAME@
                    162: PACKAGE_URL = @PACKAGE_URL@
                    163: PACKAGE_VERSION = @PACKAGE_VERSION@
                    164: PATH_SEPARATOR = @PATH_SEPARATOR@
1.1.1.3   misho     165: PDFLATEX = @PDFLATEX@
1.1       misho     166: PERL = @PERL@
                    167: PICFLAGS = @PICFLAGS@
                    168: PILDFLAGS = @PILDFLAGS@
                    169: RANLIB = @RANLIB@
                    170: RIPD = @RIPD@
                    171: RIPNGD = @RIPNGD@
                    172: RTREAD_METHOD = @RTREAD_METHOD@
                    173: RT_METHOD = @RT_METHOD@
                    174: SED = @SED@
                    175: SET_MAKE = @SET_MAKE@
                    176: SHELL = @SHELL@
                    177: SOLARIS = @SOLARIS@
                    178: STRIP = @STRIP@
                    179: VERSION = @VERSION@
                    180: VTYSH = @VTYSH@
                    181: WATCHQUAGGA = @WATCHQUAGGA@
1.1.1.4 ! misho     182: WEAK_ALIAS = @WEAK_ALIAS@
        !           183: WEAK_ALIAS_CROSSFILE = @WEAK_ALIAS_CROSSFILE@
1.1       misho     184: ZEBRA = @ZEBRA@
                    185: abs_builddir = @abs_builddir@
                    186: abs_srcdir = @abs_srcdir@
                    187: abs_top_builddir = @abs_top_builddir@
                    188: abs_top_srcdir = @abs_top_srcdir@
                    189: ac_ct_AR = @ac_ct_AR@
                    190: ac_ct_CC = @ac_ct_CC@
                    191: ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
                    192: am__include = @am__include@
                    193: am__leading_dot = @am__leading_dot@
                    194: am__quote = @am__quote@
                    195: am__tar = @am__tar@
                    196: am__untar = @am__untar@
                    197: bindir = @bindir@
                    198: build = @build@
                    199: build_alias = @build_alias@
                    200: build_cpu = @build_cpu@
                    201: build_os = @build_os@
                    202: build_vendor = @build_vendor@
                    203: builddir = @builddir@
                    204: datadir = @datadir@
                    205: datarootdir = @datarootdir@
                    206: docdir = @docdir@
                    207: dvidir = @dvidir@
                    208: enable_group = @enable_group@
                    209: enable_user = @enable_user@
                    210: enable_vty_group = @enable_vty_group@
                    211: exampledir = @exampledir@
                    212: exec_prefix = @exec_prefix@
                    213: host = @host@
                    214: host_alias = @host_alias@
                    215: host_cpu = @host_cpu@
                    216: host_os = @host_os@
                    217: host_vendor = @host_vendor@
                    218: htmldir = @htmldir@
                    219: includedir = @includedir@
                    220: infodir = @infodir@
                    221: install_sh = @install_sh@
                    222: libdir = @libdir@
                    223: libexecdir = @libexecdir@
                    224: localedir = @localedir@
                    225: localstatedir = @localstatedir@
                    226: mandir = @mandir@
                    227: mkdir_p = @mkdir_p@
                    228: oldincludedir = @oldincludedir@
                    229: pdfdir = @pdfdir@
                    230: pkgsrcdir = @pkgsrcdir@
                    231: pkgsrcrcdir = @pkgsrcrcdir@
                    232: prefix = @prefix@
                    233: program_transform_name = @program_transform_name@
                    234: psdir = @psdir@
                    235: quagga_statedir = @quagga_statedir@
                    236: sbindir = @sbindir@
                    237: sharedstatedir = @sharedstatedir@
                    238: srcdir = @srcdir@
                    239: sysconfdir = @sysconfdir@
                    240: target = @target@
                    241: target_alias = @target_alias@
                    242: target_cpu = @target_cpu@
                    243: target_os = @target_os@
                    244: target_vendor = @target_vendor@
                    245: top_build_prefix = @top_build_prefix@
                    246: top_builddir = @top_builddir@
                    247: top_srcdir = @top_srcdir@
                    248: 
                    249: # the names of the various subpackages, and some convenient 
                    250: # derived variables.
                    251: pkg_names = daemons dev doc libs smf
                    252: pkg_quagga_daemons = zebra bgpd ospfd ospf6d ripd ripngd
                    253: pkg_name_rev = @PACKAGE_VERSION@-@CONFDATE@-@target_os@-@target_cpu@
                    254: pkg_depends = $(pkg_names:%=depend.%)
                    255: pkg_packages = $(pkg_names:%=@PACKAGE_TARNAME@-%-$(pkg_name_rev).pkg)
                    256: pkg_pkginfos = $(pkg_names:%=pkginfo.%.full)
                    257: pkg_prototypes = $(pkg_names:%=prototype.%)
                    258: pkg_manifests = quagga.xml
                    259: 
                    260: # pkgmk variable substitutions wont grok ${variable} in prototype
                    261: # file, so we cant let autoconf generate the file sadly
                    262: # wish automake would just provide a template for this
                    263: edit = $(SED) \
                    264:        -e 's,@prefix\@,$(prefix),g' \
                    265:        -e 's,@exec_prefix,$(exec_prefix),g' \
                    266:        -e 's,@bindir\@,$(bindir),g' \
                    267:        -e 's,@sbindir\@,$(sbindir),g' \
                    268:        -e 's,@libexecdir\@,$(libexecdir),g' \
                    269:        -e 's,@datadir\@,$(datadir),g' \
                    270:        -e 's,@sysconfdir\@,$(sysconfdir),g' \
                    271:        -e 's,@sharedstatedir\@,$(sharedstatedir),g' \
                    272:        -e 's,@localstatedir\@,$(localstatedir),g' \
                    273:        -e 's,@libdir\@,$(libdir),g' \
                    274:        -e 's,@includedir\@,$(includedir),g' \
                    275:        -e 's,@infodir\@,$(infodir),g' \
                    276:        -e 's,@mandir\@,$(mandir),g' \
                    277:        -e 's,@enable_user\@,$(enable_user),g' \
                    278:        -e 's,@enable_group\@,$(enable_group),g' \
                    279:        -e 's,@enable_vty_group\@,$(enable_vty_group),g' \
                    280:        -e 's,@quagga_statedir\@,$(quagga_statedir),g' \
                    281:        -e 's,[@]PACKAGE_NAME[@],@PACKAGE_NAME@,g' \
                    282:        -e 's,[@]PACKAGE_TARNAME[@],@PACKAGE_TARNAME@,g' \
                    283:        -e 's,[@]PACKAGE_VERSION[@],@PACKAGE_VERSION@,g' \
                    284:        -e 's,[@]PACKAGE_BUGREPORT[@],@PACKAGE_BUGREPORT@,g' \
                    285:        -e 's,[@]CONFDATE[@],@CONFDATE@,g' \
                    286:        -e 's,[@]target_cpu[@],$(target_cpu),g' \
                    287:        -e 's,[@]target_host[@],$(target_host),g' \
                    288:        -e 's,[@]target_os[@],$(target_os),g'
                    289: 
                    290: 
                    291: # common options for pkgmk
                    292: pkg_make_vars = exec_prefix=@exec_prefix@ prefix=@prefix@ \
                    293:        builddir=@builddir@ srcdir=@srcdir@ \
                    294:        top_builddir=@top_builddir@ top_srcdir=@top_srcdir@ \
                    295:        abs_builddir=@abs_builddir@ abs_srcdir=@abs_srcdir@ \
                    296:        abs_top_builddir=@abs_top_builddir@ abs_top_srcdir=@abs_top_srcdir@
                    297: 
                    298: 
                    299: # pkgmk: write the package to spool in build dir, to avoid root dependencies
                    300: pkg_make = pkgmk -o -d @abs_builddir@ \
                    301:        -f $< DESTDIR="$(DESTDIR)/" $(pkg_make_vars)
                    302: 
                    303: 
                    304: # pkgtrans: write a pkg file stream, shame we cant pipe directly to it from
                    305: # pkgmk..
                    306: pkg_trans = pkgtrans -s @abs_builddir@ "@abs_builddir@/$@"
                    307: 
                    308: # pkginfo.package and prototype.package are all built sources
                    309: #BUILT_SOURCES = pkginfo.daemons pkginfo.dev pkginfo.doc pkginfo.libs \
                    310: #      prototype.daemons prototype.dev prototype.doc prototype.libs
                    311: BUILT_SOURCES = $(pkg_pkginfos) pkginfo.tmpl $(pkg_prototypes) \
                    312:        $(pkg_manifests) $(pkg_depends) quagga.init
                    313: 
                    314: CLEANFILES = $(BUILT_SOURCES) $(pkg_packages)
                    315: EXTRA_DIST = $(pkg_manifests:%=%.in) $(pkg_prototypes:%=%.in) \
                    316:        $(pkg_names:%=pkginfo.%.tmpl.in) $(srcdir)/pkginfo.tmpl.in \
                    317:        $(pkg_depends:%=%.in) quagga.init.in README.txt
                    318: 
                    319: all: $(BUILT_SOURCES)
                    320:        $(MAKE) $(AM_MAKEFLAGS) all-am
                    321: 
                    322: .SUFFIXES:
                    323: $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
                    324:        @for dep in $?; do \
                    325:          case '$(am__configure_deps)' in \
                    326:            *$$dep*) \
                    327:              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
                    328:                && { if test -f $@; then exit 0; else break; fi; }; \
                    329:              exit 1;; \
                    330:          esac; \
                    331:        done; \
                    332:        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu solaris/Makefile'; \
                    333:        $(am__cd) $(top_srcdir) && \
                    334:          $(AUTOMAKE) --gnu solaris/Makefile
                    335: .PRECIOUS: Makefile
                    336: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
                    337:        @case '$?' in \
                    338:          *config.status*) \
                    339:            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
                    340:          *) \
                    341:            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
                    342:            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
                    343:        esac;
                    344: 
                    345: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
                    346:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    347: 
                    348: $(top_srcdir)/configure:  $(am__configure_deps)
                    349:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    350: $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
                    351:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    352: $(am__aclocal_m4_deps):
                    353: 
                    354: mostlyclean-libtool:
                    355:        -rm -f *.lo
                    356: 
                    357: clean-libtool:
                    358:        -rm -rf .libs _libs
                    359: tags: TAGS
                    360: TAGS:
                    361: 
                    362: ctags: CTAGS
                    363: CTAGS:
                    364: 
1.1.1.4 ! misho     365: cscope cscopelist:
        !           366: 
1.1       misho     367: 
                    368: distdir: $(DISTFILES)
                    369:        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    370:        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    371:        list='$(DISTFILES)'; \
                    372:          dist_files=`for file in $$list; do echo $$file; done | \
                    373:          sed -e "s|^$$srcdirstrip/||;t" \
                    374:              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
                    375:        case $$dist_files in \
                    376:          */*) $(MKDIR_P) `echo "$$dist_files" | \
                    377:                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
                    378:                           sort -u` ;; \
                    379:        esac; \
                    380:        for file in $$dist_files; do \
                    381:          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
                    382:          if test -d $$d/$$file; then \
                    383:            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
                    384:            if test -d "$(distdir)/$$file"; then \
                    385:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
                    386:            fi; \
                    387:            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
                    388:              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
                    389:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
                    390:            fi; \
                    391:            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
                    392:          else \
                    393:            test -f "$(distdir)/$$file" \
                    394:            || cp -p $$d/$$file "$(distdir)/$$file" \
                    395:            || exit 1; \
                    396:          fi; \
                    397:        done
                    398: check-am: all-am
                    399: check: $(BUILT_SOURCES)
                    400:        $(MAKE) $(AM_MAKEFLAGS) check-am
                    401: all-am: Makefile
                    402: installdirs:
                    403: install: $(BUILT_SOURCES)
                    404:        $(MAKE) $(AM_MAKEFLAGS) install-am
                    405: install-exec: install-exec-am
                    406: install-data: install-data-am
                    407: uninstall: uninstall-am
                    408: 
                    409: install-am: all-am
                    410:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
                    411: 
                    412: installcheck: installcheck-am
                    413: install-strip:
1.1.1.2   misho     414:        if test -z '$(STRIP)'; then \
                    415:          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
                    416:            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
                    417:              install; \
                    418:        else \
                    419:          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
                    420:            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
                    421:            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
                    422:        fi
1.1       misho     423: mostlyclean-generic:
                    424: 
                    425: clean-generic:
                    426:        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
                    427: 
                    428: distclean-generic:
                    429:        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
                    430:        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
                    431: 
                    432: maintainer-clean-generic:
                    433:        @echo "This command is intended for maintainers to use"
                    434:        @echo "it deletes files that may require special tools to rebuild."
                    435:        -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
                    436: clean: clean-am
                    437: 
                    438: clean-am: clean-generic clean-libtool mostlyclean-am
                    439: 
                    440: distclean: distclean-am
                    441:        -rm -f Makefile
                    442: distclean-am: clean-am distclean-generic
                    443: 
                    444: dvi: dvi-am
                    445: 
                    446: dvi-am:
                    447: 
                    448: html: html-am
                    449: 
                    450: html-am:
                    451: 
                    452: info: info-am
                    453: 
                    454: info-am:
                    455: 
                    456: install-data-am:
                    457: 
                    458: install-dvi: install-dvi-am
                    459: 
                    460: install-dvi-am:
                    461: 
                    462: install-exec-am:
                    463: 
                    464: install-html: install-html-am
                    465: 
                    466: install-html-am:
                    467: 
                    468: install-info: install-info-am
                    469: 
                    470: install-info-am:
                    471: 
                    472: install-man:
                    473: 
                    474: install-pdf: install-pdf-am
                    475: 
                    476: install-pdf-am:
                    477: 
                    478: install-ps: install-ps-am
                    479: 
                    480: install-ps-am:
                    481: 
                    482: installcheck-am:
                    483: 
                    484: maintainer-clean: maintainer-clean-am
                    485:        -rm -f Makefile
                    486: maintainer-clean-am: distclean-am maintainer-clean-generic
                    487: 
                    488: mostlyclean: mostlyclean-am
                    489: 
                    490: mostlyclean-am: mostlyclean-generic mostlyclean-libtool
                    491: 
                    492: pdf: pdf-am
                    493: 
                    494: pdf-am:
                    495: 
                    496: ps: ps-am
                    497: 
                    498: ps-am:
                    499: 
                    500: uninstall-am:
                    501: 
                    502: .MAKE: all check install install-am install-strip
                    503: 
                    504: .PHONY: all all-am check check-am clean clean-generic clean-libtool \
                    505:        distclean distclean-generic distclean-libtool distdir dvi \
                    506:        dvi-am html html-am info info-am install install-am \
                    507:        install-data install-data-am install-dvi install-dvi-am \
                    508:        install-exec install-exec-am install-html install-html-am \
                    509:        install-info install-info-am install-man install-pdf \
                    510:        install-pdf-am install-ps install-ps-am install-strip \
                    511:        installcheck installcheck-am installdirs maintainer-clean \
                    512:        maintainer-clean-generic mostlyclean mostlyclean-generic \
                    513:        mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am
                    514: 
                    515: 
                    516: .PHONY: packages
                    517: 
                    518: # pkgmk can only cope with a single pkginfo, cant 'stack' various 
                    519: # pkginfo template files and a package specific pkginfo file in the prototype
                    520: # Create the package specific template here, and create the full pkginfo
                    521: # by cating this and the common pkginfo.tmpl together.
                    522: pkginfo.tmpl: $(srcdir)/pkginfo.tmpl.in Makefile
                    523:        rm -f $@
                    524:        $(edit) $< > $@
                    525: 
                    526: pkginfo.%.tmpl: $(srcdir)/pkginfo.%.tmpl.in Makefile
                    527:        rm -f $@
                    528:        $(edit) $< > $@
                    529: 
                    530: pkginfo.%.full: pkginfo.%.tmpl pkginfo.tmpl Makefile
                    531:        cat pkginfo.tmpl pkginfo.$*.tmpl > $@
                    532: 
                    533: # use 'edit' above to transform prototype.in to pkgmk acceptable prototype
                    534: prototype.%: $(srcdir)/prototype.%.in Makefile
                    535:        rm -f $@
                    536:        $(edit) $< > $@
                    537: 
                    538: # use edit to construct the SMF manifest files
                    539: %.xml: $(srcdir)/%.xml.in Makefile
                    540:        rm -f $@
                    541:        $(edit) $< > $@
                    542: # use edit to construct the depend files
                    543: depend.%: $(srcdir)/depend.%.in Makefile
                    544:        rm -f $@
                    545:        $(edit) $< > $@
                    546: 
                    547: # method file (bit like init script)
                    548: quagga.init: $(srcdir)/quagga.init.in Makefile
                    549:        rm -f $@
                    550:        $(edit) $< > $@
                    551: 
                    552: # construct the pkg
                    553: @PACKAGE_TARNAME@-%-$(pkg_name_rev).pkg: prototype.% \
                    554:                depend.% quagga.init pkginfo.%.full
                    555:        ($(pkg_make) && \
                    556:        $(pkg_trans) "QUAGGA$*")
                    557: 
                    558: %.pkg.gz : %.pkg
                    559:        (gzip -c $< > $@)
                    560: 
                    561: pkg-root-install:
                    562:        (cd $(top_builddir) && \
                    563:         $(MAKE) DESTDIR=$(abs_builddir)/quagga-root install)
                    564: 
                    565: packages: $(pkg_packages)
                    566: 
                    567: #nodist_pkgdata_DATA = $(pkg_packages)
                    568: 
                    569: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    570: # Otherwise a system limit (for SysV at least) may be exceeded.
                    571: .NOEXPORT:

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