📄 makefile.in
字号:
# Makefile.in generated by automake 1.6.3 from Makefile.am.# @configure_input@# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002# Free Software Foundation, Inc.# This Makefile.in is free software; the Free Software Foundation# gives unlimited permission to copy and/or distribute it,# with or without modifications, as long as this notice is preserved.# This program is distributed in the hope that it will be useful,# but WITHOUT ANY WARRANTY, to the extent permitted by law; without# even the implied warranty of MERCHANTABILITY or FITNESS FOR A# PARTICULAR PURPOSE.@SET_MAKE@SHELL = @SHELL@srcdir = @srcdir@top_srcdir = @top_srcdir@VPATH = @srcdir@prefix = @prefix@exec_prefix = @exec_prefix@bindir = @bindir@sbindir = @sbindir@libexecdir = @libexecdir@datadir = @datadir@sysconfdir = @sysconfdir@sharedstatedir = @sharedstatedir@localstatedir = @localstatedir@libdir = @libdir@infodir = @infodir@mandir = @mandir@includedir = @includedir@oldincludedir = /usr/includepkgdatadir = $(datadir)/@PACKAGE@pkglibdir = $(libdir)/@PACKAGE@pkgincludedir = $(includedir)/@PACKAGE@top_builddir = ..ACLOCAL = @ACLOCAL@AUTOCONF = @AUTOCONF@AUTOMAKE = @AUTOMAKE@AUTOHEADER = @AUTOHEADER@am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cdINSTALL = @INSTALL@INSTALL_PROGRAM = @INSTALL_PROGRAM@INSTALL_DATA = @INSTALL_DATA@install_sh_DATA = $(install_sh) -c -m 644install_sh_PROGRAM = $(install_sh) -cinstall_sh_SCRIPT = $(install_sh) -cINSTALL_SCRIPT = @INSTALL_SCRIPT@INSTALL_HEADER = $(INSTALL_DATA)transform = @program_transform_name@NORMAL_INSTALL = :PRE_INSTALL = :POST_INSTALL = :NORMAL_UNINSTALL = :PRE_UNINSTALL = :POST_UNINSTALL = :host_alias = @host_alias@host_triplet = @host@EXEEXT = @EXEEXT@OBJEXT = @OBJEXT@PATH_SEPARATOR = @PATH_SEPARATOR@AMTAR = @AMTAR@AS = @AS@AWK = @AWK@CC = @CC@CXX = @CXX@DEPDIR = @DEPDIR@DLLTOOL = @DLLTOOL@ECHO = @ECHO@INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@LIBCURLDIR = @LIBCURLDIR@LIBCURL_INCLUDE = @LIBCURL_INCLUDE@LIBCURL_LIBS = @LIBCURL_LIBS@LIBTOOL = @LIBTOOL@LN_S = @LN_S@OBJDUMP = @OBJDUMP@PACKAGE = @PACKAGE@RANLIB = @RANLIB@STRIP = @STRIP@VERSION = @VERSION@YACC = @YACC@am__include = @am__include@am__quote = @am__quote@curl_config = @curl_config@install_sh = @install_sh@# Process this file with automake to produce Makefile.inNULL = AM_CPPFLAGS = -include $(top_srcdir)/JavaScriptCorePrefix.hlib_LTLIBRARIES = libjscore.lalibjscore_cpp_sources = \ array_object.cpp \ bool_object.cpp \ collector.cpp \ date_object.cpp \ debugger.cpp \ dtoa.cpp \ error_object.cpp \ fpconst.cpp \ function.cpp \ function_object.cpp \ identifier.cpp \ internal.cpp \ interpreter.cpp \ interpreter_map.cpp \ lexer.cpp \ list.cpp \ lookup.cpp \ math_object.cpp \ nodes2string.cpp \ nodes.cpp \ number_object.cpp \ object.cpp \ object_object.cpp \ operations.cpp \ property_map.cpp \ reference.cpp \ reference_list.cpp \ regexp.cpp \ regexp_object.cpp \ scope_chain.cpp \ string_object.cpp \ testkjs.cpp \ ustring.cpp \ protected_values.cpp \ value.cpp \ $(NULL)libjscore_h_private_sources = \ array_instance.h \ array_object.h \ bool_object.h \ collector.h \ context.h \ date_object.h \ debugger.h \ dtoa.h \ error_object.h \ function.h \ function_object.h \ internal.h \ lexer.h \ math_object.h \ nodes.h \ number_object.h \ object_object.h \ regexp.h \ regexp_object.h \ string_object.h \ protected_values.h \ new \ $(NULL)libjscore_h_public_sources = \ simple_number.h \ completion.h \ list.h \ scope_chain.h \ reference.h \ reference_list.h \ property_map.h \ identifier.h \ lookup.h \ operations.h \ ustring.h \ interpreter.h \ interpreter_map.h \ object.h \ types.h \ value.h \ protect.h \ ../pcre/pcre.h\ $(NULL)#global.h LUT_FILES = math_object.lut.h lexer.lut.h array_object.lut.h date_object.lut.h string_object.lut.h number_object.lut.hGRAMMAR_FILES = grammar.h grammar.cpp.h grammar.cppYFLAGS = -d --file-prefix=grammar --name-prefix=kjsyy --output-file=grammar.cppCREATE_HASH_TABLE = $(srcdir)/create_hash_tableBUILT_SOURCES = $(GRAMMAR_FILES) $(LUT_FILES) libjscore_la_SOURCES = \ $(libjscore_cpp_sources)\ $(libjscore_h_private_sources)\ $(libjscore_h_public_sources)\ $(LUT_FILES)\ $(GRAMMAR_FILES)\ $(NULL)EXTRA_DIST = test.js# $(libjscore_h_private_sources) get installed because khtml/ecma/kjs_bindings.cpp# includes internal.h noinst_HEADERS = $(BUILT_SOURCES) $(LUT_FILES) libjscoreincludedir = $(includedir)/osb/JavaScriptCore/libjscoreinclude_HEADERS = $(libjscore_h_public_sources) $(libjscore_h_private_sources)libjscore_la_LDFLAGS = -version-info 0:0:0 @LINK_FLAGS@ libjscore_la_LIBADD = ../pcre/libjscore_pcre.lasubdir = kjsmkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirsCONFIG_HEADER = $(top_builddir)/config.hCONFIG_CLEAN_FILES =LTLIBRARIES = $(lib_LTLIBRARIES)libjscore_la_DEPENDENCIES = ../pcre/libjscore_pcre.laam__objects_1 =am__objects_2 = array_object.lo bool_object.lo collector.lo \ date_object.lo debugger.lo dtoa.lo error_object.lo fpconst.lo \ function.lo function_object.lo identifier.lo internal.lo \ interpreter.lo interpreter_map.lo lexer.lo list.lo lookup.lo \ math_object.lo nodes2string.lo nodes.lo number_object.lo \ object.lo object_object.lo operations.lo property_map.lo \ reference.lo reference_list.lo regexp.lo regexp_object.lo \ scope_chain.lo string_object.lo testkjs.lo ustring.lo \ protected_values.lo value.lo $(am__objects_1)am__objects_3 = $(am__objects_1)am__objects_4 = grammar.loam_libjscore_la_OBJECTS = $(am__objects_2) $(am__objects_3) \ $(am__objects_3) $(am__objects_1) $(am__objects_4) \ $(am__objects_1)libjscore_la_OBJECTS = $(am_libjscore_la_OBJECTS)DEFS = @DEFS@DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)CPPFLAGS = @CPPFLAGS@LDFLAGS = @LDFLAGS@LIBS = @LIBS@depcomp = $(SHELL) $(top_srcdir)/depcompam__depfiles_maybe = depfiles@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/array_object.Plo \@AMDEP_TRUE@ ./$(DEPDIR)/bool_object.Plo \@AMDEP_TRUE@ ./$(DEPDIR)/collector.Plo \@AMDEP_TRUE@ ./$(DEPDIR)/date_object.Plo \@AMDEP_TRUE@ ./$(DEPDIR)/debugger.Plo ./$(DEPDIR)/dtoa.Plo \@AMDEP_TRUE@ ./$(DEPDIR)/error_object.Plo \@AMDEP_TRUE@ ./$(DEPDIR)/fpconst.Plo ./$(DEPDIR)/function.Plo \@AMDEP_TRUE@ ./$(DEPDIR)/function_object.Plo \@AMDEP_TRUE@ ./$(DEPDIR)/grammar.Plo ./$(DEPDIR)/identifier.Plo \@AMDEP_TRUE@ ./$(DEPDIR)/internal.Plo \@AMDEP_TRUE@ ./$(DEPDIR)/interpreter.Plo \@AMDEP_TRUE@ ./$(DEPDIR)/interpreter_map.Plo \@AMDEP_TRUE@ ./$(DEPDIR)/lexer.Plo ./$(DEPDIR)/list.Plo \@AMDEP_TRUE@ ./$(DEPDIR)/lookup.Plo ./$(DEPDIR)/math_object.Plo \@AMDEP_TRUE@ ./$(DEPDIR)/nodes.Plo ./$(DEPDIR)/nodes2string.Plo \@AMDEP_TRUE@ ./$(DEPDIR)/number_object.Plo \@AMDEP_TRUE@ ./$(DEPDIR)/object.Plo \@AMDEP_TRUE@ ./$(DEPDIR)/object_object.Plo \@AMDEP_TRUE@ ./$(DEPDIR)/operations.Plo \@AMDEP_TRUE@ ./$(DEPDIR)/property_map.Plo \@AMDEP_TRUE@ ./$(DEPDIR)/protected_values.Plo \@AMDEP_TRUE@ ./$(DEPDIR)/reference.Plo \@AMDEP_TRUE@ ./$(DEPDIR)/reference_list.Plo \@AMDEP_TRUE@ ./$(DEPDIR)/regexp.Plo \@AMDEP_TRUE@ ./$(DEPDIR)/regexp_object.Plo \@AMDEP_TRUE@ ./$(DEPDIR)/scope_chain.Plo \@AMDEP_TRUE@ ./$(DEPDIR)/string_object.Plo \@AMDEP_TRUE@ ./$(DEPDIR)/testkjs.Plo ./$(DEPDIR)/ustring.Plo \@AMDEP_TRUE@ ./$(DEPDIR)/value.PloCXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CXXFLAGS) $(CXXFLAGS)CXXLD = $(CXX)CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@CXXFLAGS = @CXXFLAGS@CFLAGS = @CFLAGS@COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \ $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)CCLD = $(CC)LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@DIST_SOURCES = $(libjscore_la_SOURCES)HEADERS = $(libjscoreinclude_HEADERS) $(noinst_HEADERS)DIST_COMMON = $(libjscoreinclude_HEADERS) $(noinst_HEADERS) Makefile.am \ Makefile.in
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -