📄 makefile.in
字号:
# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am# Copyright (C) 1994, 1995-8, 1999, 2001 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.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/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 = :host_alias = @host_alias@host_triplet = @host@AR = @AR@AS = @AS@CC = @CC@CPP = @CPP@DLLTOOL = @DLLTOOL@ECHO = @ECHO@EXEEXT = @EXEEXT@GSL_CFLAGS = @GSL_CFLAGS@GSL_LIBS = @GSL_LIBS@HAVE_INLINE = @HAVE_INLINE@LIBTOOL = @LIBTOOL@LN_S = @LN_S@MAKEINFO = @MAKEINFO@OBJDUMP = @OBJDUMP@OBJEXT = @OBJEXT@PACKAGE = @PACKAGE@RANLIB = @RANLIB@STRIP = @STRIP@VERSION = @VERSION@noinst_LTLIBRARIES = libgslmultimin.la pkginclude_HEADERS = gsl_multimin.hnoinst_HEADERS = directional_minimize.cINCLUDES = -I$(top_builddir)libgslmultimin_la_SOURCES = fdfminimizer.c steepest_descent.c conjugate_fr.c conjugate_pr.c convergence.c diff.c vector_bfgs.ccheck_PROGRAMS = testTESTS = testtest_SOURCES = test.c test_funcs.c test_funcs.htest_LDADD = libgslmultimin.la ../min/libgslmin.la ../blas/libgslblas.la ../cblas/libgslcblas.la ../linalg/libgsllinalg.la ../matrix/libgslmatrix.la ../vector/libgslvector.la ../block/libgslblock.la ../ieee-utils/libgslieeeutils.la ../err/libgslerr.la ../test/libgsltest.la ../sys/libgslsys.la ../utils/libutils.lamkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirsCONFIG_HEADER = ../config.hCONFIG_CLEAN_FILES = LTLIBRARIES = $(noinst_LTLIBRARIES)DEFS = @DEFS@ -I. -I$(srcdir) -I..CPPFLAGS = @CPPFLAGS@LDFLAGS = @LDFLAGS@LIBS = @LIBS@libgslmultimin_la_LDFLAGS = libgslmultimin_la_LIBADD = libgslmultimin_la_OBJECTS = fdfminimizer.lo steepest_descent.lo \conjugate_fr.lo conjugate_pr.lo convergence.lo diff.lo vector_bfgs.locheck_PROGRAMS = test$(EXEEXT)test_OBJECTS = test.$(OBJEXT) test_funcs.$(OBJEXT)test_DEPENDENCIES = libgslmultimin.la ../min/libgslmin.la \../blas/libgslblas.la ../cblas/libgslcblas.la ../linalg/libgsllinalg.la \../matrix/libgslmatrix.la ../vector/libgslvector.la \../block/libgslblock.la ../ieee-utils/libgslieeeutils.la \../err/libgslerr.la ../test/libgsltest.la ../sys/libgslsys.la \../utils/libutils.latest_LDFLAGS = 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 = $(noinst_HEADERS) $(pkginclude_HEADERS)DIST_COMMON = ChangeLog Makefile.am Makefile.inDISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)TAR = tarGZIP_ENV = --bestSOURCES = $(libgslmultimin_la_SOURCES) $(test_SOURCES)OBJECTS = $(libgslmultimin_la_OBJECTS) $(test_OBJECTS)all: all-redirect.SUFFIXES:.SUFFIXES: .S .c .lo .o .obj .s$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps multimin/MakefileMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status cd $(top_builddir) \ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.statusmostlyclean-noinstLTLIBRARIES:clean-noinstLTLIBRARIES: -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)distclean-noinstLTLIBRARIES:maintainer-clean-noinstLTLIBRARIES:.c.o: $(COMPILE) -c $<# FIXME: We should only use cygpath when building on Windows,# and only if it is available..c.obj: $(COMPILE) -c `cygpath -w $<`.s.o: $(COMPILE) -c $<.S.o: $(COMPILE) -c $<mostlyclean-compile: -rm -f *.o core *.core -rm -f *.$(OBJEXT)clean-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:libgslmultimin.la: $(libgslmultimin_la_OBJECTS) $(libgslmultimin_la_DEPENDENCIES) $(LINK) $(libgslmultimin_la_LDFLAGS) $(libgslmultimin_la_OBJECTS) $(libgslmultimin_la_LIBADD) $(LIBS)mostlyclean-checkPROGRAMS:clean-checkPROGRAMS: -test -z "$(check_PROGRAMS)" || rm -f $(check_PROGRAMS)distclean-checkPROGRAMS:maintainer-clean-checkPROGRAMS:test$(EXEEXT): $(test_OBJECTS) $(test_DEPENDENCIES) @rm -f test$(EXEEXT) $(LINK) $(test_LDFLAGS) $(test_OBJECTS) $(test_LDADD) $(LIBS)install-pkgincludeHEADERS: $(pkginclude_HEADERS) @$(NORMAL_INSTALL) $(mkinstalldirs) $(DESTDIR)$(pkgincludedir) @list='$(pkginclude_HEADERS)'; for p in $$list; do \ if test -f "$$p"; then d= ; else d="$(srcdir)/"; fi; \ echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(pkgincludedir)/$$p"; \ $(INSTALL_DATA) $$d$$p $(DESTDIR)$(pkgincludedir)/$$p; \ doneuninstall-pkgincludeHEADERS: @$(NORMAL_UNINSTALL) list='$(pkginclude_HEADERS)'; for p in $$list; do \ rm -f $(DESTDIR)$(pkgincludedir)/$$p; \ donetags: TAGSID: $(HEADERS) $(SOURCES) $(LISP) list='$(SOURCES) $(HEADERS)'; \ unique=`for i in $$list; do echo $$i; done | \ awk ' { files[$$0] = 1; } \ END { for (i in files) print i; }'`; \ here=`pwd` && cd $(srcdir) \ && mkid -f$$here/ID $$unique $(LISP)TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP) tags=; \ here=`pwd`; \ list='$(SOURCES) $(HEADERS)'; \ unique=`for i in $$list; do echo $$i; done | \ awk ' { files[$$0] = 1; } \ END { for (i in files) print i; }'`; \ test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \ || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)mostlyclean-tags:clean-tags:distclean-tags: -rm -f TAGS IDmaintainer-clean-tags:distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)subdir = multimindistdir: $(DISTFILES) @for file in $(DISTFILES); do \ d=$(srcdir); \ if test -d $$d/$$file; then \ cp -pr $$d/$$file $(distdir)/$$file; \ else \ test -f $(distdir)/$$file \ || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ || cp -p $$d/$$file $(distdir)/$$file || :; \ fi; \ doneconjugate.lo conjugate.o : conjugate.c ../config.h ../gsl/gsl_multimin.h \ ../gsl/gsl_math.h ../gsl/gsl_sys.h ../gsl/gsl_machine.h \ ../gsl/gsl_precision.h ../gsl/gsl_nan.h ../gsl/gsl_pow_int.h \ ../gsl/gsl_vector.h ../gsl/gsl_vector_complex_long_double.h \ ../gsl/gsl_errno.h ../gsl/gsl_complex.h \ ../gsl/gsl_vector_long_double.h ../gsl/gsl_block_long_double.h \ ../gsl/gsl_vector_complex.h \ ../gsl/gsl_block_complex_long_double.h \ ../gsl/gsl_vector_complex_double.h ../gsl/gsl_vector_double.h \ ../gsl/gsl_block_double.h ../gsl/gsl_block_complex_double.h \ ../gsl/gsl_vector_complex_float.h ../gsl/gsl_vector_float.h \ ../gsl/gsl_block_float.h ../gsl/gsl_block_complex_float.h \ ../gsl/gsl_vector_ulong.h ../gsl/gsl_block_ulong.h \ ../gsl/gsl_vector_long.h ../gsl/gsl_block_long.h \ ../gsl/gsl_vector_uint.h ../gsl/gsl_block_uint.h \ ../gsl/gsl_vector_int.h ../gsl/gsl_block_int.h \ ../gsl/gsl_vector_ushort.h ../gsl/gsl_block_ushort.h \ ../gsl/gsl_vector_short.h ../gsl/gsl_block_short.h \ ../gsl/gsl_vector_uchar.h ../gsl/gsl_block_uchar.h \ ../gsl/gsl_vector_char.h ../gsl/gsl_block_char.h \ ../gsl/gsl_matrix.h ../gsl/gsl_matrix_complex_long_double.h \ ../gsl/gsl_matrix_complex_double.h \ ../gsl/gsl_matrix_complex_float.h \ ../gsl/gsl_matrix_long_double.h ../gsl/gsl_matrix_double.h \ ../gsl/gsl_matrix_float.h ../gsl/gsl_matrix_ulong.h \ ../gsl/gsl_matrix_long.h ../gsl/gsl_matrix_uint.h \ ../gsl/gsl_matrix_int.h ../gsl/gsl_matrix_ushort.h \ ../gsl/gsl_matrix_short.h ../gsl/gsl_matrix_uchar.h \ ../gsl/gsl_matrix_char.h ../gsl/gsl_min.h ../gsl/gsl_blas.h \ ../gsl/gsl_blas_types.h ../gsl/gsl_cblas.h \ directional_minimize.cconjugate_fr.lo conjugate_fr.o : conjugate_fr.c ../config.h \ ../gsl/gsl_multimin.h ../gsl/gsl_math.h ../gsl/gsl_sys.h \ ../gsl/gsl_machine.h ../gsl/gsl_precision.h ../gsl/gsl_nan.h \ ../gsl/gsl_pow_int.h ../gsl/gsl_vector.h \ ../gsl/gsl_vector_complex_long_double.h ../gsl/gsl_errno.h \ ../gsl/gsl_complex.h ../gsl/gsl_vector_long_double.h \ ../gsl/gsl_block_long_double.h ../gsl/gsl_vector_complex.h \ ../gsl/gsl_block_complex_long_double.h \ ../gsl/gsl_vector_complex_double.h ../gsl/gsl_vector_double.h \ ../gsl/gsl_block_double.h ../gsl/gsl_block_complex_double.h \ ../gsl/gsl_vector_complex_float.h ../gsl/gsl_vector_float.h \ ../gsl/gsl_block_float.h ../gsl/gsl_block_complex_float.h \ ../gsl/gsl_vector_ulong.h ../gsl/gsl_block_ulong.h \ ../gsl/gsl_vector_long.h ../gsl/gsl_block_long.h \ ../gsl/gsl_vector_uint.h ../gsl/gsl_block_uint.h \ ../gsl/gsl_vector_int.h ../gsl/gsl_block_int.h \ ../gsl/gsl_vector_ushort.h ../gsl/gsl_block_ushort.h \ ../gsl/gsl_vector_short.h ../gsl/gsl_block_short.h \ ../gsl/gsl_vector_uchar.h ../gsl/gsl_block_uchar.h \ ../gsl/gsl_vector_char.h ../gsl/gsl_block_char.h \ ../gsl/gsl_matrix.h ../gsl/gsl_matrix_complex_long_double.h \ ../gsl/gsl_matrix_complex_double.h \ ../gsl/gsl_matrix_complex_float.h \ ../gsl/gsl_matrix_long_double.h ../gsl/gsl_matrix_double.h \ ../gsl/gsl_matrix_float.h ../gsl/gsl_matrix_ulong.h \ ../gsl/gsl_matrix_long.h ../gsl/gsl_matrix_uint.h \ ../gsl/gsl_matrix_int.h ../gsl/gsl_matrix_ushort.h \ ../gsl/gsl_matrix_short.h ../gsl/gsl_matrix_uchar.h \ ../gsl/gsl_matrix_char.h ../gsl/gsl_min.h ../gsl/gsl_blas.h \ ../gsl/gsl_blas_types.h ../gsl/gsl_cblas.h \ directional_minimize.cconjugate_pr.lo conjugate_pr.o : conjugate_pr.c ../config.h \ ../gsl/gsl_multimin.h ../gsl/gsl_math.h ../gsl/gsl_sys.h \ ../gsl/gsl_machine.h ../gsl/gsl_precision.h ../gsl/gsl_nan.h \ ../gsl/gsl_pow_int.h ../gsl/gsl_vector.h \ ../gsl/gsl_vector_complex_long_double.h ../gsl/gsl_errno.h \ ../gsl/gsl_complex.h ../gsl/gsl_vector_long_double.h \ ../gsl/gsl_block_long_double.h ../gsl/gsl_vector_complex.h \ ../gsl/gsl_block_complex_long_double.h \ ../gsl/gsl_vector_complex_double.h ../gsl/gsl_vector_double.h \ ../gsl/gsl_block_double.h ../gsl/gsl_block_complex_double.h \ ../gsl/gsl_vector_complex_float.h ../gsl/gsl_vector_float.h \ ../gsl/gsl_block_float.h ../gsl/gsl_block_complex_float.h \ ../gsl/gsl_vector_ulong.h ../gsl/gsl_block_ulong.h \ ../gsl/gsl_vector_long.h ../gsl/gsl_block_long.h \ ../gsl/gsl_vector_uint.h ../gsl/gsl_block_uint.h \ ../gsl/gsl_vector_int.h ../gsl/gsl_block_int.h \ ../gsl/gsl_vector_ushort.h ../gsl/gsl_block_ushort.h \ ../gsl/gsl_vector_short.h ../gsl/gsl_block_short.h \ ../gsl/gsl_vector_uchar.h ../gsl/gsl_block_uchar.h \ ../gsl/gsl_vector_char.h ../gsl/gsl_block_char.h \ ../gsl/gsl_matrix.h ../gsl/gsl_matrix_complex_long_double.h \ ../gsl/gsl_matrix_complex_double.h \ ../gsl/gsl_matrix_complex_float.h \ ../gsl/gsl_matrix_long_double.h ../gsl/gsl_matrix_double.h \ ../gsl/gsl_matrix_float.h ../gsl/gsl_matrix_ulong.h \ ../gsl/gsl_matrix_long.h ../gsl/gsl_matrix_uint.h \ ../gsl/gsl_matrix_int.h ../gsl/gsl_matrix_ushort.h \ ../gsl/gsl_matrix_short.h ../gsl/gsl_matrix_uchar.h \ ../gsl/gsl_matrix_char.h ../gsl/gsl_min.h ../gsl/gsl_blas.h \ ../gsl/gsl_blas_types.h ../gsl/gsl_cblas.h \ directional_minimize.cconvergence.lo convergence.o : convergence.c ../config.h \ ../gsl/gsl_multimin.h ../gsl/gsl_math.h ../gsl/gsl_sys.h \ ../gsl/gsl_machine.h ../gsl/gsl_precision.h ../gsl/gsl_nan.h \ ../gsl/gsl_pow_int.h ../gsl/gsl_vector.h \ ../gsl/gsl_vector_complex_long_double.h ../gsl/gsl_errno.h \
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -