1 | # Makefile.in generated by automake 1.16.1 from Makefile.am. |
---|
2 | # @configure_input@ |
---|
3 | |
---|
4 | # Copyright (C) 1994-2018 Free Software Foundation, Inc. |
---|
5 | |
---|
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 Eclipse 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 Eclipse Public License. |
---|
26 | |
---|
27 | # Author: Andreas Waechter IBM 2006-04-13 |
---|
28 | |
---|
29 | ######################################################################## |
---|
30 | # Variables for documentation and data directories # |
---|
31 | ######################################################################## |
---|
32 | |
---|
33 | # Set these up to provide some uniformity in naming while also conforming |
---|
34 | # to Gnu directory standards. For reasons known only to the autoconf |
---|
35 | # developers, autoconf leaves datadir = $(datarootdir) but forces docdir |
---|
36 | # to $(datarootdir)/doc/$(PACKAGE_TARNAME). |
---|
37 | |
---|
38 | VPATH = @srcdir@ |
---|
39 | am__is_gnu_make = { \ |
---|
40 | if test -z '$(MAKELEVEL)'; then \ |
---|
41 | false; \ |
---|
42 | elif test -n '$(MAKE_HOST)'; then \ |
---|
43 | true; \ |
---|
44 | elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ |
---|
45 | true; \ |
---|
46 | else \ |
---|
47 | false; \ |
---|
48 | fi; \ |
---|
49 | } |
---|
50 | am__make_running_with_option = \ |
---|
51 | case $${target_option-} in \ |
---|
52 | ?) ;; \ |
---|
53 | *) echo "am__make_running_with_option: internal error: invalid" \ |
---|
54 | "target option '$${target_option-}' specified" >&2; \ |
---|
55 | exit 1;; \ |
---|
56 | esac; \ |
---|
57 | has_opt=no; \ |
---|
58 | sane_makeflags=$$MAKEFLAGS; \ |
---|
59 | if $(am__is_gnu_make); then \ |
---|
60 | sane_makeflags=$$MFLAGS; \ |
---|
61 | else \ |
---|
62 | case $$MAKEFLAGS in \ |
---|
63 | *\\[\ \ ]*) \ |
---|
64 | bs=\\; \ |
---|
65 | sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ |
---|
66 | | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ |
---|
67 | esac; \ |
---|
68 | fi; \ |
---|
69 | skip_next=no; \ |
---|
70 | strip_trailopt () \ |
---|
71 | { \ |
---|
72 | flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ |
---|
73 | }; \ |
---|
74 | for flg in $$sane_makeflags; do \ |
---|
75 | test $$skip_next = yes && { skip_next=no; continue; }; \ |
---|
76 | case $$flg in \ |
---|
77 | *=*|--*) continue;; \ |
---|
78 | -*I) strip_trailopt 'I'; skip_next=yes;; \ |
---|
79 | -*I?*) strip_trailopt 'I';; \ |
---|
80 | -*O) strip_trailopt 'O'; skip_next=yes;; \ |
---|
81 | -*O?*) strip_trailopt 'O';; \ |
---|
82 | -*l) strip_trailopt 'l'; skip_next=yes;; \ |
---|
83 | -*l?*) strip_trailopt 'l';; \ |
---|
84 | -[dEDm]) skip_next=yes;; \ |
---|
85 | -[JT]) skip_next=yes;; \ |
---|
86 | esac; \ |
---|
87 | case $$flg in \ |
---|
88 | *$$target_option*) has_opt=yes; break;; \ |
---|
89 | esac; \ |
---|
90 | done; \ |
---|
91 | test $$has_opt = yes |
---|
92 | am__make_dryrun = (target_option=n; $(am__make_running_with_option)) |
---|
93 | am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) |
---|
94 | pkglibdir = $(libdir)/@PACKAGE@ |
---|
95 | pkglibexecdir = $(libexecdir)/@PACKAGE@ |
---|
96 | am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd |
---|
97 | install_sh_DATA = $(install_sh) -c -m 644 |
---|
98 | install_sh_PROGRAM = $(install_sh) -c |
---|
99 | install_sh_SCRIPT = $(install_sh) -c |
---|
100 | INSTALL_HEADER = $(INSTALL_DATA) |
---|
101 | transform = $(program_transform_name) |
---|
102 | NORMAL_INSTALL = : |
---|
103 | PRE_INSTALL = : |
---|
104 | POST_INSTALL = : |
---|
105 | NORMAL_UNINSTALL = : |
---|
106 | PRE_UNINSTALL = : |
---|
107 | POST_UNINSTALL = : |
---|
108 | build_triplet = @build@ |
---|
109 | host_triplet = @host@ |
---|
110 | |
---|
111 | # Build OsiClp only if Osi is available. |
---|
112 | @COIN_HAS_OSI_TRUE@am__append_1 = src/OsiClp |
---|
113 | @COIN_HAS_OSI_TRUE@am__append_2 = osi-clp.pc |
---|
114 | |
---|
115 | # We don't want to compile the test subdirectory unless the test target |
---|
116 | # is specified. But we need to list it as subdirectory to make sure that |
---|
117 | # it's included in the tarball. |
---|
118 | @ALWAYS_FALSE@am__append_3 = test |
---|
119 | subdir = . |
---|
120 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
---|
121 | am__aclocal_m4_deps = $(top_srcdir)/m4/ac_clp_aboca.m4 \ |
---|
122 | $(top_srcdir)/configure.ac |
---|
123 | am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ |
---|
124 | $(ACLOCAL_M4) |
---|
125 | DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \ |
---|
126 | $(am__configure_deps) |
---|
127 | am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ |
---|
128 | configure.lineno config.status.lineno |
---|
129 | mkinstalldirs = $(install_sh) -d |
---|
130 | CONFIG_HEADER = $(top_builddir)/src/config.h \ |
---|
131 | $(top_builddir)/src/config_clp.h \ |
---|
132 | $(top_builddir)/src/OsiClp/config_osiclp.h |
---|
133 | CONFIG_CLEAN_FILES = examples/Makefile clp.pc osi-clp.pc \ |
---|
134 | doxydoc/doxygen.conf |
---|
135 | CONFIG_CLEAN_VPATH_FILES = |
---|
136 | AM_V_P = $(am__v_P_@AM_V@) |
---|
137 | am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) |
---|
138 | am__v_P_0 = false |
---|
139 | am__v_P_1 = : |
---|
140 | AM_V_GEN = $(am__v_GEN_@AM_V@) |
---|
141 | am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) |
---|
142 | am__v_GEN_0 = @echo " GEN " $@; |
---|
143 | am__v_GEN_1 = |
---|
144 | AM_V_at = $(am__v_at_@AM_V@) |
---|
145 | am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) |
---|
146 | am__v_at_0 = @ |
---|
147 | am__v_at_1 = |
---|
148 | SOURCES = |
---|
149 | RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ |
---|
150 | ctags-recursive dvi-recursive html-recursive info-recursive \ |
---|
151 | install-data-recursive install-dvi-recursive \ |
---|
152 | install-exec-recursive install-html-recursive \ |
---|
153 | install-info-recursive install-pdf-recursive \ |
---|
154 | install-ps-recursive install-recursive installcheck-recursive \ |
---|
155 | installdirs-recursive pdf-recursive ps-recursive \ |
---|
156 | tags-recursive uninstall-recursive |
---|
157 | am__can_run_installinfo = \ |
---|
158 | case $$AM_UPDATE_INFO_DIR in \ |
---|
159 | n|no|NO) false;; \ |
---|
160 | *) (install-info --version) >/dev/null 2>&1;; \ |
---|
161 | esac |
---|
162 | am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; |
---|
163 | am__vpath_adj = case $$p in \ |
---|
164 | $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ |
---|
165 | *) f=$$p;; \ |
---|
166 | esac; |
---|
167 | am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; |
---|
168 | am__install_max = 40 |
---|
169 | am__nobase_strip_setup = \ |
---|
170 | srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` |
---|
171 | am__nobase_strip = \ |
---|
172 | for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" |
---|
173 | am__nobase_list = $(am__nobase_strip_setup); \ |
---|
174 | for p in $$list; do echo "$$p $$p"; done | \ |
---|
175 | sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ |
---|
176 | $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ |
---|
177 | if (++n[$$2] == $(am__install_max)) \ |
---|
178 | { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ |
---|
179 | END { for (dir in files) print dir, files[dir] }' |
---|
180 | am__base_list = \ |
---|
181 | sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ |
---|
182 | sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' |
---|
183 | am__uninstall_files_from_dir = { \ |
---|
184 | test -z "$$files" \ |
---|
185 | || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ |
---|
186 | || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ |
---|
187 | $(am__cd) "$$dir" && rm -f $$files; }; \ |
---|
188 | } |
---|
189 | am__installdirs = "$(DESTDIR)$(pkgconfiglibdir)" |
---|
190 | DATA = $(pkgconfiglib_DATA) |
---|
191 | RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ |
---|
192 | distclean-recursive maintainer-clean-recursive |
---|
193 | am__recursive_targets = \ |
---|
194 | $(RECURSIVE_TARGETS) \ |
---|
195 | $(RECURSIVE_CLEAN_TARGETS) \ |
---|
196 | $(am__extra_recursive_targets) |
---|
197 | AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ |
---|
198 | cscope |
---|
199 | am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) |
---|
200 | # Read a list of newline-separated strings from the standard input, |
---|
201 | # and print each of them once, without duplicates. Input order is |
---|
202 | # *not* preserved. |
---|
203 | am__uniquify_input = $(AWK) '\ |
---|
204 | BEGIN { nonempty = 0; } \ |
---|
205 | { items[$$0] = 1; nonempty = 1; } \ |
---|
206 | END { if (nonempty) { for (i in items) print i; }; } \ |
---|
207 | ' |
---|
208 | # Make sure the list of sources is unique. This is necessary because, |
---|
209 | # e.g., the same source file might be shared among _SOURCES variables |
---|
210 | # for different programs/libraries. |
---|
211 | am__define_uniq_tagged_files = \ |
---|
212 | list='$(am__tagged_files)'; \ |
---|
213 | unique=`for i in $$list; do \ |
---|
214 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
---|
215 | done | $(am__uniquify_input)` |
---|
216 | ETAGS = etags |
---|
217 | CTAGS = ctags |
---|
218 | CSCOPE = cscope |
---|
219 | DIST_SUBDIRS = src src/OsiClp test |
---|
220 | pkgdatadir = $(datadir)/$(PACKAGE_TARNAME) |
---|
221 | pkgincludedir = $(includedir)/coin-or |
---|
222 | ACLOCAL = @ACLOCAL@ |
---|
223 | ADD_CFLAGS = @ADD_CFLAGS@ |
---|
224 | ADD_CXXFLAGS = @ADD_CXXFLAGS@ |
---|
225 | AMTAR = @AMTAR@ |
---|
226 | AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ |
---|
227 | AR = @AR@ |
---|
228 | AS = @AS@ |
---|
229 | AUTOCONF = @AUTOCONF@ |
---|
230 | AUTOHEADER = @AUTOHEADER@ |
---|
231 | AUTOMAKE = @AUTOMAKE@ |
---|
232 | AWK = @AWK@ |
---|
233 | CC = @CC@ |
---|
234 | CCDEPMODE = @CCDEPMODE@ |
---|
235 | CFLAGS = @CFLAGS@ |
---|
236 | CLPLIB_CFLAGS = @CLPLIB_CFLAGS@ |
---|
237 | CLPLIB_CFLAGS_NOPC = @CLPLIB_CFLAGS_NOPC@ |
---|
238 | CLPLIB_LFLAGS = @CLPLIB_LFLAGS@ |
---|
239 | CLPLIB_LFLAGS_NOPC = @CLPLIB_LFLAGS_NOPC@ |
---|
240 | CLPLIB_PCFILES = @CLPLIB_PCFILES@ |
---|
241 | COIN_PKG_CONFIG_PATH = @COIN_PKG_CONFIG_PATH@ |
---|
242 | CPP = @CPP@ |
---|
243 | CPPFLAGS = @CPPFLAGS@ |
---|
244 | CXX = @CXX@ |
---|
245 | CXXCPP = @CXXCPP@ |
---|
246 | CXXDEPMODE = @CXXDEPMODE@ |
---|
247 | CXXFLAGS = @CXXFLAGS@ |
---|
248 | CYGPATH_W = @CYGPATH_W@ |
---|
249 | DEFS = @DEFS@ |
---|
250 | DEPDIR = @DEPDIR@ |
---|
251 | DLLTOOL = @DLLTOOL@ |
---|
252 | DSYMUTIL = @DSYMUTIL@ |
---|
253 | DUMPBIN = @DUMPBIN@ |
---|
254 | ECHO_C = @ECHO_C@ |
---|
255 | ECHO_N = @ECHO_N@ |
---|
256 | ECHO_T = @ECHO_T@ |
---|
257 | EGREP = @EGREP@ |
---|
258 | EXAMPLE_CLEAN_FILES = @EXAMPLE_CLEAN_FILES@ |
---|
259 | EXAMPLE_DIST_FILES = @EXAMPLE_DIST_FILES@ |
---|
260 | EXAMPLE_UNCOMP_FILES = @EXAMPLE_UNCOMP_FILES@ |
---|
261 | EXEEXT = @EXEEXT@ |
---|
262 | FGREP = @FGREP@ |
---|
263 | GREP = @GREP@ |
---|
264 | INSTALL = @INSTALL@ |
---|
265 | INSTALL_DATA = @INSTALL_DATA@ |
---|
266 | INSTALL_PROGRAM = @INSTALL_PROGRAM@ |
---|
267 | INSTALL_SCRIPT = @INSTALL_SCRIPT@ |
---|
268 | INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ |
---|
269 | LD = @LD@ |
---|
270 | LDFLAGS = @LDFLAGS@ |
---|
271 | LIBOBJS = @LIBOBJS@ |
---|
272 | LIBS = @LIBS@ |
---|
273 | LIBTOOL = @LIBTOOL@ |
---|
274 | LIPO = @LIPO@ |
---|
275 | LN_S = @LN_S@ |
---|
276 | LTLIBOBJS = @LTLIBOBJS@ |
---|
277 | LT_LDFLAGS = @LT_LDFLAGS@ |
---|
278 | LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ |
---|
279 | MAINT = @MAINT@ |
---|
280 | MAKEINFO = @MAKEINFO@ |
---|
281 | MANIFEST_TOOL = @MANIFEST_TOOL@ |
---|
282 | MKDIR_P = @MKDIR_P@ |
---|
283 | NETLIB_DATA = @NETLIB_DATA@ |
---|
284 | NM = @NM@ |
---|
285 | NMEDIT = @NMEDIT@ |
---|
286 | OBJDUMP = @OBJDUMP@ |
---|
287 | OBJEXT = @OBJEXT@ |
---|
288 | OSICLPLIB_CFLAGS = @OSICLPLIB_CFLAGS@ |
---|
289 | OSICLPLIB_CFLAGS_NOPC = @OSICLPLIB_CFLAGS_NOPC@ |
---|
290 | OSICLPLIB_LFLAGS = @OSICLPLIB_LFLAGS@ |
---|
291 | OSICLPLIB_LFLAGS_NOPC = @OSICLPLIB_LFLAGS_NOPC@ |
---|
292 | OSICLPLIB_PCFILES = @OSICLPLIB_PCFILES@ |
---|
293 | OSICLPUNITTEST_CFLAGS = @OSICLPUNITTEST_CFLAGS@ |
---|
294 | OSICLPUNITTEST_CFLAGS_NOPC = @OSICLPUNITTEST_CFLAGS_NOPC@ |
---|
295 | OSICLPUNITTEST_LFLAGS = @OSICLPUNITTEST_LFLAGS@ |
---|
296 | OSICLPUNITTEST_LFLAGS_NOPC = @OSICLPUNITTEST_LFLAGS_NOPC@ |
---|
297 | OSICLPUNITTEST_PCFILES = @OSICLPUNITTEST_PCFILES@ |
---|
298 | OTOOL = @OTOOL@ |
---|
299 | OTOOL64 = @OTOOL64@ |
---|
300 | PACKAGE = @PACKAGE@ |
---|
301 | PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ |
---|
302 | PACKAGE_NAME = @PACKAGE_NAME@ |
---|
303 | PACKAGE_STRING = @PACKAGE_STRING@ |
---|
304 | PACKAGE_TARNAME = @PACKAGE_TARNAME@ |
---|
305 | PACKAGE_URL = @PACKAGE_URL@ |
---|
306 | PACKAGE_VERSION = @PACKAGE_VERSION@ |
---|
307 | PATH_SEPARATOR = @PATH_SEPARATOR@ |
---|
308 | PKG_CONFIG = @PKG_CONFIG@ |
---|
309 | RANLIB = @RANLIB@ |
---|
310 | RPATH_FLAGS = @RPATH_FLAGS@ |
---|
311 | SAMPLE_DATA = @SAMPLE_DATA@ |
---|
312 | SED = @SED@ |
---|
313 | SET_MAKE = @SET_MAKE@ |
---|
314 | SHELL = @SHELL@ |
---|
315 | STRIP = @STRIP@ |
---|
316 | VERSION = @VERSION@ |
---|
317 | abs_builddir = @abs_builddir@ |
---|
318 | abs_srcdir = @abs_srcdir@ |
---|
319 | abs_top_builddir = @abs_top_builddir@ |
---|
320 | abs_top_srcdir = @abs_top_srcdir@ |
---|
321 | ac_ct_AR = @ac_ct_AR@ |
---|
322 | ac_ct_CC = @ac_ct_CC@ |
---|
323 | ac_ct_CXX = @ac_ct_CXX@ |
---|
324 | ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ |
---|
325 | ac_ct_PKG_CONFIG = @ac_ct_PKG_CONFIG@ |
---|
326 | am__include = @am__include@ |
---|
327 | am__leading_dot = @am__leading_dot@ |
---|
328 | am__quote = @am__quote@ |
---|
329 | am__tar = @am__tar@ |
---|
330 | am__untar = @am__untar@ |
---|
331 | bindir = @bindir@ |
---|
332 | build = @build@ |
---|
333 | build_alias = @build_alias@ |
---|
334 | build_cpu = @build_cpu@ |
---|
335 | build_os = @build_os@ |
---|
336 | build_vendor = @build_vendor@ |
---|
337 | builddir = @builddir@ |
---|
338 | coin_doxy_logname = @coin_doxy_logname@ |
---|
339 | coin_doxy_tagfiles = @coin_doxy_tagfiles@ |
---|
340 | coin_doxy_tagname = @coin_doxy_tagname@ |
---|
341 | coin_doxy_usedot = @coin_doxy_usedot@ |
---|
342 | coin_have_doxygen = @coin_have_doxygen@ |
---|
343 | coin_have_latex = @coin_have_latex@ |
---|
344 | datadir = @datadir@ |
---|
345 | datarootdir = @datarootdir@ |
---|
346 | docdir = @docdir@ |
---|
347 | dvidir = @dvidir@ |
---|
348 | exec_prefix = @exec_prefix@ |
---|
349 | host = @host@ |
---|
350 | host_alias = @host_alias@ |
---|
351 | host_cpu = @host_cpu@ |
---|
352 | host_os = @host_os@ |
---|
353 | host_vendor = @host_vendor@ |
---|
354 | htmldir = @htmldir@ |
---|
355 | includedir = @includedir@ |
---|
356 | infodir = @infodir@ |
---|
357 | install_sh = @install_sh@ |
---|
358 | libdir = @libdir@ |
---|
359 | libexecdir = @libexecdir@ |
---|
360 | localedir = @localedir@ |
---|
361 | localstatedir = @localstatedir@ |
---|
362 | mandir = @mandir@ |
---|
363 | mkdir_p = @mkdir_p@ |
---|
364 | oldincludedir = @oldincludedir@ |
---|
365 | pdfdir = @pdfdir@ |
---|
366 | prefix = @prefix@ |
---|
367 | program_transform_name = @program_transform_name@ |
---|
368 | psdir = @psdir@ |
---|
369 | sbindir = @sbindir@ |
---|
370 | sharedstatedir = @sharedstatedir@ |
---|
371 | srcdir = @srcdir@ |
---|
372 | sysconfdir = @sysconfdir@ |
---|
373 | target_alias = @target_alias@ |
---|
374 | top_build_prefix = @top_build_prefix@ |
---|
375 | top_builddir = @top_builddir@ |
---|
376 | top_srcdir = @top_srcdir@ |
---|
377 | AUTOMAKE_OPTIONS = foreign |
---|
378 | pkgdocdir = $(docdir) |
---|
379 | |
---|
380 | # doxydocdir is the top-level directory for doxygen documentation. It holds |
---|
381 | # the tag file and possibly the PDF or Postscript version. doxyhtmldir is |
---|
382 | # typically a subdirectory containing all the files doxygen creates for |
---|
383 | # html documentation. |
---|
384 | doxydocdir = $(pkgdocdir)/doxydoc |
---|
385 | doxyhtmldir = $(doxydocdir)/html |
---|
386 | |
---|
387 | ######################################################################## |
---|
388 | # Documentation installation # |
---|
389 | ######################################################################## |
---|
390 | DocFiles = README AUTHORS LICENSE |
---|
391 | COIN_HAS_DOXYGEN = @COIN_HAS_DOXYGEN_TRUE@TRUE |
---|
392 | COIN_HAS_LATEX = @COIN_HAS_LATEX_TRUE@TRUE |
---|
393 | |
---|
394 | # Needless to say, it's important that baredocdir_nosub not be a target for |
---|
395 | # autoconf substitution. |
---|
396 | DOXYTAG_EDIT = sed -e 's|@baredocdir_nosub@|$(datarootdir)/doc|g' |
---|
397 | |
---|
398 | ######################################################################## |
---|
399 | # Subdirectories and installation of .pc files # |
---|
400 | ######################################################################## |
---|
401 | SUBDIRS = src $(am__append_1) $(am__append_3) |
---|
402 | pkgconfiglibdir = $(libdir)/pkgconfig |
---|
403 | pkgconfiglib_DATA = clp.pc $(am__append_2) |
---|
404 | |
---|
405 | ######################################################################## |
---|
406 | # Additional files to be included in tarball # |
---|
407 | ######################################################################## |
---|
408 | |
---|
409 | # Here we need include all files that are not mentioned in other Makefiles |
---|
410 | EXTRA_DIST = \ |
---|
411 | doc/authors.xml \ |
---|
412 | doc/basicmodelclasses.xml \ |
---|
413 | doc/clpexe.xml \ |
---|
414 | doc/clpuserguide.xml \ |
---|
415 | doc/doxygen.xml \ |
---|
416 | doc/faqcontent.xml \ |
---|
417 | doc/faq.xml \ |
---|
418 | doc/intro.xml \ |
---|
419 | doc/legal.xml \ |
---|
420 | doc/messages.xml \ |
---|
421 | doc/moresamples.xml \ |
---|
422 | doc/notsobasic.xml \ |
---|
423 | doc/revhist.xml \ |
---|
424 | doc/Howto/docbook4clp.xml \ |
---|
425 | examples/addBits.cpp \ |
---|
426 | examples/addColumns.cpp \ |
---|
427 | examples/addRows.cpp \ |
---|
428 | examples/decompose.cpp \ |
---|
429 | examples/defaults.cpp \ |
---|
430 | examples/driver2.cpp \ |
---|
431 | examples/driverC.c \ |
---|
432 | examples/driver.cpp \ |
---|
433 | examples/dualCuts.cpp \ |
---|
434 | examples/ekk.cpp \ |
---|
435 | examples/ekk_interface.cpp \ |
---|
436 | examples/hello.cpp \ |
---|
437 | examples/hello.mps \ |
---|
438 | examples/input.130 \ |
---|
439 | examples/INSTALL \ |
---|
440 | examples/makeDual.cpp \ |
---|
441 | examples/Makefile.in \ |
---|
442 | examples/minimum.cpp \ |
---|
443 | examples/network.cpp \ |
---|
444 | examples/piece.cpp \ |
---|
445 | examples/rowColumn.cpp \ |
---|
446 | examples/sprint2.cpp \ |
---|
447 | examples/sprint.cpp \ |
---|
448 | examples/testBarrier.cpp \ |
---|
449 | examples/testBasis.cpp \ |
---|
450 | examples/testGub2.cpp \ |
---|
451 | examples/testGub.cpp \ |
---|
452 | examples/testQP.cpp \ |
---|
453 | examples/useVolume.cpp |
---|
454 | |
---|
455 | |
---|
456 | ######################################################################## |
---|
457 | # Maintainer Stuff # |
---|
458 | ######################################################################## |
---|
459 | CLEANFILES = |
---|
460 | |
---|
461 | # Files that are generated and should be cleaned with make distclean |
---|
462 | DISTCLEANFILES = |
---|
463 | all: all-recursive |
---|
464 | |
---|
465 | .SUFFIXES: |
---|
466 | am--refresh: Makefile |
---|
467 | @: |
---|
468 | $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/BuildTools/Makemain.inc $(am__configure_deps) |
---|
469 | @for dep in $?; do \ |
---|
470 | case '$(am__configure_deps)' in \ |
---|
471 | *$$dep*) \ |
---|
472 | echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ |
---|
473 | $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ |
---|
474 | && exit 0; \ |
---|
475 | exit 1;; \ |
---|
476 | esac; \ |
---|
477 | done; \ |
---|
478 | echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ |
---|
479 | $(am__cd) $(top_srcdir) && \ |
---|
480 | $(AUTOMAKE) --foreign Makefile |
---|
481 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
---|
482 | @case '$?' in \ |
---|
483 | *config.status*) \ |
---|
484 | echo ' $(SHELL) ./config.status'; \ |
---|
485 | $(SHELL) ./config.status;; \ |
---|
486 | *) \ |
---|
487 | echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \ |
---|
488 | cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \ |
---|
489 | esac; |
---|
490 | $(srcdir)/BuildTools/Makemain.inc $(am__empty): |
---|
491 | |
---|
492 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
---|
493 | $(SHELL) ./config.status --recheck |
---|
494 | |
---|
495 | $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) |
---|
496 | $(am__cd) $(srcdir) && $(AUTOCONF) |
---|
497 | $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) |
---|
498 | $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) |
---|
499 | $(am__aclocal_m4_deps): |
---|
500 | examples/Makefile: $(top_builddir)/config.status $(top_srcdir)/examples/Makefile.in |
---|
501 | cd $(top_builddir) && $(SHELL) ./config.status $@ |
---|
502 | clp.pc: $(top_builddir)/config.status $(srcdir)/clp.pc.in |
---|
503 | cd $(top_builddir) && $(SHELL) ./config.status $@ |
---|
504 | osi-clp.pc: $(top_builddir)/config.status $(top_srcdir)/src/OsiClp/osi-clp.pc.in |
---|
505 | cd $(top_builddir) && $(SHELL) ./config.status $@ |
---|
506 | doxydoc/doxygen.conf: $(top_builddir)/config.status $(top_srcdir)/doxydoc/doxygen.conf.in |
---|
507 | cd $(top_builddir) && $(SHELL) ./config.status $@ |
---|
508 | |
---|
509 | mostlyclean-libtool: |
---|
510 | -rm -f *.lo |
---|
511 | |
---|
512 | clean-libtool: |
---|
513 | -rm -rf .libs _libs |
---|
514 | |
---|
515 | distclean-libtool: |
---|
516 | -rm -f libtool config.lt |
---|
517 | install-pkgconfiglibDATA: $(pkgconfiglib_DATA) |
---|
518 | @$(NORMAL_INSTALL) |
---|
519 | @list='$(pkgconfiglib_DATA)'; test -n "$(pkgconfiglibdir)" || list=; \ |
---|
520 | if test -n "$$list"; then \ |
---|
521 | echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfiglibdir)'"; \ |
---|
522 | $(MKDIR_P) "$(DESTDIR)$(pkgconfiglibdir)" || exit 1; \ |
---|
523 | fi; \ |
---|
524 | for p in $$list; do \ |
---|
525 | if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
---|
526 | echo "$$d$$p"; \ |
---|
527 | done | $(am__base_list) | \ |
---|
528 | while read files; do \ |
---|
529 | echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfiglibdir)'"; \ |
---|
530 | $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfiglibdir)" || exit $$?; \ |
---|
531 | done |
---|
532 | |
---|
533 | uninstall-pkgconfiglibDATA: |
---|
534 | @$(NORMAL_UNINSTALL) |
---|
535 | @list='$(pkgconfiglib_DATA)'; test -n "$(pkgconfiglibdir)" || list=; \ |
---|
536 | files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ |
---|
537 | dir='$(DESTDIR)$(pkgconfiglibdir)'; $(am__uninstall_files_from_dir) |
---|
538 | |
---|
539 | # This directory's subdirectories are mostly independent; you can cd |
---|
540 | # into them and run 'make' without going through this Makefile. |
---|
541 | # To change the values of 'make' variables: instead of editing Makefiles, |
---|
542 | # (1) if the variable is set in 'config.status', edit 'config.status' |
---|
543 | # (which will cause the Makefiles to be regenerated when you run 'make'); |
---|
544 | # (2) otherwise, pass the desired values on the 'make' command line. |
---|
545 | $(am__recursive_targets): |
---|
546 | @fail=; \ |
---|
547 | if $(am__make_keepgoing); then \ |
---|
548 | failcom='fail=yes'; \ |
---|
549 | else \ |
---|
550 | failcom='exit 1'; \ |
---|
551 | fi; \ |
---|
552 | dot_seen=no; \ |
---|
553 | target=`echo $@ | sed s/-recursive//`; \ |
---|
554 | case "$@" in \ |
---|
555 | distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ |
---|
556 | *) list='$(SUBDIRS)' ;; \ |
---|
557 | esac; \ |
---|
558 | for subdir in $$list; do \ |
---|
559 | echo "Making $$target in $$subdir"; \ |
---|
560 | if test "$$subdir" = "."; then \ |
---|
561 | dot_seen=yes; \ |
---|
562 | local_target="$$target-am"; \ |
---|
563 | else \ |
---|
564 | local_target="$$target"; \ |
---|
565 | fi; \ |
---|
566 | ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ |
---|
567 | || eval $$failcom; \ |
---|
568 | done; \ |
---|
569 | if test "$$dot_seen" = "no"; then \ |
---|
570 | $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ |
---|
571 | fi; test -z "$$fail" |
---|
572 | |
---|
573 | ID: $(am__tagged_files) |
---|
574 | $(am__define_uniq_tagged_files); mkid -fID $$unique |
---|
575 | tags: tags-recursive |
---|
576 | TAGS: tags |
---|
577 | |
---|
578 | tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) |
---|
579 | set x; \ |
---|
580 | here=`pwd`; \ |
---|
581 | if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ |
---|
582 | include_option=--etags-include; \ |
---|
583 | empty_fix=.; \ |
---|
584 | else \ |
---|
585 | include_option=--include; \ |
---|
586 | empty_fix=; \ |
---|
587 | fi; \ |
---|
588 | list='$(SUBDIRS)'; for subdir in $$list; do \ |
---|
589 | if test "$$subdir" = .; then :; else \ |
---|
590 | test ! -f $$subdir/TAGS || \ |
---|
591 | set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ |
---|
592 | fi; \ |
---|
593 | done; \ |
---|
594 | $(am__define_uniq_tagged_files); \ |
---|
595 | shift; \ |
---|
596 | if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ |
---|
597 | test -n "$$unique" || unique=$$empty_fix; \ |
---|
598 | if test $$# -gt 0; then \ |
---|
599 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ |
---|
600 | "$$@" $$unique; \ |
---|
601 | else \ |
---|
602 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ |
---|
603 | $$unique; \ |
---|
604 | fi; \ |
---|
605 | fi |
---|
606 | ctags: ctags-recursive |
---|
607 | |
---|
608 | CTAGS: ctags |
---|
609 | ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) |
---|
610 | $(am__define_uniq_tagged_files); \ |
---|
611 | test -z "$(CTAGS_ARGS)$$unique" \ |
---|
612 | || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ |
---|
613 | $$unique |
---|
614 | |
---|
615 | GTAGS: |
---|
616 | here=`$(am__cd) $(top_builddir) && pwd` \ |
---|
617 | && $(am__cd) $(top_srcdir) \ |
---|
618 | && gtags -i $(GTAGS_ARGS) "$$here" |
---|
619 | cscope: cscope.files |
---|
620 | test ! -s cscope.files \ |
---|
621 | || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) |
---|
622 | clean-cscope: |
---|
623 | -rm -f cscope.files |
---|
624 | cscope.files: clean-cscope cscopelist |
---|
625 | cscopelist: cscopelist-recursive |
---|
626 | |
---|
627 | cscopelist-am: $(am__tagged_files) |
---|
628 | list='$(am__tagged_files)'; \ |
---|
629 | case "$(srcdir)" in \ |
---|
630 | [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ |
---|
631 | *) sdir=$(subdir)/$(srcdir) ;; \ |
---|
632 | esac; \ |
---|
633 | for i in $$list; do \ |
---|
634 | if test -f "$$i"; then \ |
---|
635 | echo "$(subdir)/$$i"; \ |
---|
636 | else \ |
---|
637 | echo "$$sdir/$$i"; \ |
---|
638 | fi; \ |
---|
639 | done >> $(top_builddir)/cscope.files |
---|
640 | |
---|
641 | distclean-tags: |
---|
642 | -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
---|
643 | -rm -f cscope.out cscope.in.out cscope.po.out cscope.files |
---|
644 | check-am: all-am |
---|
645 | check: check-recursive |
---|
646 | all-am: Makefile $(DATA) |
---|
647 | installdirs: installdirs-recursive |
---|
648 | installdirs-am: |
---|
649 | for dir in "$(DESTDIR)$(pkgconfiglibdir)"; do \ |
---|
650 | test -z "$$dir" || $(MKDIR_P) "$$dir"; \ |
---|
651 | done |
---|
652 | install: install-recursive |
---|
653 | install-exec: install-exec-recursive |
---|
654 | install-data: install-data-recursive |
---|
655 | uninstall: uninstall-recursive |
---|
656 | |
---|
657 | install-am: all-am |
---|
658 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |
---|
659 | |
---|
660 | installcheck: installcheck-recursive |
---|
661 | install-strip: |
---|
662 | if test -z '$(STRIP)'; then \ |
---|
663 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
---|
664 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
---|
665 | install; \ |
---|
666 | else \ |
---|
667 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
---|
668 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
---|
669 | "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ |
---|
670 | fi |
---|
671 | mostlyclean-generic: |
---|
672 | |
---|
673 | clean-generic: |
---|
674 | -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) |
---|
675 | |
---|
676 | distclean-generic: |
---|
677 | -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) |
---|
678 | -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) |
---|
679 | -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES) |
---|
680 | |
---|
681 | maintainer-clean-generic: |
---|
682 | @echo "This command is intended for maintainers to use" |
---|
683 | @echo "it deletes files that may require special tools to rebuild." |
---|
684 | clean: clean-recursive |
---|
685 | |
---|
686 | clean-am: clean-generic clean-libtool clean-local mostlyclean-am |
---|
687 | |
---|
688 | distclean: distclean-recursive |
---|
689 | -rm -f $(am__CONFIG_DISTCLEAN_FILES) |
---|
690 | -rm -f Makefile |
---|
691 | distclean-am: clean-am distclean-generic distclean-libtool \ |
---|
692 | distclean-local distclean-tags |
---|
693 | |
---|
694 | dvi: dvi-recursive |
---|
695 | |
---|
696 | dvi-am: |
---|
697 | |
---|
698 | html: html-recursive |
---|
699 | |
---|
700 | html-am: |
---|
701 | |
---|
702 | info: info-recursive |
---|
703 | |
---|
704 | info-am: |
---|
705 | |
---|
706 | install-data-am: install-pkgconfiglibDATA |
---|
707 | |
---|
708 | install-dvi: install-dvi-recursive |
---|
709 | |
---|
710 | install-dvi-am: |
---|
711 | |
---|
712 | install-exec-am: install-exec-local |
---|
713 | |
---|
714 | install-html: install-html-recursive |
---|
715 | |
---|
716 | install-html-am: |
---|
717 | |
---|
718 | install-info: install-info-recursive |
---|
719 | |
---|
720 | install-info-am: |
---|
721 | |
---|
722 | install-man: |
---|
723 | |
---|
724 | install-pdf: install-pdf-recursive |
---|
725 | |
---|
726 | install-pdf-am: |
---|
727 | |
---|
728 | install-ps: install-ps-recursive |
---|
729 | |
---|
730 | install-ps-am: |
---|
731 | |
---|
732 | installcheck-am: |
---|
733 | |
---|
734 | maintainer-clean: maintainer-clean-recursive |
---|
735 | -rm -f $(am__CONFIG_DISTCLEAN_FILES) |
---|
736 | -rm -rf $(top_srcdir)/autom4te.cache |
---|
737 | -rm -f Makefile |
---|
738 | maintainer-clean-am: distclean-am maintainer-clean-generic |
---|
739 | |
---|
740 | mostlyclean: mostlyclean-recursive |
---|
741 | |
---|
742 | mostlyclean-am: mostlyclean-generic mostlyclean-libtool |
---|
743 | |
---|
744 | pdf: pdf-recursive |
---|
745 | |
---|
746 | pdf-am: |
---|
747 | |
---|
748 | ps: ps-recursive |
---|
749 | |
---|
750 | ps-am: |
---|
751 | |
---|
752 | uninstall-am: uninstall-local uninstall-pkgconfiglibDATA |
---|
753 | |
---|
754 | .MAKE: $(am__recursive_targets) install-am install-strip |
---|
755 | |
---|
756 | .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ |
---|
757 | am--refresh check check-am clean clean-cscope clean-generic \ |
---|
758 | clean-libtool clean-local cscope cscopelist-am ctags ctags-am \ |
---|
759 | distclean distclean-generic distclean-libtool distclean-local \ |
---|
760 | distclean-tags dvi dvi-am html html-am info info-am install \ |
---|
761 | install-am install-data install-data-am install-dvi \ |
---|
762 | install-dvi-am install-exec install-exec-am install-exec-local \ |
---|
763 | install-html install-html-am install-info install-info-am \ |
---|
764 | install-man install-pdf install-pdf-am \ |
---|
765 | install-pkgconfiglibDATA install-ps install-ps-am \ |
---|
766 | install-strip installcheck installcheck-am installdirs \ |
---|
767 | installdirs-am maintainer-clean maintainer-clean-generic \ |
---|
768 | mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ |
---|
769 | ps ps-am tags tags-am uninstall uninstall-am uninstall-local \ |
---|
770 | uninstall-pkgconfiglibDATA |
---|
771 | |
---|
772 | .PRECIOUS: Makefile |
---|
773 | |
---|
774 | |
---|
775 | doxygen-docs: |
---|
776 | if test "$(COIN_HAS_DOXYGEN)" = TRUE; then \ |
---|
777 | if test -d "doxydoc/"; then \ |
---|
778 | if test -f doxydoc/doxygen.conf ; then \ |
---|
779 | $(DOXYTAG_EDIT) \ |
---|
780 | doxydoc/doxygen.conf > doxydoc/doxygen.conf.tmp ; \ |
---|
781 | mv doxydoc/doxygen.conf.tmp doxydoc/doxygen.conf ; \ |
---|
782 | fi ; \ |
---|
783 | doxygen doxydoc/doxygen.conf;\ |
---|
784 | fi;\ |
---|
785 | fi |
---|
786 | |
---|
787 | pdf-doxygen-docs: doxygen-docs |
---|
788 | if test "$(COIN_HAS_DOXYGEN)" = TRUE; then \ |
---|
789 | if test -d "doxydoc/latex"; then \ |
---|
790 | if test "$(COIN_HAS_LATEX)" = TRUE; then \ |
---|
791 | cd doxydoc/latex;\ |
---|
792 | $(MAKE) pdf;\ |
---|
793 | cd -;\ |
---|
794 | fi;\ |
---|
795 | fi;\ |
---|
796 | fi |
---|
797 | |
---|
798 | clean-doxygen-docs: |
---|
799 | if test -d "doxydoc"; then \ |
---|
800 | cd doxydoc ;\ |
---|
801 | rm -rf html latex *.log *.tag;\ |
---|
802 | fi |
---|
803 | |
---|
804 | install-doxygen-docs: doxygen-docs |
---|
805 | if test "$(COIN_HAS_DOXYGEN)" = TRUE; then \ |
---|
806 | if test -d "doxydoc"; then \ |
---|
807 | test -d "$(DESTDIR)$(doxydocdir)" || \ |
---|
808 | $(mkdir_p) "$(DESTDIR)$(doxydocdir)"; \ |
---|
809 | $(INSTALL_DATA) doxydoc/@coin_doxy_tagname@ \ |
---|
810 | "$(DESTDIR)$(doxydocdir)"; \ |
---|
811 | if test -f "doxydoc/latex/refman.pdf"; then \ |
---|
812 | $(INSTALL_DATA) doxydoc/latex/refman.pdf \ |
---|
813 | "$(DESTDIR)$(doxydocdir)";\ |
---|
814 | fi;\ |
---|
815 | if test -d "doxydoc/html"; then \ |
---|
816 | test -d "$(DESTDIR)$(doxyhtmldir)/search/" || \ |
---|
817 | $(mkdir_p) "$(DESTDIR)$(doxyhtmldir)/search/"; \ |
---|
818 | $(INSTALL_DATA) doxydoc/html/*.* \ |
---|
819 | "$(DESTDIR)$(doxyhtmldir)";\ |
---|
820 | $(INSTALL_DATA) doxydoc/html/search/*.* \ |
---|
821 | "$(DESTDIR)$(doxyhtmldir)/search";\ |
---|
822 | fi;\ |
---|
823 | fi;\ |
---|
824 | fi |
---|
825 | |
---|
826 | # It's not clear that uninstall-doc should also remove doxygen doc'n. Write |
---|
827 | # the rules so that the last one will remove pkgdocdir (which should be empty |
---|
828 | # by then). |
---|
829 | |
---|
830 | uninstall-doxygen-docs: |
---|
831 | if test -d "$(DESTDIR)$(doxydocdir)"; then \ |
---|
832 | rm -rf "$(DESTDIR)$(doxydocdir)"; \ |
---|
833 | fi |
---|
834 | rmdir $(DESTDIR)$(pkgdocdir) || true |
---|
835 | |
---|
836 | install-doc: |
---|
837 | $(mkdir_p) "$(DESTDIR)$(pkgdocdir)" |
---|
838 | for file in $(DocFiles); do \ |
---|
839 | if test -f "$$file"; then dir=; else dir="$(srcdir)/"; fi; \ |
---|
840 | if test -f "$$dir$$file"; then \ |
---|
841 | $(INSTALL_DATA) "$$dir$$file" "$(DESTDIR)$(pkgdocdir)/$$file"; \ |
---|
842 | fi; \ |
---|
843 | done |
---|
844 | |
---|
845 | uninstall-doc: |
---|
846 | for file in $(DocFiles); do \ |
---|
847 | rm -f "$(DESTDIR)$(pkgdocdir)/$$file"; \ |
---|
848 | done |
---|
849 | rmdir $(DESTDIR)$(pkgdocdir) || true |
---|
850 | |
---|
851 | ######################################################################## |
---|
852 | # Maintainer Stuff # |
---|
853 | ######################################################################## |
---|
854 | |
---|
855 | # Make sure acinclude is using most recent coin.m4 |
---|
856 | @MAINTAINER_MODE_TRUE@$(srcdir)/acinclude.m4: $(BUILDTOOLSDIR)/coin.m4 |
---|
857 | @MAINTAINER_MODE_TRUE@ cat $(LIBTOOLM4) $< > $@ |
---|
858 | |
---|
859 | # Make sure the autotools scripts are up to date |
---|
860 | @MAINTAINER_MODE_TRUE@$(AUX_DIR)/install-sh: $(BUILDTOOLSDIR)/install-sh |
---|
861 | @MAINTAINER_MODE_TRUE@ cp $< $@ |
---|
862 | |
---|
863 | @MAINTAINER_MODE_TRUE@$(AUX_DIR)/missing: $(BUILDTOOLSDIR)/missing |
---|
864 | @MAINTAINER_MODE_TRUE@ cp $< $@ |
---|
865 | |
---|
866 | @MAINTAINER_MODE_TRUE@$(AUX_DIR)/config.guess: $(BUILDTOOLSDIR)/config.guess |
---|
867 | @MAINTAINER_MODE_TRUE@ cp $< $@ |
---|
868 | |
---|
869 | @MAINTAINER_MODE_TRUE@$(AUX_DIR)/config.sub: $(BUILDTOOLSDIR)/config.sub |
---|
870 | @MAINTAINER_MODE_TRUE@ cp $< $@ |
---|
871 | |
---|
872 | @MAINTAINER_MODE_TRUE@$(AUX_DIR)/depcomp: $(BUILDTOOLSDIR)/depcomp |
---|
873 | @MAINTAINER_MODE_TRUE@ cp $< $@ |
---|
874 | |
---|
875 | @MAINTAINER_MODE_TRUE@$(AUX_DIR)/ltmain.sh: $(BUILDTOOLSDIR)/ltmain.sh |
---|
876 | @MAINTAINER_MODE_TRUE@ cp $< $@ |
---|
877 | |
---|
878 | .PHONY: install-doc uninstall-doc \ |
---|
879 | doxygen-docs pdf-doxygen-docs clean-doxygen-docs \ |
---|
880 | install-doxygen-docs uninstall-doxygen-docs |
---|
881 | |
---|
882 | ######################################################################## |
---|
883 | # Extra Targets # |
---|
884 | ######################################################################## |
---|
885 | |
---|
886 | test: all |
---|
887 | cd test; $(MAKE) test |
---|
888 | |
---|
889 | unitTest: test |
---|
890 | |
---|
891 | clean-local: clean-doxygen-docs |
---|
892 | if test -r test/Makefile; then cd test; $(MAKE) clean; fi |
---|
893 | |
---|
894 | distclean-local: |
---|
895 | if test -r test/Makefile; then cd test; $(MAKE) distclean; fi |
---|
896 | |
---|
897 | install-exec-local: install-doc |
---|
898 | |
---|
899 | uninstall-local: uninstall-doc uninstall-doxygen-docs |
---|
900 | |
---|
901 | .PHONY: test unitTest |
---|
902 | |
---|
903 | # Tell versions [3.59,3.63) of GNU make to not export all variables. |
---|
904 | # Otherwise a system limit (for SysV at least) may be exceeded. |
---|
905 | .NOEXPORT: |
---|