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

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