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)$(libdir)" "$(DESTDIR)$(bindir)" \ |
---|
66 | "$(DESTDIR)$(includecoindir)" |
---|
67 | libLTLIBRARIES_INSTALL = $(INSTALL) |
---|
68 | LTLIBRARIES = $(lib_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 | clp_DEPENDENCIES = libClp.la $(COINUTILSOBJDIR)/src/libCoinUtils.la |
---|
96 | depcomp = $(SHELL) $(top_srcdir)/../depcomp |
---|
97 | am__depfiles_maybe = depfiles |
---|
98 | CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ |
---|
99 | $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) |
---|
100 | LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \ |
---|
101 | $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ |
---|
102 | $(AM_CXXFLAGS) $(CXXFLAGS) |
---|
103 | CXXLD = $(CXX) |
---|
104 | CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \ |
---|
105 | $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ |
---|
106 | COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ |
---|
107 | $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) |
---|
108 | LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \ |
---|
109 | $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ |
---|
110 | $(AM_CFLAGS) $(CFLAGS) |
---|
111 | CCLD = $(CC) |
---|
112 | LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ |
---|
113 | $(AM_LDFLAGS) $(LDFLAGS) -o $@ |
---|
114 | SOURCES = $(libClp_la_SOURCES) $(clp_SOURCES) |
---|
115 | DIST_SOURCES = $(libClp_la_SOURCES) $(clp_SOURCES) |
---|
116 | includecoinHEADERS_INSTALL = $(INSTALL_HEADER) |
---|
117 | HEADERS = $(includecoin_HEADERS) |
---|
118 | ETAGS = etags |
---|
119 | CTAGS = ctags |
---|
120 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
---|
121 | ACLOCAL = @ACLOCAL@ |
---|
122 | ADDLIBS = @ADDLIBS@ |
---|
123 | ADD_CFLAGS = @ADD_CFLAGS@ |
---|
124 | ADD_CXXFLAGS = @ADD_CXXFLAGS@ |
---|
125 | ALWAYS_FALSE_FALSE = @ALWAYS_FALSE_FALSE@ |
---|
126 | ALWAYS_FALSE_TRUE = @ALWAYS_FALSE_TRUE@ |
---|
127 | AMDEP_FALSE = @AMDEP_FALSE@ |
---|
128 | AMDEP_TRUE = @AMDEP_TRUE@ |
---|
129 | AMTAR = @AMTAR@ |
---|
130 | AR = @AR@ |
---|
131 | AUTOCONF = @AUTOCONF@ |
---|
132 | AUTOHEADER = @AUTOHEADER@ |
---|
133 | AUTOMAKE = @AUTOMAKE@ |
---|
134 | AUX_DIR = @AUX_DIR@ |
---|
135 | AWK = @AWK@ |
---|
136 | BUILDTOOLSDIR = @BUILDTOOLSDIR@ |
---|
137 | CC = @CC@ |
---|
138 | CCDEPMODE = @CCDEPMODE@ |
---|
139 | CDEFS = @CDEFS@ |
---|
140 | CFLAGS = @CFLAGS@ |
---|
141 | CLPDOCDIR = @CLPDOCDIR@ |
---|
142 | CLPOBJDIR = @CLPOBJDIR@ |
---|
143 | CLPSRCDIR = @CLPSRCDIR@ |
---|
144 | COINUTILSDOCDIR = @COINUTILSDOCDIR@ |
---|
145 | COINUTILSOBJDIR = @COINUTILSOBJDIR@ |
---|
146 | COINUTILSSRCDIR = @COINUTILSSRCDIR@ |
---|
147 | COIN_HAS_CLP_FALSE = @COIN_HAS_CLP_FALSE@ |
---|
148 | COIN_HAS_CLP_TRUE = @COIN_HAS_CLP_TRUE@ |
---|
149 | COIN_HAS_COINUTILS_FALSE = @COIN_HAS_COINUTILS_FALSE@ |
---|
150 | COIN_HAS_COINUTILS_TRUE = @COIN_HAS_COINUTILS_TRUE@ |
---|
151 | CPP = @CPP@ |
---|
152 | CPPFLAGS = @CPPFLAGS@ |
---|
153 | CXX = @CXX@ |
---|
154 | CXXCPP = @CXXCPP@ |
---|
155 | CXXDEFS = @CXXDEFS@ |
---|
156 | CXXDEPMODE = @CXXDEPMODE@ |
---|
157 | CXXFLAGS = @CXXFLAGS@ |
---|
158 | CYGPATH_W = @CYGPATH_W@ |
---|
159 | DBG_CFLAGS = @DBG_CFLAGS@ |
---|
160 | DBG_CXXFLAGS = @DBG_CXXFLAGS@ |
---|
161 | DEFS = @DEFS@ |
---|
162 | DEPDIR = @DEPDIR@ |
---|
163 | ECHO = @ECHO@ |
---|
164 | ECHO_C = @ECHO_C@ |
---|
165 | ECHO_N = @ECHO_N@ |
---|
166 | ECHO_T = @ECHO_T@ |
---|
167 | EGREP = @EGREP@ |
---|
168 | EXEEXT = @EXEEXT@ |
---|
169 | F77 = @F77@ |
---|
170 | FADDLIBS = @FADDLIBS@ |
---|
171 | FFLAGS = @FFLAGS@ |
---|
172 | HAVE_EXTERNALS_FALSE = @HAVE_EXTERNALS_FALSE@ |
---|
173 | HAVE_EXTERNALS_TRUE = @HAVE_EXTERNALS_TRUE@ |
---|
174 | INSTALL_DATA = @INSTALL_DATA@ |
---|
175 | INSTALL_PROGRAM = @INSTALL_PROGRAM@ |
---|
176 | INSTALL_SCRIPT = @INSTALL_SCRIPT@ |
---|
177 | INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ |
---|
178 | LDFLAGS = @LDFLAGS@ |
---|
179 | LIBEXT = @LIBEXT@ |
---|
180 | LIBOBJS = @LIBOBJS@ |
---|
181 | |
---|
182 | # Here we add additional libraries |
---|
183 | LIBS = @LIBS@ $(ADDLIBS) `cat \ |
---|
184 | $(COINUTILSOBJDIR)/coinutils_addlibs.txt` |
---|
185 | LIBTOOL = @LIBTOOL@ |
---|
186 | LIBTOOLM4 = @LIBTOOLM4@ |
---|
187 | LN_S = @LN_S@ |
---|
188 | LTLIBOBJS = @LTLIBOBJS@ |
---|
189 | LT_LDFLAGS = @LT_LDFLAGS@ |
---|
190 | MAINT = @MAINT@ |
---|
191 | MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@ |
---|
192 | MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@ |
---|
193 | MAKEINFO = @MAKEINFO@ |
---|
194 | MPICC = @MPICC@ |
---|
195 | MPICXX = @MPICXX@ |
---|
196 | OBJEXT = @OBJEXT@ |
---|
197 | OPT_CFLAGS = @OPT_CFLAGS@ |
---|
198 | OPT_CXXFLAGS = @OPT_CXXFLAGS@ |
---|
199 | PACKAGE = @PACKAGE@ |
---|
200 | PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ |
---|
201 | PACKAGE_NAME = @PACKAGE_NAME@ |
---|
202 | PACKAGE_STRING = @PACKAGE_STRING@ |
---|
203 | PACKAGE_TARNAME = @PACKAGE_TARNAME@ |
---|
204 | PACKAGE_VERSION = @PACKAGE_VERSION@ |
---|
205 | PATH_SEPARATOR = @PATH_SEPARATOR@ |
---|
206 | RANLIB = @RANLIB@ |
---|
207 | RPATH_FLAGS = @RPATH_FLAGS@ |
---|
208 | SET_MAKE = @SET_MAKE@ |
---|
209 | SHELL = @SHELL@ |
---|
210 | STRIP = @STRIP@ |
---|
211 | VERSION = @VERSION@ |
---|
212 | VPATH_DISTCLEANFILES = @VPATH_DISTCLEANFILES@ |
---|
213 | abs_bin_dir = @abs_bin_dir@ |
---|
214 | abs_include_dir = @abs_include_dir@ |
---|
215 | abs_lib_dir = @abs_lib_dir@ |
---|
216 | abs_source_dir = @abs_source_dir@ |
---|
217 | ac_c_preproc_warn_flag = @ac_c_preproc_warn_flag@ |
---|
218 | ac_ct_AR = @ac_ct_AR@ |
---|
219 | ac_ct_CC = @ac_ct_CC@ |
---|
220 | ac_ct_CXX = @ac_ct_CXX@ |
---|
221 | ac_ct_F77 = @ac_ct_F77@ |
---|
222 | ac_ct_RANLIB = @ac_ct_RANLIB@ |
---|
223 | ac_ct_STRIP = @ac_ct_STRIP@ |
---|
224 | ac_cxx_preproc_warn_flag = @ac_cxx_preproc_warn_flag@ |
---|
225 | am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ |
---|
226 | am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ |
---|
227 | am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ |
---|
228 | am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@ |
---|
229 | am__include = @am__include@ |
---|
230 | am__leading_dot = @am__leading_dot@ |
---|
231 | am__quote = @am__quote@ |
---|
232 | am__tar = @am__tar@ |
---|
233 | am__untar = @am__untar@ |
---|
234 | bindir = @bindir@ |
---|
235 | build = @build@ |
---|
236 | build_alias = @build_alias@ |
---|
237 | build_cpu = @build_cpu@ |
---|
238 | build_os = @build_os@ |
---|
239 | build_vendor = @build_vendor@ |
---|
240 | datadir = @datadir@ |
---|
241 | exec_prefix = @exec_prefix@ |
---|
242 | have_autoconf = @have_autoconf@ |
---|
243 | have_automake = @have_automake@ |
---|
244 | have_svn = @have_svn@ |
---|
245 | host = @host@ |
---|
246 | host_alias = @host_alias@ |
---|
247 | host_cpu = @host_cpu@ |
---|
248 | host_os = @host_os@ |
---|
249 | host_vendor = @host_vendor@ |
---|
250 | includedir = @includedir@ |
---|
251 | infodir = @infodir@ |
---|
252 | install_sh = @install_sh@ |
---|
253 | libdir = @libdir@ |
---|
254 | libexecdir = @libexecdir@ |
---|
255 | localstatedir = @localstatedir@ |
---|
256 | mandir = @mandir@ |
---|
257 | mkdir_p = @mkdir_p@ |
---|
258 | oldincludedir = @oldincludedir@ |
---|
259 | prefix = @prefix@ |
---|
260 | program_transform_name = @program_transform_name@ |
---|
261 | sbindir = @sbindir@ |
---|
262 | sharedstatedir = @sharedstatedir@ |
---|
263 | sol_cc_compiler = @sol_cc_compiler@ |
---|
264 | sysconfdir = @sysconfdir@ |
---|
265 | target_alias = @target_alias@ |
---|
266 | AUTOMAKE_OPTIONS = foreign |
---|
267 | |
---|
268 | ######################################################################## |
---|
269 | # libClp # |
---|
270 | ######################################################################## |
---|
271 | |
---|
272 | # Name of the library compiled in this directory. We want it to be installed |
---|
273 | # in the 'lib' directory |
---|
274 | lib_LTLIBRARIES = libClp.la |
---|
275 | |
---|
276 | # List all source files for this library, including headers |
---|
277 | libClp_la_SOURCES = \ |
---|
278 | ClpConfig.h \ |
---|
279 | ClpCholeskyBase.cpp ClpCholeskyBase.hpp \ |
---|
280 | ClpCholeskyDense.cpp ClpCholeskyDense.hpp \ |
---|
281 | ClpCholeskyUfl.cpp ClpCholeskyUfl.hpp \ |
---|
282 | ClpCholeskyMumps.cpp ClpCholeskyMumps.hpp \ |
---|
283 | ClpCholeskyWssmp.cpp ClpCholeskyWssmp.hpp \ |
---|
284 | ClpCholeskyWssmpKKT.cpp ClpCholeskyWssmpKKT.hpp \ |
---|
285 | ClpConstraint.cpp ClpConstraint.hpp \ |
---|
286 | ClpConstraintLinear.cpp ClpConstraintLinear.hpp \ |
---|
287 | ClpConstraintQuadratic.cpp ClpConstraintQuadratic.hpp \ |
---|
288 | Clp_C_Interface.cpp Clp_C_Interface.h \ |
---|
289 | ClpDualRowDantzig.cpp ClpDualRowDantzig.hpp \ |
---|
290 | ClpDualRowPivot.cpp ClpDualRowPivot.hpp \ |
---|
291 | ClpDualRowSteepest.cpp ClpDualRowSteepest.hpp \ |
---|
292 | ClpDummyMatrix.cpp ClpDummyMatrix.hpp \ |
---|
293 | ClpDynamicExampleMatrix.cpp ClpDynamicExampleMatrix.hpp \ |
---|
294 | ClpDynamicMatrix.cpp ClpDynamicMatrix.hpp \ |
---|
295 | ClpEventHandler.cpp ClpEventHandler.hpp \ |
---|
296 | ClpFactorization.cpp ClpFactorization.hpp \ |
---|
297 | ClpGubDynamicMatrix.cpp ClpGubDynamicMatrix.hpp \ |
---|
298 | ClpGubMatrix.cpp ClpGubMatrix.hpp \ |
---|
299 | ClpHelperFunctions.cpp ClpHelperFunctions.hpp \ |
---|
300 | ClpInterior.cpp ClpInterior.hpp \ |
---|
301 | ClpLinearObjective.cpp ClpLinearObjective.hpp \ |
---|
302 | ClpMatrixBase.cpp ClpMatrixBase.hpp \ |
---|
303 | ClpMessage.cpp ClpMessage.hpp \ |
---|
304 | ClpModel.cpp ClpModel.hpp \ |
---|
305 | ClpNetworkBasis.cpp ClpNetworkBasis.hpp \ |
---|
306 | ClpNetworkMatrix.cpp ClpNetworkMatrix.hpp \ |
---|
307 | ClpNonLinearCost.cpp ClpNonLinearCost.hpp \ |
---|
308 | ClpNode.cpp ClpNode.hpp \ |
---|
309 | ClpObjective.cpp ClpObjective.hpp \ |
---|
310 | ClpPackedMatrix.cpp ClpPackedMatrix.hpp \ |
---|
311 | ClpParameters.hpp \ |
---|
312 | ClpPlusMinusOneMatrix.cpp ClpPlusMinusOneMatrix.hpp \ |
---|
313 | ClpPredictorCorrector.cpp ClpPredictorCorrector.hpp \ |
---|
314 | ClpPdco.cpp ClpPdco.hpp \ |
---|
315 | ClpPdcoBase.cpp ClpPdcoBase.hpp \ |
---|
316 | ClpLsqr.cpp ClpLsqr.hpp \ |
---|
317 | ClpPresolve.cpp ClpPresolve.hpp \ |
---|
318 | ClpPrimalColumnDantzig.cpp ClpPrimalColumnDantzig.hpp \ |
---|
319 | ClpPrimalColumnPivot.cpp ClpPrimalColumnPivot.hpp \ |
---|
320 | ClpPrimalColumnSteepest.cpp ClpPrimalColumnSteepest.hpp \ |
---|
321 | ClpQuadraticObjective.cpp ClpQuadraticObjective.hpp \ |
---|
322 | ClpSimplex.cpp ClpSimplex.hpp \ |
---|
323 | ClpSimplexDual.cpp ClpSimplexDual.hpp \ |
---|
324 | ClpSimplexNonlinear.cpp ClpSimplexNonlinear.hpp \ |
---|
325 | ClpSimplexOther.cpp ClpSimplexOther.hpp \ |
---|
326 | ClpSimplexPrimal.cpp ClpSimplexPrimal.hpp \ |
---|
327 | ClpSolve.cpp ClpSolve.hpp \ |
---|
328 | Idiot.cpp Idiot.hpp \ |
---|
329 | IdiSolve.cpp |
---|
330 | |
---|
331 | |
---|
332 | # This is for libtool (on Windows) |
---|
333 | libClp_la_LDFLAGS = $(LT_LDFLAGS) |
---|
334 | |
---|
335 | # List all source files for this executable, including headers |
---|
336 | clp_SOURCES = \ |
---|
337 | ClpMain.cpp \ |
---|
338 | CbcOrClpParam.cpp CbcOrClpParam.hpp \ |
---|
339 | MyEventHandler.cpp MyEventHandler.hpp \ |
---|
340 | MyMessageHandler.cpp MyMessageHandler.hpp \ |
---|
341 | unitTest.cpp |
---|
342 | |
---|
343 | |
---|
344 | # List all additionally required COIN libraries |
---|
345 | clp_LDADD = libClp.la \ |
---|
346 | $(COINUTILSOBJDIR)/src/libCoinUtils.la |
---|
347 | |
---|
348 | |
---|
349 | # Finally, the -rpath flag is used by libtool to make sure that the shared |
---|
350 | # library is found (in the lib install directory) when we are using dynamic |
---|
351 | # libraries. |
---|
352 | clp_LDFLAGS = -rpath $(libdir) |
---|
353 | |
---|
354 | ######################################################################## |
---|
355 | # Additional flags # |
---|
356 | ######################################################################## |
---|
357 | |
---|
358 | # Here list all include flags, relative to this "srcdir" directory. This |
---|
359 | # "cygpath" stuff is necessary to compile with native compilers on Windows. |
---|
360 | AM_CPPFLAGS = \ |
---|
361 | -I`$(CYGPATH_W) $(COINUTILSSRCDIR)/src` \ |
---|
362 | -I`$(CYGPATH_W) $(COINUTILSOBJDIR)/inc` |
---|
363 | |
---|
364 | |
---|
365 | # This line is necessary to allow VPATH compilation with MS compilers |
---|
366 | # on Cygwin |
---|
367 | DEFAULT_INCLUDES = -I. -I`$(CYGPATH_W) $(srcdir)` -I$(top_builddir)/inc |
---|
368 | |
---|
369 | ######################################################################## |
---|
370 | # Headers that need to be installed # |
---|
371 | ######################################################################## |
---|
372 | |
---|
373 | # Here list all the header files that are required by a user of the library, |
---|
374 | # and that therefore should be installed in 'install/coin' |
---|
375 | includecoindir = $(includedir)/coin |
---|
376 | includecoin_HEADERS = \ |
---|
377 | ../inc/config_clp.h \ |
---|
378 | Clp_C_Interface.h \ |
---|
379 | ClpCholeskyBase.hpp \ |
---|
380 | ClpCholeskyDense.hpp \ |
---|
381 | ClpCholeskyWssmp.hpp \ |
---|
382 | ClpConstraint.hpp \ |
---|
383 | ClpConstraintLinear.hpp \ |
---|
384 | ClpConstraintQuadratic.hpp \ |
---|
385 | ClpDualRowDantzig.hpp \ |
---|
386 | ClpDualRowPivot.hpp \ |
---|
387 | ClpDualRowSteepest.hpp \ |
---|
388 | ClpDummyMatrix.hpp \ |
---|
389 | ClpDynamicExampleMatrix.hpp \ |
---|
390 | ClpDynamicMatrix.hpp \ |
---|
391 | ClpEventHandler.hpp \ |
---|
392 | ClpFactorization.hpp \ |
---|
393 | ClpGubDynamicMatrix.hpp \ |
---|
394 | ClpGubMatrix.hpp \ |
---|
395 | ClpInterior.hpp \ |
---|
396 | ClpLinearObjective.hpp \ |
---|
397 | ClpMatrixBase.hpp \ |
---|
398 | ClpMessage.hpp \ |
---|
399 | ClpModel.hpp \ |
---|
400 | ClpNetworkMatrix.hpp \ |
---|
401 | ClpNonLinearCost.hpp \ |
---|
402 | ClpNode.hpp \ |
---|
403 | ClpObjective.hpp \ |
---|
404 | ClpPackedMatrix.hpp \ |
---|
405 | ClpPdcoBase.hpp \ |
---|
406 | ClpPlusMinusOneMatrix.hpp \ |
---|
407 | ClpParameters.hpp \ |
---|
408 | ClpPresolve.hpp \ |
---|
409 | ClpPrimalColumnDantzig.hpp \ |
---|
410 | ClpPrimalColumnPivot.hpp \ |
---|
411 | ClpPrimalColumnSteepest.hpp \ |
---|
412 | ClpQuadraticObjective.hpp \ |
---|
413 | ClpSimplex.hpp \ |
---|
414 | ClpSimplexDual.hpp \ |
---|
415 | ClpSimplexNonlinear.hpp \ |
---|
416 | ClpSimplexOther.hpp \ |
---|
417 | ClpSimplexPrimal.hpp \ |
---|
418 | ClpSolve.hpp \ |
---|
419 | CbcOrClpParam.hpp \ |
---|
420 | CbcOrClpParam.cpp \ |
---|
421 | Idiot.hpp |
---|
422 | |
---|
423 | |
---|
424 | ############################################################################# |
---|
425 | # Create the Config.h file that always defines HAVE_CONFIG_H and install it # |
---|
426 | ############################################################################# |
---|
427 | |
---|
428 | # You only need to adapt the following line |
---|
429 | ConfigHeader = ClpConfig.h |
---|
430 | all: all-am |
---|
431 | |
---|
432 | .SUFFIXES: |
---|
433 | .SUFFIXES: .cpp .lo .o .obj |
---|
434 | $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) |
---|
435 | @for dep in $?; do \ |
---|
436 | case '$(am__configure_deps)' in \ |
---|
437 | *$$dep*) \ |
---|
438 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ |
---|
439 | && exit 0; \ |
---|
440 | exit 1;; \ |
---|
441 | esac; \ |
---|
442 | done; \ |
---|
443 | echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \ |
---|
444 | cd $(top_srcdir) && \ |
---|
445 | $(AUTOMAKE) --foreign src/Makefile |
---|
446 | .PRECIOUS: Makefile |
---|
447 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
---|
448 | @case '$?' in \ |
---|
449 | *config.status*) \ |
---|
450 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ |
---|
451 | *) \ |
---|
452 | echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ |
---|
453 | cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ |
---|
454 | esac; |
---|
455 | |
---|
456 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
---|
457 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
---|
458 | |
---|
459 | $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) |
---|
460 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
---|
461 | $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) |
---|
462 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
---|
463 | install-libLTLIBRARIES: $(lib_LTLIBRARIES) |
---|
464 | @$(NORMAL_INSTALL) |
---|
465 | test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)" |
---|
466 | @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ |
---|
467 | if test -f $$p; then \ |
---|
468 | f=$(am__strip_dir) \ |
---|
469 | echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \ |
---|
470 | $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \ |
---|
471 | else :; fi; \ |
---|
472 | done |
---|
473 | |
---|
474 | uninstall-libLTLIBRARIES: |
---|
475 | @$(NORMAL_UNINSTALL) |
---|
476 | @set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \ |
---|
477 | p=$(am__strip_dir) \ |
---|
478 | echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \ |
---|
479 | $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \ |
---|
480 | done |
---|
481 | |
---|
482 | clean-libLTLIBRARIES: |
---|
483 | -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) |
---|
484 | @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ |
---|
485 | dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ |
---|
486 | test "$$dir" != "$$p" || dir=.; \ |
---|
487 | echo "rm -f \"$${dir}/so_locations\""; \ |
---|
488 | rm -f "$${dir}/so_locations"; \ |
---|
489 | done |
---|
490 | libClp.la: $(libClp_la_OBJECTS) $(libClp_la_DEPENDENCIES) |
---|
491 | $(CXXLINK) -rpath $(libdir) $(libClp_la_LDFLAGS) $(libClp_la_OBJECTS) $(libClp_la_LIBADD) $(LIBS) |
---|
492 | install-binPROGRAMS: $(bin_PROGRAMS) |
---|
493 | @$(NORMAL_INSTALL) |
---|
494 | test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)" |
---|
495 | @list='$(bin_PROGRAMS)'; for p in $$list; do \ |
---|
496 | p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ |
---|
497 | if test -f $$p \ |
---|
498 | || test -f $$p1 \ |
---|
499 | ; then \ |
---|
500 | f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \ |
---|
501 | echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \ |
---|
502 | $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \ |
---|
503 | else :; fi; \ |
---|
504 | done |
---|
505 | |
---|
506 | uninstall-binPROGRAMS: |
---|
507 | @$(NORMAL_UNINSTALL) |
---|
508 | @list='$(bin_PROGRAMS)'; for p in $$list; do \ |
---|
509 | f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \ |
---|
510 | echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \ |
---|
511 | rm -f "$(DESTDIR)$(bindir)/$$f"; \ |
---|
512 | done |
---|
513 | |
---|
514 | clean-binPROGRAMS: |
---|
515 | @list='$(bin_PROGRAMS)'; for p in $$list; do \ |
---|
516 | f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ |
---|
517 | echo " rm -f $$p $$f"; \ |
---|
518 | rm -f $$p $$f ; \ |
---|
519 | done |
---|
520 | clp$(EXEEXT): $(clp_OBJECTS) $(clp_DEPENDENCIES) |
---|
521 | @rm -f clp$(EXEEXT) |
---|
522 | $(CXXLINK) $(clp_LDFLAGS) $(clp_OBJECTS) $(clp_LDADD) $(LIBS) |
---|
523 | |
---|
524 | mostlyclean-compile: |
---|
525 | -rm -f *.$(OBJEXT) |
---|
526 | |
---|
527 | distclean-compile: |
---|
528 | -rm -f *.tab.c |
---|
529 | |
---|
530 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CbcOrClpParam.Po@am__quote@ |
---|
531 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ClpCholeskyBase.Plo@am__quote@ |
---|
532 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ClpCholeskyDense.Plo@am__quote@ |
---|
533 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ClpCholeskyMumps.Plo@am__quote@ |
---|
534 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ClpCholeskyUfl.Plo@am__quote@ |
---|
535 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ClpCholeskyWssmp.Plo@am__quote@ |
---|
536 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ClpCholeskyWssmpKKT.Plo@am__quote@ |
---|
537 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ClpConstraint.Plo@am__quote@ |
---|
538 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ClpConstraintLinear.Plo@am__quote@ |
---|
539 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ClpConstraintQuadratic.Plo@am__quote@ |
---|
540 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ClpDualRowDantzig.Plo@am__quote@ |
---|
541 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ClpDualRowPivot.Plo@am__quote@ |
---|
542 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ClpDualRowSteepest.Plo@am__quote@ |
---|
543 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ClpDummyMatrix.Plo@am__quote@ |
---|
544 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ClpDynamicExampleMatrix.Plo@am__quote@ |
---|
545 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ClpDynamicMatrix.Plo@am__quote@ |
---|
546 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ClpEventHandler.Plo@am__quote@ |
---|
547 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ClpFactorization.Plo@am__quote@ |
---|
548 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ClpGubDynamicMatrix.Plo@am__quote@ |
---|
549 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ClpGubMatrix.Plo@am__quote@ |
---|
550 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ClpHelperFunctions.Plo@am__quote@ |
---|
551 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ClpInterior.Plo@am__quote@ |
---|
552 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ClpLinearObjective.Plo@am__quote@ |
---|
553 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ClpLsqr.Plo@am__quote@ |
---|
554 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ClpMain.Po@am__quote@ |
---|
555 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ClpMatrixBase.Plo@am__quote@ |
---|
556 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ClpMessage.Plo@am__quote@ |
---|
557 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ClpModel.Plo@am__quote@ |
---|
558 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ClpNetworkBasis.Plo@am__quote@ |
---|
559 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ClpNetworkMatrix.Plo@am__quote@ |
---|
560 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ClpNode.Plo@am__quote@ |
---|
561 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ClpNonLinearCost.Plo@am__quote@ |
---|
562 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ClpObjective.Plo@am__quote@ |
---|
563 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ClpPackedMatrix.Plo@am__quote@ |
---|
564 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ClpPdco.Plo@am__quote@ |
---|
565 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ClpPdcoBase.Plo@am__quote@ |
---|
566 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ClpPlusMinusOneMatrix.Plo@am__quote@ |
---|
567 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ClpPredictorCorrector.Plo@am__quote@ |
---|
568 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ClpPresolve.Plo@am__quote@ |
---|
569 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ClpPrimalColumnDantzig.Plo@am__quote@ |
---|
570 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ClpPrimalColumnPivot.Plo@am__quote@ |
---|
571 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ClpPrimalColumnSteepest.Plo@am__quote@ |
---|
572 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ClpQuadraticObjective.Plo@am__quote@ |
---|
573 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ClpSimplex.Plo@am__quote@ |
---|
574 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ClpSimplexDual.Plo@am__quote@ |
---|
575 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ClpSimplexNonlinear.Plo@am__quote@ |
---|
576 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ClpSimplexOther.Plo@am__quote@ |
---|
577 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ClpSimplexPrimal.Plo@am__quote@ |
---|
578 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ClpSolve.Plo@am__quote@ |
---|
579 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Clp_C_Interface.Plo@am__quote@ |
---|
580 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/IdiSolve.Plo@am__quote@ |
---|
581 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Idiot.Plo@am__quote@ |
---|
582 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/MyEventHandler.Po@am__quote@ |
---|
583 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/MyMessageHandler.Po@am__quote@ |
---|
584 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unitTest.Po@am__quote@ |
---|
585 | |
---|
586 | .cpp.o: |
---|
587 | @am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \ |
---|
588 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi |
---|
589 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
---|
590 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
591 | @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $< |
---|
592 | |
---|
593 | .cpp.obj: |
---|
594 | @am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \ |
---|
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 $@ `$(CYGPATH_W) '$<'` |
---|
599 | |
---|
600 | .cpp.lo: |
---|
601 | @am__fastdepCXX_TRUE@ if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \ |
---|
602 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi |
---|
603 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ |
---|
604 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
605 | @am__fastdepCXX_FALSE@ $(LTCXXCOMPILE) -c -o $@ $< |
---|
606 | |
---|
607 | mostlyclean-libtool: |
---|
608 | -rm -f *.lo |
---|
609 | |
---|
610 | clean-libtool: |
---|
611 | -rm -rf .libs _libs |
---|
612 | |
---|
613 | distclean-libtool: |
---|
614 | -rm -f libtool |
---|
615 | uninstall-info-am: |
---|
616 | install-includecoinHEADERS: $(includecoin_HEADERS) |
---|
617 | @$(NORMAL_INSTALL) |
---|
618 | test -z "$(includecoindir)" || $(mkdir_p) "$(DESTDIR)$(includecoindir)" |
---|
619 | @list='$(includecoin_HEADERS)'; for p in $$list; do \ |
---|
620 | if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
---|
621 | f=$(am__strip_dir) \ |
---|
622 | echo " $(includecoinHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(includecoindir)/$$f'"; \ |
---|
623 | $(includecoinHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(includecoindir)/$$f"; \ |
---|
624 | done |
---|
625 | |
---|
626 | uninstall-includecoinHEADERS: |
---|
627 | @$(NORMAL_UNINSTALL) |
---|
628 | @list='$(includecoin_HEADERS)'; for p in $$list; do \ |
---|
629 | f=$(am__strip_dir) \ |
---|
630 | echo " rm -f '$(DESTDIR)$(includecoindir)/$$f'"; \ |
---|
631 | rm -f "$(DESTDIR)$(includecoindir)/$$f"; \ |
---|
632 | done |
---|
633 | |
---|
634 | ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) |
---|
635 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
---|
636 | unique=`for i in $$list; do \ |
---|
637 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
---|
638 | done | \ |
---|
639 | $(AWK) ' { files[$$0] = 1; } \ |
---|
640 | END { for (i in files) print i; }'`; \ |
---|
641 | mkid -fID $$unique |
---|
642 | tags: TAGS |
---|
643 | |
---|
644 | TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
---|
645 | $(TAGS_FILES) $(LISP) |
---|
646 | tags=; \ |
---|
647 | here=`pwd`; \ |
---|
648 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
---|
649 | unique=`for i in $$list; do \ |
---|
650 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
---|
651 | done | \ |
---|
652 | $(AWK) ' { files[$$0] = 1; } \ |
---|
653 | END { for (i in files) print i; }'`; \ |
---|
654 | if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ |
---|
655 | test -n "$$unique" || unique=$$empty_fix; \ |
---|
656 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ |
---|
657 | $$tags $$unique; \ |
---|
658 | fi |
---|
659 | ctags: CTAGS |
---|
660 | CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
---|
661 | $(TAGS_FILES) $(LISP) |
---|
662 | tags=; \ |
---|
663 | here=`pwd`; \ |
---|
664 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
---|
665 | unique=`for i in $$list; do \ |
---|
666 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
---|
667 | done | \ |
---|
668 | $(AWK) ' { files[$$0] = 1; } \ |
---|
669 | END { for (i in files) print i; }'`; \ |
---|
670 | test -z "$(CTAGS_ARGS)$$tags$$unique" \ |
---|
671 | || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ |
---|
672 | $$tags $$unique |
---|
673 | |
---|
674 | GTAGS: |
---|
675 | here=`$(am__cd) $(top_builddir) && pwd` \ |
---|
676 | && cd $(top_srcdir) \ |
---|
677 | && gtags -i $(GTAGS_ARGS) $$here |
---|
678 | |
---|
679 | distclean-tags: |
---|
680 | -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
---|
681 | |
---|
682 | distdir: $(DISTFILES) |
---|
683 | $(mkdir_p) $(distdir)/../inc |
---|
684 | @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ |
---|
685 | topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ |
---|
686 | list='$(DISTFILES)'; for file in $$list; do \ |
---|
687 | case $$file in \ |
---|
688 | $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ |
---|
689 | $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ |
---|
690 | esac; \ |
---|
691 | if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ |
---|
692 | dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ |
---|
693 | if test "$$dir" != "$$file" && test "$$dir" != "."; then \ |
---|
694 | dir="/$$dir"; \ |
---|
695 | $(mkdir_p) "$(distdir)$$dir"; \ |
---|
696 | else \ |
---|
697 | dir=''; \ |
---|
698 | fi; \ |
---|
699 | if test -d $$d/$$file; then \ |
---|
700 | if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ |
---|
701 | cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ |
---|
702 | fi; \ |
---|
703 | cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ |
---|
704 | else \ |
---|
705 | test -f $(distdir)/$$file \ |
---|
706 | || cp -p $$d/$$file $(distdir)/$$file \ |
---|
707 | || exit 1; \ |
---|
708 | fi; \ |
---|
709 | done |
---|
710 | check-am: all-am |
---|
711 | check: check-am |
---|
712 | all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(HEADERS) |
---|
713 | install-binPROGRAMS: install-libLTLIBRARIES |
---|
714 | |
---|
715 | installdirs: |
---|
716 | for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(includecoindir)"; do \ |
---|
717 | test -z "$$dir" || $(mkdir_p) "$$dir"; \ |
---|
718 | done |
---|
719 | install: install-am |
---|
720 | install-exec: install-exec-am |
---|
721 | install-data: install-data-am |
---|
722 | uninstall: uninstall-am |
---|
723 | |
---|
724 | install-am: all-am |
---|
725 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |
---|
726 | |
---|
727 | installcheck: installcheck-am |
---|
728 | install-strip: |
---|
729 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
---|
730 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
---|
731 | `test -z '$(STRIP)' || \ |
---|
732 | echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install |
---|
733 | mostlyclean-generic: |
---|
734 | |
---|
735 | clean-generic: |
---|
736 | |
---|
737 | distclean-generic: |
---|
738 | -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) |
---|
739 | |
---|
740 | maintainer-clean-generic: |
---|
741 | @echo "This command is intended for maintainers to use" |
---|
742 | @echo "it deletes files that may require special tools to rebuild." |
---|
743 | clean: clean-am |
---|
744 | |
---|
745 | clean-am: clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \ |
---|
746 | clean-libtool mostlyclean-am |
---|
747 | |
---|
748 | distclean: distclean-am |
---|
749 | -rm -rf ./$(DEPDIR) |
---|
750 | -rm -f Makefile |
---|
751 | distclean-am: clean-am distclean-compile distclean-generic \ |
---|
752 | distclean-libtool distclean-tags |
---|
753 | |
---|
754 | dvi: dvi-am |
---|
755 | |
---|
756 | dvi-am: |
---|
757 | |
---|
758 | html: html-am |
---|
759 | |
---|
760 | info: info-am |
---|
761 | |
---|
762 | info-am: |
---|
763 | |
---|
764 | install-data-am: install-includecoinHEADERS |
---|
765 | |
---|
766 | install-exec-am: install-binPROGRAMS install-exec-local \ |
---|
767 | install-libLTLIBRARIES |
---|
768 | |
---|
769 | install-info: install-info-am |
---|
770 | |
---|
771 | install-man: |
---|
772 | |
---|
773 | installcheck-am: |
---|
774 | |
---|
775 | maintainer-clean: maintainer-clean-am |
---|
776 | -rm -rf ./$(DEPDIR) |
---|
777 | -rm -f Makefile |
---|
778 | maintainer-clean-am: distclean-am maintainer-clean-generic |
---|
779 | |
---|
780 | mostlyclean: mostlyclean-am |
---|
781 | |
---|
782 | mostlyclean-am: mostlyclean-compile mostlyclean-generic \ |
---|
783 | mostlyclean-libtool |
---|
784 | |
---|
785 | pdf: pdf-am |
---|
786 | |
---|
787 | pdf-am: |
---|
788 | |
---|
789 | ps: ps-am |
---|
790 | |
---|
791 | ps-am: |
---|
792 | |
---|
793 | uninstall-am: uninstall-binPROGRAMS uninstall-includecoinHEADERS \ |
---|
794 | uninstall-info-am uninstall-libLTLIBRARIES uninstall-local |
---|
795 | |
---|
796 | .PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \ |
---|
797 | clean-generic clean-libLTLIBRARIES clean-libtool ctags \ |
---|
798 | distclean distclean-compile distclean-generic \ |
---|
799 | distclean-libtool distclean-tags distdir dvi dvi-am html \ |
---|
800 | html-am info info-am install install-am install-binPROGRAMS \ |
---|
801 | install-data install-data-am install-exec install-exec-am \ |
---|
802 | install-exec-local install-includecoinHEADERS install-info \ |
---|
803 | install-info-am install-libLTLIBRARIES install-man \ |
---|
804 | install-strip installcheck installcheck-am installdirs \ |
---|
805 | maintainer-clean maintainer-clean-generic mostlyclean \ |
---|
806 | mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ |
---|
807 | pdf pdf-am ps ps-am tags uninstall uninstall-am \ |
---|
808 | uninstall-binPROGRAMS uninstall-includecoinHEADERS \ |
---|
809 | uninstall-info-am uninstall-libLTLIBRARIES uninstall-local |
---|
810 | |
---|
811 | |
---|
812 | install-exec-local: |
---|
813 | echo "#ifndef HAVE_CONFIG_H" >bla |
---|
814 | echo "#define HAVE_CONFIG_H" >>bla |
---|
815 | echo "#endif" >> bla |
---|
816 | cat $(srcdir)/$(ConfigHeader) >> bla |
---|
817 | $(install_sh_DATA) bla $(DESTDIR)$(includecoindir)/$(ConfigHeader) |
---|
818 | rm -f bla |
---|
819 | |
---|
820 | uninstall-local: |
---|
821 | rm -f $(DESTDIR)$(includecoindir)/$(ConfigHeader) |
---|
822 | # Tell versions [3.59,3.63) of GNU make to not export all variables. |
---|
823 | # Otherwise a system limit (for SysV at least) may be exceeded. |
---|
824 | .NOEXPORT: |
---|