📄 makefile.in
字号:
VERSION = @VERSION@WIN32_THREADS_FALSE = @WIN32_THREADS_FALSE@WIN32_THREADS_TRUE = @WIN32_THREADS_TRUE@ac_ct_CC = @ac_ct_CC@ac_ct_CXX = @ac_ct_CXX@ac_ct_F77 = @ac_ct_F77@addlibs = @addlibs@addobjs = @addobjs@am__fastdepCC_FALSE = @am__fastdepCC_FALSE@am__fastdepCC_TRUE = @am__fastdepCC_TRUE@am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@am__include = @am__include@am__leading_dot = @am__leading_dot@am__quote = @am__quote@am__tar = @am__tar@am__untar = @am__untar@atomic_ops_libs = @atomic_ops_libs@bindir = @bindir@build = @build@build_alias = @build_alias@build_cpu = @build_cpu@build_os = @build_os@build_vendor = @build_vendor@datadir = @datadir@datarootdir = @datarootdir@docdir = @docdir@dvidir = @dvidir@exec_prefix = @exec_prefix@extra_ldflags_libgc = @extra_ldflags_libgc@host = @host@host_alias = @host_alias@host_cpu = @host_cpu@host_os = @host_os@host_vendor = @host_vendor@htmldir = @htmldir@includedir = @includedir@infodir = @infodir@install_sh = @install_sh@libdir = @libdir@libexecdir = @libexecdir@localedir = @localedir@localstatedir = @localstatedir@mandir = @mandir@mkdir_p = @mkdir_p@oldincludedir = @oldincludedir@pdfdir = @pdfdir@prefix = @prefix@program_transform_name = @program_transform_name@psdir = @psdir@sbindir = @sbindir@sharedstatedir = @sharedstatedir@subdirs = @subdirs@sysconfdir = @sysconfdir@target = @target@target_alias = @target_alias@target_all = @target_all@target_cpu = @target_cpu@target_os = @target_os@target_vendor = @target_vendor@# We currently use the source files directly from libatomic_ops, if we# use the internal version. This is done since libatomic_ops doesn't# use libtool, since it has no real use for it. But that seems to make# it hard to use either the resulting object files or libraries.# Thus there seems too be no real reason to recusively build in the# libatomic_ops directory.# if USE_INTERNAL_LIBATOMICS_OPS# SUBDIRS = @maybe_libatomic_ops@# else# SUBDIRS =# endifSUBDIRS = # Initialize variables so that we can declare files locally.# FIXME: If Visual C++ users use Makefile.am, this should go into# pkginclude_HEADERS with proper AM_CONDITIONALization. Otherwise# delete this comment.# documentation which is not installed## other makefiles# :GOTCHA: deliberately we do not include 'Makefile'# files used by makefiles other than Makefile.am## The libatomic_ops library. This is not ideal, since we pick up junk from# there. The hard-coded version number should also go.# :FIXME: why do we distribute this one???#EXTRA_DIST = gc_cpp.cpp README.QUICK BCC_MAKEFILE NT_MAKEFILE \ NT_THREADS_MAKEFILE OS2_MAKEFILE PCR-Makefile digimars.mak \ EMX_MAKEFILE Makefile.direct Makefile.dj Makefile.DLLs \ SMakefile.amiga WCC_MAKEFILE configure_atomic_ops.sh \ NT_STATIC_THREADS_MAKEFILE NT_X64_STATIC_THREADS_MAKEFILE \ add_gc_prefix.c gcname.c if_mach.c if_not_there.c \ hpux_test_and_clear.s gc.mak MacOS.c MacProjects.sit.hqx \ mach_dep.c setjmp_t.c threadlibs.c AmigaOS.c \ Mac_files/datastart.c Mac_files/dataend.c \ Mac_files/MacOS_config.h Mac_files/MacOS_Test_config.h \ include/private/msvc_dbg.h msvc_dbg.c libatomic_ops-1.2 \ libtool.m4 cord/cordbscs.c cord/cordtest.c cord/de.c \ cord/cordprnt.c cord/cordxtra.c cord/de_cmds.h cord/de_win.h \ cord/de_win.c cord/de_win.RC cord/de_win.ICO# C Library# ---------lib_LTLIBRARIES = libgc.la $(am__append_4) libcord.lainclude_HEADERS = # installed headers#pkginclude_HEADERS = $(am__append_5) include/gc.h include/gc_typed.h \ include/gc_inline.h include/gc_mark.h include/gc_cpp.h \ include/weakpointer.h include/new_gc_alloc.h \ include/gc_allocator.h include/gc_backptr.h include/gc_gcj.h \ include/leak_detector.h include/gc_amiga_redirects.h \ include/gc_pthread_redirects.h include/gc_config_macros.h \ include/gc_tiny_fl.h# headers which are not installed# (see include/include.am for more)## headers which are not installed#dist_noinst_HEADERS = version.h include/private/gc_hdrs.h \ include/private/gc_priv.h include/private/gcconfig.h \ include/private/gc_pmark.h include/private/gc_locks.h \ include/private/dbg_mlc.h include/private/specific.h \ include/private/cord_pos.h include/private/pthread_support.h \ include/private/pthread_stop_world.h \ include/private/darwin_semaphore.h \ include/private/darwin_stop_world.h \ include/private/thread_local_alloc.h include/cord.h \ include/ec.h include/javaxfc.hTESTS = gctest$(EXEEXT) leaktest$(EXEEXT) middletest$(EXEEXT) \ $(am__append_6) $(am__append_8)pkgconfigdir = $(libdir)/pkgconfigdist_pkgconfig_DATA = bdw-gc.pclibgc_la_SOURCES = allchblk.c alloc.c blacklst.c checksums.c dbg_mlc.c \ dyn_load.c finalize.c gc_dlopen.c gcj_mlc.c headers.c malloc.c \ mallocx.c mark.c mark_rts.c misc.c new_hblk.c obj_map.c \ os_dep.c pcr_interface.c ptr_chck.c real_malloc.c reclaim.c \ specific.c stubborn.c typd_mlc.c backgraph.c \ thread_local_alloc.c $(am__append_1) $(am__append_2) \ $(am__append_3)@NEED_ATOMIC_OPS_ASM_TRUE@nodist_libgc_la_SOURCES = atomic_ops_sysdeps.S@USE_INTERNAL_LIBATOMIC_OPS_TRUE@nodist_libgc_la_SOURCES = atomic_ops.c# Include THREADDLLIBS here to ensure that the correct versions of# linuxthread semaphore functions get linked:libgc_la_LIBADD = @addobjs@ $(THREADDLLIBS) $(UNWINDLIBS)libgc_la_DEPENDENCIES = @addobjs@libgc_la_LDFLAGS = $(extra_ldflags_libgc) -version-info 1:3:0 -no-undefinedEXTRA_libgc_la_SOURCES = alpha_mach_dep.S \ mips_sgi_mach_dep.s mips_ultrix_mach_dep.s \ rs6000_mach_dep.s sparc_mach_dep.S sparc_netbsd_mach_dep.s \ sparc_sunos4_mach_dep.s ia64_save_regs_in_stack.s@CPLUSPLUS_TRUE@libgccpp_la_SOURCES = gc_cpp.cc@CPLUSPLUS_TRUE@libgccpp_la_LIBADD = $(top_builddir)/libgc.la@CPLUSPLUS_TRUE@libgccpp_la_LDFLAGS = -version-info 1:3:0 -no-undefined# Misc# ----AM_CXXFLAGS = @GC_CFLAGS@AM_CFLAGS = @GC_CFLAGS@@COMPILER_XLC_FALSE@ASM_CPP_OPTIONS = -Wp,-P -x assembler-with-cpp#all_objs = @addobjs@ $(libgc_la_OBJECTS)#$(all_objs) : include/private/gcconfig.h include/private/gc_priv.h \#include/private/gc_hdrs.h include/gc.h include/gc_gcj.h \#include/gc_pthread_redirects.h include/gc_config_macros.h \#include/private/thread_local_alloc.h include/private_support.h \#include/private/pthread_stop_world.h \#include/gc_mark.h @addincludes@@COMPILER_XLC_TRUE@ASM_CPP_OPTIONS = dist_noinst_SCRIPTS = callprocs configure.host# this is an auxiliary shell file used by Makefile and Makefile.direct#CONFIG_STATUS_DEPENDENCIES = $(srcdir)/configure.hostlibcord_la_LIBADD = $(top_builddir)/libgc.lalibcord_la_LDFLAGS = -version-info 1:3:0 -no-undefinedlibcord_la_SOURCES = \ cord/cordbscs.c \ cord/cordprnt.c \ cord/cordtest.c \ cord/cordxtra.c # Common libs to _LDADD for all tests.test_ldadd = $(top_builddir)/libgc.la $(EXTRA_TEST_LIBS)gctest_SOURCES = tests/test.cgctest_LDADD = $(test_ldadd)gctest_DEPENDENCIES = $(top_builddir)/libgc.laleaktest_SOURCES = tests/leak_test.cleaktest_LDADD = $(test_ldadd)middletest_SOURCES = tests/middle.cmiddletest_LDADD = $(test_ldadd)@THREADS_TRUE@threadleaktest_SOURCES = tests/thread_leak_test.c@THREADS_TRUE@threadleaktest_LDADD = $(test_ldadd)@CPLUSPLUS_TRUE@test_cpp_SOURCES = tests/test_cpp.cc@CPLUSPLUS_TRUE@test_cpp_LDADD = libgccpp.la $(test_ldadd)# installed documentation#dist_pkgdata_DATA = \ doc/barrett_diagram \ doc/debugging.html \ doc/gc.man \ doc/gcdescr.html \ doc/README \ doc/README.amiga \ doc/README.arm.cross \ doc/README.autoconf \ doc/README.changes \ doc/README.contributors \ doc/README.cords \ doc/README.DGUX386 \ doc/README.dj \ doc/README.environment \ doc/README.ews4800 \ doc/README.hp \ doc/README.linux \ doc/README.Mac \ doc/README.MacOSX \ doc/README.macros \ doc/README.OS2 \ doc/README.rs6000 \ doc/README.sgi \ doc/README.solaris2 \ doc/README.uts \ doc/README.win32 \ doc/README.win64 \ doc/overview.html \ doc/tree.html \ doc/leak.html \ doc/gcinterface.html \ doc/scale.html \ doc/README.darwin \ doc/simple_example.html \ doc/porting.htmlall: all-recursive.SUFFIXES:.SUFFIXES: .S .c .cc .lo .o .obj .sam--refresh: @:$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/include/include.am $(srcdir)/cord/cord.am $(srcdir)/tests/tests.am $(srcdir)/doc/doc.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \ cd $(srcdir) && $(AUTOMAKE) --foreign \ && exit 0; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ cd $(top_srcdir) && \ $(AUTOMAKE) --foreign Makefile.PRECIOUS: MakefileMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ echo ' $(SHELL) ./config.status'; \ $(SHELL) ./config.status;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ esac;$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) $(SHELL) ./config.status --recheck$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(srcdir) && $(AUTOCONF)$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)bdw-gc.pc: $(top_builddir)/config.status $(srcdir)/bdw-gc.pc.in cd $(top_builddir) && $(SHELL) ./config.status $@install-libLTLIBRARIES: $(lib_LTLIBRARIES) @$(NORMAL_INSTALL) test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)" @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ if test -f $$p; then \ f=$(am__strip_dir) \ echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \ $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \ else :; fi; \ doneuninstall-libLTLIBRARIES: @$(NORMAL_UNINSTALL) @set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \ p=$(am__strip_dir) \ echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \ $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \ doneclean-libLTLIBRARIES: -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ test "$$dir" != "$$p" || dir=.; \ echo "rm -f \"$${dir}/so_locations\""; \ rm -f "$${dir}/so_locations"; \ donecord/$(am__dirstamp): @$(mkdir_p) cord @: > cord/$(am__dirstamp)cord/$(DEPDIR)/$(am__dirstamp): @$(mkdir_p) cord/$(DEPDIR) @: > cord/$(DEPDIR)/$(am__dirstamp)cord/cordbscs.lo: cord/$(am__dirstamp) cord/$(DEPDIR)/$(am__dirstamp)cord/cordprnt.lo: cord/$(am__dirstamp) cord/$(DEPDIR)/$(am__dirstamp)cord/cordtest.lo: cord/$(am__dirstamp) cord/$(DEPDIR)/$(am__dirstamp)cord/cordxtra.lo: cord/$(am__dirstamp) cord/$(DEPDIR)/$(am__dirstamp)libcord.la: $(libcord_la_OBJECTS) $(libcord_la_DEPENDENCIES) $(LINK) -rpath $(libdir) $(libcord_la_LDFLAGS) $(libcord_la_OBJECTS) $(libcord_la_LIBADD) $(LIBS)libgc.la: $(libgc_la_OBJECTS) $(libgc_la_DEPENDENCIES) $(LINK) -rpath $(libdir) $(libgc_la_LDFLAGS) $(libgc_la_OBJECTS) $(libgc_la_LIBADD) $(LIBS)libgccpp.la: $(libgccpp_la_OBJECTS) $(libgccpp_la_DEPENDENCIES) $(CXXLINK) $(am_libgccpp_la_rpath) $(libgccpp_la_LDFLAGS) $(libgccpp_la_OBJECTS) $(libgccpp_la_LIBADD) $(LIBS)clean-checkPROGRAMS: @list='$(check_PROGRAMS)'; for p in $$list; do \ f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ echo " rm -f $$p $$f"; \ rm -f $$p $$f ; \ donetests/$(am__dirstamp): @$(mkdir_p) tests @: > tests/$(am__dirstamp)tests/$(DEPDIR)/$(am__dirstamp): @$(mkdir_p) tests/$(DEPDIR) @: > tests/$(DEPDIR)/$(am__dirstamp)tests/test.$(OBJEXT): tests/$(am__dirstamp) \ tests/$(DEPDIR)/$(am__dirstamp)gctest$(EXEEXT): $(gctest_OBJECTS) $(gctest_DEPENDENCIES) @rm -f gctest$(EXEEXT) $(LINK) $(gctest_LDFLAGS) $(gctest_OBJECTS) $(gctest_LDADD) $(LIBS)tests/leak_test.$(OBJEXT): tests/$(am__dirstamp) \ tests/$(DEPDIR)/$(am__dirstamp)leaktest$(EXEEXT): $(leaktest_OBJECTS) $(leaktest_DEPENDENCIES)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -