Annotation of embedaddon/ntp/sntp/libopts/Makefile.in, revision 1.1.1.1

1.1       misho       1: # Makefile.in generated by automake 1.11.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, 2009  Free Software Foundation,
                      6: # Inc.
                      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: VPATH = @srcdir@
                     19: pkgdatadir = $(datadir)/@PACKAGE@
                     20: pkgincludedir = $(includedir)/@PACKAGE@
                     21: pkglibdir = $(libdir)/@PACKAGE@
                     22: pkglibexecdir = $(libexecdir)/@PACKAGE@
                     23: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
                     24: install_sh_DATA = $(install_sh) -c -m 644
                     25: install_sh_PROGRAM = $(install_sh) -c
                     26: install_sh_SCRIPT = $(install_sh) -c
                     27: INSTALL_HEADER = $(INSTALL_DATA)
                     28: transform = $(program_transform_name)
                     29: NORMAL_INSTALL = :
                     30: PRE_INSTALL = :
                     31: POST_INSTALL = :
                     32: NORMAL_UNINSTALL = :
                     33: PRE_UNINSTALL = :
                     34: POST_UNINSTALL = :
                     35: build_triplet = @build@
                     36: host_triplet = @host@
                     37: subdir = libopts
                     38: DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
                     39: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
                     40: am__aclocal_m4_deps = $(top_srcdir)/libopts/m4/libopts.m4 \
                     41:        $(top_srcdir)/../m4/libtool.m4 \
                     42:        $(top_srcdir)/../m4/ltoptions.m4 \
                     43:        $(top_srcdir)/../m4/ltsugar.m4 \
                     44:        $(top_srcdir)/../m4/ltversion.m4 \
                     45:        $(top_srcdir)/../m4/lt~obsolete.m4 \
                     46:        $(top_srcdir)/../m4/ntp_cacheversion.m4 \
                     47:        $(top_srcdir)/../m4/ntp_dir_sep.m4 \
                     48:        $(top_srcdir)/../m4/ntp_lib_m.m4 \
                     49:        $(top_srcdir)/../m4/ntp_openssl.m4 $(top_srcdir)/../version.m4 \
                     50:        $(top_srcdir)/configure.ac
                     51: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
                     52:        $(ACLOCAL_M4)
                     53: mkinstalldirs = $(install_sh) -d
                     54: CONFIG_HEADER = $(top_builddir)/config.h
                     55: CONFIG_CLEAN_FILES =
                     56: CONFIG_CLEAN_VPATH_FILES =
                     57: am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
                     58: am__vpath_adj = case $$p in \
                     59:     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
                     60:     *) f=$$p;; \
                     61:   esac;
                     62: am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
                     63: am__install_max = 40
                     64: am__nobase_strip_setup = \
                     65:   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
                     66: am__nobase_strip = \
                     67:   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
                     68: am__nobase_list = $(am__nobase_strip_setup); \
                     69:   for p in $$list; do echo "$$p $$p"; done | \
                     70:   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
                     71:   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
                     72:     if (++n[$$2] == $(am__install_max)) \
                     73:       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
                     74:     END { for (dir in files) print dir, files[dir] }'
                     75: am__base_list = \
                     76:   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
                     77:   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
                     78: am__installdirs = "$(DESTDIR)$(libdir)"
                     79: LTLIBRARIES = $(lib_LTLIBRARIES) $(noinst_LTLIBRARIES)
                     80: libopts_la_LIBADD =
                     81: am_libopts_la_OBJECTS = libopts_la-libopts.lo
                     82: libopts_la_OBJECTS = $(am_libopts_la_OBJECTS)
                     83: libopts_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
                     84:        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
                     85:        $(libopts_la_LDFLAGS) $(LDFLAGS) -o $@
                     86: @INSTALL_LIBOPTS_FALSE@am_libopts_la_rpath =
                     87: @INSTALL_LIBOPTS_TRUE@am_libopts_la_rpath = -rpath $(libdir)
                     88: DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
                     89: depcomp = $(SHELL) $(top_srcdir)/depcomp
                     90: am__depfiles_maybe = depfiles
                     91: am__mv = mv -f
                     92: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
                     93:        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
                     94: LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
                     95:        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
                     96:        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
                     97: CCLD = $(CC)
                     98: LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
                     99:        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
                    100:        $(LDFLAGS) -o $@
                    101: SOURCES = $(libopts_la_SOURCES)
                    102: DIST_SOURCES = $(libopts_la_SOURCES)
                    103: ETAGS = etags
                    104: CTAGS = ctags
                    105: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
                    106: ACLOCAL = @ACLOCAL@
                    107: AMTAR = @AMTAR@
                    108: AR = @AR@
                    109: AUTOCONF = @AUTOCONF@
                    110: AUTOHEADER = @AUTOHEADER@
                    111: AUTOMAKE = @AUTOMAKE@
                    112: AWK = @AWK@
                    113: BINSUBDIR = @BINSUBDIR@
                    114: CC = @CC@
                    115: CCDEPMODE = @CCDEPMODE@
                    116: CFLAGS = @CFLAGS@
                    117: CPP = @CPP@
                    118: CPPFLAGS = @CPPFLAGS@
                    119: CYGPATH_W = @CYGPATH_W@
                    120: DEFS = @DEFS@
                    121: DEPDIR = @DEPDIR@
                    122: DLLTOOL = @DLLTOOL@
                    123: DSYMUTIL = @DSYMUTIL@
                    124: DUMPBIN = @DUMPBIN@
                    125: ECHO_C = @ECHO_C@
                    126: ECHO_N = @ECHO_N@
                    127: ECHO_T = @ECHO_T@
                    128: EGREP = @EGREP@
                    129: EXEEXT = @EXEEXT@
                    130: FGREP = @FGREP@
                    131: GREP = @GREP@
                    132: HAVE_INLINE = @HAVE_INLINE@
                    133: INSTALL = @INSTALL@
                    134: INSTALL_DATA = @INSTALL_DATA@
                    135: INSTALL_PROGRAM = @INSTALL_PROGRAM@
                    136: INSTALL_SCRIPT = @INSTALL_SCRIPT@
                    137: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
                    138: LCRYPTO = @LCRYPTO@
                    139: LD = @LD@
                    140: LDFLAGS = @LDFLAGS@
                    141: LIBM = @LIBM@
                    142: LIBOBJS = @LIBOBJS@
                    143: LIBOPTS_CFLAGS = @LIBOPTS_CFLAGS@
                    144: LIBOPTS_DIR = @LIBOPTS_DIR@
                    145: LIBOPTS_LDADD = @LIBOPTS_LDADD@
                    146: LIBS = @LIBS@
                    147: LIBTOOL = @LIBTOOL@
                    148: LIPO = @LIPO@
                    149: LN_S = @LN_S@
                    150: LTLIBOBJS = @LTLIBOBJS@
                    151: MAKEINFO = @MAKEINFO@
                    152: MANIFEST_TOOL = @MANIFEST_TOOL@
                    153: MKDIR_P = @MKDIR_P@
                    154: NM = @NM@
                    155: NMEDIT = @NMEDIT@
                    156: OBJDUMP = @OBJDUMP@
                    157: OBJEXT = @OBJEXT@
                    158: OPENSSL = @OPENSSL@
                    159: OPENSSL_INC = @OPENSSL_INC@
                    160: OPENSSL_LIB = @OPENSSL_LIB@
                    161: OTOOL = @OTOOL@
                    162: OTOOL64 = @OTOOL64@
                    163: PACKAGE = @PACKAGE@
                    164: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
                    165: PACKAGE_NAME = @PACKAGE_NAME@
                    166: PACKAGE_STRING = @PACKAGE_STRING@
                    167: PACKAGE_TARNAME = @PACKAGE_TARNAME@
                    168: PACKAGE_URL = @PACKAGE_URL@
                    169: PACKAGE_VERSION = @PACKAGE_VERSION@
                    170: PATH_SEPARATOR = @PATH_SEPARATOR@
                    171: POSIX_SHELL = @POSIX_SHELL@
                    172: RANLIB = @RANLIB@
                    173: SED = @SED@
                    174: SET_MAKE = @SET_MAKE@
                    175: SHELL = @SHELL@
                    176: STRIP = @STRIP@
                    177: VERSION = @VERSION@
                    178: abs_builddir = @abs_builddir@
                    179: abs_srcdir = @abs_srcdir@
                    180: abs_top_builddir = @abs_top_builddir@
                    181: abs_top_srcdir = @abs_top_srcdir@
                    182: ac_ct_AR = @ac_ct_AR@
                    183: ac_ct_CC = @ac_ct_CC@
                    184: ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
                    185: am__include = @am__include@
                    186: am__leading_dot = @am__leading_dot@
                    187: am__quote = @am__quote@
                    188: am__tar = @am__tar@
                    189: am__untar = @am__untar@
                    190: bindir = @bindir@
                    191: build = @build@
                    192: build_alias = @build_alias@
                    193: build_cpu = @build_cpu@
                    194: build_os = @build_os@
                    195: build_vendor = @build_vendor@
                    196: builddir = @builddir@
                    197: datadir = @datadir@
                    198: datarootdir = @datarootdir@
                    199: docdir = @docdir@
                    200: dvidir = @dvidir@
                    201: exec_prefix = @exec_prefix@
                    202: host = @host@
                    203: host_alias = @host_alias@
                    204: host_cpu = @host_cpu@
                    205: host_os = @host_os@
                    206: host_vendor = @host_vendor@
                    207: htmldir = @htmldir@
                    208: includedir = @includedir@
                    209: infodir = @infodir@
                    210: install_sh = @install_sh@
                    211: libdir = @libdir@
                    212: libexecdir = @libexecdir@
                    213: localedir = @localedir@
                    214: localstatedir = @localstatedir@
                    215: mandir = @mandir@
                    216: mkdir_p = @mkdir_p@
                    217: oldincludedir = @oldincludedir@
                    218: pdfdir = @pdfdir@
                    219: prefix = @prefix@
                    220: program_transform_name = @program_transform_name@
                    221: psdir = @psdir@
                    222: sbindir = @sbindir@
                    223: sharedstatedir = @sharedstatedir@
                    224: srcdir = @srcdir@
                    225: sysconfdir = @sysconfdir@
                    226: target_alias = @target_alias@
                    227: top_build_prefix = @top_build_prefix@
                    228: top_builddir = @top_builddir@
                    229: top_srcdir = @top_srcdir@
                    230: MAINTAINERCLEANFILES = Makefile.in
                    231: @INSTALL_LIBOPTS_TRUE@lib_LTLIBRARIES = libopts.la
                    232: @INSTALL_LIBOPTS_FALSE@noinst_LTLIBRARIES = libopts.la
                    233: libopts_la_SOURCES = libopts.c
                    234: libopts_la_CPPFLAGS = -I$(top_srcdir)
                    235: libopts_la_LDFLAGS = -version-info  35:0:10
                    236: EXTRA_DIST = \
                    237:     COPYING.gplv3           COPYING.lgplv3          COPYING.mbsd  \
                    238:     MakeDefs.inc            README                  ag-char-map.h  \
                    239:     autoopts/usage-txt.h    autoopts/options.h      autoopts/project.h  \
                    240:     autoopts.c              autoopts.h              boolean.c  \
                    241:     compat/strdup.c         compat/compat.h         compat/windows-config.h  \
                    242:     compat/snprintf.c       compat/strchr.c         compat/pathfind.c  \
                    243:     configfile.c            cook.c                  enumeration.c  \
                    244:     environment.c           file.c                  genshell.c  \
                    245:     genshell.h              load.c                  m4/liboptschk.m4  \
                    246:     m4/libopts.m4           makeshell.c             nested.c  \
                    247:     numeric.c               parse-duration.c        parse-duration.h  \
                    248:     pgusage.c               proto.h                 putshell.c  \
                    249:     reset.c                 restore.c               save.c  \
                    250:     sort.c                  stack.c                 streqvcmp.c  \
                    251:     text_mmap.c             time.c                  tokenize.c  \
                    252:     usage.c                 value-type.c            value-type.h  \
                    253:     version.c               xat-attribute.c         xat-attribute.h
                    254: 
                    255: all: all-am
                    256: 
                    257: .SUFFIXES:
                    258: .SUFFIXES: .c .lo .o .obj
                    259: $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
                    260:        @for dep in $?; do \
                    261:          case '$(am__configure_deps)' in \
                    262:            *$$dep*) \
                    263:              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
                    264:                && { if test -f $@; then exit 0; else break; fi; }; \
                    265:              exit 1;; \
                    266:          esac; \
                    267:        done; \
                    268:        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign libopts/Makefile'; \
                    269:        $(am__cd) $(top_srcdir) && \
                    270:          $(AUTOMAKE) --foreign libopts/Makefile
                    271: .PRECIOUS: Makefile
                    272: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
                    273:        @case '$?' in \
                    274:          *config.status*) \
                    275:            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
                    276:          *) \
                    277:            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
                    278:            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
                    279:        esac;
                    280: 
                    281: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
                    282:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    283: 
                    284: $(top_srcdir)/configure:  $(am__configure_deps)
                    285:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    286: $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
                    287:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    288: $(am__aclocal_m4_deps):
                    289: install-libLTLIBRARIES: $(lib_LTLIBRARIES)
                    290:        @$(NORMAL_INSTALL)
                    291:        test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
                    292:        @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
                    293:        list2=; for p in $$list; do \
                    294:          if test -f $$p; then \
                    295:            list2="$$list2 $$p"; \
                    296:          else :; fi; \
                    297:        done; \
                    298:        test -z "$$list2" || { \
                    299:          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
                    300:          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
                    301:        }
                    302: 
                    303: uninstall-libLTLIBRARIES:
                    304:        @$(NORMAL_UNINSTALL)
                    305:        @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
                    306:        for p in $$list; do \
                    307:          $(am__strip_dir) \
                    308:          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
                    309:          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
                    310:        done
                    311: 
                    312: clean-libLTLIBRARIES:
                    313:        -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
                    314:        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
                    315:          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
                    316:          test "$$dir" != "$$p" || dir=.; \
                    317:          echo "rm -f \"$${dir}/so_locations\""; \
                    318:          rm -f "$${dir}/so_locations"; \
                    319:        done
                    320: 
                    321: clean-noinstLTLIBRARIES:
                    322:        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
                    323:        @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
                    324:          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
                    325:          test "$$dir" != "$$p" || dir=.; \
                    326:          echo "rm -f \"$${dir}/so_locations\""; \
                    327:          rm -f "$${dir}/so_locations"; \
                    328:        done
                    329: libopts.la: $(libopts_la_OBJECTS) $(libopts_la_DEPENDENCIES) 
                    330:        $(libopts_la_LINK) $(am_libopts_la_rpath) $(libopts_la_OBJECTS) $(libopts_la_LIBADD) $(LIBS)
                    331: 
                    332: mostlyclean-compile:
                    333:        -rm -f *.$(OBJEXT)
                    334: 
                    335: distclean-compile:
                    336:        -rm -f *.tab.c
                    337: 
                    338: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libopts_la-libopts.Plo@am__quote@
                    339: 
                    340: .c.o:
                    341: @am__fastdepCC_TRUE@   $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
                    342: @am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
                    343: @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
                    344: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                    345: @am__fastdepCC_FALSE@  $(COMPILE) -c $<
                    346: 
                    347: .c.obj:
                    348: @am__fastdepCC_TRUE@   $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
                    349: @am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
                    350: @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
                    351: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                    352: @am__fastdepCC_FALSE@  $(COMPILE) -c `$(CYGPATH_W) '$<'`
                    353: 
                    354: .c.lo:
                    355: @am__fastdepCC_TRUE@   $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
                    356: @am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
                    357: @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
                    358: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                    359: @am__fastdepCC_FALSE@  $(LTCOMPILE) -c -o $@ $<
                    360: 
                    361: libopts_la-libopts.lo: libopts.c
                    362: @am__fastdepCC_TRUE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libopts_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libopts_la-libopts.lo -MD -MP -MF $(DEPDIR)/libopts_la-libopts.Tpo -c -o libopts_la-libopts.lo `test -f 'libopts.c' || echo '$(srcdir)/'`libopts.c
                    363: @am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/libopts_la-libopts.Tpo $(DEPDIR)/libopts_la-libopts.Plo
                    364: @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='libopts.c' object='libopts_la-libopts.lo' libtool=yes @AMDEPBACKSLASH@
                    365: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                    366: @am__fastdepCC_FALSE@  $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libopts_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libopts_la-libopts.lo `test -f 'libopts.c' || echo '$(srcdir)/'`libopts.c
                    367: 
                    368: mostlyclean-libtool:
                    369:        -rm -f *.lo
                    370: 
                    371: clean-libtool:
                    372:        -rm -rf .libs _libs
                    373: 
                    374: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
                    375:        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
                    376:        unique=`for i in $$list; do \
                    377:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    378:          done | \
                    379:          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
                    380:              END { if (nonempty) { for (i in files) print i; }; }'`; \
                    381:        mkid -fID $$unique
                    382: tags: TAGS
                    383: 
                    384: TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
                    385:                $(TAGS_FILES) $(LISP)
                    386:        set x; \
                    387:        here=`pwd`; \
                    388:        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
                    389:        unique=`for i in $$list; do \
                    390:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    391:          done | \
                    392:          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
                    393:              END { if (nonempty) { for (i in files) print i; }; }'`; \
                    394:        shift; \
                    395:        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
                    396:          test -n "$$unique" || unique=$$empty_fix; \
                    397:          if test $$# -gt 0; then \
                    398:            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
                    399:              "$$@" $$unique; \
                    400:          else \
                    401:            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
                    402:              $$unique; \
                    403:          fi; \
                    404:        fi
                    405: ctags: CTAGS
                    406: CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
                    407:                $(TAGS_FILES) $(LISP)
                    408:        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
                    409:        unique=`for i in $$list; do \
                    410:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    411:          done | \
                    412:          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
                    413:              END { if (nonempty) { for (i in files) print i; }; }'`; \
                    414:        test -z "$(CTAGS_ARGS)$$unique" \
                    415:          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
                    416:             $$unique
                    417: 
                    418: GTAGS:
                    419:        here=`$(am__cd) $(top_builddir) && pwd` \
                    420:          && $(am__cd) $(top_srcdir) \
                    421:          && gtags -i $(GTAGS_ARGS) "$$here"
                    422: 
                    423: distclean-tags:
                    424:        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
                    425: 
                    426: distdir: $(DISTFILES)
                    427:        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    428:        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    429:        list='$(DISTFILES)'; \
                    430:          dist_files=`for file in $$list; do echo $$file; done | \
                    431:          sed -e "s|^$$srcdirstrip/||;t" \
                    432:              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
                    433:        case $$dist_files in \
                    434:          */*) $(MKDIR_P) `echo "$$dist_files" | \
                    435:                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
                    436:                           sort -u` ;; \
                    437:        esac; \
                    438:        for file in $$dist_files; do \
                    439:          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
                    440:          if test -d $$d/$$file; then \
                    441:            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
                    442:            if test -d "$(distdir)/$$file"; then \
                    443:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
                    444:            fi; \
                    445:            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
                    446:              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
                    447:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
                    448:            fi; \
                    449:            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
                    450:          else \
                    451:            test -f "$(distdir)/$$file" \
                    452:            || cp -p $$d/$$file "$(distdir)/$$file" \
                    453:            || exit 1; \
                    454:          fi; \
                    455:        done
                    456: check-am: all-am
                    457: check: check-am
                    458: all-am: Makefile $(LTLIBRARIES)
                    459: installdirs:
                    460:        for dir in "$(DESTDIR)$(libdir)"; do \
                    461:          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
                    462:        done
                    463: install: install-am
                    464: install-exec: install-exec-am
                    465: install-data: install-data-am
                    466: uninstall: uninstall-am
                    467: 
                    468: install-am: all-am
                    469:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
                    470: 
                    471: installcheck: installcheck-am
                    472: install-strip:
                    473:        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
                    474:          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
                    475:          `test -z '$(STRIP)' || \
                    476:            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
                    477: mostlyclean-generic:
                    478: 
                    479: clean-generic:
                    480: 
                    481: distclean-generic:
                    482:        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
                    483:        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
                    484: 
                    485: maintainer-clean-generic:
                    486:        @echo "This command is intended for maintainers to use"
                    487:        @echo "it deletes files that may require special tools to rebuild."
                    488:        -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
                    489: clean: clean-am
                    490: 
                    491: clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
                    492:        clean-noinstLTLIBRARIES mostlyclean-am
                    493: 
                    494: distclean: distclean-am
                    495:        -rm -rf ./$(DEPDIR)
                    496:        -rm -f Makefile
                    497: distclean-am: clean-am distclean-compile distclean-generic \
                    498:        distclean-tags
                    499: 
                    500: dvi: dvi-am
                    501: 
                    502: dvi-am:
                    503: 
                    504: html: html-am
                    505: 
                    506: html-am:
                    507: 
                    508: info: info-am
                    509: 
                    510: info-am:
                    511: 
                    512: install-data-am:
                    513: 
                    514: install-dvi: install-dvi-am
                    515: 
                    516: install-dvi-am:
                    517: 
                    518: install-exec-am: install-libLTLIBRARIES
                    519: 
                    520: install-html: install-html-am
                    521: 
                    522: install-html-am:
                    523: 
                    524: install-info: install-info-am
                    525: 
                    526: install-info-am:
                    527: 
                    528: install-man:
                    529: 
                    530: install-pdf: install-pdf-am
                    531: 
                    532: install-pdf-am:
                    533: 
                    534: install-ps: install-ps-am
                    535: 
                    536: install-ps-am:
                    537: 
                    538: installcheck-am:
                    539: 
                    540: maintainer-clean: maintainer-clean-am
                    541:        -rm -rf ./$(DEPDIR)
                    542:        -rm -f Makefile
                    543: maintainer-clean-am: distclean-am maintainer-clean-generic
                    544: 
                    545: mostlyclean: mostlyclean-am
                    546: 
                    547: mostlyclean-am: mostlyclean-compile mostlyclean-generic \
                    548:        mostlyclean-libtool
                    549: 
                    550: pdf: pdf-am
                    551: 
                    552: pdf-am:
                    553: 
                    554: ps: ps-am
                    555: 
                    556: ps-am:
                    557: 
                    558: uninstall-am: uninstall-libLTLIBRARIES
                    559: 
                    560: .MAKE: install-am install-strip
                    561: 
                    562: .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
                    563:        clean-libLTLIBRARIES clean-libtool clean-noinstLTLIBRARIES \
                    564:        ctags distclean distclean-compile distclean-generic \
                    565:        distclean-libtool distclean-tags distdir dvi dvi-am html \
                    566:        html-am info info-am install install-am install-data \
                    567:        install-data-am install-dvi install-dvi-am install-exec \
                    568:        install-exec-am install-html install-html-am install-info \
                    569:        install-info-am install-libLTLIBRARIES install-man install-pdf \
                    570:        install-pdf-am install-ps install-ps-am install-strip \
                    571:        installcheck installcheck-am installdirs maintainer-clean \
                    572:        maintainer-clean-generic mostlyclean mostlyclean-compile \
                    573:        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
                    574:        tags uninstall uninstall-am uninstall-libLTLIBRARIES
                    575: 
                    576: 
                    577: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    578: # Otherwise a system limit (for SysV at least) may be exceeded.
                    579: .NOEXPORT:

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