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) 2003, 2007 International Business Machines and others. |
---|
18 | # All Rights Reserved. |
---|
19 | # This file is distributed under the Eclipse Public License. |
---|
20 | |
---|
21 | # the idea is to use the ASL Makefiles to build a static $(AMPLSOLVER_A) library via the compile_*_ASL scripts |
---|
22 | # from this library, we create a libcoinasl.la libtool library |
---|
23 | # in a MS VC build, we assume static libraries are used, so we can use the usual libtool machinery via LIBADD |
---|
24 | # in a normal build, we build the libcoinasl.la library by extracting the $(AMPLSOLVER_A) library and relinking it via libtool |
---|
25 | # in a shared library build, this should give a shared libcoinasl.so library |
---|
26 | # further, configure should have taken care of adding -fPIC -DPIC to the CFLAGS when compiling the ASL sources |
---|
27 | # to avoid a failure when building static libraries and a libtool warning, we additionally create .lo files for each object |
---|
28 | |
---|
29 | # Copyright (C) 2006, 2007 International Business Machines and others. |
---|
30 | # All Rights Reserved. |
---|
31 | # This file is distributed under the Eclipse Public License. |
---|
32 | |
---|
33 | # Author: Andreas Waechter IBM 2006-04-13 |
---|
34 | |
---|
35 | ######################################################################## |
---|
36 | # Documentation installation # |
---|
37 | ######################################################################## |
---|
38 | |
---|
39 | |
---|
40 | |
---|
41 | srcdir = @srcdir@ |
---|
42 | top_srcdir = @top_srcdir@ |
---|
43 | VPATH = @srcdir@ |
---|
44 | pkgdatadir = $(datadir)/@PACKAGE@ |
---|
45 | pkglibdir = $(libdir)/@PACKAGE@ |
---|
46 | pkgincludedir = $(includedir)/@PACKAGE@ |
---|
47 | top_builddir = . |
---|
48 | am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd |
---|
49 | INSTALL = @INSTALL@ |
---|
50 | install_sh_DATA = $(install_sh) -c -m 644 |
---|
51 | install_sh_PROGRAM = $(install_sh) -c |
---|
52 | install_sh_SCRIPT = $(install_sh) -c |
---|
53 | INSTALL_HEADER = $(INSTALL_DATA) |
---|
54 | transform = $(program_transform_name) |
---|
55 | NORMAL_INSTALL = : |
---|
56 | PRE_INSTALL = : |
---|
57 | POST_INSTALL = : |
---|
58 | NORMAL_UNINSTALL = : |
---|
59 | PRE_UNINSTALL = : |
---|
60 | POST_UNINSTALL = : |
---|
61 | build_triplet = @build@ |
---|
62 | host_triplet = @host@ |
---|
63 | @COIN_CC_IS_CL_FALSE@am__append_1 = libcoinasl.la |
---|
64 | DIST_COMMON = $(am__configure_deps) $(srcdir)/BuildTools/Makemain.inc \ |
---|
65 | $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ |
---|
66 | $(srcdir)/coinasl-uninstalled.pc.in $(srcdir)/coinasl.pc.in \ |
---|
67 | $(srcdir)/compile_MS_ASL.in $(srcdir)/compile_Unix_ASL.in \ |
---|
68 | $(thirdpartyinclude_HEADERS) $(top_srcdir)/configure \ |
---|
69 | config.guess config.sub depcomp install-sh ltmain.sh missing |
---|
70 | @HAVE_EXTERNALS_TRUE@am__append_2 = Dependencies |
---|
71 | @HAVE_EXTERNALS_TRUE@am__append_3 = .Dependencies-stamp |
---|
72 | subdir = . |
---|
73 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
---|
74 | am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ |
---|
75 | $(top_srcdir)/configure.ac |
---|
76 | am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ |
---|
77 | $(ACLOCAL_M4) |
---|
78 | am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ |
---|
79 | configure.lineno configure.status.lineno |
---|
80 | mkinstalldirs = $(install_sh) -d |
---|
81 | CONFIG_CLEAN_FILES = compile_MS_ASL compile_Unix_ASL coinasl.pc \ |
---|
82 | coinasl-uninstalled.pc |
---|
83 | am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; |
---|
84 | am__vpath_adj = case $$p in \ |
---|
85 | $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ |
---|
86 | *) f=$$p;; \ |
---|
87 | esac; |
---|
88 | am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; |
---|
89 | am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkgconfiglibdir)" \ |
---|
90 | "$(DESTDIR)$(thirdpartyincludedir)" |
---|
91 | libLTLIBRARIES_INSTALL = $(INSTALL) |
---|
92 | LTLIBRARIES = $(lib_LTLIBRARIES) |
---|
93 | am__DEPENDENCIES_1 = |
---|
94 | am_libcoinasl_la_OBJECTS = |
---|
95 | libcoinasl_la_OBJECTS = $(am_libcoinasl_la_OBJECTS) |
---|
96 | @COIN_CC_IS_CL_TRUE@am_libcoinasl_la_rpath = -rpath $(libdir) |
---|
97 | DEFAULT_INCLUDES = -I. -I$(srcdir) |
---|
98 | COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ |
---|
99 | $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) |
---|
100 | LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \ |
---|
101 | $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ |
---|
102 | $(AM_CFLAGS) $(CFLAGS) |
---|
103 | CCLD = $(CC) |
---|
104 | LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ |
---|
105 | $(AM_LDFLAGS) $(LDFLAGS) -o $@ |
---|
106 | SOURCES = $(libcoinasl_la_SOURCES) |
---|
107 | DIST_SOURCES = $(libcoinasl_la_SOURCES) |
---|
108 | pkgconfiglibDATA_INSTALL = $(INSTALL_DATA) |
---|
109 | DATA = $(pkgconfiglib_DATA) |
---|
110 | thirdpartyincludeHEADERS_INSTALL = $(INSTALL_HEADER) |
---|
111 | HEADERS = $(thirdpartyinclude_HEADERS) |
---|
112 | ETAGS = etags |
---|
113 | CTAGS = ctags |
---|
114 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
---|
115 | distdir = $(PACKAGE)-$(VERSION) |
---|
116 | top_distdir = $(distdir) |
---|
117 | am__remove_distdir = \ |
---|
118 | { test ! -d $(distdir) \ |
---|
119 | || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \ |
---|
120 | && rm -fr $(distdir); }; } |
---|
121 | DIST_ARCHIVES = $(distdir).tar.gz |
---|
122 | GZIP_ENV = --best |
---|
123 | distuninstallcheck_listfiles = find . -type f -print |
---|
124 | distcleancheck_listfiles = find . -type f -print |
---|
125 | ABSBUILDDIR = @ABSBUILDDIR@ |
---|
126 | ACLOCAL = @ACLOCAL@ |
---|
127 | ADD_CFLAGS = @ADD_CFLAGS@ |
---|
128 | ALWAYS_FALSE_FALSE = @ALWAYS_FALSE_FALSE@ |
---|
129 | ALWAYS_FALSE_TRUE = @ALWAYS_FALSE_TRUE@ |
---|
130 | AMDEP_FALSE = @AMDEP_FALSE@ |
---|
131 | AMDEP_TRUE = @AMDEP_TRUE@ |
---|
132 | AMPLSOLVER_A = @AMPLSOLVER_A@ |
---|
133 | AMTAR = @AMTAR@ |
---|
134 | AR = @AR@ |
---|
135 | ASLMAKEFLAGS = @ASLMAKEFLAGS@ |
---|
136 | ASL_PCLIBS = @ASL_PCLIBS@ |
---|
137 | ASL_SVN_REV = @ASL_SVN_REV@ |
---|
138 | AUTOCONF = @AUTOCONF@ |
---|
139 | AUTOHEADER = @AUTOHEADER@ |
---|
140 | AUTOMAKE = @AUTOMAKE@ |
---|
141 | AUX_DIR = @AUX_DIR@ |
---|
142 | AWK = @AWK@ |
---|
143 | BUILDTOOLSDIR = @BUILDTOOLSDIR@ |
---|
144 | CC = @CC@ |
---|
145 | CCDEPMODE = @CCDEPMODE@ |
---|
146 | CDEFS = @CDEFS@ |
---|
147 | CFLAGS = @CFLAGS@ |
---|
148 | COIN_CC_IS_CL_FALSE = @COIN_CC_IS_CL_FALSE@ |
---|
149 | COIN_CC_IS_CL_TRUE = @COIN_CC_IS_CL_TRUE@ |
---|
150 | COIN_HAS_PKGCONFIG_FALSE = @COIN_HAS_PKGCONFIG_FALSE@ |
---|
151 | COIN_HAS_PKGCONFIG_TRUE = @COIN_HAS_PKGCONFIG_TRUE@ |
---|
152 | COIN_PKG_CONFIG_PATH = @COIN_PKG_CONFIG_PATH@ |
---|
153 | COIN_PKG_CONFIG_PATH_UNINSTALLED = @COIN_PKG_CONFIG_PATH_UNINSTALLED@ |
---|
154 | CPP = @CPP@ |
---|
155 | CPPFLAGS = @CPPFLAGS@ |
---|
156 | CXX = @CXX@ |
---|
157 | CXXCPP = @CXXCPP@ |
---|
158 | CXXDEPMODE = @CXXDEPMODE@ |
---|
159 | CXXFLAGS = @CXXFLAGS@ |
---|
160 | CYGPATH_W = @CYGPATH_W@ |
---|
161 | DBG_CFLAGS = @DBG_CFLAGS@ |
---|
162 | DEFS = @DEFS@ |
---|
163 | DEPDIR = @DEPDIR@ |
---|
164 | ECHO = @ECHO@ |
---|
165 | ECHO_C = @ECHO_C@ |
---|
166 | ECHO_N = @ECHO_N@ |
---|
167 | ECHO_T = @ECHO_T@ |
---|
168 | EGREP = @EGREP@ |
---|
169 | EXEEXT = @EXEEXT@ |
---|
170 | F77 = @F77@ |
---|
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 | LIBS = @LIBS@ |
---|
182 | LIBTOOL = @LIBTOOL@ |
---|
183 | LIBTOOLM4 = @LIBTOOLM4@ |
---|
184 | LN_S = @LN_S@ |
---|
185 | LTLIBOBJS = @LTLIBOBJS@ |
---|
186 | LT_LDFLAGS = @LT_LDFLAGS@ |
---|
187 | MAINT = @MAINT@ |
---|
188 | MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@ |
---|
189 | MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@ |
---|
190 | MAKEINFO = @MAKEINFO@ |
---|
191 | MPICC = @MPICC@ |
---|
192 | OBJEXT = @OBJEXT@ |
---|
193 | OPT_CFLAGS = @OPT_CFLAGS@ |
---|
194 | PACKAGE = @PACKAGE@ |
---|
195 | PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ |
---|
196 | PACKAGE_NAME = @PACKAGE_NAME@ |
---|
197 | PACKAGE_STRING = @PACKAGE_STRING@ |
---|
198 | PACKAGE_TARNAME = @PACKAGE_TARNAME@ |
---|
199 | PACKAGE_VERSION = @PACKAGE_VERSION@ |
---|
200 | PATH_SEPARATOR = @PATH_SEPARATOR@ |
---|
201 | PKG_CONFIG = @PKG_CONFIG@ |
---|
202 | RANLIB = @RANLIB@ |
---|
203 | RPATH_FLAGS = @RPATH_FLAGS@ |
---|
204 | SET_MAKE = @SET_MAKE@ |
---|
205 | SHELL = @SHELL@ |
---|
206 | STRIP = @STRIP@ |
---|
207 | VERSION = @VERSION@ |
---|
208 | VPATH_DISTCLEANFILES = @VPATH_DISTCLEANFILES@ |
---|
209 | abs_bin_dir = @abs_bin_dir@ |
---|
210 | abs_include_dir = @abs_include_dir@ |
---|
211 | abs_lib_dir = @abs_lib_dir@ |
---|
212 | abs_source_dir = @abs_source_dir@ |
---|
213 | ac_c_preproc_warn_flag = @ac_c_preproc_warn_flag@ |
---|
214 | ac_ct_AR = @ac_ct_AR@ |
---|
215 | ac_ct_CC = @ac_ct_CC@ |
---|
216 | ac_ct_CXX = @ac_ct_CXX@ |
---|
217 | ac_ct_F77 = @ac_ct_F77@ |
---|
218 | ac_ct_RANLIB = @ac_ct_RANLIB@ |
---|
219 | ac_ct_STRIP = @ac_ct_STRIP@ |
---|
220 | ac_cxx_preproc_warn_flag = @ac_cxx_preproc_warn_flag@ |
---|
221 | ac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@ |
---|
222 | am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ |
---|
223 | am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ |
---|
224 | am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ |
---|
225 | am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@ |
---|
226 | am__include = @am__include@ |
---|
227 | am__leading_dot = @am__leading_dot@ |
---|
228 | am__quote = @am__quote@ |
---|
229 | am__tar = @am__tar@ |
---|
230 | am__untar = @am__untar@ |
---|
231 | bindir = @bindir@ |
---|
232 | build = @build@ |
---|
233 | build_alias = @build_alias@ |
---|
234 | build_cpu = @build_cpu@ |
---|
235 | build_os = @build_os@ |
---|
236 | build_vendor = @build_vendor@ |
---|
237 | datadir = @datadir@ |
---|
238 | exec_prefix = @exec_prefix@ |
---|
239 | have_autoconf = @have_autoconf@ |
---|
240 | have_automake = @have_automake@ |
---|
241 | have_svn = @have_svn@ |
---|
242 | have_svnversion = @have_svnversion@ |
---|
243 | host = @host@ |
---|
244 | host_alias = @host_alias@ |
---|
245 | host_cpu = @host_cpu@ |
---|
246 | host_os = @host_os@ |
---|
247 | host_vendor = @host_vendor@ |
---|
248 | includedir = @includedir@ |
---|
249 | infodir = @infodir@ |
---|
250 | install_sh = @install_sh@ |
---|
251 | libdir = @libdir@ |
---|
252 | libexecdir = @libexecdir@ |
---|
253 | localstatedir = @localstatedir@ |
---|
254 | mandir = @mandir@ |
---|
255 | mkdir_p = @mkdir_p@ |
---|
256 | oldincludedir = @oldincludedir@ |
---|
257 | prefix = @prefix@ |
---|
258 | program_transform_name = @program_transform_name@ |
---|
259 | sbindir = @sbindir@ |
---|
260 | sharedstatedir = @sharedstatedir@ |
---|
261 | sol_cc_compiler = @sol_cc_compiler@ |
---|
262 | sysconfdir = @sysconfdir@ |
---|
263 | target_alias = @target_alias@ |
---|
264 | AUTOMAKE_OPTIONS = foreign |
---|
265 | EXTRA_DIST = get.ASL INSTALL.ASL $(am__append_2) |
---|
266 | @COIN_CC_IS_CL_TRUE@lib_LTLIBRARIES = libcoinasl.la |
---|
267 | @COIN_CC_IS_CL_TRUE@libcoinasl_la_SOURCES = |
---|
268 | @COIN_CC_IS_CL_TRUE@libcoinasl_la_LIBADD = $(AMPLSOLVER_A) |
---|
269 | @COIN_CC_IS_CL_TRUE@libcoinasl_la_DEPENDENCIES = $(AMPLSOLVER_A) |
---|
270 | |
---|
271 | # This is for libtool |
---|
272 | @COIN_CC_IS_CL_TRUE@libcoinasl_la_LDFLAGS = $(LT_LDFLAGS) |
---|
273 | |
---|
274 | ######################################################################## |
---|
275 | # Extra Targets # |
---|
276 | ######################################################################## |
---|
277 | compdir = compdir |
---|
278 | alltargets = stdio1.h arith.h funcadd0.$(OBJEXT) $(am__append_1) |
---|
279 | thirdpartyincludedir = $(includedir)/coin/ThirdParty |
---|
280 | thirdpartyinclude_HEADERS = \ |
---|
281 | solvers/asl.h solvers/asl_pfg.h solvers/asl_pfgh.h solvers/psinfo.h solvers/funcadd.h \ |
---|
282 | solvers/nlp.h solvers/nlp2.h solvers/getstub.h solvers/opcode.hd solvers/r_opn.hd \ |
---|
283 | stdio1.h arith.h |
---|
284 | |
---|
285 | pkgconfiglibdir = $(libdir)/pkgconfig |
---|
286 | pkgconfiglib_DATA = coinasl.pc |
---|
287 | CLEANFILES = $(AMPLSOLVER_A) $(alltargets) |
---|
288 | |
---|
289 | ######################################################################## |
---|
290 | # Maintainer Stuff # |
---|
291 | ######################################################################## |
---|
292 | |
---|
293 | # Files that are generated and should be cleaned with make distclean |
---|
294 | DISTCLEANFILES = $(am__append_3) $(VPATH_DISTCLEANFILES) |
---|
295 | DocFiles = README AUTHORS LICENSE |
---|
296 | DocInstallDir = $(datadir)/coin/doc/$(PACKAGE_NAME) |
---|
297 | all: all-am |
---|
298 | |
---|
299 | .SUFFIXES: |
---|
300 | am--refresh: |
---|
301 | @: |
---|
302 | $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/BuildTools/Makemain.inc $(am__configure_deps) |
---|
303 | @for dep in $?; do \ |
---|
304 | case '$(am__configure_deps)' in \ |
---|
305 | *$$dep*) \ |
---|
306 | echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \ |
---|
307 | cd $(srcdir) && $(AUTOMAKE) --foreign \ |
---|
308 | && exit 0; \ |
---|
309 | exit 1;; \ |
---|
310 | esac; \ |
---|
311 | done; \ |
---|
312 | echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ |
---|
313 | cd $(top_srcdir) && \ |
---|
314 | $(AUTOMAKE) --foreign Makefile |
---|
315 | .PRECIOUS: Makefile |
---|
316 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
---|
317 | @case '$?' in \ |
---|
318 | *config.status*) \ |
---|
319 | echo ' $(SHELL) ./config.status'; \ |
---|
320 | $(SHELL) ./config.status;; \ |
---|
321 | *) \ |
---|
322 | echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ |
---|
323 | cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ |
---|
324 | esac; |
---|
325 | |
---|
326 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
---|
327 | $(SHELL) ./config.status --recheck |
---|
328 | |
---|
329 | $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) |
---|
330 | cd $(srcdir) && $(AUTOCONF) |
---|
331 | $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) |
---|
332 | cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) |
---|
333 | compile_MS_ASL: $(top_builddir)/config.status $(srcdir)/compile_MS_ASL.in |
---|
334 | cd $(top_builddir) && $(SHELL) ./config.status $@ |
---|
335 | compile_Unix_ASL: $(top_builddir)/config.status $(srcdir)/compile_Unix_ASL.in |
---|
336 | cd $(top_builddir) && $(SHELL) ./config.status $@ |
---|
337 | coinasl.pc: $(top_builddir)/config.status $(srcdir)/coinasl.pc.in |
---|
338 | cd $(top_builddir) && $(SHELL) ./config.status $@ |
---|
339 | coinasl-uninstalled.pc: $(top_builddir)/config.status $(srcdir)/coinasl-uninstalled.pc.in |
---|
340 | cd $(top_builddir) && $(SHELL) ./config.status $@ |
---|
341 | install-libLTLIBRARIES: $(lib_LTLIBRARIES) |
---|
342 | @$(NORMAL_INSTALL) |
---|
343 | test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)" |
---|
344 | @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ |
---|
345 | if test -f $$p; then \ |
---|
346 | f=$(am__strip_dir) \ |
---|
347 | echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \ |
---|
348 | $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \ |
---|
349 | else :; fi; \ |
---|
350 | done |
---|
351 | |
---|
352 | uninstall-libLTLIBRARIES: |
---|
353 | @$(NORMAL_UNINSTALL) |
---|
354 | @set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \ |
---|
355 | p=$(am__strip_dir) \ |
---|
356 | echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \ |
---|
357 | $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \ |
---|
358 | done |
---|
359 | |
---|
360 | clean-libLTLIBRARIES: |
---|
361 | -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) |
---|
362 | @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ |
---|
363 | dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ |
---|
364 | test "$$dir" != "$$p" || dir=.; \ |
---|
365 | echo "rm -f \"$${dir}/so_locations\""; \ |
---|
366 | rm -f "$${dir}/so_locations"; \ |
---|
367 | done |
---|
368 | @COIN_CC_IS_CL_TRUE@libcoinasl.la: $(libcoinasl_la_OBJECTS) $(libcoinasl_la_DEPENDENCIES) |
---|
369 | @COIN_CC_IS_CL_TRUE@ $(LINK) $(am_libcoinasl_la_rpath) $(libcoinasl_la_LDFLAGS) $(libcoinasl_la_OBJECTS) $(libcoinasl_la_LIBADD) $(LIBS) |
---|
370 | |
---|
371 | mostlyclean-compile: |
---|
372 | -rm -f *.$(OBJEXT) |
---|
373 | |
---|
374 | distclean-compile: |
---|
375 | -rm -f *.tab.c |
---|
376 | |
---|
377 | mostlyclean-libtool: |
---|
378 | -rm -f *.lo |
---|
379 | |
---|
380 | clean-libtool: |
---|
381 | -rm -rf .libs _libs |
---|
382 | |
---|
383 | distclean-libtool: |
---|
384 | -rm -f libtool |
---|
385 | uninstall-info-am: |
---|
386 | install-pkgconfiglibDATA: $(pkgconfiglib_DATA) |
---|
387 | @$(NORMAL_INSTALL) |
---|
388 | test -z "$(pkgconfiglibdir)" || $(mkdir_p) "$(DESTDIR)$(pkgconfiglibdir)" |
---|
389 | @list='$(pkgconfiglib_DATA)'; for p in $$list; do \ |
---|
390 | if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
---|
391 | f=$(am__strip_dir) \ |
---|
392 | echo " $(pkgconfiglibDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgconfiglibdir)/$$f'"; \ |
---|
393 | $(pkgconfiglibDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgconfiglibdir)/$$f"; \ |
---|
394 | done |
---|
395 | |
---|
396 | uninstall-pkgconfiglibDATA: |
---|
397 | @$(NORMAL_UNINSTALL) |
---|
398 | @list='$(pkgconfiglib_DATA)'; for p in $$list; do \ |
---|
399 | f=$(am__strip_dir) \ |
---|
400 | echo " rm -f '$(DESTDIR)$(pkgconfiglibdir)/$$f'"; \ |
---|
401 | rm -f "$(DESTDIR)$(pkgconfiglibdir)/$$f"; \ |
---|
402 | done |
---|
403 | install-thirdpartyincludeHEADERS: $(thirdpartyinclude_HEADERS) |
---|
404 | @$(NORMAL_INSTALL) |
---|
405 | test -z "$(thirdpartyincludedir)" || $(mkdir_p) "$(DESTDIR)$(thirdpartyincludedir)" |
---|
406 | @list='$(thirdpartyinclude_HEADERS)'; for p in $$list; do \ |
---|
407 | if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
---|
408 | f=$(am__strip_dir) \ |
---|
409 | echo " $(thirdpartyincludeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(thirdpartyincludedir)/$$f'"; \ |
---|
410 | $(thirdpartyincludeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(thirdpartyincludedir)/$$f"; \ |
---|
411 | done |
---|
412 | |
---|
413 | uninstall-thirdpartyincludeHEADERS: |
---|
414 | @$(NORMAL_UNINSTALL) |
---|
415 | @list='$(thirdpartyinclude_HEADERS)'; for p in $$list; do \ |
---|
416 | f=$(am__strip_dir) \ |
---|
417 | echo " rm -f '$(DESTDIR)$(thirdpartyincludedir)/$$f'"; \ |
---|
418 | rm -f "$(DESTDIR)$(thirdpartyincludedir)/$$f"; \ |
---|
419 | done |
---|
420 | |
---|
421 | ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) |
---|
422 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
---|
423 | unique=`for i in $$list; do \ |
---|
424 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
---|
425 | done | \ |
---|
426 | $(AWK) ' { files[$$0] = 1; } \ |
---|
427 | END { for (i in files) print i; }'`; \ |
---|
428 | mkid -fID $$unique |
---|
429 | tags: TAGS |
---|
430 | |
---|
431 | TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
---|
432 | $(TAGS_FILES) $(LISP) |
---|
433 | tags=; \ |
---|
434 | here=`pwd`; \ |
---|
435 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
---|
436 | unique=`for i in $$list; do \ |
---|
437 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
---|
438 | done | \ |
---|
439 | $(AWK) ' { files[$$0] = 1; } \ |
---|
440 | END { for (i in files) print i; }'`; \ |
---|
441 | if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ |
---|
442 | test -n "$$unique" || unique=$$empty_fix; \ |
---|
443 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ |
---|
444 | $$tags $$unique; \ |
---|
445 | fi |
---|
446 | ctags: CTAGS |
---|
447 | CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
---|
448 | $(TAGS_FILES) $(LISP) |
---|
449 | tags=; \ |
---|
450 | here=`pwd`; \ |
---|
451 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
---|
452 | unique=`for i in $$list; do \ |
---|
453 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
---|
454 | done | \ |
---|
455 | $(AWK) ' { files[$$0] = 1; } \ |
---|
456 | END { for (i in files) print i; }'`; \ |
---|
457 | test -z "$(CTAGS_ARGS)$$tags$$unique" \ |
---|
458 | || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ |
---|
459 | $$tags $$unique |
---|
460 | |
---|
461 | GTAGS: |
---|
462 | here=`$(am__cd) $(top_builddir) && pwd` \ |
---|
463 | && cd $(top_srcdir) \ |
---|
464 | && gtags -i $(GTAGS_ARGS) $$here |
---|
465 | |
---|
466 | distclean-tags: |
---|
467 | -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
---|
468 | |
---|
469 | distdir: $(DISTFILES) |
---|
470 | $(am__remove_distdir) |
---|
471 | mkdir $(distdir) |
---|
472 | $(mkdir_p) $(distdir)/. $(distdir)/BuildTools $(distdir)/solvers |
---|
473 | @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ |
---|
474 | topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ |
---|
475 | list='$(DISTFILES)'; for file in $$list; do \ |
---|
476 | case $$file in \ |
---|
477 | $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ |
---|
478 | $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ |
---|
479 | esac; \ |
---|
480 | if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ |
---|
481 | dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ |
---|
482 | if test "$$dir" != "$$file" && test "$$dir" != "."; then \ |
---|
483 | dir="/$$dir"; \ |
---|
484 | $(mkdir_p) "$(distdir)$$dir"; \ |
---|
485 | else \ |
---|
486 | dir=''; \ |
---|
487 | fi; \ |
---|
488 | if test -d $$d/$$file; then \ |
---|
489 | if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ |
---|
490 | cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ |
---|
491 | fi; \ |
---|
492 | cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ |
---|
493 | else \ |
---|
494 | test -f $(distdir)/$$file \ |
---|
495 | || cp -p $$d/$$file $(distdir)/$$file \ |
---|
496 | || exit 1; \ |
---|
497 | fi; \ |
---|
498 | done |
---|
499 | -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \ |
---|
500 | ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ |
---|
501 | ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ |
---|
502 | ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \ |
---|
503 | || chmod -R a+r $(distdir) |
---|
504 | dist-gzip: distdir |
---|
505 | tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz |
---|
506 | $(am__remove_distdir) |
---|
507 | |
---|
508 | dist-bzip2: distdir |
---|
509 | tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 |
---|
510 | $(am__remove_distdir) |
---|
511 | |
---|
512 | dist-tarZ: distdir |
---|
513 | tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z |
---|
514 | $(am__remove_distdir) |
---|
515 | |
---|
516 | dist-shar: distdir |
---|
517 | shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz |
---|
518 | $(am__remove_distdir) |
---|
519 | |
---|
520 | dist-zip: distdir |
---|
521 | -rm -f $(distdir).zip |
---|
522 | zip -rq $(distdir).zip $(distdir) |
---|
523 | $(am__remove_distdir) |
---|
524 | |
---|
525 | dist dist-all: distdir |
---|
526 | tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz |
---|
527 | $(am__remove_distdir) |
---|
528 | |
---|
529 | # This target untars the dist file and tries a VPATH configuration. Then |
---|
530 | # it guarantees that the distribution is self-contained by making another |
---|
531 | # tarfile. |
---|
532 | distcheck: dist |
---|
533 | case '$(DIST_ARCHIVES)' in \ |
---|
534 | *.tar.gz*) \ |
---|
535 | GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\ |
---|
536 | *.tar.bz2*) \ |
---|
537 | bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\ |
---|
538 | *.tar.Z*) \ |
---|
539 | uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ |
---|
540 | *.shar.gz*) \ |
---|
541 | GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\ |
---|
542 | *.zip*) \ |
---|
543 | unzip $(distdir).zip ;;\ |
---|
544 | esac |
---|
545 | chmod -R a-w $(distdir); chmod a+w $(distdir) |
---|
546 | mkdir $(distdir)/_build |
---|
547 | mkdir $(distdir)/_inst |
---|
548 | chmod a-w $(distdir) |
---|
549 | dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ |
---|
550 | && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ |
---|
551 | && cd $(distdir)/_build \ |
---|
552 | && ../configure --srcdir=.. --prefix="$$dc_install_base" \ |
---|
553 | $(DISTCHECK_CONFIGURE_FLAGS) \ |
---|
554 | && $(MAKE) $(AM_MAKEFLAGS) \ |
---|
555 | && $(MAKE) $(AM_MAKEFLAGS) dvi \ |
---|
556 | && $(MAKE) $(AM_MAKEFLAGS) check \ |
---|
557 | && $(MAKE) $(AM_MAKEFLAGS) install \ |
---|
558 | && $(MAKE) $(AM_MAKEFLAGS) installcheck \ |
---|
559 | && $(MAKE) $(AM_MAKEFLAGS) uninstall \ |
---|
560 | && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ |
---|
561 | distuninstallcheck \ |
---|
562 | && chmod -R a-w "$$dc_install_base" \ |
---|
563 | && ({ \ |
---|
564 | (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ |
---|
565 | && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ |
---|
566 | && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ |
---|
567 | && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ |
---|
568 | distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ |
---|
569 | } || { rm -rf "$$dc_destdir"; exit 1; }) \ |
---|
570 | && rm -rf "$$dc_destdir" \ |
---|
571 | && $(MAKE) $(AM_MAKEFLAGS) dist \ |
---|
572 | && rm -rf $(DIST_ARCHIVES) \ |
---|
573 | && $(MAKE) $(AM_MAKEFLAGS) distcleancheck |
---|
574 | $(am__remove_distdir) |
---|
575 | @(echo "$(distdir) archives ready for distribution: "; \ |
---|
576 | list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ |
---|
577 | sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}' |
---|
578 | distuninstallcheck: |
---|
579 | @cd $(distuninstallcheck_dir) \ |
---|
580 | && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ |
---|
581 | || { echo "ERROR: files left after uninstall:" ; \ |
---|
582 | if test -n "$(DESTDIR)"; then \ |
---|
583 | echo " (check DESTDIR support)"; \ |
---|
584 | fi ; \ |
---|
585 | $(distuninstallcheck_listfiles) ; \ |
---|
586 | exit 1; } >&2 |
---|
587 | distcleancheck: distclean |
---|
588 | @if test '$(srcdir)' = . ; then \ |
---|
589 | echo "ERROR: distcleancheck can only run from a VPATH build" ; \ |
---|
590 | exit 1 ; \ |
---|
591 | fi |
---|
592 | @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ |
---|
593 | || { echo "ERROR: files left in build directory after distclean:" ; \ |
---|
594 | $(distcleancheck_listfiles) ; \ |
---|
595 | exit 1; } >&2 |
---|
596 | check-am: all-am |
---|
597 | check: check-am |
---|
598 | all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS) all-local |
---|
599 | installdirs: |
---|
600 | for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkgconfiglibdir)" "$(DESTDIR)$(thirdpartyincludedir)"; do \ |
---|
601 | test -z "$$dir" || $(mkdir_p) "$$dir"; \ |
---|
602 | done |
---|
603 | install: install-am |
---|
604 | install-exec: install-exec-am |
---|
605 | install-data: install-data-am |
---|
606 | uninstall: uninstall-am |
---|
607 | |
---|
608 | install-am: all-am |
---|
609 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |
---|
610 | |
---|
611 | installcheck: installcheck-am |
---|
612 | install-strip: |
---|
613 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
---|
614 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
---|
615 | `test -z '$(STRIP)' || \ |
---|
616 | echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install |
---|
617 | mostlyclean-generic: |
---|
618 | |
---|
619 | clean-generic: |
---|
620 | -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) |
---|
621 | |
---|
622 | distclean-generic: |
---|
623 | -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) |
---|
624 | -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES) |
---|
625 | |
---|
626 | maintainer-clean-generic: |
---|
627 | @echo "This command is intended for maintainers to use" |
---|
628 | @echo "it deletes files that may require special tools to rebuild." |
---|
629 | @COIN_CC_IS_CL_TRUE@uninstall-local: |
---|
630 | @COIN_CC_IS_CL_TRUE@install-exec-local: |
---|
631 | clean: clean-am |
---|
632 | |
---|
633 | clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \ |
---|
634 | mostlyclean-am |
---|
635 | |
---|
636 | distclean: distclean-am |
---|
637 | -rm -f $(am__CONFIG_DISTCLEAN_FILES) |
---|
638 | -rm -f Makefile |
---|
639 | distclean-am: clean-am distclean-compile distclean-generic \ |
---|
640 | distclean-libtool distclean-tags |
---|
641 | |
---|
642 | dvi: dvi-am |
---|
643 | |
---|
644 | dvi-am: |
---|
645 | |
---|
646 | html: html-am |
---|
647 | |
---|
648 | info: info-am |
---|
649 | |
---|
650 | info-am: |
---|
651 | |
---|
652 | install-data-am: install-pkgconfiglibDATA \ |
---|
653 | install-thirdpartyincludeHEADERS |
---|
654 | |
---|
655 | install-exec-am: install-exec-local install-libLTLIBRARIES |
---|
656 | |
---|
657 | install-info: install-info-am |
---|
658 | |
---|
659 | install-man: |
---|
660 | |
---|
661 | installcheck-am: |
---|
662 | |
---|
663 | maintainer-clean: maintainer-clean-am |
---|
664 | -rm -f $(am__CONFIG_DISTCLEAN_FILES) |
---|
665 | -rm -rf $(top_srcdir)/autom4te.cache |
---|
666 | -rm -f Makefile |
---|
667 | maintainer-clean-am: distclean-am maintainer-clean-generic |
---|
668 | |
---|
669 | mostlyclean: mostlyclean-am |
---|
670 | |
---|
671 | mostlyclean-am: mostlyclean-compile mostlyclean-generic \ |
---|
672 | mostlyclean-libtool |
---|
673 | |
---|
674 | pdf: pdf-am |
---|
675 | |
---|
676 | pdf-am: |
---|
677 | |
---|
678 | ps: ps-am |
---|
679 | |
---|
680 | ps-am: |
---|
681 | |
---|
682 | uninstall-am: uninstall-info-am uninstall-libLTLIBRARIES \ |
---|
683 | uninstall-local uninstall-pkgconfiglibDATA \ |
---|
684 | uninstall-thirdpartyincludeHEADERS |
---|
685 | |
---|
686 | .PHONY: CTAGS GTAGS all all-am all-local am--refresh check check-am \ |
---|
687 | clean clean-generic clean-libLTLIBRARIES clean-libtool ctags \ |
---|
688 | dist dist-all dist-bzip2 dist-gzip dist-shar dist-tarZ \ |
---|
689 | dist-zip distcheck distclean distclean-compile \ |
---|
690 | distclean-generic distclean-libtool distclean-tags \ |
---|
691 | distcleancheck distdir distuninstallcheck dvi dvi-am html \ |
---|
692 | html-am info info-am install install-am install-data \ |
---|
693 | install-data-am install-exec install-exec-am \ |
---|
694 | install-exec-local install-info install-info-am \ |
---|
695 | install-libLTLIBRARIES install-man install-pkgconfiglibDATA \ |
---|
696 | install-strip install-thirdpartyincludeHEADERS installcheck \ |
---|
697 | installcheck-am installdirs maintainer-clean \ |
---|
698 | maintainer-clean-generic mostlyclean mostlyclean-compile \ |
---|
699 | mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ |
---|
700 | tags uninstall uninstall-am uninstall-info-am \ |
---|
701 | uninstall-libLTLIBRARIES uninstall-local \ |
---|
702 | uninstall-pkgconfiglibDATA uninstall-thirdpartyincludeHEADERS |
---|
703 | |
---|
704 | |
---|
705 | @COIN_CC_IS_CL_TRUE@$(AMPLSOLVER_A): |
---|
706 | @COIN_CC_IS_CL_TRUE@ ./compile_MS_ASL |
---|
707 | |
---|
708 | @COIN_CC_IS_CL_FALSE@$(AMPLSOLVER_A): |
---|
709 | @COIN_CC_IS_CL_FALSE@ ./compile_Unix_ASL |
---|
710 | |
---|
711 | @COIN_CC_IS_CL_FALSE@libcoinasl.la : $(AMPLSOLVER_A) |
---|
712 | @COIN_CC_IS_CL_FALSE@ $(mkdir_p) linkdir ; cd linkdir ; \ |
---|
713 | @COIN_CC_IS_CL_FALSE@ $(AR) x ../$(AMPLSOLVER_A) ; \ |
---|
714 | @COIN_CC_IS_CL_FALSE@ for i in *.o ; do \ |
---|
715 | @COIN_CC_IS_CL_FALSE@ lofile=`echo $$i | sed -e 's/.o$$/.lo/'`; \ |
---|
716 | @COIN_CC_IS_CL_FALSE@ echo "# fake line" > $$lofile ; \ |
---|
717 | @COIN_CC_IS_CL_FALSE@ echo "# Generated by fake libtool" >> $$lofile ; \ |
---|
718 | @COIN_CC_IS_CL_FALSE@ echo "pic_object='$$i'" >> $$lofile ; \ |
---|
719 | @COIN_CC_IS_CL_FALSE@ echo "non_pic_object='$$i'" >> $$lofile ; \ |
---|
720 | @COIN_CC_IS_CL_FALSE@ done ; cd .. |
---|
721 | @COIN_CC_IS_CL_FALSE@ $(LIBTOOL) --tag=CC --mode=link $(CC) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ -rpath $(libdir) $(LT_LDFLAGS) linkdir/*.lo |
---|
722 | @COIN_CC_IS_CL_FALSE@ rm -rf linkdir |
---|
723 | |
---|
724 | @COIN_CC_IS_CL_FALSE@install-exec-local: libcoinasl.la |
---|
725 | @COIN_CC_IS_CL_FALSE@ test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)" |
---|
726 | @COIN_CC_IS_CL_FALSE@ if test -f libcoinasl.la; then \ |
---|
727 | @COIN_CC_IS_CL_FALSE@ $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) libcoinasl.la "$(DESTDIR)$(libdir)/libcoinasl.la"; \ |
---|
728 | @COIN_CC_IS_CL_FALSE@ fi |
---|
729 | |
---|
730 | @COIN_CC_IS_CL_FALSE@uninstall-local: |
---|
731 | @COIN_CC_IS_CL_FALSE@ $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/libcoinasl.la" |
---|
732 | |
---|
733 | stdio1.h arith.h funcadd0.$(OBJEXT): $(AMPLSOLVER_A) |
---|
734 | |
---|
735 | all-local: $(alltargets) |
---|
736 | |
---|
737 | test: |
---|
738 | @echo "No test available for ASL." |
---|
739 | |
---|
740 | install-doc: $(DocFiles) |
---|
741 | test -z "$(DocInstallDir)" || $(mkdir_p) "$(DESTDIR)$(DocInstallDir)" |
---|
742 | for file in $(DocFiles); do \ |
---|
743 | if test -f "$$file"; then dir=; else dir="$(srcdir)/"; fi; \ |
---|
744 | if test -f "$$dir$$file"; then $(INSTALL_DATA) "$$dir$$file" "$(DESTDIR)$(DocInstallDir)/$$file"; fi; \ |
---|
745 | done |
---|
746 | |
---|
747 | uninstall-doc: |
---|
748 | for file in $(DocFiles); do \ |
---|
749 | rm -f "$(DESTDIR)$(DocInstallDir)/$$file"; \ |
---|
750 | done |
---|
751 | |
---|
752 | ######################################################################## |
---|
753 | # Maintainer Stuff # |
---|
754 | ######################################################################## |
---|
755 | |
---|
756 | # Make sure acinclude is using most recent coin.m4 |
---|
757 | @MAINTAINER_MODE_TRUE@$(srcdir)/acinclude.m4: $(BUILDTOOLSDIR)/coin.m4 |
---|
758 | @MAINTAINER_MODE_TRUE@ cat $(LIBTOOLM4) $< > $@ |
---|
759 | |
---|
760 | # Make sure the autotools scripts are up to date |
---|
761 | @MAINTAINER_MODE_TRUE@$(AUX_DIR)/install-sh: $(BUILDTOOLSDIR)/install-sh |
---|
762 | @MAINTAINER_MODE_TRUE@ cp $< $@ |
---|
763 | |
---|
764 | @MAINTAINER_MODE_TRUE@$(AUX_DIR)/missing: $(BUILDTOOLSDIR)/missing |
---|
765 | @MAINTAINER_MODE_TRUE@ cp $< $@ |
---|
766 | |
---|
767 | @MAINTAINER_MODE_TRUE@$(AUX_DIR)/config.guess: $(BUILDTOOLSDIR)/config.guess |
---|
768 | @MAINTAINER_MODE_TRUE@ cp $< $@ |
---|
769 | |
---|
770 | @MAINTAINER_MODE_TRUE@$(AUX_DIR)/config.sub: $(BUILDTOOLSDIR)/config.sub |
---|
771 | @MAINTAINER_MODE_TRUE@ cp $< $@ |
---|
772 | |
---|
773 | @MAINTAINER_MODE_TRUE@$(AUX_DIR)/depcomp: $(BUILDTOOLSDIR)/depcomp |
---|
774 | @MAINTAINER_MODE_TRUE@ cp $< $@ |
---|
775 | |
---|
776 | @MAINTAINER_MODE_TRUE@$(AUX_DIR)/ltmain.sh: $(BUILDTOOLSDIR)/ltmain.sh |
---|
777 | @MAINTAINER_MODE_TRUE@ cp $< $@ |
---|
778 | |
---|
779 | # Take care of updating externals (if Dependencies file exists) |
---|
780 | @HAVE_EXTERNALS_TRUE@@MAINTAINER_MODE_TRUE@$(top_builddir)/Makefile: .Dependencies-stamp |
---|
781 | |
---|
782 | @HAVE_EXTERNALS_TRUE@@MAINTAINER_MODE_TRUE@.Dependencies-stamp: $(srcdir)/Dependencies |
---|
783 | @HAVE_EXTERNALS_TRUE@@MAINTAINER_MODE_TRUE@ cd $(srcdir); BuildTools/set_externals Dependencies |
---|
784 | @HAVE_EXTERNALS_TRUE@@MAINTAINER_MODE_TRUE@ touch .Dependencies-stamp |
---|
785 | |
---|
786 | @HAVE_EXTERNALS_TRUE@@MAINTAINER_MODE_TRUE@update-externals: .Dependencies-stamp |
---|
787 | @HAVE_EXTERNALS_TRUE@@MAINTAINER_MODE_TRUE@ cd $(srcdir); svn update |
---|
788 | |
---|
789 | .PHONY: install-doc uninstall-doc update-externals |
---|
790 | # Tell versions [3.59,3.63) of GNU make to not export all variables. |
---|
791 | # Otherwise a system limit (for SysV at least) may be exceeded. |
---|
792 | .NOEXPORT: |
---|