Annotation of fam/test/Makefile.in, Revision 1.1
1.1 ! trev 1: # Makefile.in generated by automake 1.6.3 from Makefile.am.
! 2: # @configure_input@
! 3:
! 4: # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
! 5: # 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: SHELL = @SHELL@
! 17:
! 18: srcdir = @srcdir@
! 19: top_srcdir = @top_srcdir@
! 20: VPATH = @srcdir@
! 21: prefix = @prefix@
! 22: exec_prefix = @exec_prefix@
! 23:
! 24: bindir = @bindir@
! 25: sbindir = @sbindir@
! 26: libexecdir = @libexecdir@
! 27: datadir = @datadir@
! 28: sysconfdir = @sysconfdir@
! 29: sharedstatedir = @sharedstatedir@
! 30: localstatedir = @localstatedir@
! 31: libdir = @libdir@
! 32: infodir = @infodir@
! 33: mandir = @mandir@
! 34: includedir = @includedir@
! 35: oldincludedir = /usr/include
! 36: pkgdatadir = $(datadir)/@PACKAGE@
! 37: pkglibdir = $(libdir)/@PACKAGE@
! 38: pkgincludedir = $(includedir)/@PACKAGE@
! 39: top_builddir = ..
! 40:
! 41: ACLOCAL = @ACLOCAL@
! 42: AUTOCONF = @AUTOCONF@
! 43: AUTOMAKE = @AUTOMAKE@
! 44: AUTOHEADER = @AUTOHEADER@
! 45:
! 46: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
! 47: INSTALL = @INSTALL@
! 48: INSTALL_PROGRAM = @INSTALL_PROGRAM@
! 49: INSTALL_DATA = @INSTALL_DATA@
! 50: install_sh_DATA = $(install_sh) -c -m 644
! 51: install_sh_PROGRAM = $(install_sh) -c
! 52: install_sh_SCRIPT = $(install_sh) -c
! 53: INSTALL_SCRIPT = @INSTALL_SCRIPT@
! 54: INSTALL_HEADER = $(INSTALL_DATA)
! 55: transform = @program_transform_name@
! 56: NORMAL_INSTALL = :
! 57: PRE_INSTALL = :
! 58: POST_INSTALL = :
! 59: NORMAL_UNINSTALL = :
! 60: PRE_UNINSTALL = :
! 61: POST_UNINSTALL = :
! 62: host_alias = @host_alias@
! 63: host_triplet = @host@
! 64:
! 65: EXEEXT = @EXEEXT@
! 66: OBJEXT = @OBJEXT@
! 67: PATH_SEPARATOR = @PATH_SEPARATOR@
! 68: AMTAR = @AMTAR@
! 69: AS = @AS@
! 70: AWK = @AWK@
! 71: CC = @CC@
! 72: CXX = @CXX@
! 73: CXXCPP = @CXXCPP@
! 74: DEPDIR = @DEPDIR@
! 75: DLLTOOL = @DLLTOOL@
! 76: ECHO = @ECHO@
! 77: FAMPROTOINC = @FAMPROTOINC@
! 78: FAM_CONF = @FAM_CONF@
! 79: IMON_FUNCS = @IMON_FUNCS@
! 80: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
! 81: LDCONFIG = @LDCONFIG@
! 82: LIBTOOL = @LIBTOOL@
! 83: LN_S = @LN_S@
! 84: MKDEPFILE = @MKDEPFILE@
! 85: OBJDUMP = @OBJDUMP@
! 86: PACKAGE = @PACKAGE@
! 87: RANLIB = @RANLIB@
! 88: STRIP = @STRIP@
! 89: TAR = @TAR@
! 90: VERSION = @VERSION@
! 91: am__include = @am__include@
! 92: am__quote = @am__quote@
! 93: foo_o = @foo_o@
! 94: install_sh = @install_sh@
! 95: snprintf_o = @snprintf_o@
! 96:
! 97: # Since we're not always using gcc, we don't want to use dependency
! 98: # tracking. (It croaks non-GNU compilers.) Seems like this should be
! 99: # configurable through autoconf!
! 100: AUTOMAKE_OPTIONS = no-dependencies
! 101:
! 102: # why couldn't CONFIG_ETC_CONFIG_PATH be defined in config.h???
! 103: INCLUDES = @FAMPROTOINC@ -DCONFIG_ETC_CONFIG_PATH=\"@FAM_CONF@\"
! 104:
! 105: # should this be set by the configure script?
! 106: EDITCONF = perl $(top_srcdir)/util/editconf/editconf.perl
! 107:
! 108: uninstallscriptdir = $(pkglibdir)
! 109:
! 110: CLEANFILES = ii_files/*.ii
! 111:
! 112: noinst_PROGRAMS = test
! 113: test_SOURCES = test.c++
! 114: test_LDADD = ../libfam/libfam.la
! 115: subdir = test
! 116: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
! 117: CONFIG_HEADER = $(top_builddir)/config.h
! 118: CONFIG_CLEAN_FILES =
! 119: noinst_PROGRAMS = test$(EXEEXT)
! 120: PROGRAMS = $(noinst_PROGRAMS)
! 121:
! 122: am_test_OBJECTS = test.$(OBJEXT)
! 123: test_OBJECTS = $(am_test_OBJECTS)
! 124: test_DEPENDENCIES = ../libfam/libfam.la
! 125: test_LDFLAGS =
! 126:
! 127: DEFS = @DEFS@
! 128: DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
! 129: CPPFLAGS = @CPPFLAGS@
! 130: LDFLAGS = @LDFLAGS@
! 131: LIBS = @LIBS@
! 132: depcomp =
! 133: am__depfiles_maybe =
! 134: CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
! 135: $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
! 136: LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
! 137: $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
! 138: $(AM_CXXFLAGS) $(CXXFLAGS)
! 139: CXXLD = $(CXX)
! 140: CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
! 141: $(AM_LDFLAGS) $(LDFLAGS) -o $@
! 142: CXXFLAGS = @CXXFLAGS@
! 143: DIST_SOURCES = $(test_SOURCES)
! 144: DIST_COMMON = Makefile.am Makefile.in
! 145: SOURCES = $(test_SOURCES)
! 146:
! 147: all: all-am
! 148:
! 149: .SUFFIXES:
! 150: .SUFFIXES: .c++ .lo .o .obj
! 151: $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/common.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
! 152: cd $(top_srcdir) && \
! 153: $(AUTOMAKE) --gnu test/Makefile
! 154: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
! 155: cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
! 156:
! 157: clean-noinstPROGRAMS:
! 158: @list='$(noinst_PROGRAMS)'; for p in $$list; do \
! 159: f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
! 160: echo " rm -f $$p $$f"; \
! 161: rm -f $$p $$f ; \
! 162: done
! 163: test$(EXEEXT): $(test_OBJECTS) $(test_DEPENDENCIES)
! 164: @rm -f test$(EXEEXT)
! 165: $(CXXLINK) $(test_LDFLAGS) $(test_OBJECTS) $(test_LDADD) $(LIBS)
! 166:
! 167: mostlyclean-compile:
! 168: -rm -f *.$(OBJEXT) core *.core
! 169:
! 170: distclean-compile:
! 171: -rm -f *.tab.c
! 172:
! 173: .c++.o:
! 174: $(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
! 175:
! 176: .c++.obj:
! 177: $(CXXCOMPILE) -c -o $@ `cygpath -w $<`
! 178:
! 179: .c++.lo:
! 180: $(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
! 181:
! 182: mostlyclean-libtool:
! 183: -rm -f *.lo
! 184:
! 185: clean-libtool:
! 186: -rm -rf .libs _libs
! 187:
! 188: distclean-libtool:
! 189: -rm -f libtool
! 190: uninstall-info-am:
! 191:
! 192: ETAGS = etags
! 193: ETAGSFLAGS =
! 194:
! 195: tags: TAGS
! 196:
! 197: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
! 198: list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
! 199: unique=`for i in $$list; do \
! 200: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
! 201: done | \
! 202: $(AWK) ' { files[$$0] = 1; } \
! 203: END { for (i in files) print i; }'`; \
! 204: mkid -fID $$unique
! 205:
! 206: TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
! 207: $(TAGS_FILES) $(LISP)
! 208: tags=; \
! 209: here=`pwd`; \
! 210: list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
! 211: unique=`for i in $$list; do \
! 212: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
! 213: done | \
! 214: $(AWK) ' { files[$$0] = 1; } \
! 215: END { for (i in files) print i; }'`; \
! 216: test -z "$(ETAGS_ARGS)$$tags$$unique" \
! 217: || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
! 218: $$tags $$unique
! 219:
! 220: GTAGS:
! 221: here=`$(am__cd) $(top_builddir) && pwd` \
! 222: && cd $(top_srcdir) \
! 223: && gtags -i $(GTAGS_ARGS) $$here
! 224:
! 225: distclean-tags:
! 226: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
! 227: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
! 228:
! 229: top_distdir = ..
! 230: distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
! 231:
! 232: distdir: $(DISTFILES)
! 233: @list='$(DISTFILES)'; for file in $$list; do \
! 234: if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
! 235: dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
! 236: if test "$$dir" != "$$file" && test "$$dir" != "."; then \
! 237: dir="/$$dir"; \
! 238: $(mkinstalldirs) "$(distdir)$$dir"; \
! 239: else \
! 240: dir=''; \
! 241: fi; \
! 242: if test -d $$d/$$file; then \
! 243: if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
! 244: cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
! 245: fi; \
! 246: cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
! 247: else \
! 248: test -f $(distdir)/$$file \
! 249: || cp -p $$d/$$file $(distdir)/$$file \
! 250: || exit 1; \
! 251: fi; \
! 252: done
! 253: check-am: all-am
! 254: check: check-am
! 255: all-am: Makefile $(PROGRAMS)
! 256:
! 257: installdirs:
! 258:
! 259: install: install-am
! 260: install-exec: install-exec-am
! 261: install-data: install-data-am
! 262: uninstall: uninstall-am
! 263:
! 264: install-am: all-am
! 265: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
! 266:
! 267: installcheck: installcheck-am
! 268: install-strip:
! 269: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
! 270: INSTALL_STRIP_FLAG=-s \
! 271: `test -z '$(STRIP)' || \
! 272: echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
! 273: mostlyclean-generic:
! 274:
! 275: clean-generic:
! 276: -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
! 277:
! 278: distclean-generic:
! 279: -rm -f Makefile $(CONFIG_CLEAN_FILES)
! 280:
! 281: maintainer-clean-generic:
! 282: @echo "This command is intended for maintainers to use"
! 283: @echo "it deletes files that may require special tools to rebuild."
! 284: clean: clean-am
! 285:
! 286: clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
! 287: mostlyclean-am
! 288:
! 289: distclean: distclean-am
! 290:
! 291: distclean-am: clean-am distclean-compile distclean-generic \
! 292: distclean-libtool distclean-tags
! 293:
! 294: dvi: dvi-am
! 295:
! 296: dvi-am:
! 297:
! 298: info: info-am
! 299:
! 300: info-am:
! 301:
! 302: install-data-am:
! 303:
! 304: install-exec-am:
! 305:
! 306: install-info: install-info-am
! 307:
! 308: install-man:
! 309:
! 310: installcheck-am:
! 311:
! 312: maintainer-clean: maintainer-clean-am
! 313:
! 314: maintainer-clean-am: distclean-am maintainer-clean-generic
! 315:
! 316: mostlyclean: mostlyclean-am
! 317:
! 318: mostlyclean-am: mostlyclean-compile mostlyclean-generic \
! 319: mostlyclean-libtool
! 320:
! 321: uninstall-am: uninstall-info-am
! 322:
! 323: .PHONY: GTAGS all all-am check check-am clean clean-generic \
! 324: clean-libtool clean-noinstPROGRAMS distclean distclean-compile \
! 325: distclean-generic distclean-libtool distclean-tags distdir dvi \
! 326: dvi-am info info-am install install-am install-data \
! 327: install-data-am install-exec install-exec-am install-info \
! 328: install-info-am install-man install-strip installcheck \
! 329: installcheck-am installdirs maintainer-clean \
! 330: maintainer-clean-generic mostlyclean mostlyclean-compile \
! 331: mostlyclean-generic mostlyclean-libtool tags uninstall \
! 332: uninstall-am uninstall-info-am
! 333:
! 334: # Tell versions [3.59,3.63) of GNU make to not export all variables.
! 335: # Otherwise a system limit (for SysV at least) may be exceeded.
! 336: .NOEXPORT:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>