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

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

1.1     ! noro        1: # Makefile.in generated by automake 1.6.1 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: # Copyright (c) 1999-2001 by Red Hat, Inc. All rights reserved.
        !            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: # Original author: Tom Tromey
        !            29: # Severely truncated by Hans-J. Boehm
        !            30: SHELL = @SHELL@
        !            31:
        !            32: srcdir = @srcdir@
        !            33: top_srcdir = @top_srcdir@
        !            34: VPATH = @srcdir@
        !            35: prefix = @prefix@
        !            36: exec_prefix = @exec_prefix@
        !            37:
        !            38: bindir = @bindir@
        !            39: sbindir = @sbindir@
        !            40: libexecdir = @libexecdir@
        !            41: datadir = @datadir@
        !            42: sysconfdir = @sysconfdir@
        !            43: sharedstatedir = @sharedstatedir@
        !            44: localstatedir = @localstatedir@
        !            45: libdir = @libdir@
        !            46: infodir = @infodir@
        !            47: mandir = @mandir@
        !            48: includedir = @includedir@
        !            49: oldincludedir = /usr/include
        !            50: pkgdatadir = $(datadir)/@PACKAGE@
        !            51: pkglibdir = $(libdir)/@PACKAGE@
        !            52: pkgincludedir = $(includedir)/@PACKAGE@
        !            53: top_builddir = .
        !            54:
        !            55: ACLOCAL = @ACLOCAL@
        !            56: AUTOCONF = @AUTOCONF@
        !            57: AUTOMAKE = @AUTOMAKE@
        !            58: AUTOHEADER = @AUTOHEADER@
        !            59:
        !            60: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
        !            61: INSTALL = @INSTALL@
        !            62: INSTALL_PROGRAM = @INSTALL_PROGRAM@
        !            63: INSTALL_DATA = @INSTALL_DATA@
        !            64: install_sh_DATA = $(install_sh) -c -m 644
        !            65: install_sh_PROGRAM = $(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: INCLUDES = @INCLUDES@
        !            98: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
        !            99: LIBTOOL = @LIBTOOL@
        !           100: LN_S = @LN_S@
        !           101: MAINT = @MAINT@
        !           102: MY_CFLAGS = @MY_CFLAGS@
        !           103: OBJDUMP = @OBJDUMP@
        !           104: PACKAGE = @PACKAGE@
        !           105: RANLIB = @RANLIB@
        !           106: STRIP = @STRIP@
        !           107: THREADLIBS = @THREADLIBS@
        !           108: VERSION = @VERSION@
        !           109: addobjs = @addobjs@
        !           110: am__include = @am__include@
        !           111: am__quote = @am__quote@
        !           112: gc_basedir = @gc_basedir@
        !           113: install_sh = @install_sh@
        !           114: target_all = @target_all@
        !           115:
        !           116: AUTOMAKE_OPTIONS = foreign
        !           117:
        !           118: lib_LTLIBRARIES = libgc.la
        !           119:
        !           120: libgc_la_SOURCES = allchblk.c alloc.c blacklst.c checksums.c dbg_mlc.c \
        !           121: dyn_load.c finalize.c gc_dlopen.c gcj_mlc.c headers.c irix_threads.c \
        !           122: linux_threads.c malloc.c mallocx.c mark.c mark_rts.c misc.c new_hblk.c \
        !           123: obj_map.c os_dep.c pcr_interface.c ptr_chck.c real_malloc.c reclaim.c \
        !           124: solaris_pthreads.c solaris_threads.c specific.c stubborn.c typd_mlc.c \
        !           125: backgraph.c win32_threads.c
        !           126:
        !           127:
        !           128: # Include THREADLIBS here to ensure that the correct versions of
        !           129: # linuxthread semaphore functions get linked:
        !           130: libgc_la_LIBADD = @addobjs@ $(THREADLIBS)
        !           131: libgc_la_DEPENDENCIES = @addobjs@
        !           132: libgc_la_LDFLAGS = -version-info 1:1:0
        !           133:
        !           134: EXTRA_libgc_la_SOURCES = alpha_mach_dep.s \
        !           135: mips_sgi_mach_dep.S mips_ultrix_mach_dep.s powerpc_macosx_mach_dep.s \
        !           136: rs6000_mach_dep.s sparc_mach_dep.S sparc_netbsd_mach_dep.s \
        !           137: sparc_sunos4_mach_dep.s ia64_save_regs_in_stack.s
        !           138:
        !           139:
        !           140: AM_CXXFLAGS = @GC_CFLAGS@
        !           141: AM_CFLAGS = @GC_CFLAGS@
        !           142:
        !           143: check_PROGRAMS = gctest
        !           144: #      Using $< in the above seems to fail with the HP/UX on Itanium make.
        !           145:
        !           146: # gctest_OBJECTS = test.o
        !           147: gctest_SOURCES =
        !           148: gctest_LDADD = test.o ./libgc.la $(THREADLIBS) $(EXTRA_TEST_LIBS)
        !           149: TESTS_ENVIRONMENT = LD_LIBRARY_PATH=../../$(MULTIBUILDTOP)gcc
        !           150: TESTS = gctest
        !           151:
        !           152: all_objs = @addobjs@ $(libgc_la_OBJECTS)
        !           153:
        !           154: LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) \
        !           155:        $(AM_CPPFLAGS) $(CPPFLAGS) \
        !           156:        $(AM_CFLAGS) $(MY_CFLAGS) $(GC_CFLAGS)
        !           157:
        !           158: LINK = $(LIBTOOL) --mode=link $(CC) $(AM_CFLAGS) $(MY_CFLAGS) $(LDFLAGS) -o $@
        !           159:
        !           160: # Work around what appears to be a GNU make bug handling MAKEFLAGS
        !           161: # values defined in terms of make variables, as is the case for CC and
        !           162: # friends when we are called from the top level Makefile.
        !           163: AM_MAKEFLAGS = \
        !           164:        "AR_FLAGS=$(AR_FLAGS)" \
        !           165:        "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
        !           166:        "CFLAGS=$(CFLAGS)" \
        !           167:        "CXXFLAGS=$(CXXFLAGS)" \
        !           168:        "CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \
        !           169:        "CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \
        !           170:        "INSTALL=$(INSTALL)" \
        !           171:        "INSTALL_DATA=$(INSTALL_DATA)" \
        !           172:        "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
        !           173:        "INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
        !           174:        "LDFLAGS=$(LDFLAGS)" \
        !           175:        "LIBCFLAGS=$(LIBCFLAGS)" \
        !           176:        "LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \
        !           177:        "MAKE=$(MAKE)" \
        !           178:        "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
        !           179:        "PICFLAG=$(PICFLAG)" \
        !           180:        "PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \
        !           181:        "SHELL=$(SHELL)" \
        !           182:        "EXPECT=$(EXPECT)" \
        !           183:        "RUNTEST=$(RUNTEST)" \
        !           184:        "RUNTESTFLAGS=$(RUNTESTFLAGS)" \
        !           185:        "exec_prefix=$(exec_prefix)" \
        !           186:        "infodir=$(infodir)" \
        !           187:        "libdir=$(libdir)" \
        !           188:        "prefix=$(prefix)" \
        !           189:        "tooldir=$(tooldir)" \
        !           190:        "AR=$(AR)" \
        !           191:        "AS=$(AS)" \
        !           192:        "CC=$(CC)" \
        !           193:        "CXX=$(CXX)" \
        !           194:        "LD=$(LD)" \
        !           195:        "LIBCFLAGS=$(LIBCFLAGS)" \
        !           196:        "NM=$(NM)" \
        !           197:        "PICFLAG=$(PICFLAG)" \
        !           198:        "RANLIB=$(RANLIB)" \
        !           199:        "DESTDIR=$(DESTDIR)"
        !           200:
        !           201:
        !           202: CONFIG_STATUS_DEPENDENCIES = $(srcdir)/configure.host
        !           203:
        !           204: MAKEOVERRIDES =
        !           205: subdir = .
        !           206: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
        !           207: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
        !           208: CONFIG_CLEAN_FILES =
        !           209: LTLIBRARIES = $(lib_LTLIBRARIES)
        !           210:
        !           211: am_libgc_la_OBJECTS = allchblk.lo alloc.lo blacklst.lo checksums.lo \
        !           212:        dbg_mlc.lo dyn_load.lo finalize.lo gc_dlopen.lo gcj_mlc.lo \
        !           213:        headers.lo irix_threads.lo linux_threads.lo malloc.lo \
        !           214:        mallocx.lo mark.lo mark_rts.lo misc.lo new_hblk.lo obj_map.lo \
        !           215:        os_dep.lo pcr_interface.lo ptr_chck.lo real_malloc.lo \
        !           216:        reclaim.lo solaris_pthreads.lo solaris_threads.lo specific.lo \
        !           217:        stubborn.lo typd_mlc.lo backgraph.lo win32_threads.lo
        !           218: libgc_la_OBJECTS = $(am_libgc_la_OBJECTS)
        !           219: check_PROGRAMS = gctest$(EXEEXT)
        !           220: am_gctest_OBJECTS =
        !           221: gctest_OBJECTS = $(am_gctest_OBJECTS)
        !           222: gctest_DEPENDENCIES = test.o ./libgc.la
        !           223: gctest_LDFLAGS =
        !           224:
        !           225: DEFS = @DEFS@
        !           226: DEFAULT_INCLUDES =  -I. -I$(srcdir)
        !           227: CPPFLAGS = @CPPFLAGS@
        !           228: LDFLAGS = @LDFLAGS@
        !           229: LIBS = @LIBS@
        !           230: depcomp = $(SHELL) $(top_srcdir)/depcomp
        !           231: am__depfiles_maybe = depfiles
        !           232: @AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/allchblk.Plo ./$(DEPDIR)/alloc.Plo \
        !           233: @AMDEP_TRUE@   ./$(DEPDIR)/backgraph.Plo ./$(DEPDIR)/blacklst.Plo \
        !           234: @AMDEP_TRUE@   ./$(DEPDIR)/checksums.Plo ./$(DEPDIR)/dbg_mlc.Plo \
        !           235: @AMDEP_TRUE@   ./$(DEPDIR)/dyn_load.Plo ./$(DEPDIR)/finalize.Plo \
        !           236: @AMDEP_TRUE@   ./$(DEPDIR)/gc_dlopen.Plo ./$(DEPDIR)/gcj_mlc.Plo \
        !           237: @AMDEP_TRUE@   ./$(DEPDIR)/headers.Plo \
        !           238: @AMDEP_TRUE@   ./$(DEPDIR)/irix_threads.Plo \
        !           239: @AMDEP_TRUE@   ./$(DEPDIR)/linux_threads.Plo \
        !           240: @AMDEP_TRUE@   ./$(DEPDIR)/malloc.Plo ./$(DEPDIR)/mallocx.Plo \
        !           241: @AMDEP_TRUE@   ./$(DEPDIR)/mark.Plo ./$(DEPDIR)/mark_rts.Plo \
        !           242: @AMDEP_TRUE@   ./$(DEPDIR)/misc.Plo ./$(DEPDIR)/new_hblk.Plo \
        !           243: @AMDEP_TRUE@   ./$(DEPDIR)/obj_map.Plo ./$(DEPDIR)/os_dep.Plo \
        !           244: @AMDEP_TRUE@   ./$(DEPDIR)/pcr_interface.Plo \
        !           245: @AMDEP_TRUE@   ./$(DEPDIR)/ptr_chck.Plo \
        !           246: @AMDEP_TRUE@   ./$(DEPDIR)/real_malloc.Plo ./$(DEPDIR)/reclaim.Plo \
        !           247: @AMDEP_TRUE@   ./$(DEPDIR)/solaris_pthreads.Plo \
        !           248: @AMDEP_TRUE@   ./$(DEPDIR)/solaris_threads.Plo \
        !           249: @AMDEP_TRUE@   ./$(DEPDIR)/specific.Plo ./$(DEPDIR)/stubborn.Plo \
        !           250: @AMDEP_TRUE@   ./$(DEPDIR)/typd_mlc.Plo \
        !           251: @AMDEP_TRUE@   ./$(DEPDIR)/win32_threads.Plo
        !           252: CCASCOMPILE = $(CCAS) $(AM_CCASFLAGS) $(CCASFLAGS)
        !           253: LTCCASCOMPILE = $(LIBTOOL) --mode=compile $(CCAS) $(AM_CCASFLAGS) \
        !           254:        $(CCASFLAGS)
        !           255: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
        !           256:        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
        !           257: CCLD = $(CC)
        !           258: DIST_SOURCES = $(libgc_la_SOURCES) $(EXTRA_libgc_la_SOURCES) \
        !           259:        $(gctest_SOURCES)
        !           260: DIST_COMMON = Makefile.am Makefile.in acinclude.m4 aclocal.m4 \
        !           261:        config.guess config.sub configure configure.in depcomp \
        !           262:        install-sh ltconfig ltmain.sh missing mkinstalldirs
        !           263: SOURCES = $(libgc_la_SOURCES) $(EXTRA_libgc_la_SOURCES) $(gctest_SOURCES)
        !           264:
        !           265: all: all-am
        !           266:
        !           267: .SUFFIXES:
        !           268: .SUFFIXES: .S .c .lo .o .obj .s
        !           269: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
        !           270:        cd $(top_srcdir) && \
        !           271:          $(AUTOMAKE) --foreign  Makefile
        !           272: Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
        !           273:        cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
        !           274:
        !           275: $(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
        !           276:        $(SHELL) ./config.status --recheck
        !           277: $(srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
        !           278:        cd $(srcdir) && $(AUTOCONF)
        !           279:
        !           280: $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in acinclude.m4
        !           281:        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
        !           282: libLTLIBRARIES_INSTALL = $(INSTALL)
        !           283: install-libLTLIBRARIES: $(lib_LTLIBRARIES)
        !           284:        @$(NORMAL_INSTALL)
        !           285:        $(mkinstalldirs) $(DESTDIR)$(libdir)
        !           286:        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
        !           287:          if test -f $$p; then \
        !           288:            f="`echo $$p | sed -e 's|^.*/||'`"; \
        !           289:            echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f"; \
        !           290:            $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f; \
        !           291:          else :; fi; \
        !           292:        done
        !           293:
        !           294: uninstall-libLTLIBRARIES:
        !           295:        @$(NORMAL_UNINSTALL)
        !           296:        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
        !           297:            p="`echo $$p | sed -e 's|^.*/||'`"; \
        !           298:          echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p"; \
        !           299:          $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
        !           300:        done
        !           301:
        !           302: clean-libLTLIBRARIES:
        !           303:        -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
        !           304: libgc.la: $(libgc_la_OBJECTS) $(libgc_la_DEPENDENCIES)
        !           305:        $(LINK) -rpath $(libdir) $(libgc_la_LDFLAGS) $(libgc_la_OBJECTS) $(libgc_la_LIBADD) $(LIBS)
        !           306:
        !           307: clean-checkPROGRAMS:
        !           308:        -test -z "$(check_PROGRAMS)" || rm -f $(check_PROGRAMS)
        !           309: gctest$(EXEEXT): $(gctest_OBJECTS) $(gctest_DEPENDENCIES)
        !           310:        @rm -f gctest$(EXEEXT)
        !           311:        $(LINK) $(gctest_LDFLAGS) $(gctest_OBJECTS) $(gctest_LDADD) $(LIBS)
        !           312:
        !           313: mostlyclean-compile:
        !           314:        -rm -f *.$(OBJEXT) core *.core
        !           315:
        !           316: distclean-compile:
        !           317:        -rm -f *.tab.c
        !           318:
        !           319: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/allchblk.Plo@am__quote@
        !           320: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alloc.Plo@am__quote@
        !           321: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/backgraph.Plo@am__quote@
        !           322: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/blacklst.Plo@am__quote@
        !           323: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/checksums.Plo@am__quote@
        !           324: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dbg_mlc.Plo@am__quote@
        !           325: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dyn_load.Plo@am__quote@
        !           326: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/finalize.Plo@am__quote@
        !           327: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gc_dlopen.Plo@am__quote@
        !           328: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gcj_mlc.Plo@am__quote@
        !           329: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/headers.Plo@am__quote@
        !           330: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/irix_threads.Plo@am__quote@
        !           331: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/linux_threads.Plo@am__quote@
        !           332: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/malloc.Plo@am__quote@
        !           333: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mallocx.Plo@am__quote@
        !           334: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mark.Plo@am__quote@
        !           335: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mark_rts.Plo@am__quote@
        !           336: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/misc.Plo@am__quote@
        !           337: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/new_hblk.Plo@am__quote@
        !           338: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/obj_map.Plo@am__quote@
        !           339: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/os_dep.Plo@am__quote@
        !           340: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcr_interface.Plo@am__quote@
        !           341: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ptr_chck.Plo@am__quote@
        !           342: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/real_malloc.Plo@am__quote@
        !           343: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/reclaim.Plo@am__quote@
        !           344: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/solaris_pthreads.Plo@am__quote@
        !           345: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/solaris_threads.Plo@am__quote@
        !           346: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/specific.Plo@am__quote@
        !           347: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stubborn.Plo@am__quote@
        !           348: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/typd_mlc.Plo@am__quote@
        !           349: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/win32_threads.Plo@am__quote@
        !           350:
        !           351: distclean-depend:
        !           352:        -rm -rf ./$(DEPDIR)
        !           353:
        !           354: .S.o:
        !           355:        $(CCASCOMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
        !           356:
        !           357: .S.obj:
        !           358:        $(CCASCOMPILE) -c `cygpath -w $<`
        !           359:
        !           360: .S.lo:
        !           361:        $(LTCCASCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
        !           362:
        !           363: .c.o:
        !           364: @AMDEP_TRUE@   source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
        !           365: @AMDEP_TRUE@   depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
        !           366: @AMDEP_TRUE@   $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !           367:        $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
        !           368:
        !           369: .c.obj:
        !           370: @AMDEP_TRUE@   source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
        !           371: @AMDEP_TRUE@   depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
        !           372: @AMDEP_TRUE@   $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !           373:        $(COMPILE) -c `cygpath -w $<`
        !           374:
        !           375: .c.lo:
        !           376: @AMDEP_TRUE@   source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
        !           377: @AMDEP_TRUE@   depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
        !           378: @AMDEP_TRUE@   $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !           379:        $(LTCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
        !           380: CCDEPMODE = @CCDEPMODE@
        !           381:
        !           382: .s.o:
        !           383:        $(CCASCOMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
        !           384:
        !           385: .s.obj:
        !           386:        $(CCASCOMPILE) -c `cygpath -w $<`
        !           387:
        !           388: mostlyclean-libtool:
        !           389:        -rm -f *.lo
        !           390:
        !           391: clean-libtool:
        !           392:        -rm -rf .libs _libs
        !           393:
        !           394: distclean-libtool:
        !           395:        -rm -f libtool
        !           396: uninstall-info-am:
        !           397:
        !           398: ETAGS = etags
        !           399: ETAGSFLAGS =
        !           400:
        !           401: tags: TAGS
        !           402:
        !           403: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
        !           404:        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
        !           405:        unique=`for i in $$list; do \
        !           406:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
        !           407:          done | \
        !           408:          $(AWK) '    { files[$$0] = 1; } \
        !           409:               END { for (i in files) print i; }'`; \
        !           410:        mkid -fID $$unique
        !           411:
        !           412: TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
        !           413:                $(TAGS_FILES) $(LISP)
        !           414:        tags=; \
        !           415:        here=`pwd`; \
        !           416:        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
        !           417:        unique=`for i in $$list; do \
        !           418:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
        !           419:          done | \
        !           420:          $(AWK) '    { files[$$0] = 1; } \
        !           421:               END { for (i in files) print i; }'`; \
        !           422:        test -z "$(ETAGS_ARGS)$$tags$$unique" \
        !           423:          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
        !           424:             $$tags $$unique
        !           425:
        !           426: GTAGS:
        !           427:        here=`$(am__cd) $(top_builddir) && pwd` \
        !           428:          && cd $(top_srcdir) \
        !           429:          && gtags -i $(GTAGS_ARGS) $$here
        !           430:
        !           431: distclean-tags:
        !           432:        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
        !           433:
        !           434: check-TESTS: $(TESTS)
        !           435:        @failed=0; all=0; xfail=0; xpass=0; \
        !           436:        srcdir=$(srcdir); export srcdir; \
        !           437:        list='$(TESTS)'; \
        !           438:        if test -n "$$list"; then \
        !           439:          for tst in $$list; do \
        !           440:            if test -f ./$$tst; then dir=./; \
        !           441:            elif test -f $$tst; then dir=; \
        !           442:            else dir="$(srcdir)/"; fi; \
        !           443:            if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
        !           444:              all=`expr $$all + 1`; \
        !           445:              case " $(XFAIL_TESTS) " in \
        !           446:              *" $$tst "*) \
        !           447:                xpass=`expr $$xpass + 1`; \
        !           448:                failed=`expr $$failed + 1`; \
        !           449:                echo "XPASS: $$tst"; \
        !           450:              ;; \
        !           451:              *) \
        !           452:                echo "PASS: $$tst"; \
        !           453:              ;; \
        !           454:              esac; \
        !           455:            elif test $$? -ne 77; then \
        !           456:              all=`expr $$all + 1`; \
        !           457:              case " $(XFAIL_TESTS) " in \
        !           458:              *" $$tst "*) \
        !           459:                xfail=`expr $$xfail + 1`; \
        !           460:                echo "XFAIL: $$tst"; \
        !           461:              ;; \
        !           462:              *) \
        !           463:                failed=`expr $$failed + 1`; \
        !           464:                echo "FAIL: $$tst"; \
        !           465:              ;; \
        !           466:              esac; \
        !           467:            fi; \
        !           468:          done; \
        !           469:          if test "$$failed" -eq 0; then \
        !           470:            if test "$$xfail" -eq 0; then \
        !           471:              banner="All $$all tests passed"; \
        !           472:            else \
        !           473:              banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
        !           474:            fi; \
        !           475:          else \
        !           476:            if test "$$xpass" -eq 0; then \
        !           477:              banner="$$failed of $$all tests failed"; \
        !           478:            else \
        !           479:              banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
        !           480:            fi; \
        !           481:          fi; \
        !           482:          dashes=`echo "$$banner" | sed s/./=/g`; \
        !           483:          echo "$$dashes"; \
        !           484:          echo "$$banner"; \
        !           485:          echo "$$dashes"; \
        !           486:          test "$$failed" -eq 0; \
        !           487:        else :; fi
        !           488: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
        !           489:
        !           490: top_distdir = .
        !           491: distdir = $(PACKAGE)-$(VERSION)
        !           492:
        !           493: am__remove_distdir = \
        !           494:   { test ! -d $(distdir) \
        !           495:     || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
        !           496:          && rm -fr $(distdir); }; }
        !           497:
        !           498: GZIP_ENV = --best
        !           499: distcleancheck_listfiles = find . -type f -print
        !           500:
        !           501: distdir: $(DISTFILES)
        !           502:        $(am__remove_distdir)
        !           503:        mkdir $(distdir)
        !           504:        @for file in $(DISTFILES); do \
        !           505:          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
        !           506:          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
        !           507:          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
        !           508:            dir="/$$dir"; \
        !           509:            $(mkinstalldirs) "$(distdir)$$dir"; \
        !           510:          else \
        !           511:            dir=''; \
        !           512:          fi; \
        !           513:          if test -d $$d/$$file; then \
        !           514:            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
        !           515:              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
        !           516:            fi; \
        !           517:            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
        !           518:          else \
        !           519:            test -f $(distdir)/$$file \
        !           520:            || cp -p $$d/$$file $(distdir)/$$file \
        !           521:            || exit 1; \
        !           522:          fi; \
        !           523:        done
        !           524:        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
        !           525:          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
        !           526:          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
        !           527:          ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
        !           528:        || chmod -R a+r $(distdir)
        !           529: dist-gzip: distdir
        !           530:        $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
        !           531:        $(am__remove_distdir)
        !           532:
        !           533: dist dist-all: distdir
        !           534:        $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
        !           535:        $(am__remove_distdir)
        !           536:
        !           537: # This target untars the dist file and tries a VPATH configuration.  Then
        !           538: # it guarantees that the distribution is self-contained by making another
        !           539: # tarfile.
        !           540: distcheck: dist
        !           541:        $(am__remove_distdir)
        !           542:        GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
        !           543:        chmod -R a-w $(distdir); chmod a+w $(distdir)
        !           544:        mkdir $(distdir)/=build
        !           545:        mkdir $(distdir)/=inst
        !           546:        chmod a-w $(distdir)
        !           547:        dc_install_base=`$(am__cd) $(distdir)/=inst && pwd` \
        !           548:          && cd $(distdir)/=build \
        !           549:          && ../configure --srcdir=.. --prefix=$$dc_install_base \
        !           550:            $(DISTCHECK_CONFIGURE_FLAGS) \
        !           551:          && $(MAKE) $(AM_MAKEFLAGS) \
        !           552:          && $(MAKE) $(AM_MAKEFLAGS) dvi \
        !           553:          && $(MAKE) $(AM_MAKEFLAGS) check \
        !           554:          && $(MAKE) $(AM_MAKEFLAGS) install \
        !           555:          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
        !           556:          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
        !           557:          && (test `find $$dc_install_base -type f -print | wc -l` -le 1 \
        !           558:              || { echo "ERROR: files left after uninstall:" ; \
        !           559:                   find $$dc_install_base -type f -print ; \
        !           560:                   exit 1; } >&2 ) \
        !           561:          && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \
        !           562:          && rm -f $(distdir).tar.gz \
        !           563:          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
        !           564:        $(am__remove_distdir)
        !           565:        @echo "$(distdir).tar.gz is ready for distribution" | \
        !           566:          sed 'h;s/./=/g;p;x;p;x'
        !           567: distcleancheck: distclean
        !           568:        if test '$(srcdir)' = . ; then \
        !           569:          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
        !           570:          exit 1 ; \
        !           571:        fi
        !           572:        test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
        !           573:          || { echo "ERROR: files left after distclean:" ; \
        !           574:               $(distcleancheck_listfiles) ; \
        !           575:               exit 1; } >&2
        !           576: check-am: all-am
        !           577:        $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
        !           578:        $(MAKE) $(AM_MAKEFLAGS) check-TESTS
        !           579: check: check-am
        !           580: all-am: Makefile $(LTLIBRARIES)
        !           581:
        !           582: installdirs:
        !           583:        $(mkinstalldirs) $(DESTDIR)$(libdir)
        !           584:
        !           585: install: install-am
        !           586: install-exec: install-exec-am
        !           587: install-data: install-data-am
        !           588: uninstall: uninstall-am
        !           589:
        !           590: install-am: all-am
        !           591:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
        !           592:
        !           593: installcheck: installcheck-am
        !           594: install-strip:
        !           595:        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
        !           596:          INSTALL_STRIP_FLAG=-s \
        !           597:          `test -z '$(STRIP)' || \
        !           598:            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
        !           599: mostlyclean-generic:
        !           600:
        !           601: clean-generic:
        !           602:
        !           603: distclean-generic:
        !           604:        -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
        !           605:
        !           606: maintainer-clean-generic:
        !           607:        @echo "This command is intended for maintainers to use"
        !           608:        @echo "it deletes files that may require special tools to rebuild."
        !           609: clean: clean-am
        !           610:
        !           611: clean-am: clean-checkPROGRAMS clean-generic clean-libLTLIBRARIES \
        !           612:        clean-libtool mostlyclean-am
        !           613:
        !           614: distclean: distclean-am
        !           615:        -rm -f config.status config.cache config.log
        !           616: distclean-am: clean-am distclean-compile distclean-depend \
        !           617:        distclean-generic distclean-libtool distclean-tags
        !           618:
        !           619: dvi: dvi-am
        !           620:
        !           621: dvi-am:
        !           622:
        !           623: info: info-am
        !           624:
        !           625: info-am:
        !           626:
        !           627: install-data-am:
        !           628:
        !           629: install-exec-am: install-libLTLIBRARIES
        !           630:
        !           631: install-info: install-info-am
        !           632:
        !           633: install-man:
        !           634:
        !           635: installcheck-am:
        !           636:
        !           637: maintainer-clean: maintainer-clean-am
        !           638:
        !           639: maintainer-clean-am: distclean-am maintainer-clean-generic
        !           640:
        !           641: mostlyclean: mostlyclean-am
        !           642:
        !           643: mostlyclean-am: mostlyclean-compile mostlyclean-generic \
        !           644:        mostlyclean-libtool
        !           645:
        !           646: uninstall-am: uninstall-info-am uninstall-libLTLIBRARIES
        !           647:
        !           648: .PHONY: GTAGS all all-am check check-TESTS check-am clean \
        !           649:        clean-checkPROGRAMS clean-generic clean-libLTLIBRARIES \
        !           650:        clean-libtool dist dist-all dist-gzip distcheck distclean \
        !           651:        distclean-compile distclean-depend distclean-generic \
        !           652:        distclean-libtool distclean-tags distcleancheck distdir dvi \
        !           653:        dvi-am info info-am install install-am install-data \
        !           654:        install-data-am install-exec install-exec-am install-info \
        !           655:        install-info-am install-libLTLIBRARIES install-man \
        !           656:        install-strip installcheck installcheck-am installdirs \
        !           657:        maintainer-clean maintainer-clean-generic mostlyclean \
        !           658:        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
        !           659:        tags uninstall uninstall-am uninstall-info-am \
        !           660:        uninstall-libLTLIBRARIES
        !           661:
        !           662: # The following hack produces a warning from automake, but we need it in order
        !           663: # to build a file from a subdirectory. FIXME.
        !           664: test.o:        $(srcdir)/tests/test.c
        !           665:        $(COMPILE) -c $(srcdir)/tests/test.c
        !           666: $(all_objs) : include/private/gcconfig.h include/private/gc_priv.h \
        !           667: include/private/gc_hdrs.h include/gc.h include/gc_gcj.h include/gc_mark.h
        !           668:
        !           669: .s.lo:
        !           670:        $(LTCOMPILE) -Wp,-P -x assembler-with-cpp -c $<
        !           671: # Tell versions [3.59,3.63) of GNU make to not export all variables.
        !           672: # Otherwise a system limit (for SysV at least) may be exceeded.
        !           673: .NOEXPORT:

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