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 | # Copyright (C) 2006, 2007 International Business Machines and others. |
---|
24 | # All Rights Reserved. |
---|
25 | # This file is distributed under the Common Public License. |
---|
26 | |
---|
27 | # Author: Andreas Waechter IBM 2006-04-13 |
---|
28 | |
---|
29 | ######################################################################## |
---|
30 | # Documentation installation # |
---|
31 | ######################################################################## |
---|
32 | |
---|
33 | srcdir = @srcdir@ |
---|
34 | top_srcdir = @top_srcdir@ |
---|
35 | VPATH = @srcdir@ |
---|
36 | pkgdatadir = $(datadir)/@PACKAGE@ |
---|
37 | pkglibdir = $(libdir)/@PACKAGE@ |
---|
38 | pkgincludedir = $(includedir)/@PACKAGE@ |
---|
39 | top_builddir = . |
---|
40 | am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd |
---|
41 | INSTALL = @INSTALL@ |
---|
42 | install_sh_DATA = $(install_sh) -c -m 644 |
---|
43 | install_sh_PROGRAM = $(install_sh) -c |
---|
44 | install_sh_SCRIPT = $(install_sh) -c |
---|
45 | INSTALL_HEADER = $(INSTALL_DATA) |
---|
46 | transform = $(program_transform_name) |
---|
47 | NORMAL_INSTALL = : |
---|
48 | PRE_INSTALL = : |
---|
49 | POST_INSTALL = : |
---|
50 | NORMAL_UNINSTALL = : |
---|
51 | PRE_UNINSTALL = : |
---|
52 | POST_UNINSTALL = : |
---|
53 | build_triplet = @build@ |
---|
54 | host_triplet = @host@ |
---|
55 | |
---|
56 | # We don't want to compile the test subdirectory, unless the test target is |
---|
57 | # specified. But we need to list it as subdirectory to make sure that it is |
---|
58 | # included in the tarball |
---|
59 | @ALWAYS_FALSE@am__append_1 = test |
---|
60 | DIST_COMMON = README $(am__configure_deps) \ |
---|
61 | $(srcdir)/BuildTools/Makemain.inc $(srcdir)/Makefile.am \ |
---|
62 | $(srcdir)/Makefile.in $(srcdir)/clp-uninstalled.pc.in \ |
---|
63 | $(srcdir)/clp.pc.in $(top_srcdir)/configure \ |
---|
64 | $(top_srcdir)/doxydoc/doxygen.conf.in \ |
---|
65 | $(top_srcdir)/examples/Makefile.in \ |
---|
66 | $(top_srcdir)/inc/config_clp.h.in \ |
---|
67 | $(top_srcdir)/src/OsiClp/osi-clp-uninstalled.pc.in AUTHORS \ |
---|
68 | config.guess config.sub depcomp install-sh ltmain.sh missing |
---|
69 | @HAVE_EXTERNALS_TRUE@am__append_2 = Externals |
---|
70 | @HAVE_EXTERNALS_TRUE@am__append_3 = .Externals-stamp |
---|
71 | subdir = . |
---|
72 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
---|
73 | am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ |
---|
74 | $(top_srcdir)/configure.ac |
---|
75 | am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ |
---|
76 | $(ACLOCAL_M4) |
---|
77 | am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ |
---|
78 | configure.lineno configure.status.lineno |
---|
79 | mkinstalldirs = $(install_sh) -d |
---|
80 | CONFIG_HEADER = $(top_builddir)/inc/config_clp.h |
---|
81 | CONFIG_CLEAN_FILES = examples/Makefile clp.pc clp-uninstalled.pc \ |
---|
82 | osi-clp-uninstalled.pc doxydoc/doxygen.conf |
---|
83 | SOURCES = |
---|
84 | DIST_SOURCES = |
---|
85 | RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ |
---|
86 | html-recursive info-recursive install-data-recursive \ |
---|
87 | install-exec-recursive install-info-recursive \ |
---|
88 | install-recursive installcheck-recursive installdirs-recursive \ |
---|
89 | pdf-recursive ps-recursive uninstall-info-recursive \ |
---|
90 | uninstall-recursive |
---|
91 | am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; |
---|
92 | am__vpath_adj = case $$p in \ |
---|
93 | $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ |
---|
94 | *) f=$$p;; \ |
---|
95 | esac; |
---|
96 | am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; |
---|
97 | am__installdirs = "$(DESTDIR)$(pkgconfiglibdir)" |
---|
98 | pkgconfiglibDATA_INSTALL = $(INSTALL_DATA) |
---|
99 | DATA = $(pkgconfiglib_DATA) |
---|
100 | ETAGS = etags |
---|
101 | CTAGS = ctags |
---|
102 | DIST_SUBDIRS = src test |
---|
103 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
---|
104 | distdir = $(PACKAGE)-$(VERSION) |
---|
105 | top_distdir = $(distdir) |
---|
106 | am__remove_distdir = \ |
---|
107 | { test ! -d $(distdir) \ |
---|
108 | || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \ |
---|
109 | && rm -fr $(distdir); }; } |
---|
110 | DIST_ARCHIVES = $(distdir).tar.gz |
---|
111 | GZIP_ENV = --best |
---|
112 | distuninstallcheck_listfiles = find . -type f -print |
---|
113 | distcleancheck_listfiles = find . -type f -print |
---|
114 | ABSBUILDDIR = @ABSBUILDDIR@ |
---|
115 | ACLOCAL = @ACLOCAL@ |
---|
116 | ADDLIBS = @ADDLIBS@ |
---|
117 | ADD_CFLAGS = @ADD_CFLAGS@ |
---|
118 | ADD_CXXFLAGS = @ADD_CXXFLAGS@ |
---|
119 | ALWAYS_FALSE_FALSE = @ALWAYS_FALSE_FALSE@ |
---|
120 | ALWAYS_FALSE_TRUE = @ALWAYS_FALSE_TRUE@ |
---|
121 | AMDEP_FALSE = @AMDEP_FALSE@ |
---|
122 | AMDEP_TRUE = @AMDEP_TRUE@ |
---|
123 | AMTAR = @AMTAR@ |
---|
124 | AR = @AR@ |
---|
125 | AUTOCONF = @AUTOCONF@ |
---|
126 | AUTOHEADER = @AUTOHEADER@ |
---|
127 | AUTOMAKE = @AUTOMAKE@ |
---|
128 | AUX_DIR = @AUX_DIR@ |
---|
129 | AWK = @AWK@ |
---|
130 | BUILDTOOLSDIR = @BUILDTOOLSDIR@ |
---|
131 | CC = @CC@ |
---|
132 | CCDEPMODE = @CCDEPMODE@ |
---|
133 | CDEFS = @CDEFS@ |
---|
134 | CFLAGS = @CFLAGS@ |
---|
135 | CLP_SVN_REV = @CLP_SVN_REV@ |
---|
136 | COINUTILS_CFLAGS = @COINUTILS_CFLAGS@ |
---|
137 | COINUTILS_DATA = @COINUTILS_DATA@ |
---|
138 | COINUTILS_LIBS = @COINUTILS_LIBS@ |
---|
139 | COIN_HAS_COINUTILS_FALSE = @COIN_HAS_COINUTILS_FALSE@ |
---|
140 | COIN_HAS_COINUTILS_TRUE = @COIN_HAS_COINUTILS_TRUE@ |
---|
141 | COIN_HAS_NETLIB_FALSE = @COIN_HAS_NETLIB_FALSE@ |
---|
142 | COIN_HAS_NETLIB_TRUE = @COIN_HAS_NETLIB_TRUE@ |
---|
143 | COIN_HAS_OSITESTS_FALSE = @COIN_HAS_OSITESTS_FALSE@ |
---|
144 | COIN_HAS_OSITESTS_TRUE = @COIN_HAS_OSITESTS_TRUE@ |
---|
145 | COIN_HAS_OSI_FALSE = @COIN_HAS_OSI_FALSE@ |
---|
146 | COIN_HAS_OSI_TRUE = @COIN_HAS_OSI_TRUE@ |
---|
147 | COIN_HAS_PKGCONFIG_FALSE = @COIN_HAS_PKGCONFIG_FALSE@ |
---|
148 | COIN_HAS_PKGCONFIG_TRUE = @COIN_HAS_PKGCONFIG_TRUE@ |
---|
149 | COIN_HAS_SAMPLE_FALSE = @COIN_HAS_SAMPLE_FALSE@ |
---|
150 | COIN_HAS_SAMPLE_TRUE = @COIN_HAS_SAMPLE_TRUE@ |
---|
151 | COIN_PKG_CONFIG_PATH = @COIN_PKG_CONFIG_PATH@ |
---|
152 | COIN_PKG_CONFIG_PATH_UNINSTALLED = @COIN_PKG_CONFIG_PATH_UNINSTALLED@ |
---|
153 | CPP = @CPP@ |
---|
154 | CPPFLAGS = @CPPFLAGS@ |
---|
155 | CXX = @CXX@ |
---|
156 | CXXCPP = @CXXCPP@ |
---|
157 | CXXDEFS = @CXXDEFS@ |
---|
158 | CXXDEPMODE = @CXXDEPMODE@ |
---|
159 | CXXFLAGS = @CXXFLAGS@ |
---|
160 | CYGPATH_W = @CYGPATH_W@ |
---|
161 | DBG_CFLAGS = @DBG_CFLAGS@ |
---|
162 | DBG_CXXFLAGS = @DBG_CXXFLAGS@ |
---|
163 | DEFS = @DEFS@ |
---|
164 | DEPDIR = @DEPDIR@ |
---|
165 | ECHO = @ECHO@ |
---|
166 | ECHO_C = @ECHO_C@ |
---|
167 | ECHO_N = @ECHO_N@ |
---|
168 | ECHO_T = @ECHO_T@ |
---|
169 | EGREP = @EGREP@ |
---|
170 | EXEEXT = @EXEEXT@ |
---|
171 | F77 = @F77@ |
---|
172 | FADDLIBS = @FADDLIBS@ |
---|
173 | FFLAGS = @FFLAGS@ |
---|
174 | HAVE_EXTERNALS_FALSE = @HAVE_EXTERNALS_FALSE@ |
---|
175 | HAVE_EXTERNALS_TRUE = @HAVE_EXTERNALS_TRUE@ |
---|
176 | INSTALL_DATA = @INSTALL_DATA@ |
---|
177 | INSTALL_PROGRAM = @INSTALL_PROGRAM@ |
---|
178 | INSTALL_SCRIPT = @INSTALL_SCRIPT@ |
---|
179 | INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ |
---|
180 | LDFLAGS = @LDFLAGS@ |
---|
181 | LIBEXT = @LIBEXT@ |
---|
182 | LIBOBJS = @LIBOBJS@ |
---|
183 | LIBS = @LIBS@ |
---|
184 | LIBTOOL = @LIBTOOL@ |
---|
185 | LIBTOOLM4 = @LIBTOOLM4@ |
---|
186 | LN_S = @LN_S@ |
---|
187 | LTLIBOBJS = @LTLIBOBJS@ |
---|
188 | LT_LDFLAGS = @LT_LDFLAGS@ |
---|
189 | MAINT = @MAINT@ |
---|
190 | MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@ |
---|
191 | MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@ |
---|
192 | MAKEINFO = @MAKEINFO@ |
---|
193 | MPICC = @MPICC@ |
---|
194 | MPICXX = @MPICXX@ |
---|
195 | NETLIB_CFLAGS = @NETLIB_CFLAGS@ |
---|
196 | NETLIB_DATA = @NETLIB_DATA@ |
---|
197 | NETLIB_LIBS = @NETLIB_LIBS@ |
---|
198 | OBJEXT = @OBJEXT@ |
---|
199 | OPT_CFLAGS = @OPT_CFLAGS@ |
---|
200 | OPT_CXXFLAGS = @OPT_CXXFLAGS@ |
---|
201 | OSITESTS_CFLAGS = @OSITESTS_CFLAGS@ |
---|
202 | OSITESTS_DATA = @OSITESTS_DATA@ |
---|
203 | OSITESTS_LIBS = @OSITESTS_LIBS@ |
---|
204 | OSI_CFLAGS = @OSI_CFLAGS@ |
---|
205 | OSI_DATA = @OSI_DATA@ |
---|
206 | OSI_LIBS = @OSI_LIBS@ |
---|
207 | PACKAGE = @PACKAGE@ |
---|
208 | PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ |
---|
209 | PACKAGE_NAME = @PACKAGE_NAME@ |
---|
210 | PACKAGE_STRING = @PACKAGE_STRING@ |
---|
211 | PACKAGE_TARNAME = @PACKAGE_TARNAME@ |
---|
212 | PACKAGE_VERSION = @PACKAGE_VERSION@ |
---|
213 | PATH_SEPARATOR = @PATH_SEPARATOR@ |
---|
214 | PCADDLIBS = @PCADDLIBS@ |
---|
215 | PKG_CONFIG = @PKG_CONFIG@ |
---|
216 | RANLIB = @RANLIB@ |
---|
217 | REQUIREDPACKAGES = @REQUIREDPACKAGES@ |
---|
218 | RPATH_FLAGS = @RPATH_FLAGS@ |
---|
219 | SAMPLE_CFLAGS = @SAMPLE_CFLAGS@ |
---|
220 | SAMPLE_DATA = @SAMPLE_DATA@ |
---|
221 | SAMPLE_LIBS = @SAMPLE_LIBS@ |
---|
222 | SET_MAKE = @SET_MAKE@ |
---|
223 | SHELL = @SHELL@ |
---|
224 | STRIP = @STRIP@ |
---|
225 | VERSION = @VERSION@ |
---|
226 | VPATH_DISTCLEANFILES = @VPATH_DISTCLEANFILES@ |
---|
227 | abs_bin_dir = @abs_bin_dir@ |
---|
228 | abs_include_dir = @abs_include_dir@ |
---|
229 | abs_lib_dir = @abs_lib_dir@ |
---|
230 | abs_source_dir = @abs_source_dir@ |
---|
231 | ac_c_preproc_warn_flag = @ac_c_preproc_warn_flag@ |
---|
232 | ac_ct_AR = @ac_ct_AR@ |
---|
233 | ac_ct_CC = @ac_ct_CC@ |
---|
234 | ac_ct_CXX = @ac_ct_CXX@ |
---|
235 | ac_ct_F77 = @ac_ct_F77@ |
---|
236 | ac_ct_RANLIB = @ac_ct_RANLIB@ |
---|
237 | ac_ct_STRIP = @ac_ct_STRIP@ |
---|
238 | ac_cxx_preproc_warn_flag = @ac_cxx_preproc_warn_flag@ |
---|
239 | ac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@ |
---|
240 | am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ |
---|
241 | am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ |
---|
242 | am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ |
---|
243 | am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@ |
---|
244 | am__include = @am__include@ |
---|
245 | am__leading_dot = @am__leading_dot@ |
---|
246 | am__quote = @am__quote@ |
---|
247 | am__tar = @am__tar@ |
---|
248 | am__untar = @am__untar@ |
---|
249 | bindir = @bindir@ |
---|
250 | build = @build@ |
---|
251 | build_alias = @build_alias@ |
---|
252 | build_cpu = @build_cpu@ |
---|
253 | build_os = @build_os@ |
---|
254 | build_vendor = @build_vendor@ |
---|
255 | coin_doxy_excludes = @coin_doxy_excludes@ |
---|
256 | coin_doxy_logname = @coin_doxy_logname@ |
---|
257 | coin_doxy_tagfiles = @coin_doxy_tagfiles@ |
---|
258 | coin_doxy_tagname = @coin_doxy_tagname@ |
---|
259 | coin_doxy_usedot = @coin_doxy_usedot@ |
---|
260 | coin_have_doxygen = @coin_have_doxygen@ |
---|
261 | datadir = @datadir@ |
---|
262 | exec_prefix = @exec_prefix@ |
---|
263 | have_autoconf = @have_autoconf@ |
---|
264 | have_automake = @have_automake@ |
---|
265 | have_svn = @have_svn@ |
---|
266 | have_svnversion = @have_svnversion@ |
---|
267 | host = @host@ |
---|
268 | host_alias = @host_alias@ |
---|
269 | host_cpu = @host_cpu@ |
---|
270 | host_os = @host_os@ |
---|
271 | host_vendor = @host_vendor@ |
---|
272 | includedir = @includedir@ |
---|
273 | infodir = @infodir@ |
---|
274 | install_sh = @install_sh@ |
---|
275 | libdir = @libdir@ |
---|
276 | libexecdir = @libexecdir@ |
---|
277 | localstatedir = @localstatedir@ |
---|
278 | mandir = @mandir@ |
---|
279 | mkdir_p = @mkdir_p@ |
---|
280 | oldincludedir = @oldincludedir@ |
---|
281 | prefix = @prefix@ |
---|
282 | program_transform_name = @program_transform_name@ |
---|
283 | sbindir = @sbindir@ |
---|
284 | sharedstatedir = @sharedstatedir@ |
---|
285 | sol_cc_compiler = @sol_cc_compiler@ |
---|
286 | sysconfdir = @sysconfdir@ |
---|
287 | target_alias = @target_alias@ |
---|
288 | AUTOMAKE_OPTIONS = foreign |
---|
289 | |
---|
290 | ######################################################################## |
---|
291 | # Subdirectories # |
---|
292 | ######################################################################## |
---|
293 | SUBDIRS = src $(am__append_1) |
---|
294 | |
---|
295 | ######################################################################## |
---|
296 | # Additional files to be included in tarball # |
---|
297 | ######################################################################## |
---|
298 | |
---|
299 | # Here we need include all files that are not mentioned in other Makefiles |
---|
300 | EXTRA_DIST = doc/authors.xml doc/basicmodelclasses.xml doc/clpexe.xml \ |
---|
301 | doc/clpuserguide.xml doc/doxygen.xml doc/faqcontent.xml \ |
---|
302 | doc/faq.xml doc/intro.xml doc/legal.xml doc/messages.xml \ |
---|
303 | doc/moresamples.xml doc/notsobasic.xml doc/revhist.xml \ |
---|
304 | doc/Howto/docbook4clp.xml examples/addBits.cpp \ |
---|
305 | examples/addColumns.cpp examples/addRows.cpp \ |
---|
306 | examples/decompose.cpp examples/defaults.cpp \ |
---|
307 | examples/driver2.cpp examples/driverC.c examples/driver.cpp \ |
---|
308 | examples/dualCuts.cpp examples/ekk.cpp \ |
---|
309 | examples/ekk_interface.cpp examples/hello.cpp \ |
---|
310 | examples/hello.mps examples/input.130 examples/INSTALL \ |
---|
311 | examples/makeDual.cpp examples/Makefile.in \ |
---|
312 | examples/minimum.cpp examples/network.cpp examples/piece.cpp \ |
---|
313 | examples/rowColumn.cpp examples/sprint2.cpp \ |
---|
314 | examples/sprint.cpp examples/testBarrier.cpp \ |
---|
315 | examples/testBasis.cpp examples/testGub2.cpp \ |
---|
316 | examples/testGub.cpp examples/testQP.cpp \ |
---|
317 | examples/useVolume.cpp $(am__append_2) |
---|
318 | |
---|
319 | ######################################################################## |
---|
320 | # Creation of the addlibs file # |
---|
321 | ######################################################################## |
---|
322 | pkgconfiglibdir = $(libdir)/pkgconfig |
---|
323 | pkgconfiglib_DATA = clp.pc |
---|
324 | @COIN_HAS_PKGCONFIG_TRUE@addlibsdir = $(DESTDIR)$(datadir)/coin/doc/Clp |
---|
325 | |
---|
326 | ######################################################################## |
---|
327 | # Maintainer Stuff # |
---|
328 | ######################################################################## |
---|
329 | CLEANFILES = |
---|
330 | |
---|
331 | # Files that are generated and should be cleaned with make distclean |
---|
332 | DISTCLEANFILES = $(am__append_3) $(VPATH_DISTCLEANFILES) |
---|
333 | DocFiles = README AUTHORS LICENSE |
---|
334 | DocInstallDir = $(datadir)/coin/doc/$(PACKAGE_NAME) |
---|
335 | all: all-recursive |
---|
336 | |
---|
337 | .SUFFIXES: |
---|
338 | am--refresh: |
---|
339 | @: |
---|
340 | $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/BuildTools/Makemain.inc $(am__configure_deps) |
---|
341 | @for dep in $?; do \ |
---|
342 | case '$(am__configure_deps)' in \ |
---|
343 | *$$dep*) \ |
---|
344 | echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \ |
---|
345 | cd $(srcdir) && $(AUTOMAKE) --foreign \ |
---|
346 | && exit 0; \ |
---|
347 | exit 1;; \ |
---|
348 | esac; \ |
---|
349 | done; \ |
---|
350 | echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ |
---|
351 | cd $(top_srcdir) && \ |
---|
352 | $(AUTOMAKE) --foreign Makefile |
---|
353 | .PRECIOUS: Makefile |
---|
354 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
---|
355 | @case '$?' in \ |
---|
356 | *config.status*) \ |
---|
357 | echo ' $(SHELL) ./config.status'; \ |
---|
358 | $(SHELL) ./config.status;; \ |
---|
359 | *) \ |
---|
360 | echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ |
---|
361 | cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ |
---|
362 | esac; |
---|
363 | |
---|
364 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
---|
365 | $(SHELL) ./config.status --recheck |
---|
366 | |
---|
367 | $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) |
---|
368 | cd $(srcdir) && $(AUTOCONF) |
---|
369 | $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) |
---|
370 | cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) |
---|
371 | |
---|
372 | inc/config_clp.h: inc/stamp-h1 |
---|
373 | @if test ! -f $@; then \ |
---|
374 | rm -f inc/stamp-h1; \ |
---|
375 | $(MAKE) inc/stamp-h1; \ |
---|
376 | else :; fi |
---|
377 | |
---|
378 | inc/stamp-h1: $(top_srcdir)/inc/config_clp.h.in $(top_builddir)/config.status |
---|
379 | @rm -f inc/stamp-h1 |
---|
380 | cd $(top_builddir) && $(SHELL) ./config.status inc/config_clp.h |
---|
381 | $(top_srcdir)/inc/config_clp.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) |
---|
382 | cd $(top_srcdir) && $(AUTOHEADER) |
---|
383 | rm -f inc/stamp-h1 |
---|
384 | touch $@ |
---|
385 | |
---|
386 | distclean-hdr: |
---|
387 | -rm -f inc/config_clp.h inc/stamp-h1 |
---|
388 | examples/Makefile: $(top_builddir)/config.status $(top_srcdir)/examples/Makefile.in |
---|
389 | cd $(top_builddir) && $(SHELL) ./config.status $@ |
---|
390 | clp.pc: $(top_builddir)/config.status $(srcdir)/clp.pc.in |
---|
391 | cd $(top_builddir) && $(SHELL) ./config.status $@ |
---|
392 | clp-uninstalled.pc: $(top_builddir)/config.status $(srcdir)/clp-uninstalled.pc.in |
---|
393 | cd $(top_builddir) && $(SHELL) ./config.status $@ |
---|
394 | osi-clp-uninstalled.pc: $(top_builddir)/config.status $(top_srcdir)/src/OsiClp/osi-clp-uninstalled.pc.in |
---|
395 | cd $(top_builddir) && $(SHELL) ./config.status $@ |
---|
396 | doxydoc/doxygen.conf: $(top_builddir)/config.status $(top_srcdir)/doxydoc/doxygen.conf.in |
---|
397 | cd $(top_builddir) && $(SHELL) ./config.status $@ |
---|
398 | |
---|
399 | mostlyclean-libtool: |
---|
400 | -rm -f *.lo |
---|
401 | |
---|
402 | clean-libtool: |
---|
403 | -rm -rf .libs _libs |
---|
404 | |
---|
405 | distclean-libtool: |
---|
406 | -rm -f libtool |
---|
407 | uninstall-info-am: |
---|
408 | install-pkgconfiglibDATA: $(pkgconfiglib_DATA) |
---|
409 | @$(NORMAL_INSTALL) |
---|
410 | test -z "$(pkgconfiglibdir)" || $(mkdir_p) "$(DESTDIR)$(pkgconfiglibdir)" |
---|
411 | @list='$(pkgconfiglib_DATA)'; for p in $$list; do \ |
---|
412 | if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
---|
413 | f=$(am__strip_dir) \ |
---|
414 | echo " $(pkgconfiglibDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgconfiglibdir)/$$f'"; \ |
---|
415 | $(pkgconfiglibDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgconfiglibdir)/$$f"; \ |
---|
416 | done |
---|
417 | |
---|
418 | uninstall-pkgconfiglibDATA: |
---|
419 | @$(NORMAL_UNINSTALL) |
---|
420 | @list='$(pkgconfiglib_DATA)'; for p in $$list; do \ |
---|
421 | f=$(am__strip_dir) \ |
---|
422 | echo " rm -f '$(DESTDIR)$(pkgconfiglibdir)/$$f'"; \ |
---|
423 | rm -f "$(DESTDIR)$(pkgconfiglibdir)/$$f"; \ |
---|
424 | done |
---|
425 | |
---|
426 | # This directory's subdirectories are mostly independent; you can cd |
---|
427 | # into them and run `make' without going through this Makefile. |
---|
428 | # To change the values of `make' variables: instead of editing Makefiles, |
---|
429 | # (1) if the variable is set in `config.status', edit `config.status' |
---|
430 | # (which will cause the Makefiles to be regenerated when you run `make'); |
---|
431 | # (2) otherwise, pass the desired values on the `make' command line. |
---|
432 | $(RECURSIVE_TARGETS): |
---|
433 | @failcom='exit 1'; \ |
---|
434 | for f in x $$MAKEFLAGS; do \ |
---|
435 | case $$f in \ |
---|
436 | *=* | --[!k]*);; \ |
---|
437 | *k*) failcom='fail=yes';; \ |
---|
438 | esac; \ |
---|
439 | done; \ |
---|
440 | dot_seen=no; \ |
---|
441 | target=`echo $@ | sed s/-recursive//`; \ |
---|
442 | list='$(SUBDIRS)'; for subdir in $$list; do \ |
---|
443 | echo "Making $$target in $$subdir"; \ |
---|
444 | if test "$$subdir" = "."; then \ |
---|
445 | dot_seen=yes; \ |
---|
446 | local_target="$$target-am"; \ |
---|
447 | else \ |
---|
448 | local_target="$$target"; \ |
---|
449 | fi; \ |
---|
450 | (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ |
---|
451 | || eval $$failcom; \ |
---|
452 | done; \ |
---|
453 | if test "$$dot_seen" = "no"; then \ |
---|
454 | $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ |
---|
455 | fi; test -z "$$fail" |
---|
456 | |
---|
457 | mostlyclean-recursive clean-recursive distclean-recursive \ |
---|
458 | maintainer-clean-recursive: |
---|
459 | @failcom='exit 1'; \ |
---|
460 | for f in x $$MAKEFLAGS; do \ |
---|
461 | case $$f in \ |
---|
462 | *=* | --[!k]*);; \ |
---|
463 | *k*) failcom='fail=yes';; \ |
---|
464 | esac; \ |
---|
465 | done; \ |
---|
466 | dot_seen=no; \ |
---|
467 | case "$@" in \ |
---|
468 | distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ |
---|
469 | *) list='$(SUBDIRS)' ;; \ |
---|
470 | esac; \ |
---|
471 | rev=''; for subdir in $$list; do \ |
---|
472 | if test "$$subdir" = "."; then :; else \ |
---|
473 | rev="$$subdir $$rev"; \ |
---|
474 | fi; \ |
---|
475 | done; \ |
---|
476 | rev="$$rev ."; \ |
---|
477 | target=`echo $@ | sed s/-recursive//`; \ |
---|
478 | for subdir in $$rev; do \ |
---|
479 | echo "Making $$target in $$subdir"; \ |
---|
480 | if test "$$subdir" = "."; then \ |
---|
481 | local_target="$$target-am"; \ |
---|
482 | else \ |
---|
483 | local_target="$$target"; \ |
---|
484 | fi; \ |
---|
485 | (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ |
---|
486 | || eval $$failcom; \ |
---|
487 | done && test -z "$$fail" |
---|
488 | tags-recursive: |
---|
489 | list='$(SUBDIRS)'; for subdir in $$list; do \ |
---|
490 | test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ |
---|
491 | done |
---|
492 | ctags-recursive: |
---|
493 | list='$(SUBDIRS)'; for subdir in $$list; do \ |
---|
494 | test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ |
---|
495 | done |
---|
496 | |
---|
497 | ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) |
---|
498 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
---|
499 | unique=`for i in $$list; do \ |
---|
500 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
---|
501 | done | \ |
---|
502 | $(AWK) ' { files[$$0] = 1; } \ |
---|
503 | END { for (i in files) print i; }'`; \ |
---|
504 | mkid -fID $$unique |
---|
505 | tags: TAGS |
---|
506 | |
---|
507 | TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
---|
508 | $(TAGS_FILES) $(LISP) |
---|
509 | tags=; \ |
---|
510 | here=`pwd`; \ |
---|
511 | if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ |
---|
512 | include_option=--etags-include; \ |
---|
513 | empty_fix=.; \ |
---|
514 | else \ |
---|
515 | include_option=--include; \ |
---|
516 | empty_fix=; \ |
---|
517 | fi; \ |
---|
518 | list='$(SUBDIRS)'; for subdir in $$list; do \ |
---|
519 | if test "$$subdir" = .; then :; else \ |
---|
520 | test ! -f $$subdir/TAGS || \ |
---|
521 | tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \ |
---|
522 | fi; \ |
---|
523 | done; \ |
---|
524 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
---|
525 | unique=`for i in $$list; do \ |
---|
526 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
---|
527 | done | \ |
---|
528 | $(AWK) ' { files[$$0] = 1; } \ |
---|
529 | END { for (i in files) print i; }'`; \ |
---|
530 | if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ |
---|
531 | test -n "$$unique" || unique=$$empty_fix; \ |
---|
532 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ |
---|
533 | $$tags $$unique; \ |
---|
534 | fi |
---|
535 | ctags: CTAGS |
---|
536 | CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
---|
537 | $(TAGS_FILES) $(LISP) |
---|
538 | tags=; \ |
---|
539 | here=`pwd`; \ |
---|
540 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
---|
541 | unique=`for i in $$list; do \ |
---|
542 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
---|
543 | done | \ |
---|
544 | $(AWK) ' { files[$$0] = 1; } \ |
---|
545 | END { for (i in files) print i; }'`; \ |
---|
546 | test -z "$(CTAGS_ARGS)$$tags$$unique" \ |
---|
547 | || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ |
---|
548 | $$tags $$unique |
---|
549 | |
---|
550 | GTAGS: |
---|
551 | here=`$(am__cd) $(top_builddir) && pwd` \ |
---|
552 | && cd $(top_srcdir) \ |
---|
553 | && gtags -i $(GTAGS_ARGS) $$here |
---|
554 | |
---|
555 | distclean-tags: |
---|
556 | -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
---|
557 | |
---|
558 | distdir: $(DISTFILES) |
---|
559 | $(am__remove_distdir) |
---|
560 | mkdir $(distdir) |
---|
561 | $(mkdir_p) $(distdir)/. $(distdir)/BuildTools $(distdir)/doc $(distdir)/doc/Howto $(distdir)/doxydoc $(distdir)/examples $(distdir)/inc $(distdir)/src/OsiClp |
---|
562 | @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ |
---|
563 | topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ |
---|
564 | list='$(DISTFILES)'; for file in $$list; do \ |
---|
565 | case $$file in \ |
---|
566 | $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ |
---|
567 | $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ |
---|
568 | esac; \ |
---|
569 | if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ |
---|
570 | dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ |
---|
571 | if test "$$dir" != "$$file" && test "$$dir" != "."; then \ |
---|
572 | dir="/$$dir"; \ |
---|
573 | $(mkdir_p) "$(distdir)$$dir"; \ |
---|
574 | else \ |
---|
575 | dir=''; \ |
---|
576 | fi; \ |
---|
577 | if test -d $$d/$$file; then \ |
---|
578 | if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ |
---|
579 | cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ |
---|
580 | fi; \ |
---|
581 | cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ |
---|
582 | else \ |
---|
583 | test -f $(distdir)/$$file \ |
---|
584 | || cp -p $$d/$$file $(distdir)/$$file \ |
---|
585 | || exit 1; \ |
---|
586 | fi; \ |
---|
587 | done |
---|
588 | list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ |
---|
589 | if test "$$subdir" = .; then :; else \ |
---|
590 | test -d "$(distdir)/$$subdir" \ |
---|
591 | || $(mkdir_p) "$(distdir)/$$subdir" \ |
---|
592 | || exit 1; \ |
---|
593 | distdir=`$(am__cd) $(distdir) && pwd`; \ |
---|
594 | top_distdir=`$(am__cd) $(top_distdir) && pwd`; \ |
---|
595 | (cd $$subdir && \ |
---|
596 | $(MAKE) $(AM_MAKEFLAGS) \ |
---|
597 | top_distdir="$$top_distdir" \ |
---|
598 | distdir="$$distdir/$$subdir" \ |
---|
599 | distdir) \ |
---|
600 | || exit 1; \ |
---|
601 | fi; \ |
---|
602 | done |
---|
603 | -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \ |
---|
604 | ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ |
---|
605 | ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ |
---|
606 | ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \ |
---|
607 | || chmod -R a+r $(distdir) |
---|
608 | dist-gzip: distdir |
---|
609 | tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz |
---|
610 | $(am__remove_distdir) |
---|
611 | |
---|
612 | dist-bzip2: distdir |
---|
613 | tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 |
---|
614 | $(am__remove_distdir) |
---|
615 | |
---|
616 | dist-tarZ: distdir |
---|
617 | tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z |
---|
618 | $(am__remove_distdir) |
---|
619 | |
---|
620 | dist-shar: distdir |
---|
621 | shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz |
---|
622 | $(am__remove_distdir) |
---|
623 | |
---|
624 | dist-zip: distdir |
---|
625 | -rm -f $(distdir).zip |
---|
626 | zip -rq $(distdir).zip $(distdir) |
---|
627 | $(am__remove_distdir) |
---|
628 | |
---|
629 | dist dist-all: distdir |
---|
630 | tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz |
---|
631 | $(am__remove_distdir) |
---|
632 | |
---|
633 | # This target untars the dist file and tries a VPATH configuration. Then |
---|
634 | # it guarantees that the distribution is self-contained by making another |
---|
635 | # tarfile. |
---|
636 | distcheck: dist |
---|
637 | case '$(DIST_ARCHIVES)' in \ |
---|
638 | *.tar.gz*) \ |
---|
639 | GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\ |
---|
640 | *.tar.bz2*) \ |
---|
641 | bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\ |
---|
642 | *.tar.Z*) \ |
---|
643 | uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ |
---|
644 | *.shar.gz*) \ |
---|
645 | GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\ |
---|
646 | *.zip*) \ |
---|
647 | unzip $(distdir).zip ;;\ |
---|
648 | esac |
---|
649 | chmod -R a-w $(distdir); chmod a+w $(distdir) |
---|
650 | mkdir $(distdir)/_build |
---|
651 | mkdir $(distdir)/_inst |
---|
652 | chmod a-w $(distdir) |
---|
653 | dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ |
---|
654 | && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ |
---|
655 | && cd $(distdir)/_build \ |
---|
656 | && ../configure --srcdir=.. --prefix="$$dc_install_base" \ |
---|
657 | $(DISTCHECK_CONFIGURE_FLAGS) \ |
---|
658 | && $(MAKE) $(AM_MAKEFLAGS) \ |
---|
659 | && $(MAKE) $(AM_MAKEFLAGS) dvi \ |
---|
660 | && $(MAKE) $(AM_MAKEFLAGS) check \ |
---|
661 | && $(MAKE) $(AM_MAKEFLAGS) install \ |
---|
662 | && $(MAKE) $(AM_MAKEFLAGS) installcheck \ |
---|
663 | && $(MAKE) $(AM_MAKEFLAGS) uninstall \ |
---|
664 | && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ |
---|
665 | distuninstallcheck \ |
---|
666 | && chmod -R a-w "$$dc_install_base" \ |
---|
667 | && ({ \ |
---|
668 | (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ |
---|
669 | && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ |
---|
670 | && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ |
---|
671 | && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ |
---|
672 | distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ |
---|
673 | } || { rm -rf "$$dc_destdir"; exit 1; }) \ |
---|
674 | && rm -rf "$$dc_destdir" \ |
---|
675 | && $(MAKE) $(AM_MAKEFLAGS) dist \ |
---|
676 | && rm -rf $(DIST_ARCHIVES) \ |
---|
677 | && $(MAKE) $(AM_MAKEFLAGS) distcleancheck |
---|
678 | $(am__remove_distdir) |
---|
679 | @(echo "$(distdir) archives ready for distribution: "; \ |
---|
680 | list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ |
---|
681 | sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}' |
---|
682 | distuninstallcheck: |
---|
683 | @cd $(distuninstallcheck_dir) \ |
---|
684 | && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ |
---|
685 | || { echo "ERROR: files left after uninstall:" ; \ |
---|
686 | if test -n "$(DESTDIR)"; then \ |
---|
687 | echo " (check DESTDIR support)"; \ |
---|
688 | fi ; \ |
---|
689 | $(distuninstallcheck_listfiles) ; \ |
---|
690 | exit 1; } >&2 |
---|
691 | distcleancheck: distclean |
---|
692 | @if test '$(srcdir)' = . ; then \ |
---|
693 | echo "ERROR: distcleancheck can only run from a VPATH build" ; \ |
---|
694 | exit 1 ; \ |
---|
695 | fi |
---|
696 | @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ |
---|
697 | || { echo "ERROR: files left in build directory after distclean:" ; \ |
---|
698 | $(distcleancheck_listfiles) ; \ |
---|
699 | exit 1; } >&2 |
---|
700 | check-am: all-am |
---|
701 | check: check-recursive |
---|
702 | all-am: Makefile $(DATA) |
---|
703 | installdirs: installdirs-recursive |
---|
704 | installdirs-am: |
---|
705 | for dir in "$(DESTDIR)$(pkgconfiglibdir)"; do \ |
---|
706 | test -z "$$dir" || $(mkdir_p) "$$dir"; \ |
---|
707 | done |
---|
708 | install: install-recursive |
---|
709 | install-exec: install-exec-recursive |
---|
710 | install-data: install-data-recursive |
---|
711 | uninstall: uninstall-recursive |
---|
712 | |
---|
713 | install-am: all-am |
---|
714 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |
---|
715 | |
---|
716 | installcheck: installcheck-recursive |
---|
717 | install-strip: |
---|
718 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
---|
719 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
---|
720 | `test -z '$(STRIP)' || \ |
---|
721 | echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install |
---|
722 | mostlyclean-generic: |
---|
723 | |
---|
724 | clean-generic: |
---|
725 | -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) |
---|
726 | |
---|
727 | distclean-generic: |
---|
728 | -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) |
---|
729 | -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES) |
---|
730 | |
---|
731 | maintainer-clean-generic: |
---|
732 | @echo "This command is intended for maintainers to use" |
---|
733 | @echo "it deletes files that may require special tools to rebuild." |
---|
734 | @COIN_HAS_PKGCONFIG_FALSE@install-data-hook: |
---|
735 | @COIN_HAS_PKGCONFIG_FALSE@uninstall-hook: |
---|
736 | clean: clean-recursive |
---|
737 | |
---|
738 | clean-am: clean-generic clean-libtool clean-local mostlyclean-am |
---|
739 | |
---|
740 | distclean: distclean-recursive |
---|
741 | -rm -f $(am__CONFIG_DISTCLEAN_FILES) |
---|
742 | -rm -f Makefile |
---|
743 | distclean-am: clean-am distclean-generic distclean-hdr \ |
---|
744 | distclean-libtool distclean-local distclean-tags |
---|
745 | |
---|
746 | dvi: dvi-recursive |
---|
747 | |
---|
748 | dvi-am: |
---|
749 | |
---|
750 | html: html-recursive |
---|
751 | |
---|
752 | info: info-recursive |
---|
753 | |
---|
754 | info-am: |
---|
755 | |
---|
756 | install-data-am: install-pkgconfiglibDATA |
---|
757 | @$(NORMAL_INSTALL) |
---|
758 | $(MAKE) $(AM_MAKEFLAGS) install-data-hook |
---|
759 | |
---|
760 | install-exec-am: install-exec-local |
---|
761 | |
---|
762 | install-info: install-info-recursive |
---|
763 | |
---|
764 | install-man: |
---|
765 | |
---|
766 | installcheck-am: |
---|
767 | |
---|
768 | maintainer-clean: maintainer-clean-recursive |
---|
769 | -rm -f $(am__CONFIG_DISTCLEAN_FILES) |
---|
770 | -rm -rf $(top_srcdir)/autom4te.cache |
---|
771 | -rm -f Makefile |
---|
772 | maintainer-clean-am: distclean-am maintainer-clean-generic |
---|
773 | |
---|
774 | mostlyclean: mostlyclean-recursive |
---|
775 | |
---|
776 | mostlyclean-am: mostlyclean-generic mostlyclean-libtool |
---|
777 | |
---|
778 | pdf: pdf-recursive |
---|
779 | |
---|
780 | pdf-am: |
---|
781 | |
---|
782 | ps: ps-recursive |
---|
783 | |
---|
784 | ps-am: |
---|
785 | |
---|
786 | uninstall-am: uninstall-info-am uninstall-local \ |
---|
787 | uninstall-pkgconfiglibDATA |
---|
788 | @$(NORMAL_INSTALL) |
---|
789 | $(MAKE) $(AM_MAKEFLAGS) uninstall-hook |
---|
790 | |
---|
791 | uninstall-info: uninstall-info-recursive |
---|
792 | |
---|
793 | .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \ |
---|
794 | check-am clean clean-generic clean-libtool clean-local \ |
---|
795 | clean-recursive ctags ctags-recursive dist dist-all dist-bzip2 \ |
---|
796 | dist-gzip dist-shar dist-tarZ dist-zip distcheck distclean \ |
---|
797 | distclean-generic distclean-hdr distclean-libtool \ |
---|
798 | distclean-local distclean-recursive distclean-tags \ |
---|
799 | distcleancheck distdir distuninstallcheck dvi dvi-am html \ |
---|
800 | html-am info info-am install install-am install-data \ |
---|
801 | install-data-am install-data-hook install-exec install-exec-am \ |
---|
802 | install-exec-local install-info install-info-am install-man \ |
---|
803 | install-pkgconfiglibDATA install-strip installcheck \ |
---|
804 | installcheck-am installdirs installdirs-am maintainer-clean \ |
---|
805 | maintainer-clean-generic maintainer-clean-recursive \ |
---|
806 | mostlyclean mostlyclean-generic mostlyclean-libtool \ |
---|
807 | mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \ |
---|
808 | uninstall uninstall-am uninstall-hook uninstall-info-am \ |
---|
809 | uninstall-local uninstall-pkgconfiglibDATA |
---|
810 | |
---|
811 | |
---|
812 | ######################################################################## |
---|
813 | # Extra Targets # |
---|
814 | ######################################################################## |
---|
815 | |
---|
816 | test: all |
---|
817 | cd test; $(MAKE) test |
---|
818 | |
---|
819 | unitTest: test |
---|
820 | |
---|
821 | # Doxygen documentation |
---|
822 | |
---|
823 | doxydoc: |
---|
824 | doxygen doxydoc/doxygen.conf |
---|
825 | |
---|
826 | clean-doxydoc: |
---|
827 | ( cd doxydoc ; rm -rf html *.log *.tag ) |
---|
828 | |
---|
829 | clean-local: clean-doxydoc |
---|
830 | if test -r test/Makefile; then cd test; $(MAKE) clean; fi |
---|
831 | |
---|
832 | distclean-local: |
---|
833 | if test -r test/Makefile; then cd test; $(MAKE) distclean; fi |
---|
834 | |
---|
835 | install-exec-local: install-doc |
---|
836 | |
---|
837 | uninstall-local: uninstall-doc |
---|
838 | |
---|
839 | .PHONY: test unitTest doxydoc |
---|
840 | |
---|
841 | @COIN_HAS_PKGCONFIG_TRUE@install-data-hook: |
---|
842 | @COIN_HAS_PKGCONFIG_TRUE@ @$(mkdir_p) "$(addlibsdir)" |
---|
843 | @COIN_HAS_PKGCONFIG_TRUE@ PKG_CONFIG_PATH=@COIN_PKG_CONFIG_PATH@ \ |
---|
844 | @COIN_HAS_PKGCONFIG_TRUE@ $(PKG_CONFIG) --libs clp > $(addlibsdir)/clp_addlibs.txt |
---|
845 | |
---|
846 | @COIN_HAS_PKGCONFIG_TRUE@uninstall-hook: |
---|
847 | @COIN_HAS_PKGCONFIG_TRUE@ rm -f $(addlibsdir)/clp_addlibs.txt |
---|
848 | |
---|
849 | install-doc: $(DocFiles) |
---|
850 | test -z "$(DocInstallDir)" || $(mkdir_p) "$(DESTDIR)$(DocInstallDir)" |
---|
851 | for file in $(DocFiles); do \ |
---|
852 | if test -f "$$file"; then dir=; else dir="$(srcdir)/"; fi; \ |
---|
853 | if test -f "$$dir$$file"; then $(INSTALL_DATA) "$$dir$$file" "$(DESTDIR)$(DocInstallDir)/$$file"; fi; \ |
---|
854 | done |
---|
855 | |
---|
856 | uninstall-doc: |
---|
857 | for file in $(DocFiles); do \ |
---|
858 | rm -f "$(DESTDIR)$(DocInstallDir)/$$file"; \ |
---|
859 | done |
---|
860 | |
---|
861 | ######################################################################## |
---|
862 | # Maintainer Stuff # |
---|
863 | ######################################################################## |
---|
864 | |
---|
865 | # Make sure acinclude is using most recent coin.m4 |
---|
866 | @MAINTAINER_MODE_TRUE@$(srcdir)/acinclude.m4: $(BUILDTOOLSDIR)/coin.m4 |
---|
867 | @MAINTAINER_MODE_TRUE@ cat $(LIBTOOLM4) $< > $@ |
---|
868 | |
---|
869 | # Make sure the autotools scripts are up to date |
---|
870 | @MAINTAINER_MODE_TRUE@$(AUX_DIR)/install-sh: $(BUILDTOOLSDIR)/install-sh |
---|
871 | @MAINTAINER_MODE_TRUE@ cp $< $@ |
---|
872 | |
---|
873 | @MAINTAINER_MODE_TRUE@$(AUX_DIR)/missing: $(BUILDTOOLSDIR)/missing |
---|
874 | @MAINTAINER_MODE_TRUE@ cp $< $@ |
---|
875 | |
---|
876 | @MAINTAINER_MODE_TRUE@$(AUX_DIR)/config.guess: $(BUILDTOOLSDIR)/config.guess |
---|
877 | @MAINTAINER_MODE_TRUE@ cp $< $@ |
---|
878 | |
---|
879 | @MAINTAINER_MODE_TRUE@$(AUX_DIR)/config.sub: $(BUILDTOOLSDIR)/config.sub |
---|
880 | @MAINTAINER_MODE_TRUE@ cp $< $@ |
---|
881 | |
---|
882 | @MAINTAINER_MODE_TRUE@$(AUX_DIR)/depcomp: $(BUILDTOOLSDIR)/depcomp |
---|
883 | @MAINTAINER_MODE_TRUE@ cp $< $@ |
---|
884 | |
---|
885 | @MAINTAINER_MODE_TRUE@$(AUX_DIR)/ltmain.sh: $(BUILDTOOLSDIR)/ltmain.sh |
---|
886 | @MAINTAINER_MODE_TRUE@ cp $< $@ |
---|
887 | |
---|
888 | # Take care of updating externals (if Externals file exists) |
---|
889 | @HAVE_EXTERNALS_TRUE@@MAINTAINER_MODE_TRUE@$(top_builddir)/Makefile: .Externals-stamp |
---|
890 | |
---|
891 | @HAVE_EXTERNALS_TRUE@@MAINTAINER_MODE_TRUE@.Externals-stamp: $(srcdir)/Externals |
---|
892 | @HAVE_EXTERNALS_TRUE@@MAINTAINER_MODE_TRUE@ cd $(srcdir); svn propset svn:externals -F Externals . |
---|
893 | @HAVE_EXTERNALS_TRUE@@MAINTAINER_MODE_TRUE@ touch .Externals-stamp |
---|
894 | |
---|
895 | @HAVE_EXTERNALS_TRUE@@MAINTAINER_MODE_TRUE@update-externals: .Externals-stamp |
---|
896 | @HAVE_EXTERNALS_TRUE@@MAINTAINER_MODE_TRUE@ cd $(srcdir); svn update |
---|
897 | |
---|
898 | .PHONY: install-doc uninstall-doc update-externals |
---|
899 | # Tell versions [3.59,3.63) of GNU make to not export all variables. |
---|
900 | # Otherwise a system limit (for SysV at least) may be exceeded. |
---|
901 | .NOEXPORT: |
---|