Annotation of embedaddon/dhcp/tests/Makefile.in, revision 1.1.1.1

1.1       misho       1: # Makefile.in generated by automake 1.10.1 from Makefile.am.
                      2: # @configure_input@
                      3: 
                      4: # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
                      5: # 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
                      6: # This Makefile.in is free software; the Free Software Foundation
                      7: # gives unlimited permission to copy and/or distribute it,
                      8: # with or without modifications, as long as this notice is preserved.
                      9: 
                     10: # This program is distributed in the hope that it will be useful,
                     11: # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
                     12: # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
                     13: # PARTICULAR PURPOSE.
                     14: 
                     15: @SET_MAKE@
                     16: VPATH = @srcdir@
                     17: pkgdatadir = $(datadir)/@PACKAGE@
                     18: pkglibdir = $(libdir)/@PACKAGE@
                     19: pkgincludedir = $(includedir)/@PACKAGE@
                     20: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
                     21: install_sh_DATA = $(install_sh) -c -m 644
                     22: install_sh_PROGRAM = $(install_sh) -c
                     23: install_sh_SCRIPT = $(install_sh) -c
                     24: INSTALL_HEADER = $(INSTALL_DATA)
                     25: transform = $(program_transform_name)
                     26: NORMAL_INSTALL = :
                     27: PRE_INSTALL = :
                     28: POST_INSTALL = :
                     29: NORMAL_UNINSTALL = :
                     30: PRE_UNINSTALL = :
                     31: POST_UNINSTALL = :
                     32: subdir = tests
                     33: DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
                     34: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
                     35: am__aclocal_m4_deps = $(top_srcdir)/configure.ac
                     36: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
                     37:        $(ACLOCAL_M4)
                     38: mkinstalldirs = $(install_sh) -d
                     39: CONFIG_HEADER = $(top_builddir)/includes/config.h
                     40: CONFIG_CLEAN_FILES =
                     41: AR = ar
                     42: ARFLAGS = cru
                     43: libt_api_a_AR = $(AR) $(ARFLAGS)
                     44: libt_api_a_LIBADD =
                     45: am_libt_api_a_OBJECTS = t_api.$(OBJEXT) t_api_dhcp.$(OBJEXT)
                     46: libt_api_a_OBJECTS = $(am_libt_api_a_OBJECTS)
                     47: DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/includes
                     48: depcomp = $(SHELL) $(top_srcdir)/depcomp
                     49: am__depfiles_maybe = depfiles
                     50: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
                     51:        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
                     52: CCLD = $(CC)
                     53: LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
                     54: SOURCES = $(libt_api_a_SOURCES)
                     55: DIST_SOURCES = $(libt_api_a_SOURCES)
                     56: ETAGS = etags
                     57: CTAGS = ctags
                     58: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
                     59: ACLOCAL = @ACLOCAL@
                     60: AMTAR = @AMTAR@
1.1.1.1 ! misho      61: ATF_CFLAGS = @ATF_CFLAGS@
        !            62: ATF_LDFLAGS = @ATF_LDFLAGS@
1.1       misho      63: AUTOCONF = @AUTOCONF@
                     64: AUTOHEADER = @AUTOHEADER@
                     65: AUTOMAKE = @AUTOMAKE@
                     66: AWK = @AWK@
                     67: CC = @CC@
                     68: CCDEPMODE = @CCDEPMODE@
                     69: CFLAGS = @CFLAGS@
                     70: CPP = @CPP@
                     71: CPPFLAGS = @CPPFLAGS@
                     72: CYGPATH_W = @CYGPATH_W@
                     73: DEFS = @DEFS@
                     74: DEPDIR = @DEPDIR@
                     75: ECHO_C = @ECHO_C@
                     76: ECHO_N = @ECHO_N@
                     77: ECHO_T = @ECHO_T@
                     78: EGREP = @EGREP@
                     79: EXEEXT = @EXEEXT@
                     80: GREP = @GREP@
                     81: INSTALL = @INSTALL@
                     82: INSTALL_DATA = @INSTALL_DATA@
                     83: INSTALL_PROGRAM = @INSTALL_PROGRAM@
                     84: INSTALL_SCRIPT = @INSTALL_SCRIPT@
                     85: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
                     86: LDFLAGS = @LDFLAGS@
                     87: LIBOBJS = @LIBOBJS@
                     88: LIBS = @LIBS@
                     89: LTLIBOBJS = @LTLIBOBJS@
                     90: MAINT = @MAINT@
                     91: MAKEINFO = @MAKEINFO@
                     92: MKDIR_P = @MKDIR_P@
                     93: OBJEXT = @OBJEXT@
                     94: PACKAGE = @PACKAGE@
                     95: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
                     96: PACKAGE_NAME = @PACKAGE_NAME@
                     97: PACKAGE_STRING = @PACKAGE_STRING@
                     98: PACKAGE_TARNAME = @PACKAGE_TARNAME@
                     99: PACKAGE_URL = @PACKAGE_URL@
                    100: PACKAGE_VERSION = @PACKAGE_VERSION@
                    101: PATH_SEPARATOR = @PATH_SEPARATOR@
                    102: RANLIB = @RANLIB@
                    103: SET_MAKE = @SET_MAKE@
                    104: SHELL = @SHELL@
                    105: STRIP = @STRIP@
                    106: VERSION = @VERSION@
                    107: abs_builddir = @abs_builddir@
                    108: abs_srcdir = @abs_srcdir@
                    109: abs_top_builddir = @abs_top_builddir@
                    110: abs_top_srcdir = @abs_top_srcdir@
                    111: ac_ct_CC = @ac_ct_CC@
                    112: ac_prefix_program = @ac_prefix_program@
                    113: am__include = @am__include@
                    114: am__leading_dot = @am__leading_dot@
                    115: am__quote = @am__quote@
                    116: am__tar = @am__tar@
                    117: am__untar = @am__untar@
                    118: bindir = @bindir@
                    119: build_alias = @build_alias@
                    120: builddir = @builddir@
                    121: byte_order = @byte_order@
                    122: datadir = @datadir@
                    123: datarootdir = @datarootdir@
                    124: docdir = @docdir@
                    125: dvidir = @dvidir@
                    126: exec_prefix = @exec_prefix@
                    127: host_alias = @host_alias@
                    128: htmldir = @htmldir@
                    129: includedir = @includedir@
                    130: infodir = @infodir@
                    131: install_sh = @install_sh@
                    132: libdir = @libdir@
                    133: libexecdir = @libexecdir@
                    134: localedir = @localedir@
                    135: localstatedir = @localstatedir@
                    136: mandir = @mandir@
                    137: mkdir_p = @mkdir_p@
                    138: oldincludedir = @oldincludedir@
                    139: pdfdir = @pdfdir@
                    140: prefix = @prefix@
                    141: program_transform_name = @program_transform_name@
                    142: psdir = @psdir@
                    143: sbindir = @sbindir@
                    144: sharedstatedir = @sharedstatedir@
                    145: srcdir = @srcdir@
                    146: sysconfdir = @sysconfdir@
                    147: target_alias = @target_alias@
                    148: top_build_prefix = @top_build_prefix@
                    149: top_builddir = @top_builddir@
                    150: top_srcdir = @top_srcdir@
                    151: EXTRA_DIST = failover/dhcp-1.cf failover/dhcp-2.cf failover/new-failover \
                    152:             DHCPv6/000-badmsgtype.pl \
                    153:             DHCPv6/010-solicit-noclientid.pl \
                    154:             DHCPv6/011-solicit-serverid.pl \
                    155:             DHCPv6/020-advertise-mcast.pl \
                    156:             DHCPv6/030-request-noclientid.pl \
                    157:             DHCPv6/031-request-noserverid.pl \
                    158:             DHCPv6/032-request-badduid.pl \
                    159:             DHCPv6/110-information-request-ia_na.pl \
                    160:             DHCPv6/111-information-request-ia_ta.pl \
                    161:             DHCPv6/112-badduid.pl \
                    162:             DHCPv6/210-solicit-nohost.pl \
                    163:             DHCPv6/211-solicit-opt-in-na.pl \
                    164:             DHCPv6/212-solicit-opt-in-na-norapidcommit.pl \
                    165:             DHCPv6/280-release-nohost.pl \
                    166:             DHCPv6/281-release-bad-address.pl \
                    167:             DHCPv6/282-release-no-address.pl \
                    168:             DHCPv6/283-release.pl \
                    169:             DHCPv6/290-decline-nohost.pl \
                    170:             DHCPv6/291-decline-bad-address.pl \
                    171:             DHCPv6/292-decline-no-address.pl \
                    172:             DHCPv6/293-decline.pl \
                    173:             DHCPv6/README DHCPv6/dhcp_client.pm \
                    174:             DHCPv6/stubcli-opt-in-na.pl DHCPv6/stubcli.pl \
                    175:             DHCPv6/test-a.conf DHCPv6/test-b.conf \
                    176:             HOWTO-unit-test \
                    177:             unit_test_sample.c
                    178: 
                    179: AM_CPPFLAGS = -I..
                    180: check_LIBRARIES = libt_api.a
                    181: libt_api_a_SOURCES = t_api.c t_api_dhcp.c
                    182: all: all-am
                    183: 
                    184: .SUFFIXES:
                    185: .SUFFIXES: .c .o .obj
                    186: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
                    187:        @for dep in $?; do \
                    188:          case '$(am__configure_deps)' in \
                    189:            *$$dep*) \
                    190:              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
                    191:                && exit 0; \
                    192:              exit 1;; \
                    193:          esac; \
                    194:        done; \
                    195:        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  tests/Makefile'; \
                    196:        cd $(top_srcdir) && \
                    197:          $(AUTOMAKE) --foreign  tests/Makefile
                    198: .PRECIOUS: Makefile
                    199: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
                    200:        @case '$?' in \
                    201:          *config.status*) \
                    202:            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
                    203:          *) \
                    204:            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
                    205:            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
                    206:        esac;
                    207: 
                    208: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
                    209:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    210: 
                    211: $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
                    212:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    213: $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
                    214:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    215: 
                    216: clean-checkLIBRARIES:
                    217:        -test -z "$(check_LIBRARIES)" || rm -f $(check_LIBRARIES)
                    218: libt_api.a: $(libt_api_a_OBJECTS) $(libt_api_a_DEPENDENCIES) 
                    219:        -rm -f libt_api.a
                    220:        $(libt_api_a_AR) libt_api.a $(libt_api_a_OBJECTS) $(libt_api_a_LIBADD)
                    221:        $(RANLIB) libt_api.a
                    222: 
                    223: mostlyclean-compile:
                    224:        -rm -f *.$(OBJEXT)
                    225: 
                    226: distclean-compile:
                    227:        -rm -f *.tab.c
                    228: 
                    229: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t_api.Po@am__quote@
                    230: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t_api_dhcp.Po@am__quote@
                    231: 
                    232: .c.o:
                    233: @am__fastdepCC_TRUE@   $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
                    234: @am__fastdepCC_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
                    235: @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
                    236: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                    237: @am__fastdepCC_FALSE@  $(COMPILE) -c $<
                    238: 
                    239: .c.obj:
                    240: @am__fastdepCC_TRUE@   $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
                    241: @am__fastdepCC_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
                    242: @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
                    243: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                    244: @am__fastdepCC_FALSE@  $(COMPILE) -c `$(CYGPATH_W) '$<'`
                    245: 
                    246: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
                    247:        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
                    248:        unique=`for i in $$list; do \
                    249:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    250:          done | \
                    251:          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
                    252:              END { if (nonempty) { for (i in files) print i; }; }'`; \
                    253:        mkid -fID $$unique
                    254: tags: TAGS
                    255: 
                    256: TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
                    257:                $(TAGS_FILES) $(LISP)
                    258:        tags=; \
                    259:        here=`pwd`; \
                    260:        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
                    261:        unique=`for i in $$list; do \
                    262:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    263:          done | \
                    264:          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
                    265:              END { if (nonempty) { for (i in files) print i; }; }'`; \
                    266:        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
                    267:          test -n "$$unique" || unique=$$empty_fix; \
                    268:          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
                    269:            $$tags $$unique; \
                    270:        fi
                    271: ctags: CTAGS
                    272: CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
                    273:                $(TAGS_FILES) $(LISP)
                    274:        tags=; \
                    275:        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
                    276:        unique=`for i in $$list; do \
                    277:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    278:          done | \
                    279:          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
                    280:              END { if (nonempty) { for (i in files) print i; }; }'`; \
                    281:        test -z "$(CTAGS_ARGS)$$tags$$unique" \
                    282:          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
                    283:             $$tags $$unique
                    284: 
                    285: GTAGS:
                    286:        here=`$(am__cd) $(top_builddir) && pwd` \
                    287:          && cd $(top_srcdir) \
                    288:          && gtags -i $(GTAGS_ARGS) $$here
                    289: 
                    290: distclean-tags:
                    291:        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
                    292: 
                    293: distdir: $(DISTFILES)
                    294:        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    295:        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    296:        list='$(DISTFILES)'; \
                    297:          dist_files=`for file in $$list; do echo $$file; done | \
                    298:          sed -e "s|^$$srcdirstrip/||;t" \
                    299:              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
                    300:        case $$dist_files in \
                    301:          */*) $(MKDIR_P) `echo "$$dist_files" | \
                    302:                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
                    303:                           sort -u` ;; \
                    304:        esac; \
                    305:        for file in $$dist_files; do \
                    306:          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
                    307:          if test -d $$d/$$file; then \
                    308:            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
                    309:            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
                    310:              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
                    311:            fi; \
                    312:            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
                    313:          else \
                    314:            test -f $(distdir)/$$file \
                    315:            || cp -p $$d/$$file $(distdir)/$$file \
                    316:            || exit 1; \
                    317:          fi; \
                    318:        done
                    319: check-am: all-am
                    320:        $(MAKE) $(AM_MAKEFLAGS) $(check_LIBRARIES)
                    321: check: check-am
                    322: all-am: Makefile
                    323: installdirs:
                    324: install: install-am
                    325: install-exec: install-exec-am
                    326: install-data: install-data-am
                    327: uninstall: uninstall-am
                    328: 
                    329: install-am: all-am
                    330:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
                    331: 
                    332: installcheck: installcheck-am
                    333: install-strip:
                    334:        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
                    335:          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
                    336:          `test -z '$(STRIP)' || \
                    337:            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
                    338: mostlyclean-generic:
                    339: 
                    340: clean-generic:
                    341: 
                    342: distclean-generic:
                    343:        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
                    344: 
                    345: maintainer-clean-generic:
                    346:        @echo "This command is intended for maintainers to use"
                    347:        @echo "it deletes files that may require special tools to rebuild."
                    348: clean: clean-am
                    349: 
                    350: clean-am: clean-checkLIBRARIES clean-generic mostlyclean-am
                    351: 
                    352: distclean: distclean-am
                    353:        -rm -rf ./$(DEPDIR)
                    354:        -rm -f Makefile
                    355: distclean-am: clean-am distclean-compile distclean-generic \
                    356:        distclean-tags
                    357: 
                    358: dvi: dvi-am
                    359: 
                    360: dvi-am:
                    361: 
                    362: html: html-am
                    363: 
                    364: info: info-am
                    365: 
                    366: info-am:
                    367: 
                    368: install-data-am:
                    369: 
                    370: install-dvi: install-dvi-am
                    371: 
                    372: install-exec-am:
                    373: 
                    374: install-html: install-html-am
                    375: 
                    376: install-info: install-info-am
                    377: 
                    378: install-man:
                    379: 
                    380: install-pdf: install-pdf-am
                    381: 
                    382: install-ps: install-ps-am
                    383: 
                    384: installcheck-am:
                    385: 
                    386: maintainer-clean: maintainer-clean-am
                    387:        -rm -rf ./$(DEPDIR)
                    388:        -rm -f Makefile
                    389: maintainer-clean-am: distclean-am maintainer-clean-generic
                    390: 
                    391: mostlyclean: mostlyclean-am
                    392: 
                    393: mostlyclean-am: mostlyclean-compile mostlyclean-generic
                    394: 
                    395: pdf: pdf-am
                    396: 
                    397: pdf-am:
                    398: 
                    399: ps: ps-am
                    400: 
                    401: ps-am:
                    402: 
                    403: uninstall-am:
                    404: 
                    405: .MAKE: install-am install-strip
                    406: 
                    407: .PHONY: CTAGS GTAGS all all-am check check-am clean \
                    408:        clean-checkLIBRARIES clean-generic ctags distclean \
                    409:        distclean-compile distclean-generic distclean-tags distdir dvi \
                    410:        dvi-am html html-am info info-am install install-am \
                    411:        install-data install-data-am install-dvi install-dvi-am \
                    412:        install-exec install-exec-am install-html install-html-am \
                    413:        install-info install-info-am install-man install-pdf \
                    414:        install-pdf-am install-ps install-ps-am install-strip \
                    415:        installcheck installcheck-am installdirs maintainer-clean \
                    416:        maintainer-clean-generic mostlyclean mostlyclean-compile \
                    417:        mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
                    418:        uninstall-am
                    419: 
                    420: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    421: # Otherwise a system limit (for SysV at least) may be exceeded.
                    422: .NOEXPORT:

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