build(CppAD): brought in CppAD for autodiff
we need an autodiff library at some point (or we need to roll our own but I do not think that makes sense). CppAD is well tested and header only and easy to include. It is also Liscene compatible with GPL v3.0. Here we bring it in as a dependency
This commit is contained in:
941
build-config/cppad/include/makefile.in
Normal file
941
build-config/cppad/include/makefile.in
Normal file
@@ -0,0 +1,941 @@
|
||||
# makefile.in generated by automake 1.16.2 from makefile.am.
|
||||
# @configure_input@
|
||||
|
||||
# Copyright (C) 1994-2020 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@
|
||||
|
||||
VPATH = @srcdir@
|
||||
am__is_gnu_make = { \
|
||||
if test -z '$(MAKELEVEL)'; then \
|
||||
false; \
|
||||
elif test -n '$(MAKE_HOST)'; then \
|
||||
true; \
|
||||
elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
|
||||
true; \
|
||||
else \
|
||||
false; \
|
||||
fi; \
|
||||
}
|
||||
am__make_running_with_option = \
|
||||
case $${target_option-} in \
|
||||
?) ;; \
|
||||
*) echo "am__make_running_with_option: internal error: invalid" \
|
||||
"target option '$${target_option-}' specified" >&2; \
|
||||
exit 1;; \
|
||||
esac; \
|
||||
has_opt=no; \
|
||||
sane_makeflags=$$MAKEFLAGS; \
|
||||
if $(am__is_gnu_make); then \
|
||||
sane_makeflags=$$MFLAGS; \
|
||||
else \
|
||||
case $$MAKEFLAGS in \
|
||||
*\\[\ \ ]*) \
|
||||
bs=\\; \
|
||||
sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
|
||||
| sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
|
||||
esac; \
|
||||
fi; \
|
||||
skip_next=no; \
|
||||
strip_trailopt () \
|
||||
{ \
|
||||
flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
|
||||
}; \
|
||||
for flg in $$sane_makeflags; do \
|
||||
test $$skip_next = yes && { skip_next=no; continue; }; \
|
||||
case $$flg in \
|
||||
*=*|--*) continue;; \
|
||||
-*I) strip_trailopt 'I'; skip_next=yes;; \
|
||||
-*I?*) strip_trailopt 'I';; \
|
||||
-*O) strip_trailopt 'O'; skip_next=yes;; \
|
||||
-*O?*) strip_trailopt 'O';; \
|
||||
-*l) strip_trailopt 'l'; skip_next=yes;; \
|
||||
-*l?*) strip_trailopt 'l';; \
|
||||
-[dEDm]) skip_next=yes;; \
|
||||
-[JT]) skip_next=yes;; \
|
||||
esac; \
|
||||
case $$flg in \
|
||||
*$$target_option*) has_opt=yes; break;; \
|
||||
esac; \
|
||||
done; \
|
||||
test $$has_opt = yes
|
||||
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
|
||||
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
|
||||
pkgdatadir = $(datadir)/@PACKAGE@
|
||||
pkgincludedir = $(includedir)/@PACKAGE@
|
||||
pkglibdir = $(libdir)/@PACKAGE@
|
||||
pkglibexecdir = $(libexecdir)/@PACKAGE@
|
||||
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
||||
install_sh_DATA = $(install_sh) -c -m 644
|
||||
install_sh_PROGRAM = $(install_sh) -c
|
||||
install_sh_SCRIPT = $(install_sh) -c
|
||||
INSTALL_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@
|
||||
subdir = include
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
|
||||
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
||||
$(ACLOCAL_M4)
|
||||
DIST_COMMON = $(srcdir)/makefile.am $(nobase_myinclude_HEADERS) \
|
||||
$(am__DIST_COMMON)
|
||||
mkinstalldirs = $(install_sh) -d
|
||||
CONFIG_CLEAN_FILES =
|
||||
CONFIG_CLEAN_VPATH_FILES =
|
||||
AM_V_P = $(am__v_P_@AM_V@)
|
||||
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
|
||||
am__v_P_0 = false
|
||||
am__v_P_1 = :
|
||||
AM_V_GEN = $(am__v_GEN_@AM_V@)
|
||||
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
|
||||
am__v_GEN_0 = @echo " GEN " $@;
|
||||
am__v_GEN_1 =
|
||||
AM_V_at = $(am__v_at_@AM_V@)
|
||||
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
|
||||
am__v_at_0 = @
|
||||
am__v_at_1 =
|
||||
SOURCES =
|
||||
DIST_SOURCES =
|
||||
am__can_run_installinfo = \
|
||||
case $$AM_UPDATE_INFO_DIR in \
|
||||
n|no|NO) false;; \
|
||||
*) (install-info --version) >/dev/null 2>&1;; \
|
||||
esac
|
||||
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 = f=`echo $$p | sed -e 's|^.*/||'`;
|
||||
am__install_max = 40
|
||||
am__nobase_strip_setup = \
|
||||
srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
|
||||
am__nobase_strip = \
|
||||
for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
|
||||
am__nobase_list = $(am__nobase_strip_setup); \
|
||||
for p in $$list; do echo "$$p $$p"; done | \
|
||||
sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
|
||||
$(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
|
||||
if (++n[$$2] == $(am__install_max)) \
|
||||
{ print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
|
||||
END { for (dir in files) print dir, files[dir] }'
|
||||
am__base_list = \
|
||||
sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
|
||||
sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
|
||||
am__uninstall_files_from_dir = { \
|
||||
test -z "$$files" \
|
||||
|| { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
|
||||
|| { echo " ( cd '$$dir' && rm -f" $$files ")"; \
|
||||
$(am__cd) "$$dir" && rm -f $$files; }; \
|
||||
}
|
||||
am__installdirs = "$(DESTDIR)$(myincludedir)"
|
||||
HEADERS = $(nobase_myinclude_HEADERS)
|
||||
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
|
||||
# Read a list of newline-separated strings from the standard input,
|
||||
# and print each of them once, without duplicates. Input order is
|
||||
# *not* preserved.
|
||||
am__uniquify_input = $(AWK) '\
|
||||
BEGIN { nonempty = 0; } \
|
||||
{ items[$$0] = 1; nonempty = 1; } \
|
||||
END { if (nonempty) { for (i in items) print i; }; } \
|
||||
'
|
||||
# Make sure the list of sources is unique. This is necessary because,
|
||||
# e.g., the same source file might be shared among _SOURCES variables
|
||||
# for different programs/libraries.
|
||||
am__define_uniq_tagged_files = \
|
||||
list='$(am__tagged_files)'; \
|
||||
unique=`for i in $$list; do \
|
||||
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
||||
done | $(am__uniquify_input)`
|
||||
ETAGS = etags
|
||||
CTAGS = ctags
|
||||
am__DIST_COMMON = $(srcdir)/makefile.in
|
||||
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
||||
ABS_TOP_BUILDDIR = @ABS_TOP_BUILDDIR@
|
||||
ABS_TOP_SRCDIR = @ABS_TOP_SRCDIR@
|
||||
ACLOCAL = @ACLOCAL@
|
||||
ADOLC_DIR = @ADOLC_DIR@
|
||||
AMTAR = @AMTAR@
|
||||
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
|
||||
AR = @AR@
|
||||
AUTOCONF = @AUTOCONF@
|
||||
AUTOHEADER = @AUTOHEADER@
|
||||
AUTOMAKE = @AUTOMAKE@
|
||||
AWK = @AWK@
|
||||
BOOST_DIR = @BOOST_DIR@
|
||||
BOOST_INCLUDE = @BOOST_INCLUDE@
|
||||
BTHREAD_LIB = @BTHREAD_LIB@
|
||||
CC = @CC@
|
||||
CCDEPMODE = @CCDEPMODE@
|
||||
CFLAGS = @CFLAGS@
|
||||
CPP = @CPP@
|
||||
CPPAD_IPOPT_LD_PATH = @CPPAD_IPOPT_LD_PATH@
|
||||
CPPAD_IPOPT_LIBS = @CPPAD_IPOPT_LIBS@
|
||||
CPPFLAGS = @CPPFLAGS@
|
||||
CXX = @CXX@
|
||||
CXXDEPMODE = @CXXDEPMODE@
|
||||
CXXFLAGS = @CXXFLAGS@
|
||||
CXX_FLAGS = @CXX_FLAGS@
|
||||
CYGPATH_W = @CYGPATH_W@
|
||||
DEFS = @DEFS@
|
||||
DEPDIR = @DEPDIR@
|
||||
DL_LIB = @DL_LIB@
|
||||
ECHO_C = @ECHO_C@
|
||||
ECHO_N = @ECHO_N@
|
||||
ECHO_T = @ECHO_T@
|
||||
EIGEN_DIR = @EIGEN_DIR@
|
||||
EIGEN_INCLUDE = @EIGEN_INCLUDE@
|
||||
EXEEXT = @EXEEXT@
|
||||
FADBAD_DIR = @FADBAD_DIR@
|
||||
FC = @FC@
|
||||
FCFLAGS = @FCFLAGS@
|
||||
FCLIBS = @FCLIBS@
|
||||
INSTALL = @INSTALL@
|
||||
INSTALL_DATA = @INSTALL_DATA@
|
||||
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
||||
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
||||
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
||||
IPOPT_DIR = @IPOPT_DIR@
|
||||
LDFLAGS = @LDFLAGS@
|
||||
LIBOBJS = @LIBOBJS@
|
||||
LIBS = @LIBS@
|
||||
LTLIBOBJS = @LTLIBOBJS@
|
||||
MAINT = @MAINT@
|
||||
MAKEINFO = @MAKEINFO@
|
||||
MAX_NUM_THREADS = @MAX_NUM_THREADS@
|
||||
MKDIR_P = @MKDIR_P@
|
||||
OBJEXT = @OBJEXT@
|
||||
OPENMP_FLAGS = @OPENMP_FLAGS@
|
||||
PACKAGE = @PACKAGE@
|
||||
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
||||
PACKAGE_NAME = @PACKAGE_NAME@
|
||||
PACKAGE_STRING = @PACKAGE_STRING@
|
||||
PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
||||
PACKAGE_URL = @PACKAGE_URL@
|
||||
PACKAGE_VERSION = @PACKAGE_VERSION@
|
||||
PATH_SEPARATOR = @PATH_SEPARATOR@
|
||||
POSTFIX_DIR = @POSTFIX_DIR@
|
||||
PTHREAD_LIB = @PTHREAD_LIB@
|
||||
RANLIB = @RANLIB@
|
||||
SACADO_DIR = @SACADO_DIR@
|
||||
SET_MAKE = @SET_MAKE@
|
||||
SHELL = @SHELL@
|
||||
STRIP = @STRIP@
|
||||
TAPE_ADDR_TYPE = @TAPE_ADDR_TYPE@
|
||||
TAPE_ID_TYPE = @TAPE_ID_TYPE@
|
||||
VERSION = @VERSION@
|
||||
abs_builddir = @abs_builddir@
|
||||
abs_srcdir = @abs_srcdir@
|
||||
abs_top_builddir = @abs_top_builddir@
|
||||
abs_top_srcdir = @abs_top_srcdir@
|
||||
ac_ct_AR = @ac_ct_AR@
|
||||
ac_ct_CC = @ac_ct_CC@
|
||||
ac_ct_CXX = @ac_ct_CXX@
|
||||
ac_ct_FC = @ac_ct_FC@
|
||||
adolc_prefix = @adolc_prefix@
|
||||
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@
|
||||
builddir = @builddir@
|
||||
compiler_has_conversion_warn = @compiler_has_conversion_warn@
|
||||
cppad_boostvector = @cppad_boostvector@
|
||||
cppad_cplusplus_201100_ok = @cppad_cplusplus_201100_ok@
|
||||
cppad_cppadvector = @cppad_cppadvector@
|
||||
cppad_cxx_flags = @cppad_cxx_flags@
|
||||
cppad_description = @cppad_description@
|
||||
cppad_eigenvector = @cppad_eigenvector@
|
||||
cppad_has_adolc = @cppad_has_adolc@
|
||||
cppad_has_boost = @cppad_has_boost@
|
||||
cppad_has_colpack = @cppad_has_colpack@
|
||||
cppad_has_eigen = @cppad_has_eigen@
|
||||
cppad_has_fadbad = @cppad_has_fadbad@
|
||||
cppad_has_gettimeofday = @cppad_has_gettimeofday@
|
||||
cppad_has_ipopt = @cppad_has_ipopt@
|
||||
cppad_has_mkstemp = @cppad_has_mkstemp@
|
||||
cppad_has_sacado = @cppad_has_sacado@
|
||||
cppad_has_tmpnam_s = @cppad_has_tmpnam_s@
|
||||
cppad_max_num_threads = @cppad_max_num_threads@
|
||||
cppad_pkgconfig_cflags = @cppad_pkgconfig_cflags@
|
||||
cppad_pkgconfig_cflags_uninstalled = @cppad_pkgconfig_cflags_uninstalled@
|
||||
cppad_pkgconfig_libs = @cppad_pkgconfig_libs@
|
||||
cppad_pkgconfig_libs_uninstalled = @cppad_pkgconfig_libs_uninstalled@
|
||||
cppad_pkgconfig_requires = @cppad_pkgconfig_requires@
|
||||
cppad_pkgconfig_requires_uninstalled = @cppad_pkgconfig_requires_uninstalled@
|
||||
cppad_stdvector = @cppad_stdvector@
|
||||
cppad_tape_addr_type = @cppad_tape_addr_type@
|
||||
cppad_tape_id_type = @cppad_tape_id_type@
|
||||
cppad_url = @cppad_url@
|
||||
cppad_version = @cppad_version@
|
||||
datadir = @datadir@
|
||||
datarootdir = @datarootdir@
|
||||
docdir = @docdir@
|
||||
dvidir = @dvidir@
|
||||
eigen_prefix = @eigen_prefix@
|
||||
exec_prefix = @exec_prefix@
|
||||
have_pkg_config = @have_pkg_config@
|
||||
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@
|
||||
ipopt_prefix = @ipopt_prefix@
|
||||
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@
|
||||
srcdir = @srcdir@
|
||||
sysconfdir = @sysconfdir@
|
||||
target_alias = @target_alias@
|
||||
top_build_prefix = @top_build_prefix@
|
||||
top_builddir = @top_builddir@
|
||||
top_srcdir = @top_srcdir@
|
||||
@CppAD_POSTFIX_FALSE@postfix_dir = .
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
# CppAD: C++ Algorithmic Differentiation: Copyright (C) 2003-20 Bradley M. Bell
|
||||
#
|
||||
# CppAD is distributed under the terms of the
|
||||
# Eclipse Public License Version 2.0.
|
||||
#
|
||||
# This Source Code may also be made available under the following
|
||||
# Secondary License when the conditions for such availability set forth
|
||||
# in the Eclipse Public License, Version 2.0 are satisfied:
|
||||
# GNU General Public License, Version 2.0 or later.
|
||||
# -----------------------------------------------------------------------------
|
||||
#
|
||||
@CppAD_POSTFIX_TRUE@postfix_dir = $(POSTFIX_DIR)
|
||||
#
|
||||
myincludedir = $(includedir)/$(postfix_dir)
|
||||
#
|
||||
# BEGIN_SORT_THIS_LINE_PLUS_2
|
||||
nobase_myinclude_HEADERS = \
|
||||
cppad/base_require.hpp \
|
||||
cppad/configure.hpp \
|
||||
cppad/core/abort_recording.hpp \
|
||||
cppad/core/abs.hpp \
|
||||
cppad/core/abs_normal_fun.hpp \
|
||||
cppad/core/ad.hpp \
|
||||
cppad/core/ad_assign.hpp \
|
||||
cppad/core/ad_binary.hpp \
|
||||
cppad/core/ad_ctor.hpp \
|
||||
cppad/core/ad_fun.hpp \
|
||||
cppad/core/ad_io.hpp \
|
||||
cppad/core/ad_to_string.hpp \
|
||||
cppad/core/ad_type.hpp \
|
||||
cppad/core/ad_valued.hpp \
|
||||
cppad/core/add.hpp \
|
||||
cppad/core/add_eq.hpp \
|
||||
cppad/core/arithmetic.hpp \
|
||||
cppad/core/atan2.hpp \
|
||||
cppad/core/atomic/atomic_one.hpp \
|
||||
cppad/core/atomic/atomic_three.hpp \
|
||||
cppad/core/atomic/atomic_two.hpp \
|
||||
cppad/core/atomic/three_afun.hpp \
|
||||
cppad/core/atomic/three_ctor.hpp \
|
||||
cppad/core/atomic/three_for_type.hpp \
|
||||
cppad/core/atomic/three_forward.hpp \
|
||||
cppad/core/atomic/three_hes_sparsity.hpp \
|
||||
cppad/core/atomic/three_jac_sparsity.hpp \
|
||||
cppad/core/atomic/three_rev_depend.hpp \
|
||||
cppad/core/atomic/three_reverse.hpp \
|
||||
cppad/core/atomic/two_afun.hpp \
|
||||
cppad/core/atomic/two_clear.hpp \
|
||||
cppad/core/atomic/two_ctor.hpp \
|
||||
cppad/core/atomic/two_for_sparse_hes.hpp \
|
||||
cppad/core/atomic/two_for_sparse_jac.hpp \
|
||||
cppad/core/atomic/two_forward.hpp \
|
||||
cppad/core/atomic/two_option.hpp \
|
||||
cppad/core/atomic/two_rev_depend.hpp \
|
||||
cppad/core/atomic/two_rev_sparse_hes.hpp \
|
||||
cppad/core/atomic/two_rev_sparse_jac.hpp \
|
||||
cppad/core/atomic/two_reverse.hpp \
|
||||
cppad/core/azmul.hpp \
|
||||
cppad/core/base2ad.hpp \
|
||||
cppad/core/base_complex.hpp \
|
||||
cppad/core/base_cond_exp.hpp \
|
||||
cppad/core/base_double.hpp \
|
||||
cppad/core/base_float.hpp \
|
||||
cppad/core/base_hash.hpp \
|
||||
cppad/core/base_limits.hpp \
|
||||
cppad/core/base_std_math.hpp \
|
||||
cppad/core/base_to_string.hpp \
|
||||
cppad/core/bender_quad.hpp \
|
||||
cppad/core/bool_fun.hpp \
|
||||
cppad/core/bool_valued.hpp \
|
||||
cppad/core/capacity_order.hpp \
|
||||
cppad/core/check_for_nan.hpp \
|
||||
cppad/core/chkpoint_one/chkpoint_one.hpp \
|
||||
cppad/core/chkpoint_one/ctor.hpp \
|
||||
cppad/core/chkpoint_one/for_sparse_jac.hpp \
|
||||
cppad/core/chkpoint_one/forward.hpp \
|
||||
cppad/core/chkpoint_one/rev_sparse_hes.hpp \
|
||||
cppad/core/chkpoint_one/rev_sparse_jac.hpp \
|
||||
cppad/core/chkpoint_one/reverse.hpp \
|
||||
cppad/core/chkpoint_one/set_hes_sparse_bool.hpp \
|
||||
cppad/core/chkpoint_one/set_hes_sparse_set.hpp \
|
||||
cppad/core/chkpoint_one/set_jac_sparse_bool.hpp \
|
||||
cppad/core/chkpoint_one/set_jac_sparse_set.hpp \
|
||||
cppad/core/chkpoint_two/chkpoint_two.hpp \
|
||||
cppad/core/chkpoint_two/ctor.hpp \
|
||||
cppad/core/chkpoint_two/dynamic.hpp \
|
||||
cppad/core/chkpoint_two/for_type.hpp \
|
||||
cppad/core/chkpoint_two/forward.hpp \
|
||||
cppad/core/chkpoint_two/hes_sparsity.hpp \
|
||||
cppad/core/chkpoint_two/jac_sparsity.hpp \
|
||||
cppad/core/chkpoint_two/rev_depend.hpp \
|
||||
cppad/core/chkpoint_two/reverse.hpp \
|
||||
cppad/core/compare.hpp \
|
||||
cppad/core/compound_assign.hpp \
|
||||
cppad/core/con_dyn_var.hpp \
|
||||
cppad/core/cond_exp.hpp \
|
||||
cppad/core/convert.hpp \
|
||||
cppad/core/cppad_assert.hpp \
|
||||
cppad/core/dependent.hpp \
|
||||
cppad/core/discrete/discrete.hpp \
|
||||
cppad/core/div.hpp \
|
||||
cppad/core/div_eq.hpp \
|
||||
cppad/core/drivers.hpp \
|
||||
cppad/core/epsilon.hpp \
|
||||
cppad/core/equal_op_seq.hpp \
|
||||
cppad/core/for_hes_sparsity.hpp \
|
||||
cppad/core/for_jac_sparsity.hpp \
|
||||
cppad/core/for_one.hpp \
|
||||
cppad/core/for_sparse_hes.hpp \
|
||||
cppad/core/for_sparse_jac.hpp \
|
||||
cppad/core/for_two.hpp \
|
||||
cppad/core/forward/forward.hpp \
|
||||
cppad/core/fun_check.hpp \
|
||||
cppad/core/fun_construct.hpp \
|
||||
cppad/core/fun_eval.hpp \
|
||||
cppad/core/hash_code.hpp \
|
||||
cppad/core/hessian.hpp \
|
||||
cppad/core/identical.hpp \
|
||||
cppad/core/independent/independent.hpp \
|
||||
cppad/core/integer.hpp \
|
||||
cppad/core/jacobian.hpp \
|
||||
cppad/core/graph/from_json.hpp \
|
||||
cppad/core/graph/graph_op_enum.hpp \
|
||||
cppad/core/graph/to_json.hpp \
|
||||
cppad/core/lu_ratio.hpp \
|
||||
cppad/core/mul.hpp \
|
||||
cppad/core/mul_eq.hpp \
|
||||
cppad/core/near_equal_ext.hpp \
|
||||
cppad/core/new_dynamic.hpp \
|
||||
cppad/core/num_skip.hpp \
|
||||
cppad/core/numeric_limits.hpp \
|
||||
cppad/core/omp_max_thread.hpp \
|
||||
cppad/core/opt_val_hes.hpp \
|
||||
cppad/core/optimize.hpp \
|
||||
cppad/core/ordered.hpp \
|
||||
cppad/core/parallel_ad.hpp \
|
||||
cppad/core/pow.hpp \
|
||||
cppad/core/print_for.hpp \
|
||||
cppad/core/rev_hes_sparsity.hpp \
|
||||
cppad/core/rev_jac_sparsity.hpp \
|
||||
cppad/core/rev_one.hpp \
|
||||
cppad/core/rev_sparse_hes.hpp \
|
||||
cppad/core/rev_sparse_jac.hpp \
|
||||
cppad/core/rev_two.hpp \
|
||||
cppad/core/reverse.hpp \
|
||||
cppad/core/sign.hpp \
|
||||
cppad/core/sparse.hpp \
|
||||
cppad/core/sparse_hes.hpp \
|
||||
cppad/core/sparse_hessian.hpp \
|
||||
cppad/core/sparse_jac.hpp \
|
||||
cppad/core/sparse_jacobian.hpp \
|
||||
cppad/core/standard_math.hpp \
|
||||
cppad/core/std_math_11.hpp \
|
||||
cppad/core/sub.hpp \
|
||||
cppad/core/sub_eq.hpp \
|
||||
cppad/core/subgraph_jac_rev.hpp \
|
||||
cppad/core/subgraph_reverse.hpp \
|
||||
cppad/core/subgraph_sparsity.hpp \
|
||||
cppad/core/tape_link.hpp \
|
||||
cppad/core/test_vector.hpp \
|
||||
cppad/core/testvector.hpp \
|
||||
cppad/core/unary_minus.hpp \
|
||||
cppad/core/unary_plus.hpp \
|
||||
cppad/core/undef.hpp \
|
||||
cppad/core/user_ad.hpp \
|
||||
cppad/core/value.hpp \
|
||||
cppad/core/var2par.hpp \
|
||||
cppad/core/vec_ad/vec_ad.hpp \
|
||||
cppad/core/zdouble.hpp \
|
||||
cppad/cppad.hpp \
|
||||
cppad/example/atomic_three/mat_mul.hpp \
|
||||
cppad/example/atomic_two/eigen_cholesky.hpp \
|
||||
cppad/example/atomic_two/eigen_mat_inv.hpp \
|
||||
cppad/example/atomic_two/eigen_mat_mul.hpp \
|
||||
cppad/example/base_adolc.hpp \
|
||||
cppad/example/code_gen_fun.hpp \
|
||||
cppad/example/cppad_eigen.hpp \
|
||||
cppad/example/eigen_plugin.hpp \
|
||||
cppad/ipopt/solve.hpp \
|
||||
cppad/ipopt/solve_callback.hpp \
|
||||
cppad/ipopt/solve_result.hpp \
|
||||
cppad/local/abs_op.hpp \
|
||||
cppad/local/acos_op.hpp \
|
||||
cppad/local/acosh_op.hpp \
|
||||
cppad/local/ad_tape.hpp \
|
||||
cppad/local/add_op.hpp \
|
||||
cppad/local/asin_op.hpp \
|
||||
cppad/local/asinh_op.hpp \
|
||||
cppad/local/atan_op.hpp \
|
||||
cppad/local/atanh_op.hpp \
|
||||
cppad/local/atom_state.hpp \
|
||||
cppad/local/atomic_index.hpp \
|
||||
cppad/local/color_general.hpp \
|
||||
cppad/local/color_symmetric.hpp \
|
||||
cppad/local/comp_op.hpp \
|
||||
cppad/local/cond_op.hpp \
|
||||
cppad/local/cos_op.hpp \
|
||||
cppad/local/cosh_op.hpp \
|
||||
cppad/local/cppad_colpack.hpp \
|
||||
cppad/local/cskip_op.hpp \
|
||||
cppad/local/csum_op.hpp \
|
||||
cppad/local/declare_ad.hpp \
|
||||
cppad/local/define.hpp \
|
||||
cppad/local/discrete_op.hpp \
|
||||
cppad/local/div_op.hpp \
|
||||
cppad/local/erf_op.hpp \
|
||||
cppad/local/exp_op.hpp \
|
||||
cppad/local/expm1_op.hpp \
|
||||
cppad/local/hash_code.hpp \
|
||||
cppad/local/independent.hpp \
|
||||
cppad/local/is_pod.hpp \
|
||||
cppad/core/graph/from_graph.hpp \
|
||||
cppad/local/graph/json_lexer.hpp \
|
||||
cppad/core/graph/to_graph.hpp \
|
||||
cppad/core/graph/cpp_graph.hpp \
|
||||
cppad/local/graph/cpp_graph_itr.hpp \
|
||||
cppad/local/graph/cpp_graph_op.hpp \
|
||||
cppad/local/graph/json_parser.hpp \
|
||||
cppad/local/graph/json_writer.hpp \
|
||||
cppad/local/load_op.hpp \
|
||||
cppad/local/log1p_op.hpp \
|
||||
cppad/local/log_op.hpp \
|
||||
cppad/local/mul_op.hpp \
|
||||
cppad/local/op.hpp \
|
||||
cppad/local/op_code_dyn.hpp \
|
||||
cppad/local/op_code_var.hpp \
|
||||
cppad/local/optimize/cexp_info.hpp \
|
||||
cppad/local/optimize/csum_op_info.hpp \
|
||||
cppad/local/optimize/csum_stacks.hpp \
|
||||
cppad/local/optimize/get_cexp_info.hpp \
|
||||
cppad/local/optimize/get_dyn_previous.hpp \
|
||||
cppad/local/optimize/get_op_previous.hpp \
|
||||
cppad/local/optimize/get_op_usage.hpp \
|
||||
cppad/local/optimize/get_par_usage.hpp \
|
||||
cppad/local/optimize/hash_code.hpp \
|
||||
cppad/local/optimize/match_op.hpp \
|
||||
cppad/local/optimize/optimize_run.hpp \
|
||||
cppad/local/optimize/record_csum.hpp \
|
||||
cppad/local/optimize/record_pv.hpp \
|
||||
cppad/local/optimize/record_vp.hpp \
|
||||
cppad/local/optimize/record_vv.hpp \
|
||||
cppad/local/optimize/size_pair.hpp \
|
||||
cppad/local/optimize/usage.hpp \
|
||||
cppad/local/parameter_op.hpp \
|
||||
cppad/local/play/addr_enum.hpp \
|
||||
cppad/local/play/atom_op_info.hpp \
|
||||
cppad/local/play/player.hpp \
|
||||
cppad/local/play/random_iterator.hpp \
|
||||
cppad/local/play/random_setup.hpp \
|
||||
cppad/local/play/sequential_iterator.hpp \
|
||||
cppad/local/play/subgraph_iterator.hpp \
|
||||
cppad/local/pod_vector.hpp \
|
||||
cppad/local/pow_op.hpp \
|
||||
cppad/local/print_op.hpp \
|
||||
cppad/local/prototype_op.hpp \
|
||||
cppad/local/record/cond_exp.hpp \
|
||||
cppad/local/record/comp_op.hpp \
|
||||
cppad/local/record/put_dyn_atomic.hpp \
|
||||
cppad/local/record/put_var_atomic.hpp \
|
||||
cppad/local/record/put_var_vecad.hpp \
|
||||
cppad/local/record/recorder.hpp \
|
||||
cppad/local/set_get_in_parallel.hpp \
|
||||
cppad/local/sign_op.hpp \
|
||||
cppad/local/sin_op.hpp \
|
||||
cppad/local/sinh_op.hpp \
|
||||
cppad/local/sparse/binary_op.hpp \
|
||||
cppad/local/sparse/internal.hpp \
|
||||
cppad/local/sparse/list_setvec.hpp \
|
||||
cppad/local/sparse/pack_setvec.hpp \
|
||||
cppad/local/sparse/svec_setvec.hpp \
|
||||
cppad/local/sparse/unary_op.hpp \
|
||||
cppad/local/sqrt_op.hpp \
|
||||
cppad/local/std_set.hpp \
|
||||
cppad/local/store_op.hpp \
|
||||
cppad/local/sub_op.hpp \
|
||||
cppad/local/subgraph/arg_variable.hpp \
|
||||
cppad/local/subgraph/entire_call.hpp \
|
||||
cppad/local/subgraph/get_rev.hpp \
|
||||
cppad/local/subgraph/info.hpp \
|
||||
cppad/local/subgraph/init_rev.hpp \
|
||||
cppad/local/subgraph/sparsity.hpp \
|
||||
cppad/local/sweep/call_atomic.hpp \
|
||||
cppad/local/sweep/dynamic.hpp \
|
||||
cppad/local/sweep/for_hes.hpp \
|
||||
cppad/local/sweep/for_jac.hpp \
|
||||
cppad/local/sweep/forward0.hpp \
|
||||
cppad/local/sweep/forward1.hpp \
|
||||
cppad/local/sweep/forward2.hpp \
|
||||
cppad/local/sweep/rev_hes.hpp \
|
||||
cppad/local/sweep/rev_jac.hpp \
|
||||
cppad/local/sweep/reverse.hpp \
|
||||
cppad/local/tan_op.hpp \
|
||||
cppad/local/tanh_op.hpp \
|
||||
cppad/local/utility/cppad_vector_itr.hpp \
|
||||
cppad/local/utility/vector_bool.hpp \
|
||||
cppad/local/zmul_op.hpp \
|
||||
cppad/speed/det_33.hpp \
|
||||
cppad/speed/det_by_lu.hpp \
|
||||
cppad/speed/det_by_minor.hpp \
|
||||
cppad/speed/det_grad_33.hpp \
|
||||
cppad/speed/det_of_minor.hpp \
|
||||
cppad/speed/mat_sum_sq.hpp \
|
||||
cppad/speed/ode_evaluate.hpp \
|
||||
cppad/speed/sparse_hes_fun.hpp \
|
||||
cppad/speed/sparse_jac_fun.hpp \
|
||||
cppad/speed/uniform_01.hpp \
|
||||
cppad/utility.hpp \
|
||||
cppad/utility/check_numeric_type.hpp \
|
||||
cppad/utility/check_simple_vector.hpp \
|
||||
cppad/utility/elapsed_seconds.hpp \
|
||||
cppad/utility/error_handler.hpp \
|
||||
cppad/utility/index_sort.hpp \
|
||||
cppad/utility/lu_factor.hpp \
|
||||
cppad/utility/lu_invert.hpp \
|
||||
cppad/utility/lu_solve.hpp \
|
||||
cppad/utility/memory_leak.hpp \
|
||||
cppad/utility/nan.hpp \
|
||||
cppad/utility/near_equal.hpp \
|
||||
cppad/utility/ode_err_control.hpp \
|
||||
cppad/utility/ode_gear.hpp \
|
||||
cppad/utility/ode_gear_control.hpp \
|
||||
cppad/utility/omp_alloc.hpp \
|
||||
cppad/utility/poly.hpp \
|
||||
cppad/utility/pow_int.hpp \
|
||||
cppad/utility/romberg_mul.hpp \
|
||||
cppad/utility/romberg_one.hpp \
|
||||
cppad/utility/rosen_34.hpp \
|
||||
cppad/utility/runge_45.hpp \
|
||||
cppad/utility/set_union.hpp \
|
||||
cppad/utility/sparse2eigen.hpp \
|
||||
cppad/utility/sparse_rc.hpp \
|
||||
cppad/utility/sparse_rcv.hpp \
|
||||
cppad/utility/speed_test.hpp \
|
||||
cppad/utility/test_boolofvoid.hpp \
|
||||
cppad/utility/thread_alloc.hpp \
|
||||
cppad/utility/time_test.hpp \
|
||||
cppad/utility/to_string.hpp \
|
||||
cppad/utility/track_new_del.hpp \
|
||||
cppad/utility/vector.hpp \
|
||||
cppad/utility/vector_bool.hpp \
|
||||
cppad/wno_conversion.hpp
|
||||
|
||||
all: all-am
|
||||
|
||||
.SUFFIXES:
|
||||
$(srcdir)/makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/makefile.am $(am__configure_deps)
|
||||
@for dep in $?; do \
|
||||
case '$(am__configure_deps)' in \
|
||||
*$$dep*) \
|
||||
( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
|
||||
&& { if test -f $@; then exit 0; else break; fi; }; \
|
||||
exit 1;; \
|
||||
esac; \
|
||||
done; \
|
||||
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign include/makefile'; \
|
||||
$(am__cd) $(top_srcdir) && \
|
||||
$(AUTOMAKE) --foreign include/makefile
|
||||
makefile: $(srcdir)/makefile.in $(top_builddir)/config.status
|
||||
@case '$?' in \
|
||||
*config.status*) \
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
|
||||
*) \
|
||||
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
|
||||
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
|
||||
esac;
|
||||
|
||||
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
||||
|
||||
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
||||
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
||||
$(am__aclocal_m4_deps):
|
||||
install-nobase_myincludeHEADERS: $(nobase_myinclude_HEADERS)
|
||||
@$(NORMAL_INSTALL)
|
||||
@list='$(nobase_myinclude_HEADERS)'; test -n "$(myincludedir)" || list=; \
|
||||
if test -n "$$list"; then \
|
||||
echo " $(MKDIR_P) '$(DESTDIR)$(myincludedir)'"; \
|
||||
$(MKDIR_P) "$(DESTDIR)$(myincludedir)" || exit 1; \
|
||||
fi; \
|
||||
$(am__nobase_list) | while read dir files; do \
|
||||
xfiles=; for file in $$files; do \
|
||||
if test -f "$$file"; then xfiles="$$xfiles $$file"; \
|
||||
else xfiles="$$xfiles $(srcdir)/$$file"; fi; done; \
|
||||
test -z "$$xfiles" || { \
|
||||
test "x$$dir" = x. || { \
|
||||
echo " $(MKDIR_P) '$(DESTDIR)$(myincludedir)/$$dir'"; \
|
||||
$(MKDIR_P) "$(DESTDIR)$(myincludedir)/$$dir"; }; \
|
||||
echo " $(INSTALL_HEADER) $$xfiles '$(DESTDIR)$(myincludedir)/$$dir'"; \
|
||||
$(INSTALL_HEADER) $$xfiles "$(DESTDIR)$(myincludedir)/$$dir" || exit $$?; }; \
|
||||
done
|
||||
|
||||
uninstall-nobase_myincludeHEADERS:
|
||||
@$(NORMAL_UNINSTALL)
|
||||
@list='$(nobase_myinclude_HEADERS)'; test -n "$(myincludedir)" || list=; \
|
||||
$(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \
|
||||
dir='$(DESTDIR)$(myincludedir)'; $(am__uninstall_files_from_dir)
|
||||
|
||||
ID: $(am__tagged_files)
|
||||
$(am__define_uniq_tagged_files); mkid -fID $$unique
|
||||
tags: tags-am
|
||||
TAGS: tags
|
||||
|
||||
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
|
||||
set x; \
|
||||
here=`pwd`; \
|
||||
$(am__define_uniq_tagged_files); \
|
||||
shift; \
|
||||
if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
|
||||
test -n "$$unique" || unique=$$empty_fix; \
|
||||
if test $$# -gt 0; then \
|
||||
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
||||
"$$@" $$unique; \
|
||||
else \
|
||||
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
||||
$$unique; \
|
||||
fi; \
|
||||
fi
|
||||
ctags: ctags-am
|
||||
|
||||
CTAGS: ctags
|
||||
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
|
||||
$(am__define_uniq_tagged_files); \
|
||||
test -z "$(CTAGS_ARGS)$$unique" \
|
||||
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
|
||||
$$unique
|
||||
|
||||
GTAGS:
|
||||
here=`$(am__cd) $(top_builddir) && pwd` \
|
||||
&& $(am__cd) $(top_srcdir) \
|
||||
&& gtags -i $(GTAGS_ARGS) "$$here"
|
||||
cscopelist: cscopelist-am
|
||||
|
||||
cscopelist-am: $(am__tagged_files)
|
||||
list='$(am__tagged_files)'; \
|
||||
case "$(srcdir)" in \
|
||||
[\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
|
||||
*) sdir=$(subdir)/$(srcdir) ;; \
|
||||
esac; \
|
||||
for i in $$list; do \
|
||||
if test -f "$$i"; then \
|
||||
echo "$(subdir)/$$i"; \
|
||||
else \
|
||||
echo "$$sdir/$$i"; \
|
||||
fi; \
|
||||
done >> $(top_builddir)/cscope.files
|
||||
|
||||
distclean-tags:
|
||||
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
|
||||
|
||||
distdir: $(BUILT_SOURCES)
|
||||
$(MAKE) $(AM_MAKEFLAGS) distdir-am
|
||||
|
||||
distdir-am: $(DISTFILES)
|
||||
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
||||
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
||||
list='$(DISTFILES)'; \
|
||||
dist_files=`for file in $$list; do echo $$file; done | \
|
||||
sed -e "s|^$$srcdirstrip/||;t" \
|
||||
-e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
|
||||
case $$dist_files in \
|
||||
*/*) $(MKDIR_P) `echo "$$dist_files" | \
|
||||
sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
|
||||
sort -u` ;; \
|
||||
esac; \
|
||||
for file in $$dist_files; do \
|
||||
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
||||
if test -d $$d/$$file; then \
|
||||
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
|
||||
if test -d "$(distdir)/$$file"; then \
|
||||
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|
||||
fi; \
|
||||
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
|
||||
cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
|
||||
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|
||||
fi; \
|
||||
cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
|
||||
else \
|
||||
test -f "$(distdir)/$$file" \
|
||||
|| cp -p $$d/$$file "$(distdir)/$$file" \
|
||||
|| exit 1; \
|
||||
fi; \
|
||||
done
|
||||
check-am: all-am
|
||||
check: check-am
|
||||
all-am: makefile $(HEADERS)
|
||||
installdirs:
|
||||
for dir in "$(DESTDIR)$(myincludedir)"; do \
|
||||
test -z "$$dir" || $(MKDIR_P) "$$dir"; \
|
||||
done
|
||||
install: install-am
|
||||
install-exec: install-exec-am
|
||||
install-data: install-data-am
|
||||
uninstall: uninstall-am
|
||||
|
||||
install-am: all-am
|
||||
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
||||
|
||||
installcheck: installcheck-am
|
||||
install-strip:
|
||||
if test -z '$(STRIP)'; then \
|
||||
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
||||
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
||||
install; \
|
||||
else \
|
||||
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
||||
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
||||
"INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
|
||||
fi
|
||||
mostlyclean-generic:
|
||||
|
||||
clean-generic:
|
||||
|
||||
distclean-generic:
|
||||
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
||||
-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
|
||||
|
||||
maintainer-clean-generic:
|
||||
@echo "This command is intended for maintainers to use"
|
||||
@echo "it deletes files that may require special tools to rebuild."
|
||||
clean: clean-am
|
||||
|
||||
clean-am: clean-generic mostlyclean-am
|
||||
|
||||
distclean: distclean-am
|
||||
-rm -f makefile
|
||||
distclean-am: clean-am distclean-generic distclean-tags
|
||||
|
||||
dvi: dvi-am
|
||||
|
||||
dvi-am:
|
||||
|
||||
html: html-am
|
||||
|
||||
html-am:
|
||||
|
||||
info: info-am
|
||||
|
||||
info-am:
|
||||
|
||||
install-data-am: install-nobase_myincludeHEADERS
|
||||
|
||||
install-dvi: install-dvi-am
|
||||
|
||||
install-dvi-am:
|
||||
|
||||
install-exec-am:
|
||||
|
||||
install-html: install-html-am
|
||||
|
||||
install-html-am:
|
||||
|
||||
install-info: install-info-am
|
||||
|
||||
install-info-am:
|
||||
|
||||
install-man:
|
||||
|
||||
install-pdf: install-pdf-am
|
||||
|
||||
install-pdf-am:
|
||||
|
||||
install-ps: install-ps-am
|
||||
|
||||
install-ps-am:
|
||||
|
||||
installcheck-am:
|
||||
|
||||
maintainer-clean: maintainer-clean-am
|
||||
-rm -f makefile
|
||||
maintainer-clean-am: distclean-am maintainer-clean-generic
|
||||
|
||||
mostlyclean: mostlyclean-am
|
||||
|
||||
mostlyclean-am: mostlyclean-generic
|
||||
|
||||
pdf: pdf-am
|
||||
|
||||
pdf-am:
|
||||
|
||||
ps: ps-am
|
||||
|
||||
ps-am:
|
||||
|
||||
uninstall-am: uninstall-nobase_myincludeHEADERS
|
||||
|
||||
.MAKE: install-am install-strip
|
||||
|
||||
.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
|
||||
cscopelist-am ctags ctags-am distclean distclean-generic \
|
||||
distclean-tags distdir dvi dvi-am html html-am info info-am \
|
||||
install install-am install-data install-data-am install-dvi \
|
||||
install-dvi-am install-exec install-exec-am install-html \
|
||||
install-html-am install-info install-info-am install-man \
|
||||
install-nobase_myincludeHEADERS install-pdf install-pdf-am \
|
||||
install-ps install-ps-am install-strip installcheck \
|
||||
installcheck-am installdirs maintainer-clean \
|
||||
maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
|
||||
pdf-am ps ps-am tags tags-am uninstall uninstall-am \
|
||||
uninstall-nobase_myincludeHEADERS
|
||||
|
||||
.PRECIOUS: makefile
|
||||
|
||||
# End nobase_myinclude_HEADERS (check_makefile.sh uses this comment)
|
||||
# END_SORT_THIS_LINE_MINUS_2
|
||||
|
||||
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
||||
# Otherwise a system limit (for SysV at least) may be exceeded.
|
||||
.NOEXPORT:
|
||||
Reference in New Issue
Block a user