1 | # Makefile.in generated by automake 1.9.6 from Makefile.am. |
---|
2 | # @configure_input@ |
---|
3 | |
---|
4 | # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, |
---|
5 | # 2003, 2004, 2005 Free Software Foundation, Inc. |
---|
6 | # This Makefile.in is free software; the Free Software Foundation |
---|
7 | # gives unlimited permission to copy and/or distribute it, |
---|
8 | # with or without modifications, as long as this notice is preserved. |
---|
9 | |
---|
10 | # This program is distributed in the hope that it will be useful, |
---|
11 | # but WITHOUT ANY WARRANTY, to the extent permitted by law; without |
---|
12 | # even the implied warranty of MERCHANTABILITY or FITNESS FOR A |
---|
13 | # PARTICULAR PURPOSE. |
---|
14 | |
---|
15 | @SET_MAKE@ |
---|
16 | |
---|
17 | # Copyright (C) 2006 International Business Machines and others. |
---|
18 | # All Rights Reserved. |
---|
19 | # This file is distributed under the Common Public License. |
---|
20 | |
---|
21 | # Author: Andreas Waechter IBM 2006-04-13 |
---|
22 | |
---|
23 | |
---|
24 | |
---|
25 | srcdir = @srcdir@ |
---|
26 | top_srcdir = @top_srcdir@ |
---|
27 | VPATH = @srcdir@ |
---|
28 | pkgdatadir = $(datadir)/@PACKAGE@ |
---|
29 | pkglibdir = $(libdir)/@PACKAGE@ |
---|
30 | pkgincludedir = $(includedir)/@PACKAGE@ |
---|
31 | top_builddir = .. |
---|
32 | am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd |
---|
33 | INSTALL = @INSTALL@ |
---|
34 | install_sh_DATA = $(install_sh) -c -m 644 |
---|
35 | install_sh_PROGRAM = $(install_sh) -c |
---|
36 | install_sh_SCRIPT = $(install_sh) -c |
---|
37 | INSTALL_HEADER = $(INSTALL_DATA) |
---|
38 | transform = $(program_transform_name) |
---|
39 | NORMAL_INSTALL = : |
---|
40 | PRE_INSTALL = : |
---|
41 | POST_INSTALL = : |
---|
42 | NORMAL_UNINSTALL = : |
---|
43 | PRE_UNINSTALL = : |
---|
44 | POST_UNINSTALL = : |
---|
45 | build_triplet = @build@ |
---|
46 | host_triplet = @host@ |
---|
47 | bin_PROGRAMS = clp$(EXEEXT) |
---|
48 | subdir = src |
---|
49 | DIST_COMMON = $(includecoin_HEADERS) $(srcdir)/Makefile.am \ |
---|
50 | $(srcdir)/Makefile.in |
---|
51 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
---|
52 | am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ |
---|
53 | $(top_srcdir)/configure.ac |
---|
54 | am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ |
---|
55 | $(ACLOCAL_M4) |
---|
56 | mkinstalldirs = $(install_sh) -d |
---|
57 | CONFIG_HEADER = $(top_builddir)/inc/config_clp.h |
---|
58 | CONFIG_CLEAN_FILES = |
---|
59 | am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; |
---|
60 | am__vpath_adj = case $$p in \ |
---|
61 | $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ |
---|
62 | *) f=$$p;; \ |
---|
63 | esac; |
---|
64 | am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; |
---|
65 | am__installdirs = "$(DESTDIR)$(coinlibdir)" "$(DESTDIR)$(bindir)" \ |
---|
66 | "$(DESTDIR)$(includecoindir)" |
---|
67 | coinlibLTLIBRARIES_INSTALL = $(INSTALL) |
---|
68 | LTLIBRARIES = $(coinlib_LTLIBRARIES) |
---|
69 | libClp_la_LIBADD = |
---|
70 | am_libClp_la_OBJECTS = ClpCholeskyBase.lo ClpCholeskyDense.lo \ |
---|
71 | ClpCholeskyUfl.lo ClpCholeskyMumps.lo ClpCholeskyWssmp.lo \ |
---|
72 | ClpCholeskyWssmpKKT.lo ClpConstraint.lo ClpConstraintLinear.lo \ |
---|
73 | ClpConstraintQuadratic.lo Clp_C_Interface.lo \ |
---|
74 | ClpDualRowDantzig.lo ClpDualRowPivot.lo ClpDualRowSteepest.lo \ |
---|
75 | ClpDummyMatrix.lo ClpDynamicExampleMatrix.lo \ |
---|
76 | ClpDynamicMatrix.lo ClpEventHandler.lo ClpFactorization.lo \ |
---|
77 | ClpGubDynamicMatrix.lo ClpGubMatrix.lo ClpHelperFunctions.lo \ |
---|
78 | ClpInterior.lo ClpLinearObjective.lo ClpMatrixBase.lo \ |
---|
79 | ClpMessage.lo ClpModel.lo ClpNetworkBasis.lo \ |
---|
80 | ClpNetworkMatrix.lo ClpNonLinearCost.lo ClpNode.lo \ |
---|
81 | ClpObjective.lo ClpPackedMatrix.lo ClpPlusMinusOneMatrix.lo \ |
---|
82 | ClpPredictorCorrector.lo ClpPdco.lo ClpPdcoBase.lo ClpLsqr.lo \ |
---|
83 | ClpPresolve.lo ClpPrimalColumnDantzig.lo \ |
---|
84 | ClpPrimalColumnPivot.lo ClpPrimalColumnSteepest.lo \ |
---|
85 | ClpQuadraticObjective.lo ClpSimplex.lo ClpSimplexDual.lo \ |
---|
86 | ClpSimplexNonlinear.lo ClpSimplexOther.lo ClpSimplexPrimal.lo \ |
---|
87 | ClpSolve.lo Idiot.lo IdiSolve.lo |
---|
88 | libClp_la_OBJECTS = $(am_libClp_la_OBJECTS) |
---|
89 | binPROGRAMS_INSTALL = $(INSTALL_PROGRAM) |
---|
90 | PROGRAMS = $(bin_PROGRAMS) |
---|
91 | am_clp_OBJECTS = ClpMain.$(OBJEXT) CbcOrClpParam.$(OBJEXT) \ |
---|
92 | MyEventHandler.$(OBJEXT) MyMessageHandler.$(OBJEXT) \ |
---|
93 | unitTest.$(OBJEXT) |
---|
94 | clp_OBJECTS = $(am_clp_OBJECTS) |
---|
95 | am__DEPENDENCIES_1 = |
---|
96 | clp_DEPENDENCIES = libClp.la $(am__DEPENDENCIES_1) \ |
---|
97 | $(am__DEPENDENCIES_1) |
---|
98 | depcomp = $(SHELL) $(top_srcdir)/depcomp |
---|
99 | am__depfiles_maybe = depfiles |
---|
100 | CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ |
---|
101 | $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) |
---|
102 | LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \ |
---|
103 | $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ |
---|
104 | $(AM_CXXFLAGS) $(CXXFLAGS) |
---|
105 | CXXLD = $(CXX) |
---|
106 | CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \ |
---|
107 | $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ |
---|
108 | COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ |
---|
109 | $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) |
---|
110 | LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \ |
---|
111 | $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ |
---|
112 | $(AM_CFLAGS) $(CFLAGS) |
---|
113 | CCLD = $(CC) |
---|
114 | LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ |
---|
115 | $(AM_LDFLAGS) $(LDFLAGS) -o $@ |
---|
116 | SOURCES = $(libClp_la_SOURCES) $(clp_SOURCES) |
---|
117 | DIST_SOURCES = $(libClp_la_SOURCES) $(clp_SOURCES) |
---|
118 | RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ |
---|
119 | html-recursive info-recursive install-data-recursive \ |
---|
120 | install-exec-recursive install-info-recursive \ |
---|
121 | install-recursive installcheck-recursive installdirs-recursive \ |
---|
122 | pdf-recursive ps-recursive uninstall-info-recursive \ |
---|
123 | uninstall-recursive |
---|
124 | includecoinHEADERS_INSTALL = $(INSTALL_HEADER) |
---|
125 | HEADERS = $(includecoin_HEADERS) |
---|
126 | ETAGS = etags |
---|
127 | CTAGS = ctags |
---|
128 | DIST_SUBDIRS = OsiClp |
---|
129 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
---|
130 | ABSBUILDDIR = @ABSBUILDDIR@ |
---|
131 | ACLOCAL = @ACLOCAL@ |
---|
132 | ADDLIBS = @ADDLIBS@ |
---|
133 | ADD_CFLAGS = @ADD_CFLAGS@ |
---|
134 | ADD_CXXFLAGS = @ADD_CXXFLAGS@ |
---|
135 | ALWAYS_FALSE_FALSE = @ALWAYS_FALSE_FALSE@ |
---|
136 | ALWAYS_FALSE_TRUE = @ALWAYS_FALSE_TRUE@ |
---|
137 | AMDEP_FALSE = @AMDEP_FALSE@ |
---|
138 | AMDEP_TRUE = @AMDEP_TRUE@ |
---|
139 | AMTAR = @AMTAR@ |
---|
140 | AR = @AR@ |
---|
141 | AUTOCONF = @AUTOCONF@ |
---|
142 | AUTOHEADER = @AUTOHEADER@ |
---|
143 | AUTOMAKE = @AUTOMAKE@ |
---|
144 | AUX_DIR = @AUX_DIR@ |
---|
145 | AWK = @AWK@ |
---|
146 | BUILDTOOLSDIR = @BUILDTOOLSDIR@ |
---|
147 | CC = @CC@ |
---|
148 | CCDEPMODE = @CCDEPMODE@ |
---|
149 | CDEFS = @CDEFS@ |
---|
150 | CFLAGS = @CFLAGS@ |
---|
151 | CLP_SVN_REV = @CLP_SVN_REV@ |
---|
152 | COINUTILS_CFLAGS = @COINUTILS_CFLAGS@ |
---|
153 | COINUTILS_DATA = @COINUTILS_DATA@ |
---|
154 | COINUTILS_LIBS = @COINUTILS_LIBS@ |
---|
155 | COIN_HAS_COINUTILS_FALSE = @COIN_HAS_COINUTILS_FALSE@ |
---|
156 | COIN_HAS_COINUTILS_TRUE = @COIN_HAS_COINUTILS_TRUE@ |
---|
157 | COIN_HAS_NETLIB_FALSE = @COIN_HAS_NETLIB_FALSE@ |
---|
158 | COIN_HAS_NETLIB_TRUE = @COIN_HAS_NETLIB_TRUE@ |
---|
159 | COIN_HAS_OSITESTS_FALSE = @COIN_HAS_OSITESTS_FALSE@ |
---|
160 | COIN_HAS_OSITESTS_TRUE = @COIN_HAS_OSITESTS_TRUE@ |
---|
161 | COIN_HAS_OSI_FALSE = @COIN_HAS_OSI_FALSE@ |
---|
162 | COIN_HAS_OSI_TRUE = @COIN_HAS_OSI_TRUE@ |
---|
163 | COIN_HAS_PKGCONFIG_FALSE = @COIN_HAS_PKGCONFIG_FALSE@ |
---|
164 | COIN_HAS_PKGCONFIG_TRUE = @COIN_HAS_PKGCONFIG_TRUE@ |
---|
165 | COIN_HAS_SAMPLE_FALSE = @COIN_HAS_SAMPLE_FALSE@ |
---|
166 | COIN_HAS_SAMPLE_TRUE = @COIN_HAS_SAMPLE_TRUE@ |
---|
167 | COIN_PKG_CONFIG_PATH = @COIN_PKG_CONFIG_PATH@ |
---|
168 | COIN_PKG_CONFIG_PATH_UNINSTALLED = @COIN_PKG_CONFIG_PATH_UNINSTALLED@ |
---|
169 | CPP = @CPP@ |
---|
170 | CPPFLAGS = @CPPFLAGS@ |
---|
171 | CXX = @CXX@ |
---|
172 | CXXCPP = @CXXCPP@ |
---|
173 | CXXDEFS = @CXXDEFS@ |
---|
174 | CXXDEPMODE = @CXXDEPMODE@ |
---|
175 | CXXFLAGS = @CXXFLAGS@ |
---|
176 | CYGPATH_W = @CYGPATH_W@ |
---|
177 | DBG_CFLAGS = @DBG_CFLAGS@ |
---|
178 | DBG_CXXFLAGS = @DBG_CXXFLAGS@ |
---|
179 | DEFS = @DEFS@ |
---|
180 | DEPDIR = @DEPDIR@ |
---|
181 | ECHO = @ECHO@ |
---|
182 | ECHO_C = @ECHO_C@ |
---|
183 | ECHO_N = @ECHO_N@ |
---|
184 | ECHO_T = @ECHO_T@ |
---|
185 | EGREP = @EGREP@ |
---|
186 | EXEEXT = @EXEEXT@ |
---|
187 | F77 = @F77@ |
---|
188 | FADDLIBS = @FADDLIBS@ |
---|
189 | FFLAGS = @FFLAGS@ |
---|
190 | HAVE_EXTERNALS_FALSE = @HAVE_EXTERNALS_FALSE@ |
---|
191 | HAVE_EXTERNALS_TRUE = @HAVE_EXTERNALS_TRUE@ |
---|
192 | INSTALL_DATA = @INSTALL_DATA@ |
---|
193 | INSTALL_PROGRAM = @INSTALL_PROGRAM@ |
---|
194 | INSTALL_SCRIPT = @INSTALL_SCRIPT@ |
---|
195 | INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ |
---|
196 | LDFLAGS = @LDFLAGS@ |
---|
197 | LIBEXT = @LIBEXT@ |
---|
198 | LIBOBJS = @LIBOBJS@ |
---|
199 | LIBS = @LIBS@ |
---|
200 | LIBTOOL = @LIBTOOL@ |
---|
201 | LIBTOOLM4 = @LIBTOOLM4@ |
---|
202 | LN_S = @LN_S@ |
---|
203 | LTLIBOBJS = @LTLIBOBJS@ |
---|
204 | LT_LDFLAGS = @LT_LDFLAGS@ |
---|
205 | MAINT = @MAINT@ |
---|
206 | MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@ |
---|
207 | MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@ |
---|
208 | MAKEINFO = @MAKEINFO@ |
---|
209 | MPICC = @MPICC@ |
---|
210 | MPICXX = @MPICXX@ |
---|
211 | NETLIB_CFLAGS = @NETLIB_CFLAGS@ |
---|
212 | NETLIB_DATA = @NETLIB_DATA@ |
---|
213 | NETLIB_LIBS = @NETLIB_LIBS@ |
---|
214 | OBJEXT = @OBJEXT@ |
---|
215 | OPT_CFLAGS = @OPT_CFLAGS@ |
---|
216 | OPT_CXXFLAGS = @OPT_CXXFLAGS@ |
---|
217 | OSITESTS_CFLAGS = @OSITESTS_CFLAGS@ |
---|
218 | OSITESTS_DATA = @OSITESTS_DATA@ |
---|
219 | OSITESTS_LIBS = @OSITESTS_LIBS@ |
---|
220 | OSI_CFLAGS = @OSI_CFLAGS@ |
---|
221 | OSI_DATA = @OSI_DATA@ |
---|
222 | OSI_LIBS = @OSI_LIBS@ |
---|
223 | PACKAGE = @PACKAGE@ |
---|
224 | PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ |
---|
225 | PACKAGE_NAME = @PACKAGE_NAME@ |
---|
226 | PACKAGE_STRING = @PACKAGE_STRING@ |
---|
227 | PACKAGE_TARNAME = @PACKAGE_TARNAME@ |
---|
228 | PACKAGE_VERSION = @PACKAGE_VERSION@ |
---|
229 | PATH_SEPARATOR = @PATH_SEPARATOR@ |
---|
230 | PCADDLIBS = @PCADDLIBS@ |
---|
231 | PKG_CONFIG = @PKG_CONFIG@ |
---|
232 | RANLIB = @RANLIB@ |
---|
233 | REQUIREDPACKAGES = @REQUIREDPACKAGES@ |
---|
234 | RPATH_FLAGS = @RPATH_FLAGS@ |
---|
235 | SAMPLE_CFLAGS = @SAMPLE_CFLAGS@ |
---|
236 | SAMPLE_DATA = @SAMPLE_DATA@ |
---|
237 | SAMPLE_LIBS = @SAMPLE_LIBS@ |
---|
238 | SET_MAKE = @SET_MAKE@ |
---|
239 | SHELL = @SHELL@ |
---|
240 | STRIP = @STRIP@ |
---|
241 | VERSION = @VERSION@ |
---|
242 | VPATH_DISTCLEANFILES = @VPATH_DISTCLEANFILES@ |
---|
243 | abs_bin_dir = @abs_bin_dir@ |
---|
244 | abs_include_dir = @abs_include_dir@ |
---|
245 | abs_lib_dir = @abs_lib_dir@ |
---|
246 | abs_source_dir = @abs_source_dir@ |
---|
247 | ac_c_preproc_warn_flag = @ac_c_preproc_warn_flag@ |
---|
248 | ac_ct_AR = @ac_ct_AR@ |
---|
249 | ac_ct_CC = @ac_ct_CC@ |
---|
250 | ac_ct_CXX = @ac_ct_CXX@ |
---|
251 | ac_ct_F77 = @ac_ct_F77@ |
---|
252 | ac_ct_RANLIB = @ac_ct_RANLIB@ |
---|
253 | ac_ct_STRIP = @ac_ct_STRIP@ |
---|
254 | ac_cxx_preproc_warn_flag = @ac_cxx_preproc_warn_flag@ |
---|
255 | ac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@ |
---|
256 | am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ |
---|
257 | am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ |
---|
258 | am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ |
---|
259 | am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@ |
---|
260 | am__include = @am__include@ |
---|
261 | am__leading_dot = @am__leading_dot@ |
---|
262 | am__quote = @am__quote@ |
---|
263 | am__tar = @am__tar@ |
---|
264 | am__untar = @am__untar@ |
---|
265 | bindir = @bindir@ |
---|
266 | build = @build@ |
---|
267 | build_alias = @build_alias@ |
---|
268 | build_cpu = @build_cpu@ |
---|
269 | build_os = @build_os@ |
---|
270 | build_vendor = @build_vendor@ |
---|
271 | coin_doxy_excludes = @coin_doxy_excludes@ |
---|
272 | coin_doxy_logname = @coin_doxy_logname@ |
---|
273 | coin_doxy_tagfiles = @coin_doxy_tagfiles@ |
---|
274 | coin_doxy_tagname = @coin_doxy_tagname@ |
---|
275 | coin_doxy_usedot = @coin_doxy_usedot@ |
---|
276 | coin_have_doxygen = @coin_have_doxygen@ |
---|
277 | datadir = @datadir@ |
---|
278 | exec_prefix = @exec_prefix@ |
---|
279 | have_autoconf = @have_autoconf@ |
---|
280 | have_automake = @have_automake@ |
---|
281 | have_svn = @have_svn@ |
---|
282 | have_svnversion = @have_svnversion@ |
---|
283 | host = @host@ |
---|
284 | host_alias = @host_alias@ |
---|
285 | host_cpu = @host_cpu@ |
---|
286 | host_os = @host_os@ |
---|
287 | host_vendor = @host_vendor@ |
---|
288 | includedir = @includedir@ |
---|
289 | infodir = @infodir@ |
---|
290 | install_sh = @install_sh@ |
---|
291 | libdir = @libdir@ |
---|
292 | libexecdir = @libexecdir@ |
---|
293 | localstatedir = @localstatedir@ |
---|
294 | mandir = @mandir@ |
---|
295 | mkdir_p = @mkdir_p@ |
---|
296 | oldincludedir = @oldincludedir@ |
---|
297 | prefix = @prefix@ |
---|
298 | program_transform_name = @program_transform_name@ |
---|
299 | sbindir = @sbindir@ |
---|
300 | sharedstatedir = @sharedstatedir@ |
---|
301 | sol_cc_compiler = @sol_cc_compiler@ |
---|
302 | sysconfdir = @sysconfdir@ |
---|
303 | target_alias = @target_alias@ |
---|
304 | AUTOMAKE_OPTIONS = foreign |
---|
305 | @COIN_HAS_OSI_TRUE@SUBDIRS = OsiClp |
---|
306 | |
---|
307 | ######################################################################## |
---|
308 | # libClp # |
---|
309 | ######################################################################## |
---|
310 | |
---|
311 | # Name of the library compiled in this directory. We want it to be installed |
---|
312 | # in the 'lib/coin' directory |
---|
313 | coinlibdir = ${libdir}/coin |
---|
314 | coinlib_LTLIBRARIES = libClp.la |
---|
315 | |
---|
316 | # List all source files for this library, including headers |
---|
317 | libClp_la_SOURCES = \ |
---|
318 | ClpConfig.h \ |
---|
319 | ClpCholeskyBase.cpp ClpCholeskyBase.hpp \ |
---|
320 | ClpCholeskyDense.cpp ClpCholeskyDense.hpp \ |
---|
321 | ClpCholeskyUfl.cpp ClpCholeskyUfl.hpp \ |
---|
322 | ClpCholeskyMumps.cpp ClpCholeskyMumps.hpp \ |
---|
323 | ClpCholeskyWssmp.cpp ClpCholeskyWssmp.hpp \ |
---|
324 | ClpCholeskyWssmpKKT.cpp ClpCholeskyWssmpKKT.hpp \ |
---|
325 | ClpConstraint.cpp ClpConstraint.hpp \ |
---|
326 | ClpConstraintLinear.cpp ClpConstraintLinear.hpp \ |
---|
327 | ClpConstraintQuadratic.cpp ClpConstraintQuadratic.hpp \ |
---|
328 | Clp_C_Interface.cpp Clp_C_Interface.h \ |
---|
329 | ClpDualRowDantzig.cpp ClpDualRowDantzig.hpp \ |
---|
330 | ClpDualRowPivot.cpp ClpDualRowPivot.hpp \ |
---|
331 | ClpDualRowSteepest.cpp ClpDualRowSteepest.hpp \ |
---|
332 | ClpDummyMatrix.cpp ClpDummyMatrix.hpp \ |
---|
333 | ClpDynamicExampleMatrix.cpp ClpDynamicExampleMatrix.hpp \ |
---|
334 | ClpDynamicMatrix.cpp ClpDynamicMatrix.hpp \ |
---|
335 | ClpEventHandler.cpp ClpEventHandler.hpp \ |
---|
336 | ClpFactorization.cpp ClpFactorization.hpp \ |
---|
337 | ClpGubDynamicMatrix.cpp ClpGubDynamicMatrix.hpp \ |
---|
338 | ClpGubMatrix.cpp ClpGubMatrix.hpp \ |
---|
339 | ClpHelperFunctions.cpp ClpHelperFunctions.hpp \ |
---|
340 | ClpInterior.cpp ClpInterior.hpp \ |
---|
341 | ClpLinearObjective.cpp ClpLinearObjective.hpp \ |
---|
342 | ClpMatrixBase.cpp ClpMatrixBase.hpp \ |
---|
343 | ClpMessage.cpp ClpMessage.hpp \ |
---|
344 | ClpModel.cpp ClpModel.hpp \ |
---|
345 | ClpNetworkBasis.cpp ClpNetworkBasis.hpp \ |
---|
346 | ClpNetworkMatrix.cpp ClpNetworkMatrix.hpp \ |
---|
347 | ClpNonLinearCost.cpp ClpNonLinearCost.hpp \ |
---|
348 | ClpNode.cpp ClpNode.hpp \ |
---|
349 | ClpObjective.cpp ClpObjective.hpp \ |
---|
350 | ClpPackedMatrix.cpp ClpPackedMatrix.hpp \ |
---|
351 | ClpParameters.hpp \ |
---|
352 | ClpPlusMinusOneMatrix.cpp ClpPlusMinusOneMatrix.hpp \ |
---|
353 | ClpPredictorCorrector.cpp ClpPredictorCorrector.hpp \ |
---|
354 | ClpPdco.cpp ClpPdco.hpp \ |
---|
355 | ClpPdcoBase.cpp ClpPdcoBase.hpp \ |
---|
356 | ClpLsqr.cpp ClpLsqr.hpp \ |
---|
357 | ClpPresolve.cpp ClpPresolve.hpp \ |
---|
358 | ClpPrimalColumnDantzig.cpp ClpPrimalColumnDantzig.hpp \ |
---|
359 | ClpPrimalColumnPivot.cpp ClpPrimalColumnPivot.hpp \ |
---|
360 | ClpPrimalColumnSteepest.cpp ClpPrimalColumnSteepest.hpp \ |
---|
361 | ClpQuadraticObjective.cpp ClpQuadraticObjective.hpp \ |
---|
362 | ClpSimplex.cpp ClpSimplex.hpp \ |
---|
363 | ClpSimplexDual.cpp ClpSimplexDual.hpp \ |
---|
364 | ClpSimplexNonlinear.cpp ClpSimplexNonlinear.hpp \ |
---|
365 | ClpSimplexOther.cpp ClpSimplexOther.hpp \ |
---|
366 | ClpSimplexPrimal.cpp ClpSimplexPrimal.hpp \ |
---|
367 | ClpSolve.cpp ClpSolve.hpp \ |
---|
368 | Idiot.cpp Idiot.hpp \ |
---|
369 | IdiSolve.cpp |
---|
370 | |
---|
371 | |
---|
372 | # This is for libtool (on Windows) |
---|
373 | libClp_la_LDFLAGS = $(LT_LDFLAGS) |
---|
374 | |
---|
375 | # List all source files for this executable, including headers |
---|
376 | clp_SOURCES = \ |
---|
377 | ClpMain.cpp \ |
---|
378 | CbcOrClpParam.cpp CbcOrClpParam.hpp \ |
---|
379 | MyEventHandler.cpp MyEventHandler.hpp \ |
---|
380 | MyMessageHandler.cpp MyMessageHandler.hpp \ |
---|
381 | unitTest.cpp |
---|
382 | |
---|
383 | |
---|
384 | # List all additionally required COIN libraries |
---|
385 | clp_LDADD = libClp.la $(COINUTILS_LIBS) $(ADDLIBS) |
---|
386 | |
---|
387 | # Finally, the -rpath flag is used by libtool to make sure that the shared |
---|
388 | # library is found (in the lib install directory) when we are using dynamic |
---|
389 | # libraries. |
---|
390 | clp_LDFLAGS = -rpath $(libdir)/coin |
---|
391 | |
---|
392 | ######################################################################## |
---|
393 | # Additional flags # |
---|
394 | ######################################################################## |
---|
395 | |
---|
396 | # CbcOrClpParam seem to require COIN_HAS_CLP so that it knows that it is build within Clp |
---|
397 | AM_CPPFLAGS = $(COINUTILS_CFLAGS) -DCOIN_HAS_CLP |
---|
398 | |
---|
399 | # This line is necessary to allow VPATH compilation with MS compilers |
---|
400 | # on Cygwin |
---|
401 | DEFAULT_INCLUDES = -I. -I`$(CYGPATH_W) $(srcdir)` -I$(top_builddir)/inc |
---|
402 | |
---|
403 | ######################################################################## |
---|
404 | # Headers that need to be installed # |
---|
405 | ######################################################################## |
---|
406 | |
---|
407 | # Here list all the header files that are required by a user of the library, |
---|
408 | # and that therefore should be installed in 'include/coin' |
---|
409 | includecoindir = $(includedir)/coin |
---|
410 | |
---|
411 | # needed by Cbc |
---|
412 | includecoin_HEADERS = ../inc/config_clp.h Clp_C_Interface.h \ |
---|
413 | ClpCholeskyBase.hpp ClpCholeskyDense.hpp ClpCholeskyWssmp.hpp \ |
---|
414 | ClpConstraint.hpp ClpConstraintLinear.hpp \ |
---|
415 | ClpConstraintQuadratic.hpp ClpDualRowDantzig.hpp \ |
---|
416 | ClpDualRowPivot.hpp ClpDualRowSteepest.hpp ClpDummyMatrix.hpp \ |
---|
417 | ClpDynamicExampleMatrix.hpp ClpDynamicMatrix.hpp \ |
---|
418 | ClpEventHandler.hpp ClpFactorization.hpp \ |
---|
419 | ClpGubDynamicMatrix.hpp ClpGubMatrix.hpp ClpInterior.hpp \ |
---|
420 | ClpLinearObjective.hpp ClpMatrixBase.hpp ClpMessage.hpp \ |
---|
421 | ClpModel.hpp ClpNetworkMatrix.hpp ClpNonLinearCost.hpp \ |
---|
422 | ClpNode.hpp ClpObjective.hpp ClpPackedMatrix.hpp \ |
---|
423 | ClpPdcoBase.hpp ClpPlusMinusOneMatrix.hpp ClpParameters.hpp \ |
---|
424 | ClpPresolve.hpp ClpPrimalColumnDantzig.hpp \ |
---|
425 | ClpPrimalColumnPivot.hpp ClpPrimalColumnSteepest.hpp \ |
---|
426 | ClpQuadraticObjective.hpp ClpSimplex.hpp \ |
---|
427 | ClpSimplexNonlinear.hpp ClpSimplexOther.hpp \ |
---|
428 | ClpSimplexPrimal.hpp ClpSolve.hpp CbcOrClpParam.hpp Idiot.hpp \ |
---|
429 | CbcOrClpParam.cpp |
---|
430 | |
---|
431 | ############################################################################# |
---|
432 | # Create the Config.h file that always defines HAVE_CONFIG_H and install it # |
---|
433 | ############################################################################# |
---|
434 | |
---|
435 | # You only need to adapt the following line |
---|
436 | ConfigHeader = ClpConfig.h |
---|
437 | all: all-recursive |
---|
438 | |
---|
439 | .SUFFIXES: |
---|
440 | .SUFFIXES: .cpp .lo .o .obj |
---|
441 | $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) |
---|
442 | @for dep in $?; do \ |
---|
443 | case '$(am__configure_deps)' in \ |
---|
444 | *$$dep*) \ |
---|
445 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ |
---|
446 | && exit 0; \ |
---|
447 | exit 1;; \ |
---|
448 | esac; \ |
---|
449 | done; \ |
---|
450 | echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \ |
---|
451 | cd $(top_srcdir) && \ |
---|
452 | $(AUTOMAKE) --foreign src/Makefile |
---|
453 | .PRECIOUS: Makefile |
---|
454 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
---|
455 | @case '$?' in \ |
---|
456 | *config.status*) \ |
---|
457 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ |
---|
458 | *) \ |
---|
459 | echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ |
---|
460 | cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ |
---|
461 | esac; |
---|
462 | |
---|
463 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
---|
464 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
---|
465 | |
---|
466 | $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) |
---|
467 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
---|
468 | $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) |
---|
469 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
---|
470 | install-coinlibLTLIBRARIES: $(coinlib_LTLIBRARIES) |
---|
471 | @$(NORMAL_INSTALL) |
---|
472 | test -z "$(coinlibdir)" || $(mkdir_p) "$(DESTDIR)$(coinlibdir)" |
---|
473 | @list='$(coinlib_LTLIBRARIES)'; for p in $$list; do \ |
---|
474 | if test -f $$p; then \ |
---|
475 | f=$(am__strip_dir) \ |
---|
476 | echo " $(LIBTOOL) --mode=install $(coinlibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(coinlibdir)/$$f'"; \ |
---|
477 | $(LIBTOOL) --mode=install $(coinlibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(coinlibdir)/$$f"; \ |
---|
478 | else :; fi; \ |
---|
479 | done |
---|
480 | |
---|
481 | uninstall-coinlibLTLIBRARIES: |
---|
482 | @$(NORMAL_UNINSTALL) |
---|
483 | @set -x; list='$(coinlib_LTLIBRARIES)'; for p in $$list; do \ |
---|
484 | p=$(am__strip_dir) \ |
---|
485 | echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(coinlibdir)/$$p'"; \ |
---|
486 | $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(coinlibdir)/$$p"; \ |
---|
487 | done |
---|
488 | |
---|
489 | clean-coinlibLTLIBRARIES: |
---|
490 | -test -z "$(coinlib_LTLIBRARIES)" || rm -f $(coinlib_LTLIBRARIES) |
---|
491 | @list='$(coinlib_LTLIBRARIES)'; for p in $$list; do \ |
---|
492 | dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ |
---|
493 | test "$$dir" != "$$p" || dir=.; \ |
---|
494 | echo "rm -f \"$${dir}/so_locations\""; \ |
---|
495 | rm -f "$${dir}/so_locations"; \ |
---|
496 | done |
---|
497 | libClp.la: $(libClp_la_OBJECTS) $(libClp_la_DEPENDENCIES) |
---|
498 | $(CXXLINK) -rpath $(coinlibdir) $(libClp_la_LDFLAGS) $(libClp_la_OBJECTS) $(libClp_la_LIBADD) $(LIBS) |
---|
499 | install-binPROGRAMS: $(bin_PROGRAMS) |
---|
500 | @$(NORMAL_INSTALL) |
---|
501 | test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)" |
---|
502 | @list='$(bin_PROGRAMS)'; for p in $$list; do \ |
---|
503 | p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ |
---|
504 | if test -f $$p \ |
---|
505 | || test -f $$p1 \ |
---|
506 | ; then \ |
---|
507 | f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \ |
---|
508 | echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \ |
---|
509 | $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \ |
---|
510 | else :; fi; \ |
---|
511 | done |
---|
512 | |
---|
513 | uninstall-binPROGRAMS: |
---|
514 | @$(NORMAL_UNINSTALL) |
---|
515 | @list='$(bin_PROGRAMS)'; for p in $$list; do \ |
---|
516 | f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \ |
---|
517 | echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \ |
---|
518 | rm -f "$(DESTDIR)$(bindir)/$$f"; \ |
---|
519 | done |
---|
520 | |
---|
521 | clean-binPROGRAMS: |
---|
522 | @list='$(bin_PROGRAMS)'; for p in $$list; do \ |
---|
523 | f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ |
---|
524 | echo " rm -f $$p $$f"; \ |
---|
525 | rm -f $$p $$f ; \ |
---|
526 | done |
---|
527 | clp$(EXEEXT): $(clp_OBJECTS) $(clp_DEPENDENCIES) |
---|
528 | @rm -f clp$(EXEEXT) |
---|
529 | $(CXXLINK) $(clp_LDFLAGS) $(clp_OBJECTS) $(clp_LDADD) $(LIBS) |
---|
530 | |
---|
531 | mostlyclean-compile: |
---|
532 | -rm -f *.$(OBJEXT) |
---|
533 | |
---|
534 | distclean-compile: |
---|
535 | -rm -f *.tab.c |
---|
536 | |
---|
537 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CbcOrClpParam.Po@am__quote@ |
---|
538 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ClpCholeskyBase.Plo@am__quote@ |
---|
539 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ClpCholeskyDense.Plo@am__quote@ |
---|
540 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ClpCholeskyMumps.Plo@am__quote@ |
---|
541 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ClpCholeskyUfl.Plo@am__quote@ |
---|
542 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ClpCholeskyWssmp.Plo@am__quote@ |
---|
543 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ClpCholeskyWssmpKKT.Plo@am__quote@ |
---|
544 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ClpConstraint.Plo@am__quote@ |
---|
545 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ClpConstraintLinear.Plo@am__quote@ |
---|
546 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ClpConstraintQuadratic.Plo@am__quote@ |
---|
547 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ClpDualRowDantzig.Plo@am__quote@ |
---|
548 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ClpDualRowPivot.Plo@am__quote@ |
---|
549 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ClpDualRowSteepest.Plo@am__quote@ |
---|
550 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ClpDummyMatrix.Plo@am__quote@ |
---|
551 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ClpDynamicExampleMatrix.Plo@am__quote@ |
---|
552 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ClpDynamicMatrix.Plo@am__quote@ |
---|
553 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ClpEventHandler.Plo@am__quote@ |
---|
554 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ClpFactorization.Plo@am__quote@ |
---|
555 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ClpGubDynamicMatrix.Plo@am__quote@ |
---|
556 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ClpGubMatrix.Plo@am__quote@ |
---|
557 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ClpHelperFunctions.Plo@am__quote@ |
---|
558 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ClpInterior.Plo@am__quote@ |
---|
559 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ClpLinearObjective.Plo@am__quote@ |
---|
560 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ClpLsqr.Plo@am__quote@ |
---|
561 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ClpMain.Po@am__quote@ |
---|
562 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ClpMatrixBase.Plo@am__quote@ |
---|
563 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ClpMessage.Plo@am__quote@ |
---|
564 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ClpModel.Plo@am__quote@ |
---|
565 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ClpNetworkBasis.Plo@am__quote@ |
---|
566 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ClpNetworkMatrix.Plo@am__quote@ |
---|
567 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ClpNode.Plo@am__quote@ |
---|
568 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ClpNonLinearCost.Plo@am__quote@ |
---|
569 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ClpObjective.Plo@am__quote@ |
---|
570 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ClpPackedMatrix.Plo@am__quote@ |
---|
571 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ClpPdco.Plo@am__quote@ |
---|
572 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ClpPdcoBase.Plo@am__quote@ |
---|
573 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ClpPlusMinusOneMatrix.Plo@am__quote@ |
---|
574 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ClpPredictorCorrector.Plo@am__quote@ |
---|
575 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ClpPresolve.Plo@am__quote@ |
---|
576 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ClpPrimalColumnDantzig.Plo@am__quote@ |
---|
577 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ClpPrimalColumnPivot.Plo@am__quote@ |
---|
578 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ClpPrimalColumnSteepest.Plo@am__quote@ |
---|
579 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ClpQuadraticObjective.Plo@am__quote@ |
---|
580 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ClpSimplex.Plo@am__quote@ |
---|
581 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ClpSimplexDual.Plo@am__quote@ |
---|
582 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ClpSimplexNonlinear.Plo@am__quote@ |
---|
583 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ClpSimplexOther.Plo@am__quote@ |
---|
584 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ClpSimplexPrimal.Plo@am__quote@ |
---|
585 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ClpSolve.Plo@am__quote@ |
---|
586 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Clp_C_Interface.Plo@am__quote@ |
---|
587 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/IdiSolve.Plo@am__quote@ |
---|
588 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Idiot.Plo@am__quote@ |
---|
589 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/MyEventHandler.Po@am__quote@ |
---|
590 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/MyMessageHandler.Po@am__quote@ |
---|
591 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unitTest.Po@am__quote@ |
---|
592 | |
---|
593 | .cpp.o: |
---|
594 | @am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \ |
---|
595 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi |
---|
596 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
---|
597 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
598 | @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $< |
---|
599 | |
---|
600 | .cpp.obj: |
---|
601 | @am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \ |
---|
602 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi |
---|
603 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
---|
604 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
605 | @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` |
---|
606 | |
---|
607 | .cpp.lo: |
---|
608 | @am__fastdepCXX_TRUE@ if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \ |
---|
609 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi |
---|
610 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ |
---|
611 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
612 | @am__fastdepCXX_FALSE@ $(LTCXXCOMPILE) -c -o $@ $< |
---|
613 | |
---|
614 | mostlyclean-libtool: |
---|
615 | -rm -f *.lo |
---|
616 | |
---|
617 | clean-libtool: |
---|
618 | -rm -rf .libs _libs |
---|
619 | |
---|
620 | distclean-libtool: |
---|
621 | -rm -f libtool |
---|
622 | uninstall-info-am: |
---|
623 | install-includecoinHEADERS: $(includecoin_HEADERS) |
---|
624 | @$(NORMAL_INSTALL) |
---|
625 | test -z "$(includecoindir)" || $(mkdir_p) "$(DESTDIR)$(includecoindir)" |
---|
626 | @list='$(includecoin_HEADERS)'; for p in $$list; do \ |
---|
627 | if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
---|
628 | f=$(am__strip_dir) \ |
---|
629 | echo " $(includecoinHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(includecoindir)/$$f'"; \ |
---|
630 | $(includecoinHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(includecoindir)/$$f"; \ |
---|
631 | done |
---|
632 | |
---|
633 | uninstall-includecoinHEADERS: |
---|
634 | @$(NORMAL_UNINSTALL) |
---|
635 | @list='$(includecoin_HEADERS)'; for p in $$list; do \ |
---|
636 | f=$(am__strip_dir) \ |
---|
637 | echo " rm -f '$(DESTDIR)$(includecoindir)/$$f'"; \ |
---|
638 | rm -f "$(DESTDIR)$(includecoindir)/$$f"; \ |
---|
639 | done |
---|
640 | |
---|
641 | # This directory's subdirectories are mostly independent; you can cd |
---|
642 | # into them and run `make' without going through this Makefile. |
---|
643 | # To change the values of `make' variables: instead of editing Makefiles, |
---|
644 | # (1) if the variable is set in `config.status', edit `config.status' |
---|
645 | # (which will cause the Makefiles to be regenerated when you run `make'); |
---|
646 | # (2) otherwise, pass the desired values on the `make' command line. |
---|
647 | $(RECURSIVE_TARGETS): |
---|
648 | @failcom='exit 1'; \ |
---|
649 | for f in x $$MAKEFLAGS; do \ |
---|
650 | case $$f in \ |
---|
651 | *=* | --[!k]*);; \ |
---|
652 | *k*) failcom='fail=yes';; \ |
---|
653 | esac; \ |
---|
654 | done; \ |
---|
655 | dot_seen=no; \ |
---|
656 | target=`echo $@ | sed s/-recursive//`; \ |
---|
657 | list='$(SUBDIRS)'; for subdir in $$list; do \ |
---|
658 | echo "Making $$target in $$subdir"; \ |
---|
659 | if test "$$subdir" = "."; then \ |
---|
660 | dot_seen=yes; \ |
---|
661 | local_target="$$target-am"; \ |
---|
662 | else \ |
---|
663 | local_target="$$target"; \ |
---|
664 | fi; \ |
---|
665 | (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ |
---|
666 | || eval $$failcom; \ |
---|
667 | done; \ |
---|
668 | if test "$$dot_seen" = "no"; then \ |
---|
669 | $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ |
---|
670 | fi; test -z "$$fail" |
---|
671 | |
---|
672 | mostlyclean-recursive clean-recursive distclean-recursive \ |
---|
673 | maintainer-clean-recursive: |
---|
674 | @failcom='exit 1'; \ |
---|
675 | for f in x $$MAKEFLAGS; do \ |
---|
676 | case $$f in \ |
---|
677 | *=* | --[!k]*);; \ |
---|
678 | *k*) failcom='fail=yes';; \ |
---|
679 | esac; \ |
---|
680 | done; \ |
---|
681 | dot_seen=no; \ |
---|
682 | case "$@" in \ |
---|
683 | distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ |
---|
684 | *) list='$(SUBDIRS)' ;; \ |
---|
685 | esac; \ |
---|
686 | rev=''; for subdir in $$list; do \ |
---|
687 | if test "$$subdir" = "."; then :; else \ |
---|
688 | rev="$$subdir $$rev"; \ |
---|
689 | fi; \ |
---|
690 | done; \ |
---|
691 | rev="$$rev ."; \ |
---|
692 | target=`echo $@ | sed s/-recursive//`; \ |
---|
693 | for subdir in $$rev; do \ |
---|
694 | echo "Making $$target in $$subdir"; \ |
---|
695 | if test "$$subdir" = "."; then \ |
---|
696 | local_target="$$target-am"; \ |
---|
697 | else \ |
---|
698 | local_target="$$target"; \ |
---|
699 | fi; \ |
---|
700 | (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ |
---|
701 | || eval $$failcom; \ |
---|
702 | done && test -z "$$fail" |
---|
703 | tags-recursive: |
---|
704 | list='$(SUBDIRS)'; for subdir in $$list; do \ |
---|
705 | test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ |
---|
706 | done |
---|
707 | ctags-recursive: |
---|
708 | list='$(SUBDIRS)'; for subdir in $$list; do \ |
---|
709 | test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ |
---|
710 | done |
---|
711 | |
---|
712 | ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) |
---|
713 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
---|
714 | unique=`for i in $$list; do \ |
---|
715 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
---|
716 | done | \ |
---|
717 | $(AWK) ' { files[$$0] = 1; } \ |
---|
718 | END { for (i in files) print i; }'`; \ |
---|
719 | mkid -fID $$unique |
---|
720 | tags: TAGS |
---|
721 | |
---|
722 | TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
---|
723 | $(TAGS_FILES) $(LISP) |
---|
724 | tags=; \ |
---|
725 | here=`pwd`; \ |
---|
726 | if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ |
---|
727 | include_option=--etags-include; \ |
---|
728 | empty_fix=.; \ |
---|
729 | else \ |
---|
730 | include_option=--include; \ |
---|
731 | empty_fix=; \ |
---|
732 | fi; \ |
---|
733 | list='$(SUBDIRS)'; for subdir in $$list; do \ |
---|
734 | if test "$$subdir" = .; then :; else \ |
---|
735 | test ! -f $$subdir/TAGS || \ |
---|
736 | tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \ |
---|
737 | fi; \ |
---|
738 | done; \ |
---|
739 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
---|
740 | unique=`for i in $$list; do \ |
---|
741 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
---|
742 | done | \ |
---|
743 | $(AWK) ' { files[$$0] = 1; } \ |
---|
744 | END { for (i in files) print i; }'`; \ |
---|
745 | if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ |
---|
746 | test -n "$$unique" || unique=$$empty_fix; \ |
---|
747 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ |
---|
748 | $$tags $$unique; \ |
---|
749 | fi |
---|
750 | ctags: CTAGS |
---|
751 | CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
---|
752 | $(TAGS_FILES) $(LISP) |
---|
753 | tags=; \ |
---|
754 | here=`pwd`; \ |
---|
755 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
---|
756 | unique=`for i in $$list; do \ |
---|
757 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
---|
758 | done | \ |
---|
759 | $(AWK) ' { files[$$0] = 1; } \ |
---|
760 | END { for (i in files) print i; }'`; \ |
---|
761 | test -z "$(CTAGS_ARGS)$$tags$$unique" \ |
---|
762 | || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ |
---|
763 | $$tags $$unique |
---|
764 | |
---|
765 | GTAGS: |
---|
766 | here=`$(am__cd) $(top_builddir) && pwd` \ |
---|
767 | && cd $(top_srcdir) \ |
---|
768 | && gtags -i $(GTAGS_ARGS) $$here |
---|
769 | |
---|
770 | distclean-tags: |
---|
771 | -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
---|
772 | |
---|
773 | distdir: $(DISTFILES) |
---|
774 | $(mkdir_p) $(distdir)/../inc |
---|
775 | @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ |
---|
776 | topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ |
---|
777 | list='$(DISTFILES)'; for file in $$list; do \ |
---|
778 | case $$file in \ |
---|
779 | $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ |
---|
780 | $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ |
---|
781 | esac; \ |
---|
782 | if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ |
---|
783 | dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ |
---|
784 | if test "$$dir" != "$$file" && test "$$dir" != "."; then \ |
---|
785 | dir="/$$dir"; \ |
---|
786 | $(mkdir_p) "$(distdir)$$dir"; \ |
---|
787 | else \ |
---|
788 | dir=''; \ |
---|
789 | fi; \ |
---|
790 | if test -d $$d/$$file; then \ |
---|
791 | if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ |
---|
792 | cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ |
---|
793 | fi; \ |
---|
794 | cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ |
---|
795 | else \ |
---|
796 | test -f $(distdir)/$$file \ |
---|
797 | || cp -p $$d/$$file $(distdir)/$$file \ |
---|
798 | || exit 1; \ |
---|
799 | fi; \ |
---|
800 | done |
---|
801 | list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ |
---|
802 | if test "$$subdir" = .; then :; else \ |
---|
803 | test -d "$(distdir)/$$subdir" \ |
---|
804 | || $(mkdir_p) "$(distdir)/$$subdir" \ |
---|
805 | || exit 1; \ |
---|
806 | distdir=`$(am__cd) $(distdir) && pwd`; \ |
---|
807 | top_distdir=`$(am__cd) $(top_distdir) && pwd`; \ |
---|
808 | (cd $$subdir && \ |
---|
809 | $(MAKE) $(AM_MAKEFLAGS) \ |
---|
810 | top_distdir="$$top_distdir" \ |
---|
811 | distdir="$$distdir/$$subdir" \ |
---|
812 | distdir) \ |
---|
813 | || exit 1; \ |
---|
814 | fi; \ |
---|
815 | done |
---|
816 | check-am: all-am |
---|
817 | check: check-recursive |
---|
818 | all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(HEADERS) |
---|
819 | installdirs: installdirs-recursive |
---|
820 | installdirs-am: |
---|
821 | for dir in "$(DESTDIR)$(coinlibdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(includecoindir)"; do \ |
---|
822 | test -z "$$dir" || $(mkdir_p) "$$dir"; \ |
---|
823 | done |
---|
824 | install: install-recursive |
---|
825 | install-exec: install-exec-recursive |
---|
826 | install-data: install-data-recursive |
---|
827 | uninstall: uninstall-recursive |
---|
828 | |
---|
829 | install-am: all-am |
---|
830 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |
---|
831 | |
---|
832 | installcheck: installcheck-recursive |
---|
833 | install-strip: |
---|
834 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
---|
835 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
---|
836 | `test -z '$(STRIP)' || \ |
---|
837 | echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install |
---|
838 | mostlyclean-generic: |
---|
839 | |
---|
840 | clean-generic: |
---|
841 | |
---|
842 | distclean-generic: |
---|
843 | -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) |
---|
844 | |
---|
845 | maintainer-clean-generic: |
---|
846 | @echo "This command is intended for maintainers to use" |
---|
847 | @echo "it deletes files that may require special tools to rebuild." |
---|
848 | clean: clean-recursive |
---|
849 | |
---|
850 | clean-am: clean-binPROGRAMS clean-coinlibLTLIBRARIES clean-generic \ |
---|
851 | clean-libtool mostlyclean-am |
---|
852 | |
---|
853 | distclean: distclean-recursive |
---|
854 | -rm -rf ./$(DEPDIR) |
---|
855 | -rm -f Makefile |
---|
856 | distclean-am: clean-am distclean-compile distclean-generic \ |
---|
857 | distclean-libtool distclean-tags |
---|
858 | |
---|
859 | dvi: dvi-recursive |
---|
860 | |
---|
861 | dvi-am: |
---|
862 | |
---|
863 | html: html-recursive |
---|
864 | |
---|
865 | info: info-recursive |
---|
866 | |
---|
867 | info-am: |
---|
868 | |
---|
869 | install-data-am: install-coinlibLTLIBRARIES install-includecoinHEADERS |
---|
870 | |
---|
871 | install-exec-am: install-binPROGRAMS install-exec-local |
---|
872 | |
---|
873 | install-info: install-info-recursive |
---|
874 | |
---|
875 | install-man: |
---|
876 | |
---|
877 | installcheck-am: |
---|
878 | |
---|
879 | maintainer-clean: maintainer-clean-recursive |
---|
880 | -rm -rf ./$(DEPDIR) |
---|
881 | -rm -f Makefile |
---|
882 | maintainer-clean-am: distclean-am maintainer-clean-generic |
---|
883 | |
---|
884 | mostlyclean: mostlyclean-recursive |
---|
885 | |
---|
886 | mostlyclean-am: mostlyclean-compile mostlyclean-generic \ |
---|
887 | mostlyclean-libtool |
---|
888 | |
---|
889 | pdf: pdf-recursive |
---|
890 | |
---|
891 | pdf-am: |
---|
892 | |
---|
893 | ps: ps-recursive |
---|
894 | |
---|
895 | ps-am: |
---|
896 | |
---|
897 | uninstall-am: uninstall-binPROGRAMS uninstall-coinlibLTLIBRARIES \ |
---|
898 | uninstall-includecoinHEADERS uninstall-info-am uninstall-local |
---|
899 | |
---|
900 | uninstall-info: uninstall-info-recursive |
---|
901 | |
---|
902 | .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \ |
---|
903 | clean clean-binPROGRAMS clean-coinlibLTLIBRARIES clean-generic \ |
---|
904 | clean-libtool clean-recursive ctags ctags-recursive distclean \ |
---|
905 | distclean-compile distclean-generic distclean-libtool \ |
---|
906 | distclean-recursive distclean-tags distdir dvi dvi-am html \ |
---|
907 | html-am info info-am install install-am install-binPROGRAMS \ |
---|
908 | install-coinlibLTLIBRARIES install-data install-data-am \ |
---|
909 | install-exec install-exec-am install-exec-local \ |
---|
910 | install-includecoinHEADERS install-info install-info-am \ |
---|
911 | install-man install-strip installcheck installcheck-am \ |
---|
912 | installdirs installdirs-am maintainer-clean \ |
---|
913 | maintainer-clean-generic maintainer-clean-recursive \ |
---|
914 | mostlyclean mostlyclean-compile mostlyclean-generic \ |
---|
915 | mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \ |
---|
916 | tags tags-recursive uninstall uninstall-am \ |
---|
917 | uninstall-binPROGRAMS uninstall-coinlibLTLIBRARIES \ |
---|
918 | uninstall-includecoinHEADERS uninstall-info-am uninstall-local |
---|
919 | |
---|
920 | |
---|
921 | install-exec-local: |
---|
922 | echo "#ifndef HAVE_CONFIG_H" >bla |
---|
923 | echo "#define HAVE_CONFIG_H" >>bla |
---|
924 | echo "#endif" >> bla |
---|
925 | cat $(srcdir)/$(ConfigHeader) >> bla |
---|
926 | $(install_sh_DATA) bla $(DESTDIR)$(includecoindir)/$(ConfigHeader) |
---|
927 | rm -f bla |
---|
928 | |
---|
929 | uninstall-local: |
---|
930 | rm -f $(DESTDIR)$(includecoindir)/$(ConfigHeader) |
---|
931 | # Tell versions [3.59,3.63) of GNU make to not export all variables. |
---|
932 | # Otherwise a system limit (for SysV at least) may be exceeded. |
---|
933 | .NOEXPORT: |
---|