Created
July 8, 2020 18:04
-
-
Save abhayraw1/d3e3f8947d8d1b215a4f78517f687235 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Makefile.in generated by automake 1.9.6 from Makefile.am. | |
| # test/Makefile. Generated from Makefile.in by configure. | |
| # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, | |
| # 2003, 2004, 2005 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. | |
| # Copyright (C) 2006 International Business Machines and others. | |
| # All Rights Reserved. | |
| # This file is distributed under the Eclipse Public License. | |
| # Author: Andreas Waechter IBM 2006-04-13 | |
| srcdir = . | |
| top_srcdir = .. | |
| pkgdatadir = $(datadir)/ipopt | |
| pkglibdir = $(libdir)/ipopt | |
| pkgincludedir = $(includedir)/ipopt | |
| top_builddir = .. | |
| am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd | |
| INSTALL = /usr/bin/install -c | |
| 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 = x86_64-unknown-linux-gnu | |
| host_triplet = x86_64-unknown-linux-gnu | |
| noinst_PROGRAMS = hs071_cpp$(EXEEXT) hs071_c$(EXEEXT) $(am__EXEEXT_1) | |
| am__append_1 = hs071_f | |
| subdir = test | |
| DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ | |
| $(srcdir)/run_unitTests.in | |
| ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | |
| am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ | |
| $(top_srcdir)/configure.ac | |
| am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ | |
| $(ACLOCAL_M4) | |
| mkinstalldirs = $(install_sh) -d | |
| CONFIG_HEADER = $(top_builddir)/src/Common/config.h \ | |
| $(top_builddir)/src/Common/config_ipopt.h \ | |
| $(top_builddir)/examples/ScalableProblems/config.h | |
| CONFIG_CLEAN_FILES = run_unitTests hs071_main.cpp hs071_nlp.cpp \ | |
| hs071_nlp.hpp hs071_c.c | |
| am__EXEEXT_1 = hs071_f$(EXEEXT) | |
| PROGRAMS = $(noinst_PROGRAMS) | |
| nodist_hs071_c_OBJECTS = hs071_c.$(OBJEXT) | |
| hs071_c_OBJECTS = $(nodist_hs071_c_OBJECTS) | |
| am__DEPENDENCIES_1 = | |
| nodist_hs071_cpp_OBJECTS = hs071_main.$(OBJEXT) hs071_nlp.$(OBJEXT) | |
| hs071_cpp_OBJECTS = $(nodist_hs071_cpp_OBJECTS) | |
| nodist_hs071_f_OBJECTS = hs071_f.$(OBJEXT) | |
| hs071_f_OBJECTS = $(nodist_hs071_f_OBJECTS) | |
| depcomp = $(SHELL) $(top_srcdir)/depcomp | |
| am__depfiles_maybe = depfiles | |
| COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ | |
| $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) | |
| LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \ | |
| $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ | |
| $(AM_CFLAGS) $(CFLAGS) | |
| CCLD = $(CC) | |
| LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ | |
| $(AM_LDFLAGS) $(LDFLAGS) -o $@ | |
| CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ | |
| $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) | |
| LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \ | |
| $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ | |
| $(AM_CXXFLAGS) $(CXXFLAGS) | |
| CXXLD = $(CXX) | |
| CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \ | |
| $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ | |
| F77COMPILE = $(F77) $(AM_FFLAGS) $(FFLAGS) | |
| LTF77COMPILE = $(LIBTOOL) --tag=F77 --mode=compile $(F77) $(AM_FFLAGS) \ | |
| $(FFLAGS) | |
| F77LD = $(F77) | |
| F77LINK = $(LIBTOOL) --tag=F77 --mode=link $(F77LD) $(AM_FFLAGS) \ | |
| $(FFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ | |
| SOURCES = $(nodist_hs071_c_SOURCES) $(nodist_hs071_cpp_SOURCES) \ | |
| $(nodist_hs071_f_SOURCES) | |
| DIST_SOURCES = | |
| ETAGS = etags | |
| CTAGS = ctags | |
| DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) | |
| ABSBUILDDIR = /home/abhay/Ipopt/Ipopt | |
| ACLOCAL = ${SHELL} /home/abhay/Ipopt/Ipopt/missing --run aclocal-1.9 | |
| ADD_CFLAGS = | |
| ADD_CXXFLAGS = | |
| ADD_FFLAGS = | |
| AIX_FIX_COMPILER_BUG_FALSE = | |
| AIX_FIX_COMPILER_BUG_TRUE = # | |
| ALWAYS_FALSE_FALSE = | |
| ALWAYS_FALSE_TRUE = # | |
| AMDEP_FALSE = # | |
| AMDEP_TRUE = | |
| AMTAR = ${SHELL} /home/abhay/Ipopt/Ipopt/missing --run tar | |
| AR = ar | |
| ASL_CFLAGS = | |
| ASL_CFLAGS_INSTALLED = | |
| ASL_DATA = | |
| ASL_DATA_INSTALLED = | |
| ASL_DEPENDENCIES = | |
| ASL_LIBS = | |
| ASL_LIBS_INSTALLED = | |
| ASTYLE = astyle | |
| ASTYLEFLAGS = --mode=c --indent=spaces=2 --indent-cases --indent-namespaces --min-conditional-indent=1 --brackets=linux --brackets=break-closing --convert-tabs | |
| AUTOCONF = ${SHELL} /home/abhay/Ipopt/Ipopt/missing --run autoconf | |
| AUTOHEADER = ${SHELL} /home/abhay/Ipopt/Ipopt/missing --run autoheader | |
| AUTOMAKE = ${SHELL} /home/abhay/Ipopt/Ipopt/missing --run automake-1.9 | |
| AUX_DIR = | |
| AWK = gawk | |
| BIT32FCOMMENT = C | |
| BIT64FCOMMENT = | |
| BITS_PER_POINTER = 64 | |
| BLAS_CFLAGS = | |
| BLAS_CFLAGS_INSTALLED = | |
| BLAS_DATA = | |
| BLAS_DATA_INSTALLED = | |
| BLAS_DEPENDENCIES = | |
| BLAS_LIBS = -lblas | |
| BLAS_LIBS_INSTALLED = | |
| BLUEGENEEXTRA = echo | |
| BUILDTOOLSDIR = | |
| BUILD_INEXACT_FALSE = | |
| BUILD_INEXACT_TRUE = # | |
| BUILD_LINEARSOLVERLOADER_FALSE = # | |
| BUILD_LINEARSOLVERLOADER_TRUE = | |
| BUILD_PARDISOLOADER_FALSE = # | |
| BUILD_PARDISOLOADER_TRUE = | |
| CC = gcc | |
| CCDEPMODE = depmode=gcc3 | |
| CDEFS = | |
| CFLAGS = -O3 -pipe -DNDEBUG -Wimplicit -Wparentheses -Wsequence-point -Wreturn-type -Wcast-qual -Wall -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD | |
| COIN_CC_IS_CL_FALSE = | |
| COIN_CC_IS_CL_TRUE = # | |
| COIN_CXX_IS_CL_FALSE = | |
| COIN_CXX_IS_CL_TRUE = # | |
| COIN_HAS_ASL_FALSE = | |
| COIN_HAS_ASL_TRUE = # | |
| COIN_HAS_BLAS_FALSE = # | |
| COIN_HAS_BLAS_TRUE = | |
| COIN_HAS_DOXYGEN_FALSE = | |
| COIN_HAS_DOXYGEN_TRUE = # | |
| COIN_HAS_F77_FALSE = # | |
| COIN_HAS_F77_TRUE = | |
| COIN_HAS_HSL_FALSE = # | |
| COIN_HAS_HSL_TRUE = | |
| COIN_HAS_LAPACK_FALSE = # | |
| COIN_HAS_LAPACK_TRUE = | |
| COIN_HAS_LATEX_FALSE = | |
| COIN_HAS_LATEX_TRUE = # | |
| COIN_HAS_MUMPS_FALSE = | |
| COIN_HAS_MUMPS_TRUE = # | |
| COIN_HAS_PKGCONFIG_FALSE = # | |
| COIN_HAS_PKGCONFIG_TRUE = | |
| COIN_PKG_CONFIG_PATH = /home/abhay/Ipopt/lib64/pkgconfig:/home/abhay/Ipopt/lib/pkgconfig:/home/abhay/Ipopt/share/pkgconfig: | |
| COIN_PKG_CONFIG_PATH_UNINSTALLED = /home/abhay/Ipopt/Ipopt: | |
| CPP = gcc -E | |
| CPPFLAGS = | |
| CXX = g++ | |
| CXXAR = ar cru | |
| CXXCPP = g++ -E | |
| CXXDEFS = | |
| CXXDEPMODE = depmode=gcc3 | |
| CXXFLAGS = -O3 -pipe -DNDEBUG -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD | |
| CXXLIBS = -lstdc++ -lm | |
| CYGPATH_W = echo | |
| DBG_CFLAGS = -g -O0 -pipe -Wimplicit -Wparentheses -Wsequence-point -Wreturn-type -Wcast-qual -Wall -Wno-unknown-pragmas -Wno-long-long | |
| DBG_CXXFLAGS = -g -O0 -pipe -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long | |
| DBG_FFLAGS = -g -O0 -pipe | |
| DEFS = -DHAVE_CONFIG_H | |
| DEPDIR = .deps | |
| DEPENDENCY_LINKING_FALSE = # | |
| DEPENDENCY_LINKING_TRUE = | |
| ECHO = echo | |
| ECHO_C = | |
| ECHO_N = -n | |
| ECHO_T = | |
| EGREP = grep -E | |
| EXEEXT = | |
| F77 = gfortran | |
| FFLAGS = -O3 -pipe | |
| FLIBS = -L/home/abhay/HSL/lib -L/usr/lib/gcc/x86_64-linux-gnu/7 -L/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/7/../../.. -lgfortran -lm -lquadmath | |
| FRAMEWORK_VECLIB = | |
| HAVE_EXTERNALS_FALSE = | |
| HAVE_EXTERNALS_TRUE = # | |
| HAVE_MA28_FALSE = # | |
| HAVE_MA28_TRUE = | |
| HAVE_PARDISO_FALSE = | |
| HAVE_PARDISO_TRUE = # | |
| HAVE_WSMP_FALSE = | |
| HAVE_WSMP_TRUE = # | |
| HSL_CFLAGS = | |
| HSL_CFLAGS_INSTALLED = | |
| HSL_DATA = | |
| HSL_DATA_INSTALLED = | |
| HSL_DEPENDENCIES = yes | |
| HSL_LIBS = yes | |
| HSL_LIBS_INSTALLED = | |
| INSTALL_DATA = ${INSTALL} -m 644 | |
| INSTALL_PROGRAM = ${INSTALL} | |
| INSTALL_SCRIPT = ${INSTALL} | |
| INSTALL_STRIP_PROGRAM = ${SHELL} $(install_sh) -c -s | |
| IPALLLIBS = ../contrib/LinearSolverLoader/libLinearSolverLoader.la ../contrib/CGPenalty/libcgpenalty.la ../Algorithm/libipoptalg.la ../Algorithm/LinearSolvers/liblinsolvers.la ../Common/libcommon.la ../LinAlg/liblinalg.la ../LinAlg/TMatrices/libtmatrices.la | |
| IPOPTAMPLINTERFACELIB_CFLAGS = | |
| IPOPTAMPLINTERFACELIB_CFLAGS_INSTALLED = | |
| IPOPTAMPLINTERFACELIB_DEPENDENCIES = | |
| IPOPTAMPLINTERFACELIB_LIBS = | |
| IPOPTAMPLINTERFACELIB_LIBS_INSTALLED = | |
| IPOPTAMPLINTERFACELIB_PCLIBS = | |
| IPOPTAMPLINTERFACELIB_PCREQUIRES = | |
| IPOPTLIB_CFLAGS = | |
| IPOPTLIB_CFLAGS_INSTALLED = | |
| IPOPTLIB_DEPENDENCIES = yes | |
| IPOPTLIB_LIBS = yes -llapack -lblas -lm -ldl | |
| IPOPTLIB_LIBS_INSTALLED = -llapack -lblas -lm -ldl | |
| IPOPTLIB_PCLIBS = yes -llapack -lblas -lm -ldl | |
| IPOPTLIB_PCREQUIRES = | |
| IPOPT_SVN_REV = | |
| JAVA_HOME = | |
| JIPOPTDLL = libjipopt.so | |
| LAPACK_CFLAGS = | |
| LAPACK_CFLAGS_INSTALLED = | |
| LAPACK_DATA = | |
| LAPACK_DATA_INSTALLED = | |
| LAPACK_DEPENDENCIES = | |
| LAPACK_LIBS = -llapack | |
| LAPACK_LIBS_INSTALLED = | |
| LDFLAGS = -L/home/abhay/HSL/lib | |
| LIBEXT = a | |
| LIBOBJS = | |
| LIBS = | |
| LIBTOOL = $(SHELL) $(top_builddir)/../libtool | |
| LIBTOOLM4 = | |
| LN_S = ln -s | |
| LTLIBOBJS = | |
| LT_LDFLAGS = -no-undefined -version-info 11:11:10 | |
| MAINT = # | |
| MAINTAINER_MODE_FALSE = | |
| MAINTAINER_MODE_TRUE = # | |
| MAKEINFO = ${SHELL} /home/abhay/Ipopt/Ipopt/missing --run makeinfo | |
| MATLAB_CYGPATH_W = echo | |
| MATLAB_HOME = | |
| MEXSUFFIX = | |
| MEX_STATIC_FALSE = | |
| MEX_STATIC_TRUE = # | |
| MEX_WINDOWS_FALSE = | |
| MEX_WINDOWS_TRUE = # | |
| MPICC = | |
| MPICXX = | |
| MPIF77 = | |
| MUMPS_CFLAGS = | |
| MUMPS_CFLAGS_INSTALLED = | |
| MUMPS_DATA = | |
| MUMPS_DATA_INSTALLED = | |
| MUMPS_DEPENDENCIES = | |
| MUMPS_LIBS = | |
| MUMPS_LIBS_INSTALLED = | |
| MWMA57PATH = | |
| OBJEXT = o | |
| OPT_CFLAGS = -O3 -pipe -DNDEBUG -Wimplicit -Wparentheses -Wsequence-point -Wreturn-type -Wcast-qual -Wall -Wno-unknown-pragmas -Wno-long-long | |
| OPT_CXXFLAGS = -O3 -pipe -DNDEBUG -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long | |
| OPT_FFLAGS = -O3 -pipe | |
| PACKAGE = ipopt | |
| PACKAGE_BUGREPORT = http://projects.coin-or.org/Ipopt/newticket | |
| PACKAGE_NAME = Ipopt | |
| PACKAGE_STRING = Ipopt 3.12.11 | |
| PACKAGE_TARNAME = ipopt | |
| PACKAGE_VERSION = 3.12.11 | |
| PATH_SEPARATOR = : | |
| PKG_CONFIG = pkg-config | |
| RANLIB = ranlib | |
| RPATH_FLAGS = -Wl,--rpath -Wl,/home/abhay/Ipopt/lib | |
| SET_MAKE = | |
| SHARED_FLAGS = -shared | |
| SHELL = /bin/bash | |
| STRIP = strip | |
| VERSION = 3.12.11 | |
| VPATH_DISTCLEANFILES = | |
| abs_bin_dir = /home/abhay/Ipopt/bin | |
| abs_include_dir = /home/abhay/Ipopt/include | |
| abs_lib_dir = /home/abhay/Ipopt/lib | |
| abs_source_dir = /home/abhay/Ipopt/Ipopt | |
| ac_c_preproc_warn_flag = | |
| ac_ct_AR = ar | |
| ac_ct_CC = gcc | |
| ac_ct_CXX = g++ | |
| ac_ct_F77 = gfortran | |
| ac_ct_PKG_CONFIG = pkg-config | |
| ac_ct_RANLIB = ranlib | |
| ac_ct_STRIP = strip | |
| ac_cxx_preproc_warn_flag = | |
| am__fastdepCC_FALSE = # | |
| am__fastdepCC_TRUE = | |
| am__fastdepCXX_FALSE = # | |
| am__fastdepCXX_TRUE = | |
| am__include = include | |
| am__leading_dot = . | |
| am__quote = | |
| am__tar = ${AMTAR} chof - "$$tardir" | |
| am__untar = ${AMTAR} xf - | |
| bindir = ${exec_prefix}/bin | |
| build = x86_64-unknown-linux-gnu | |
| build_alias = | |
| build_cpu = x86_64 | |
| build_os = linux-gnu | |
| build_vendor = unknown | |
| coin_doxy_excludes = | |
| coin_doxy_logname = doxydoc/ipopt_doxy.log | |
| coin_doxy_tagfiles = | |
| coin_doxy_tagname = doxydoc/ipopt_doxy.tag | |
| coin_doxy_usedot = YES | |
| coin_have_doxygen = no | |
| coin_have_latex = no | |
| datadir = ${prefix}/share | |
| exec_prefix = ${prefix} | |
| have_autoconf = | |
| have_automake = | |
| have_svn = | |
| have_svnversion = no | |
| host = x86_64-unknown-linux-gnu | |
| host_alias = | |
| host_cpu = x86_64 | |
| host_os = linux-gnu | |
| host_vendor = unknown | |
| includedir = ${prefix}/include | |
| infodir = ${prefix}/info | |
| install_sh = /home/abhay/Ipopt/Ipopt/install-sh | |
| libdir = ${exec_prefix}/lib | |
| libexecdir = ${exec_prefix}/libexec | |
| localstatedir = ${prefix}/var | |
| mandir = ${prefix}/man | |
| mkdir_p = mkdir -p -- | |
| oldincludedir = /usr/include | |
| prefix = /home/abhay/Ipopt | |
| program_transform_name = s,x,x, | |
| sbindir = ${exec_prefix}/sbin | |
| sharedstatedir = ${prefix}/com | |
| sol_cc_compiler = | |
| sysconfdir = ${prefix}/etc | |
| target_alias = | |
| AUTOMAKE_OPTIONS = foreign | |
| nodist_hs071_cpp_SOURCES = hs071_main.cpp hs071_nlp.cpp hs071_nlp.hpp | |
| hs071_cpp_LDADD = ../src/Interfaces/libipopt.la $(IPOPTLIB_LIBS) | |
| hs071_cpp_DEPENDENCIES = ../src/Interfaces/libipopt.la $(IPOPTLIB_DEPENDENCIES) | |
| nodist_hs071_c_SOURCES = hs071_c.c | |
| hs071_c_LDADD = ../src/Interfaces/libipopt.la $(IPOPTLIB_LIBS) $(CXXLIBS) | |
| hs071_c_DEPENDENCIES = ../src/Interfaces/libipopt.la $(IPOPTLIB_DEPENDENCIES) | |
| nodist_hs071_f_SOURCES = hs071_f.f | |
| hs071_f_LDADD = ../src/Interfaces/libipopt.la $(IPOPTLIB_LIBS) $(CXXLIBS) | |
| hs071_f_DEPENDENCIES = ../src/Interfaces/libipopt.la $(IPOPTLIB_DEPENDENCIES) | |
| # Here list all include flags, relative to this "srcdir" directory. This | |
| # "cygpath" stuff is necessary to compile with native compilers on Cygwin | |
| AM_CPPFLAGS = -I`$(CYGPATH_W) $(srcdir)/../src/Common` \ | |
| -I`$(CYGPATH_W) $(srcdir)/../src/LinAlg` \ | |
| -I`$(CYGPATH_W) $(srcdir)/../src/LinAlg/TMatrices` \ | |
| -I`$(CYGPATH_W) $(srcdir)/../src/Algorithm` \ | |
| -I`$(CYGPATH_W) $(srcdir)/../src/Interfaces` | |
| AM_FFLAGS = -I`$(CYGPATH_W) $(srcdir)/../src/Interfaces` | |
| # This line is necessary to allow VPATH compilation | |
| DEFAULT_INCLUDES = -I. -I`$(CYGPATH_W) $(srcdir)` -I$(top_builddir)/src/Common | |
| ######################################################################## | |
| # Cleaning stuff # | |
| ######################################################################## | |
| # Here we list everything that is not generated by the compiler, e.g., | |
| # output files of a program | |
| DISTCLEANFILES = hs071_f.f | |
| all: all-am | |
| .SUFFIXES: | |
| .SUFFIXES: .c .cpp .f .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) --foreign test/Makefile'; \ | |
| cd $(top_srcdir) && \ | |
| $(AUTOMAKE) --foreign test/Makefile | |
| .PRECIOUS: 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__depfiles_maybe)'; \ | |
| cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ | |
| esac; | |
| $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) | |
| cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | |
| $(top_srcdir)/configure: # $(am__configure_deps) | |
| cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | |
| $(ACLOCAL_M4): # $(am__aclocal_m4_deps) | |
| cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | |
| run_unitTests: $(top_builddir)/config.status $(srcdir)/run_unitTests.in | |
| cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ | |
| clean-noinstPROGRAMS: | |
| @list='$(noinst_PROGRAMS)'; for p in $$list; do \ | |
| f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ | |
| echo " rm -f $$p $$f"; \ | |
| rm -f $$p $$f ; \ | |
| done | |
| hs071_c$(EXEEXT): $(hs071_c_OBJECTS) $(hs071_c_DEPENDENCIES) | |
| @rm -f hs071_c$(EXEEXT) | |
| $(LINK) $(hs071_c_LDFLAGS) $(hs071_c_OBJECTS) $(hs071_c_LDADD) $(LIBS) | |
| hs071_cpp$(EXEEXT): $(hs071_cpp_OBJECTS) $(hs071_cpp_DEPENDENCIES) | |
| @rm -f hs071_cpp$(EXEEXT) | |
| $(CXXLINK) $(hs071_cpp_LDFLAGS) $(hs071_cpp_OBJECTS) $(hs071_cpp_LDADD) $(LIBS) | |
| hs071_f$(EXEEXT): $(hs071_f_OBJECTS) $(hs071_f_DEPENDENCIES) | |
| @rm -f hs071_f$(EXEEXT) | |
| $(F77LINK) $(hs071_f_LDFLAGS) $(hs071_f_OBJECTS) $(hs071_f_LDADD) $(LIBS) | |
| mostlyclean-compile: | |
| -rm -f *.$(OBJEXT) | |
| distclean-compile: | |
| -rm -f *.tab.c | |
| include ./$(DEPDIR)/hs071_c.Po | |
| include ./$(DEPDIR)/hs071_main.Po | |
| include ./$(DEPDIR)/hs071_nlp.Po | |
| .c.o: | |
| if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \ | |
| then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi | |
| # source='$<' object='$@' libtool=no \ | |
| # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ | |
| # $(COMPILE) -c $< | |
| .c.obj: | |
| if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \ | |
| then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi | |
| # source='$<' object='$@' libtool=no \ | |
| # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ | |
| # $(COMPILE) -c `$(CYGPATH_W) '$<'` | |
| .c.lo: | |
| if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \ | |
| then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi | |
| # source='$<' object='$@' libtool=yes \ | |
| # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ | |
| # $(LTCOMPILE) -c -o $@ $< | |
| .cpp.o: | |
| if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \ | |
| then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi | |
| # source='$<' object='$@' libtool=no \ | |
| # DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ | |
| # $(CXXCOMPILE) -c -o $@ $< | |
| .cpp.obj: | |
| if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \ | |
| then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi | |
| # source='$<' object='$@' libtool=no \ | |
| # DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ | |
| # $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` | |
| .cpp.lo: | |
| if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \ | |
| then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi | |
| # source='$<' object='$@' libtool=yes \ | |
| # DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ | |
| # $(LTCXXCOMPILE) -c -o $@ $< | |
| .f.o: | |
| $(F77COMPILE) -c -o $@ $< | |
| .f.obj: | |
| $(F77COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` | |
| .f.lo: | |
| $(LTF77COMPILE) -c -o $@ $< | |
| mostlyclean-libtool: | |
| -rm -f *.lo | |
| clean-libtool: | |
| -rm -rf .libs _libs | |
| distclean-libtool: | |
| -rm -f libtool | |
| uninstall-info-am: | |
| ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) | |
| list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ | |
| unique=`for i in $$list; do \ | |
| if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | |
| done | \ | |
| $(AWK) ' { files[$$0] = 1; } \ | |
| END { for (i in files) print i; }'`; \ | |
| mkid -fID $$unique | |
| tags: TAGS | |
| TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ | |
| $(TAGS_FILES) $(LISP) | |
| tags=; \ | |
| here=`pwd`; \ | |
| list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ | |
| unique=`for i in $$list; do \ | |
| if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | |
| done | \ | |
| $(AWK) ' { files[$$0] = 1; } \ | |
| END { for (i in files) print i; }'`; \ | |
| if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ | |
| test -n "$$unique" || unique=$$empty_fix; \ | |
| $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ | |
| $$tags $$unique; \ | |
| fi | |
| ctags: CTAGS | |
| CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ | |
| $(TAGS_FILES) $(LISP) | |
| tags=; \ | |
| here=`pwd`; \ | |
| list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ | |
| unique=`for i in $$list; do \ | |
| if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | |
| done | \ | |
| $(AWK) ' { files[$$0] = 1; } \ | |
| END { for (i in files) print i; }'`; \ | |
| test -z "$(CTAGS_ARGS)$$tags$$unique" \ | |
| || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ | |
| $$tags $$unique | |
| GTAGS: | |
| here=`$(am__cd) $(top_builddir) && pwd` \ | |
| && cd $(top_srcdir) \ | |
| && gtags -i $(GTAGS_ARGS) $$here | |
| distclean-tags: | |
| -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags | |
| distdir: $(DISTFILES) | |
| @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ | |
| topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ | |
| list='$(DISTFILES)'; for file in $$list; do \ | |
| case $$file in \ | |
| $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ | |
| $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ | |
| esac; \ | |
| if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ | |
| dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ | |
| if test "$$dir" != "$$file" && test "$$dir" != "."; then \ | |
| dir="/$$dir"; \ | |
| $(mkdir_p) "$(distdir)$$dir"; \ | |
| else \ | |
| dir=''; \ | |
| fi; \ | |
| if test -d $$d/$$file; then \ | |
| if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ | |
| cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ | |
| fi; \ | |
| cp -pR $$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 $(PROGRAMS) | |
| installdirs: | |
| 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: | |
| $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | |
| install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | |
| `test -z '$(STRIP)' || \ | |
| echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install | |
| mostlyclean-generic: | |
| clean-generic: | |
| distclean-generic: | |
| -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) | |
| -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES) | |
| 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 clean-libtool clean-noinstPROGRAMS \ | |
| mostlyclean-am | |
| distclean: distclean-am | |
| -rm -rf ./$(DEPDIR) | |
| -rm -f Makefile | |
| distclean-am: clean-am distclean-compile distclean-generic \ | |
| distclean-libtool distclean-tags | |
| dvi: dvi-am | |
| dvi-am: | |
| html: html-am | |
| info: info-am | |
| info-am: | |
| install-data-am: | |
| install-exec-am: | |
| install-info: install-info-am | |
| install-man: | |
| installcheck-am: | |
| maintainer-clean: maintainer-clean-am | |
| -rm -rf ./$(DEPDIR) | |
| -rm -f Makefile | |
| maintainer-clean-am: distclean-am maintainer-clean-generic | |
| mostlyclean: mostlyclean-am | |
| mostlyclean-am: mostlyclean-compile mostlyclean-generic \ | |
| mostlyclean-libtool | |
| pdf: pdf-am | |
| pdf-am: | |
| ps: ps-am | |
| ps-am: | |
| uninstall-am: uninstall-info-am | |
| .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ | |
| clean-libtool clean-noinstPROGRAMS ctags distclean \ | |
| distclean-compile distclean-generic distclean-libtool \ | |
| distclean-tags distdir dvi dvi-am html html-am info info-am \ | |
| install install-am install-data install-data-am install-exec \ | |
| install-exec-am install-info install-info-am install-man \ | |
| install-strip installcheck installcheck-am installdirs \ | |
| maintainer-clean maintainer-clean-generic mostlyclean \ | |
| mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ | |
| pdf pdf-am ps ps-am tags uninstall uninstall-am \ | |
| uninstall-info-am | |
| hs071_f.f: | |
| $(LN_S) ../examples/hs071_f/$@ $@ | |
| test: hs071_cpp$(EXEEXT) hs071_c$(EXEEXT) hs071_f$(EXEEXT) | |
| #test: hs071_cpp$(EXEEXT) hs071_c$(EXEEXT) | |
| chmod u+x ./run_unitTests | |
| ./run_unitTests | |
| unitTest: test | |
| .PHONY: test uniTest | |
| # 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: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment