⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile.in

📁 非常著名的曲线拟合程序
💻 IN
📖 第 1 页 / 共 2 页
字号:
# Makefile.in generated automatically by automake 1.4 from Makefile.am# Copyright (C) 1994, 1995-8, 1999 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.# -I. and buildir gets the .x filesSHELL = @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/includeDESTDIR =pkgdatadir = $(datadir)/@PACKAGE@pkglibdir = $(libdir)/@PACKAGE@pkgincludedir = $(includedir)/@PACKAGE@top_builddir = ../..ACLOCAL = @ACLOCAL@AUTOCONF = @AUTOCONF@AUTOMAKE = @AUTOMAKE@AUTOHEADER = @AUTOHEADER@INSTALL = @INSTALL@INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)INSTALL_DATA = @INSTALL_DATA@INSTALL_SCRIPT = @INSTALL_SCRIPT@transform = @program_transform_name@NORMAL_INSTALL = :PRE_INSTALL = :POST_INSTALL = :NORMAL_UNINSTALL = :PRE_UNINSTALL = :POST_UNINSTALL = :build_alias = @build_alias@build_triplet = @build@host_alias = @host_alias@host_triplet = @host@target_alias = @target_alias@target_triplet = @target@AS = @AS@BUILD_GUILE = @BUILD_GUILE@CC = @CC@CPP = @CPP@CURSES_LIB = @CURSES_LIB@CXX = @CXX@CXXCPP = @CXXCPP@DLLTOOL = @DLLTOOL@GLIB_CFLAGS = @GLIB_CFLAGS@GLIB_CONFIG = @GLIB_CONFIG@GLIB_LIBS = @GLIB_LIBS@GOOSE_AGE = @GOOSE_AGE@GOOSE_CURRENT = @GOOSE_CURRENT@GOOSE_MAJOR_VERSION = @GOOSE_MAJOR_VERSION@GOOSE_MICRO_VERSION = @GOOSE_MICRO_VERSION@GOOSE_MINOR_VERSION = @GOOSE_MINOR_VERSION@GOOSE_REVISION = @GOOSE_REVISION@GOOSE_VERSION = @GOOSE_VERSION@GUILEGOOSE_AGE = @GUILEGOOSE_AGE@GUILEGOOSE_CURRENT = @GUILEGOOSE_CURRENT@GUILEGOOSE_REVISION = @GUILEGOOSE_REVISION@GUILE_INCS = @GUILE_INCS@GUILE_LIBS = @GUILE_LIBS@LD = @LD@LIBTOOL = @LIBTOOL@LN_S = @LN_S@MAINT = @MAINT@MAKEINFO = @MAKEINFO@NM = @NM@OBJDUMP = @OBJDUMP@PACKAGE = @PACKAGE@QTTHREADS_LIB = @QTTHREADS_LIB@RANLIB = @RANLIB@READLINE_LIB = @READLINE_LIB@TERMCAP_LIB = @TERMCAP_LIB@VERSION = @VERSION@goosemoduledir = $(datadir)/guile/gooseINCLUDES =  	-I.		-I$(top_builddir)/src/guile		-I$(top_srcdir)/src/guile		$(GLIB_CFLAGS) 	-I$(top_srcdir)/src/specfns 	-I$(top_srcdir)/src/util 	-I$(top_srcdir)/src/linear 	-I$(top_srcdir)/src/containers 	-I$(top_srcdir)/src/stats 	-I$(includedir) 	 $(GUILE_INCS) -DPREFIX=\"$(prefix)\" -DGOOSE_GUILE_DIR=\"$(goosemoduledir)\"lib_LTLIBRARIES = libgoose-guile.la################################################################################# Code to handle building with the "Magic Snarfer"goose_snarfs =  	bootstrap_wrap.x 	pest_wrap.x 	LinearRegression_smob.x 	Random_smob.x 	RealSet_smob.xBUILT_SOURCES = $(goose_snarfs)MAINTAINERCLEANFILES = $(goose_snarfs)CLEANFILES = $(goose_snarfs)EXTRA_DIST = $(goose_snarfs) gooseboot.scm Random_smob.scm RealSet_smob.scmSUFFIXES = .x##############################################################################libgoose_guile_la_SOURCES =          guilegoose.cpp 	specfns_smob.cpp 	AsciiImport_smob.cpp 	bootstrap_wrap.cpp 	ConfInt_smob.cpp 	pest_wrap.cpp 	Random_smob.cpp 	RealSet_smob.cpp 	LinearRegression_smob.cpp 	snarf.hlibgoose_guileincludedir = $(includedir)/gooselibgoose_guileinclude_HEADERS =          guilegoose.hlibgoose_guile_la_LDFLAGS = -version-info $(GUILEGOOSE_CURRENT):$(GUILEGOOSE_REVISION):$(GUILEGOOSE_AGE)bin_PROGRAMS = gooseshellgooseshell_SOURCES = gooseshell.cppgooseshell_LDADD =  	$(GLIB_LIBS) 	$(top_builddir)/src/specfns/libgoose-specfns.la 	$(top_builddir)/src/util/libgoose-util.la 	$(top_builddir)/src/linear/libgoose-linear.la 	$(top_builddir)/src/containers/libgoose-containers.la 	$(top_builddir)/src/stats/libgoose-stats.la 	$(GUILE_LIBS) 	./libgoose-guile.lamkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirsCONFIG_HEADER = ../../config.hCONFIG_CLEAN_FILES = LTLIBRARIES =  $(lib_LTLIBRARIES)DEFS = @DEFS@ -I. -I$(srcdir) -I../..CPPFLAGS = @CPPFLAGS@LDFLAGS = @LDFLAGS@LIBS = @LIBS@libgoose_guile_la_LIBADD = libgoose_guile_la_OBJECTS =  guilegoose.lo specfns_smob.lo \AsciiImport_smob.lo bootstrap_wrap.lo ConfInt_smob.lo pest_wrap.lo \Random_smob.lo RealSet_smob.lo LinearRegression_smob.loPROGRAMS =  $(bin_PROGRAMS)gooseshell_OBJECTS =  gooseshell.ogooseshell_DEPENDENCIES =  \$(top_builddir)/src/specfns/libgoose-specfns.la \$(top_builddir)/src/util/libgoose-util.la \$(top_builddir)/src/linear/libgoose-linear.la \$(top_builddir)/src/containers/libgoose-containers.la \$(top_builddir)/src/stats/libgoose-stats.la ./libgoose-guile.lagooseshell_LDFLAGS = CXXFLAGS = @CXXFLAGS@CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)CXXLD = $(CXX)CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@CFLAGS = @CFLAGS@COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)CCLD = $(CC)LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@HEADERS =  $(libgoose_guileinclude_HEADERS)DIST_COMMON =  Makefile.am Makefile.inDISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)TAR = tarGZIP_ENV = --bestSOURCES = $(libgoose_guile_la_SOURCES) $(gooseshell_SOURCES)OBJECTS = $(libgoose_guile_la_OBJECTS) $(gooseshell_OBJECTS)all: all-redirect.SUFFIXES:.SUFFIXES: .S .c .cpp .lo .o .s .x$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 	cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps src/guile/MakefileMakefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status	cd $(top_builddir) \	  && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.statusmostlyclean-libLTLIBRARIES:clean-libLTLIBRARIES:	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)distclean-libLTLIBRARIES:maintainer-clean-libLTLIBRARIES:install-libLTLIBRARIES: $(lib_LTLIBRARIES)	@$(NORMAL_INSTALL)	$(mkinstalldirs) $(DESTDIR)$(libdir)	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \	  if test -f $$p; then \	    echo "$(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p"; \	    $(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p; \	  else :; fi; \	doneuninstall-libLTLIBRARIES:	@$(NORMAL_UNINSTALL)	list='$(lib_LTLIBRARIES)'; for p in $$list; do \	  $(LIBTOOL)  --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \	done.c.o:	$(COMPILE) -c $<.s.o:	$(COMPILE) -c $<.S.o:	$(COMPILE) -c $<mostlyclean-compile:	-rm -f *.o core *.coreclean-compile:distclean-compile:	-rm -f *.tab.cmaintainer-clean-compile:.c.lo:	$(LIBTOOL) --mode=compile $(COMPILE) -c $<.s.lo:	$(LIBTOOL) --mode=compile $(COMPILE) -c $<.S.lo:	$(LIBTOOL) --mode=compile $(COMPILE) -c $<mostlyclean-libtool:	-rm -f *.loclean-libtool:	-rm -rf .libs _libsdistclean-libtool:maintainer-clean-libtool:libgoose-guile.la: $(libgoose_guile_la_OBJECTS) $(libgoose_guile_la_DEPENDENCIES)	$(CXXLINK) -rpath $(libdir) $(libgoose_guile_la_LDFLAGS) $(libgoose_guile_la_OBJECTS) $(libgoose_guile_la_LIBADD) $(LIBS)mostlyclean-binPROGRAMS:clean-binPROGRAMS:

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -