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

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

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