📄 makefile.in
字号:
# Makefile.in generated by automake 1.9.2 from Makefile.am.# @configure_input@# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,# 2003, 2004 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@######################################################################## gaul-devel/util/Makefile.am######################################################################### util - General collection of C-programming utility routines.# Copyright ©2000-2003, Stewart Adcock <stewart@linux-domain.com># All rights reserved.## The latest version of this program should be available at:# http://gaul.sourceforge.net/## This program is free software; you can redistribute it and/or modify# it under the terms of the GNU General Public License as published by# the Free Software Foundation; either version 2 of the License, or# (at your option) any later version. Alternatively, if your project# is incompatible with the GPL, I will probably agree to requests# for permission to use the terms of any other license.## This program is distributed in the hope that it will be useful, but# WITHOUT ANY WARRANTY WHATSOEVER.## A full copy of the GNU General Public License should be in the file# "COPYING" provided with this distribution; if not, see:# http://www.gnu.org/#########################################################################SOURCES = $(libgaul_util_la_SOURCES) $(libnn_util_la_SOURCES)srcdir = @srcdir@top_srcdir = @top_srcdir@VPATH = @srcdir@pkgdatadir = $(datadir)/@PACKAGE@pkglibdir = $(libdir)/@PACKAGE@pkgincludedir = $(includedir)/@PACKAGE@top_builddir = ..am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cdINSTALL = @INSTALL@install_sh_DATA = $(install_sh) -c -m 644install_sh_PROGRAM = $(install_sh) -cinstall_sh_SCRIPT = $(install_sh) -cINSTALL_HEADER = $(INSTALL_DATA)transform = $(program_transform_name)NORMAL_INSTALL = :PRE_INSTALL = :POST_INSTALL = :NORMAL_UNINSTALL = :PRE_UNINSTALL = :POST_UNINSTALL = :build_triplet = @build@host_triplet = @host@target_triplet = @target@subdir = utilDIST_COMMON = README $(nobase_include_HEADERS) $(srcdir)/Makefile.am \ $(srcdir)/Makefile.inACLOCAL_M4 = $(top_srcdir)/aclocal.m4am__aclocal_m4_deps = $(top_srcdir)/configure.inam__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4)mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirsCONFIG_HEADER = $(top_builddir)/config.h \ $(top_builddir)/util/gaul/gaul_config.hCONFIG_CLEAN_FILES =am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac;am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)"libLTLIBRARIES_INSTALL = $(INSTALL)LTLIBRARIES = $(lib_LTLIBRARIES)libgaul_util_la_LIBADD =am_libgaul_util_la_OBJECTS = avltree.lo compatibility.lo linkedlist.lo \ memory_chunks.lo memory_util.lo table_util.lo random_util.lo \ timer_util.lo log_util.lolibgaul_util_la_OBJECTS = $(am_libgaul_util_la_OBJECTS)libnn_util_la_LIBADD =am_libnn_util_la_OBJECTS = nn_util.lolibnn_util_la_OBJECTS = $(am_libnn_util_la_OBJECTS)DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) -I$(top_builddir)/util/gauldepcomp = $(SHELL) $(top_srcdir)/depcompam__depfiles_maybe = depfilesCOMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)LTCOMPILE = $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS)CCLD = $(CC)LINK = $(LIBTOOL) --mode=link --tag=CC $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@SOURCES = $(libgaul_util_la_SOURCES) $(libnn_util_la_SOURCES)DIST_SOURCES = $(libgaul_util_la_SOURCES) $(libnn_util_la_SOURCES)nobase_includeHEADERS_INSTALL = $(install_sh_DATA)HEADERS = $(nobase_include_HEADERS)ETAGS = etagsCTAGS = ctagsDISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)ACLOCAL = @ACLOCAL@AMDEP_FALSE = @AMDEP_FALSE@AMDEP_TRUE = @AMDEP_TRUE@AMTAR = @AMTAR@AR = @AR@AS = @AS@AUTOCONF = @AUTOCONF@AUTOHEADER = @AUTOHEADER@AUTOMAKE = @AUTOMAKE@AWK = @AWK@CC = @CC@CCDEPMODE = @CCDEPMODE@CFLAGS = @CFLAGS@CPP = @CPP@CPPFLAGS = @CPPFLAGS@CXX = @CXX@CXXCPP = @CXXCPP@CXXDEPMODE = @CXXDEPMODE@CXXFLAGS = @CXXFLAGS@CYGPATH_W = @CYGPATH_W@DEFS = @DEFS@DEPDIR = @DEPDIR@DLLTOOL = @DLLTOOL@ECHO = @ECHO@ECHO_C = @ECHO_C@ECHO_N = @ECHO_N@ECHO_T = @ECHO_T@EGREP = @EGREP@EXEEXT = @EXEEXT@F77 = @F77@FFLAGS = @FFLAGS@GA_BUILD_DATE_STRING = @GA_BUILD_DATE_STRING@GA_LT_MINOR_VERSION = @GA_LT_MINOR_VERSION@GA_MAJOR_VERSION = @GA_MAJOR_VERSION@GA_MINOR_VERSION = @GA_MINOR_VERSION@GA_NUM_PROCESSES_ENVVAR_STRING = @GA_NUM_PROCESSES_ENVVAR_STRING@GA_PATCH_VERSION = @GA_PATCH_VERSION@GA_UNAME_STRING = @GA_UNAME_STRING@GA_VERSION = @GA_VERSION@GA_VERSION_STRING = @GA_VERSION_STRING@HAVE_MPI = @HAVE_MPI@HAVE_PTHREADS = @HAVE_PTHREADS@HAVE_SLANG = @HAVE_SLANG@INSTALL_DATA = @INSTALL_DATA@INSTALL_PROGRAM = @INSTALL_PROGRAM@INSTALL_SCRIPT = @INSTALL_SCRIPT@INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@LDFLAGS = @LDFLAGS@LIBOBJS = @LIBOBJS@LIBS = @LIBS@LIBTOOL = @LIBTOOL@LN_S = @LN_S@LTLIBOBJS = @LTLIBOBJS@LT_CURRENT = @LT_CURRENT@LT_RELEASE = @LT_RELEASE@LT_REVISION = @LT_REVISION@MAKEINFO = @MAKEINFO@MEMORY_ALLOC_DEBUG = @MEMORY_ALLOC_DEBUG@MEMORY_ALLOC_SAFE = @MEMORY_ALLOC_SAFE@MEMORY_CHUNKS_MIMIC = @MEMORY_CHUNKS_MIMIC@MPIFLAGS = @MPIFLAGS@MPILIBS = @MPILIBS@OBJDUMP = @OBJDUMP@OBJEXT = @OBJEXT@PACKAGE = @PACKAGE@PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@PACKAGE_NAME = @PACKAGE_NAME@PACKAGE_STRING = @PACKAGE_STRING@PACKAGE_TARNAME = @PACKAGE_TARNAME@PACKAGE_VERSION = @PACKAGE_VERSION@PATH_SEPARATOR = @PATH_SEPARATOR@RANLIB = @RANLIB@SET_MAKE = @SET_MAKE@SHELL = @SHELL@STRIP = @STRIP@USE_CHROMO_CHUNKS = @USE_CHROMO_CHUNKS@USE_OPENMP = @USE_OPENMP@V3_QUICK = @V3_QUICK@VERSION = @VERSION@W32_CRIPPLED = @W32_CRIPPLED@ac_ct_AR = @ac_ct_AR@ac_ct_AS = @ac_ct_AS@ac_ct_CC = @ac_ct_CC@ac_ct_CXX = @ac_ct_CXX@ac_ct_DLLTOOL = @ac_ct_DLLTOOL@ac_ct_F77 = @ac_ct_F77@ac_ct_OBJDUMP = @ac_ct_OBJDUMP@ac_ct_RANLIB = @ac_ct_RANLIB@ac_ct_STRIP = @ac_ct_STRIP@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@bindir = @bindir@build = @build@build_alias = @build_alias@build_cpu = @build_cpu@build_os = @build_os@build_vendor = @build_vendor@datadir = @datadir@exec_prefix = @exec_prefix@host = @host@host_alias = @host_alias@host_cpu = @host_cpu@host_os = @host_os@host_vendor = @host_vendor@includedir = @includedir@infodir = @infodir@install_sh = @install_sh@libdir = @libdir@libexecdir = @libexecdir@localstatedir = @localstatedir@mandir = @mandir@mkdir_p = @mkdir_p@oldincludedir = @oldincludedir@prefix = @prefix@program_transform_name = @program_transform_name@sbindir = @sbindir@sharedstatedir = @sharedstatedir@sysconfdir = @sysconfdir@target = @target@target_alias = @target_alias@target_cpu = @target_cpu@target_os = @target_os@target_vendor = @target_vendor@# require automake 1.4AUTOMAKE_OPTIONS = 1.4EXTRA_DIST = gaul/gaul_config.h.inlib_LTLIBRARIES = libgaul_util.la \ libnn_util.lalibgaul_util_la_SOURCES = \ avltree.c \ compatibility.c \ linkedlist.c \ memory_chunks.c \ memory_util.c \ table_util.c \ random_util.c \ timer_util.c \ log_util.clibnn_util_la_SOURCES = \ nn_util.cnobase_include_HEADERS = \ gaul/gaul_config.h \ gaul/gaul_config_win.h \ gaul/gaul_util.h \ gaul/avltree.h \ gaul/compatibility.h \ gaul/linkedlist.h \ gaul/log_util.h \ gaul/memory_chunks.h \ gaul/memory_util.h \ gaul/nn_util.h \ gaul/random_util.h \ gaul/table_util.h \ gaul/timer_util.hlibgaul_util_a_LIBFLAGS = libgaul_util_la_LDFLAGS = -version-info ${GA_MAJOR_VERSION}:${GA_LT_MINOR_VERSION}:0libnn_util_a_LIBFLAGS = libnn_util_la_LDFLAGS = -version-info ${GA_MAJOR_VERSION}:${GA_LT_MINOR_VERSION}:0all: all-am.SUFFIXES:.SUFFIXES: .c .lo .o .obj$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ && exit 0; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu util/Makefile'; \ cd $(top_srcdir) && \ $(AUTOMAKE) --gnu util/Makefile.PRECIOUS: MakefileMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -