[BACK]Return to Makefile.in CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / asir2000 / gc / include

Annotation of OpenXM_contrib2/asir2000/gc/include/Makefile.in, Revision 1.1

1.1     ! noro        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:
        !            17: #
        !            18: #
        !            19: # THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY NO WARRANTY EXPRESSED
        !            20: # OR IMPLIED.  ANY USE IS AT YOUR OWN RISK.
        !            21: #
        !            22: # Permission is hereby granted to use or copy this program
        !            23: # for any purpose,  provided the above notices are retained on all copies.
        !            24: # Permission to modify the code and to distribute modified code is granted,
        !            25: # provided the above notices are retained, and a notice that the code was
        !            26: # modified is included with the above copyright notice.
        !            27: #
        !            28: # Modified by: Grzegorz Jakacki <jakacki at acm dot org>
        !            29: SHELL = @SHELL@
        !            30:
        !            31: srcdir = @srcdir@
        !            32: top_srcdir = @top_srcdir@
        !            33: VPATH = @srcdir@
        !            34: prefix = @prefix@
        !            35: exec_prefix = @exec_prefix@
        !            36:
        !            37: bindir = @bindir@
        !            38: sbindir = @sbindir@
        !            39: libexecdir = @libexecdir@
        !            40: datadir = @datadir@
        !            41: sysconfdir = @sysconfdir@
        !            42: sharedstatedir = @sharedstatedir@
        !            43: localstatedir = @localstatedir@
        !            44: libdir = @libdir@
        !            45: infodir = @infodir@
        !            46: mandir = @mandir@
        !            47: includedir = @includedir@
        !            48: oldincludedir = /usr/include
        !            49: pkgdatadir = $(datadir)/@PACKAGE@
        !            50: pkglibdir = $(libdir)/@PACKAGE@
        !            51: pkgincludedir = $(includedir)/@PACKAGE@
        !            52: top_builddir = ..
        !            53:
        !            54: ACLOCAL = @ACLOCAL@
        !            55: AUTOCONF = @AUTOCONF@
        !            56: AUTOMAKE = @AUTOMAKE@
        !            57: AUTOHEADER = @AUTOHEADER@
        !            58:
        !            59: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
        !            60: INSTALL = @INSTALL@
        !            61: INSTALL_PROGRAM = @INSTALL_PROGRAM@
        !            62: INSTALL_DATA = @INSTALL_DATA@
        !            63: install_sh_DATA = $(install_sh) -c -m 644
        !            64: install_sh_PROGRAM = $(install_sh) -c
        !            65: install_sh_SCRIPT = $(install_sh) -c
        !            66: INSTALL_SCRIPT = @INSTALL_SCRIPT@
        !            67: INSTALL_HEADER = $(INSTALL_DATA)
        !            68: transform = @program_transform_name@
        !            69: NORMAL_INSTALL = :
        !            70: PRE_INSTALL = :
        !            71: POST_INSTALL = :
        !            72: NORMAL_UNINSTALL = :
        !            73: PRE_UNINSTALL = :
        !            74: POST_UNINSTALL = :
        !            75: host_alias = @host_alias@
        !            76: host_triplet = @host@
        !            77:
        !            78: EXEEXT = @EXEEXT@
        !            79: OBJEXT = @OBJEXT@
        !            80: PATH_SEPARATOR = @PATH_SEPARATOR@
        !            81: AMTAR = @AMTAR@
        !            82: AR = @AR@
        !            83: AS = @AS@
        !            84: AWK = @AWK@
        !            85: CC = @CC@
        !            86: CCAS = @CCAS@
        !            87: CCASFLAGS = @CCASFLAGS@
        !            88: CFLAGS = @CFLAGS@
        !            89: CXX = @CXX@
        !            90: CXXFLAGS = @CXXFLAGS@
        !            91: CXXINCLUDES = @CXXINCLUDES@
        !            92: DEPDIR = @DEPDIR@
        !            93: DLLTOOL = @DLLTOOL@
        !            94: ECHO = @ECHO@
        !            95: EXTRA_TEST_LIBS = @EXTRA_TEST_LIBS@
        !            96: GC_CFLAGS = @GC_CFLAGS@
        !            97: GC_VERSION = @GC_VERSION@
        !            98: INCLUDES = @INCLUDES@
        !            99: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
        !           100: LIBTOOL = @LIBTOOL@
        !           101: LN_S = @LN_S@
        !           102: MAINT = @MAINT@
        !           103: MY_CFLAGS = @MY_CFLAGS@
        !           104: OBJDUMP = @OBJDUMP@
        !           105: PACKAGE = @PACKAGE@
        !           106: RANLIB = @RANLIB@
        !           107: STRIP = @STRIP@
        !           108: THREADLIBS = @THREADLIBS@
        !           109: VERSION = @VERSION@
        !           110: addincludes = @addincludes@
        !           111: addlibs = @addlibs@
        !           112: addobjs = @addobjs@
        !           113: addtests = @addtests@
        !           114: am__include = @am__include@
        !           115: am__quote = @am__quote@
        !           116: install_sh = @install_sh@
        !           117: target_all = @target_all@
        !           118:
        !           119: # installed headers
        !           120: #
        !           121: pkginclude_HEADERS = gc.h gc_typed.h gc_inl.h \
        !           122:     gc_inline.h gc_mark.h gc_cpp.h \
        !           123:     weakpointer.h gc_alloc.h new_gc_alloc.h \
        !           124:     gc_allocator.h gc_backptr.h \
        !           125:     gc_gcj.h gc_local_alloc.h leak_detector.h \
        !           126:     gc_amiga_redirects.h gc_pthread_redirects.h \
        !           127:     gc_config_macros.h
        !           128:
        !           129:
        !           130: # headers which are not installed
        !           131: #
        !           132: dist_noinst_HEADERS = private/gc_hdrs.h \
        !           133:     private/gc_priv.h private/gcconfig.h \
        !           134:     private/gc_pmark.h private/gc_locks.h \
        !           135:     private/solaris_threads.h private/dbg_mlc.h \
        !           136:     private/specific.h private/cord_pos.h \
        !           137:     private/pthread_support.h private/pthread_stop_world.h \
        !           138:     private/darwin_semaphore.h private/darwin_stop_world.h \
        !           139:     cord.h ec.h javaxfc.h
        !           140:
        !           141: subdir = include
        !           142: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
        !           143: CONFIG_CLEAN_FILES =
        !           144: DIST_SOURCES =
        !           145: HEADERS = $(dist_noinst_HEADERS) $(pkginclude_HEADERS)
        !           146:
        !           147: DIST_COMMON = $(dist_noinst_HEADERS) $(pkginclude_HEADERS) Makefile.am \
        !           148:        Makefile.in
        !           149: all: all-am
        !           150:
        !           151: .SUFFIXES:
        !           152: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
        !           153:        cd $(top_srcdir) && \
        !           154:          $(AUTOMAKE) --gnu  include/Makefile
        !           155: Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
        !           156:        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
        !           157:
        !           158: mostlyclean-libtool:
        !           159:        -rm -f *.lo
        !           160:
        !           161: clean-libtool:
        !           162:        -rm -rf .libs _libs
        !           163:
        !           164: distclean-libtool:
        !           165:        -rm -f libtool
        !           166: uninstall-info-am:
        !           167: pkgincludeHEADERS_INSTALL = $(INSTALL_HEADER)
        !           168: install-pkgincludeHEADERS: $(pkginclude_HEADERS)
        !           169:        @$(NORMAL_INSTALL)
        !           170:        $(mkinstalldirs) $(DESTDIR)$(pkgincludedir)
        !           171:        @list='$(pkginclude_HEADERS)'; for p in $$list; do \
        !           172:          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
        !           173:          f="`echo $$p | sed -e 's|^.*/||'`"; \
        !           174:          echo " $(pkgincludeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(pkgincludedir)/$$f"; \
        !           175:          $(pkgincludeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(pkgincludedir)/$$f; \
        !           176:        done
        !           177:
        !           178: uninstall-pkgincludeHEADERS:
        !           179:        @$(NORMAL_UNINSTALL)
        !           180:        @list='$(pkginclude_HEADERS)'; for p in $$list; do \
        !           181:          f="`echo $$p | sed -e 's|^.*/||'`"; \
        !           182:          echo " rm -f $(DESTDIR)$(pkgincludedir)/$$f"; \
        !           183:          rm -f $(DESTDIR)$(pkgincludedir)/$$f; \
        !           184:        done
        !           185:
        !           186: ETAGS = etags
        !           187: ETAGSFLAGS =
        !           188:
        !           189: tags: TAGS
        !           190:
        !           191: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
        !           192:        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
        !           193:        unique=`for i in $$list; do \
        !           194:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
        !           195:          done | \
        !           196:          $(AWK) '    { files[$$0] = 1; } \
        !           197:               END { for (i in files) print i; }'`; \
        !           198:        mkid -fID $$unique
        !           199:
        !           200: TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
        !           201:                $(TAGS_FILES) $(LISP)
        !           202:        tags=; \
        !           203:        here=`pwd`; \
        !           204:        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
        !           205:        unique=`for i in $$list; do \
        !           206:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
        !           207:          done | \
        !           208:          $(AWK) '    { files[$$0] = 1; } \
        !           209:               END { for (i in files) print i; }'`; \
        !           210:        test -z "$(ETAGS_ARGS)$$tags$$unique" \
        !           211:          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
        !           212:             $$tags $$unique
        !           213:
        !           214: GTAGS:
        !           215:        here=`$(am__cd) $(top_builddir) && pwd` \
        !           216:          && cd $(top_srcdir) \
        !           217:          && gtags -i $(GTAGS_ARGS) $$here
        !           218:
        !           219: distclean-tags:
        !           220:        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
        !           221: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
        !           222:
        !           223: top_distdir = ..
        !           224: distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
        !           225:
        !           226: distdir: $(DISTFILES)
        !           227:        $(mkinstalldirs) $(distdir)/private
        !           228:        @list='$(DISTFILES)'; for file in $$list; do \
        !           229:          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
        !           230:          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
        !           231:          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
        !           232:            dir="/$$dir"; \
        !           233:            $(mkinstalldirs) "$(distdir)$$dir"; \
        !           234:          else \
        !           235:            dir=''; \
        !           236:          fi; \
        !           237:          if test -d $$d/$$file; then \
        !           238:            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
        !           239:              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
        !           240:            fi; \
        !           241:            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
        !           242:          else \
        !           243:            test -f $(distdir)/$$file \
        !           244:            || cp -p $$d/$$file $(distdir)/$$file \
        !           245:            || exit 1; \
        !           246:          fi; \
        !           247:        done
        !           248: check-am: all-am
        !           249: check: check-am
        !           250: all-am: Makefile $(HEADERS)
        !           251:
        !           252: installdirs:
        !           253:        $(mkinstalldirs) $(DESTDIR)$(pkgincludedir)
        !           254:
        !           255: install: install-am
        !           256: install-exec: install-exec-am
        !           257: install-data: install-data-am
        !           258: uninstall: uninstall-am
        !           259:
        !           260: install-am: all-am
        !           261:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
        !           262:
        !           263: installcheck: installcheck-am
        !           264: install-strip:
        !           265:        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
        !           266:          INSTALL_STRIP_FLAG=-s \
        !           267:          `test -z '$(STRIP)' || \
        !           268:            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
        !           269: mostlyclean-generic:
        !           270:
        !           271: clean-generic:
        !           272:
        !           273: distclean-generic:
        !           274:        -rm -f Makefile $(CONFIG_CLEAN_FILES)
        !           275:
        !           276: maintainer-clean-generic:
        !           277:        @echo "This command is intended for maintainers to use"
        !           278:        @echo "it deletes files that may require special tools to rebuild."
        !           279: clean: clean-am
        !           280:
        !           281: clean-am: clean-generic clean-libtool mostlyclean-am
        !           282:
        !           283: distclean: distclean-am
        !           284:
        !           285: distclean-am: clean-am distclean-generic distclean-libtool \
        !           286:        distclean-tags
        !           287:
        !           288: dvi: dvi-am
        !           289:
        !           290: dvi-am:
        !           291:
        !           292: info: info-am
        !           293:
        !           294: info-am:
        !           295:
        !           296: install-data-am: install-pkgincludeHEADERS
        !           297:
        !           298: install-exec-am:
        !           299:
        !           300: install-info: install-info-am
        !           301:
        !           302: install-man:
        !           303:
        !           304: installcheck-am:
        !           305:
        !           306: maintainer-clean: maintainer-clean-am
        !           307:
        !           308: maintainer-clean-am: distclean-am maintainer-clean-generic
        !           309:
        !           310: mostlyclean: mostlyclean-am
        !           311:
        !           312: mostlyclean-am: mostlyclean-generic mostlyclean-libtool
        !           313:
        !           314: uninstall-am: uninstall-info-am uninstall-pkgincludeHEADERS
        !           315:
        !           316: .PHONY: GTAGS all all-am check check-am clean clean-generic \
        !           317:        clean-libtool distclean distclean-generic distclean-libtool \
        !           318:        distclean-tags distdir dvi dvi-am info info-am install \
        !           319:        install-am install-data install-data-am install-exec \
        !           320:        install-exec-am install-info install-info-am install-man \
        !           321:        install-pkgincludeHEADERS install-strip installcheck \
        !           322:        installcheck-am installdirs maintainer-clean \
        !           323:        maintainer-clean-generic mostlyclean mostlyclean-generic \
        !           324:        mostlyclean-libtool tags uninstall uninstall-am \
        !           325:        uninstall-info-am uninstall-pkgincludeHEADERS
        !           326:
        !           327: # Tell versions [3.59,3.63) of GNU make to not export all variables.
        !           328: # Otherwise a system limit (for SysV at least) may be exceeded.
        !           329: .NOEXPORT:

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