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# versioned installation directories 18VPATH = @srcdir@ 19am__is_gnu_make = { \ 20 if test -z '$(MAKELEVEL)'; then \ 21 false; \ 22 elif test -n '$(MAKE_HOST)'; then \ 23 true; \ 24 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 25 true; \ 26 else \ 27 false; \ 28 fi; \ 29} 30am__make_running_with_option = \ 31 case $${target_option-} in \ 32 ?) ;; \ 33 *) echo "am__make_running_with_option: internal error: invalid" \ 34 "target option '$${target_option-}' specified" >&2; \ 35 exit 1;; \ 36 esac; \ 37 has_opt=no; \ 38 sane_makeflags=$$MAKEFLAGS; \ 39 if $(am__is_gnu_make); then \ 40 sane_makeflags=$$MFLAGS; \ 41 else \ 42 case $$MAKEFLAGS in \ 43 *\\[\ \ ]*) \ 44 bs=\\; \ 45 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 46 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 47 esac; \ 48 fi; \ 49 skip_next=no; \ 50 strip_trailopt () \ 51 { \ 52 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 53 }; \ 54 for flg in $$sane_makeflags; do \ 55 test $$skip_next = yes && { skip_next=no; continue; }; \ 56 case $$flg in \ 57 *=*|--*) continue;; \ 58 -*I) strip_trailopt 'I'; skip_next=yes;; \ 59 -*I?*) strip_trailopt 'I';; \ 60 -*O) strip_trailopt 'O'; skip_next=yes;; \ 61 -*O?*) strip_trailopt 'O';; \ 62 -*l) strip_trailopt 'l'; skip_next=yes;; \ 63 -*l?*) strip_trailopt 'l';; \ 64 -[dEDm]) skip_next=yes;; \ 65 -[JT]) skip_next=yes;; \ 66 esac; \ 67 case $$flg in \ 68 *$$target_option*) has_opt=yes; break;; \ 69 esac; \ 70 done; \ 71 test $$has_opt = yes 72am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 73am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 74pkgdatadir = $(datadir)/@PACKAGE@ 75pkgincludedir = $(includedir)/@PACKAGE@ 76pkglibdir = $(libdir)/@PACKAGE@ 77pkglibexecdir = $(libexecdir)/@PACKAGE@ 78am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 79install_sh_DATA = $(install_sh) -c -m 644 80install_sh_PROGRAM = $(install_sh) -c 81install_sh_SCRIPT = $(install_sh) -c 82INSTALL_HEADER = $(INSTALL_DATA) 83transform = $(program_transform_name) 84NORMAL_INSTALL = : 85PRE_INSTALL = : 86POST_INSTALL = : 87NORMAL_UNINSTALL = : 88PRE_UNINSTALL = : 89POST_UNINSTALL = : 90build_triplet = @build@ 91host_triplet = @host@ 92# Install files for lisp runtime support 93@GCL_TRUE@@WIN32_TRUE@am__append_1 = gcccopy 94@OPENMCL_TRUE@@WIN32_TRUE@am__append_2 = cclcopy 95@SBCL_TRUE@@WIN32_TRUE@am__append_3 = sbclcopy 96subdir = . 97ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 98am__aclocal_m4_deps = $(top_srcdir)/configure.ac 99am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 100 $(ACLOCAL_M4) 101DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \ 102 $(am__configure_deps) $(am__DIST_COMMON) 103am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 104 configure.lineno config.status.lineno 105mkinstalldirs = $(install_sh) -d 106CONFIG_CLEAN_FILES = maxima-local xmaxima-local maxima.spec maxima.iss \ 107 doc/man/ru/maxima.1 interfaces/xmaxima/Tkmaxima/Header.tcl 108CONFIG_CLEAN_VPATH_FILES = 109AM_V_P = $(am__v_P_@AM_V@) 110am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 111am__v_P_0 = false 112am__v_P_1 = : 113AM_V_GEN = $(am__v_GEN_@AM_V@) 114am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 115am__v_GEN_0 = @echo " GEN " $@; 116am__v_GEN_1 = 117AM_V_at = $(am__v_at_@AM_V@) 118am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 119am__v_at_0 = @ 120am__v_at_1 = 121SOURCES = 122DIST_SOURCES = 123RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ 124 ctags-recursive dvi-recursive html-recursive info-recursive \ 125 install-data-recursive install-dvi-recursive \ 126 install-exec-recursive install-html-recursive \ 127 install-info-recursive install-pdf-recursive \ 128 install-ps-recursive install-recursive installcheck-recursive \ 129 installdirs-recursive pdf-recursive ps-recursive \ 130 tags-recursive uninstall-recursive 131am__can_run_installinfo = \ 132 case $$AM_UPDATE_INFO_DIR in \ 133 n|no|NO) false;; \ 134 *) (install-info --version) >/dev/null 2>&1;; \ 135 esac 136RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 137 distclean-recursive maintainer-clean-recursive 138am__recursive_targets = \ 139 $(RECURSIVE_TARGETS) \ 140 $(RECURSIVE_CLEAN_TARGETS) \ 141 $(am__extra_recursive_targets) 142AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ 143 cscope distdir distdir-am dist dist-all distcheck 144am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 145# Read a list of newline-separated strings from the standard input, 146# and print each of them once, without duplicates. Input order is 147# *not* preserved. 148am__uniquify_input = $(AWK) '\ 149 BEGIN { nonempty = 0; } \ 150 { items[$$0] = 1; nonempty = 1; } \ 151 END { if (nonempty) { for (i in items) print i; }; } \ 152' 153# Make sure the list of sources is unique. This is necessary because, 154# e.g., the same source file might be shared among _SOURCES variables 155# for different programs/libraries. 156am__define_uniq_tagged_files = \ 157 list='$(am__tagged_files)'; \ 158 unique=`for i in $$list; do \ 159 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 160 done | $(am__uniquify_input)` 161ETAGS = etags 162CTAGS = ctags 163CSCOPE = cscope 164DIST_SUBDIRS = admin crosscompile-windows src lisp-utils tests doc \ 165 interfaces share demo plotting desktopintegration locale 166am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/common.mk \ 167 $(srcdir)/maxima-local.in $(srcdir)/maxima.iss.in \ 168 $(srcdir)/maxima.spec.in $(srcdir)/xmaxima-local.in \ 169 $(top_srcdir)/doc/man/ru/maxima.1.in \ 170 $(top_srcdir)/interfaces/xmaxima/Tkmaxima/Header.tcl.in \ 171 AUTHORS COPYING ChangeLog INSTALL NEWS README config.guess \ 172 config.sub install-sh missing 173DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 174distdir = $(PACKAGE)-$(VERSION) 175top_distdir = $(distdir) 176am__remove_distdir = \ 177 if test -d "$(distdir)"; then \ 178 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ 179 && rm -rf "$(distdir)" \ 180 || { sleep 5 && rm -rf "$(distdir)"; }; \ 181 else :; fi 182am__post_remove_distdir = $(am__remove_distdir) 183am__relativize = \ 184 dir0=`pwd`; \ 185 sed_first='s,^\([^/]*\)/.*$$,\1,'; \ 186 sed_rest='s,^[^/]*/*,,'; \ 187 sed_last='s,^.*/\([^/]*\)$$,\1,'; \ 188 sed_butlast='s,/*[^/]*$$,,'; \ 189 while test -n "$$dir1"; do \ 190 first=`echo "$$dir1" | sed -e "$$sed_first"`; \ 191 if test "$$first" != "."; then \ 192 if test "$$first" = ".."; then \ 193 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ 194 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ 195 else \ 196 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 197 if test "$$first2" = "$$first"; then \ 198 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ 199 else \ 200 dir2="../$$dir2"; \ 201 fi; \ 202 dir0="$$dir0"/"$$first"; \ 203 fi; \ 204 fi; \ 205 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ 206 done; \ 207 reldir="$$dir2" 208DIST_ARCHIVES = $(distdir).tar.gz 209GZIP_ENV = --best 210DIST_TARGETS = dist-gzip 211distuninstallcheck_listfiles = find . -type f -print 212am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ 213 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' 214distcleancheck_listfiles = find . -type f -print 215ABCL_JAR = @ABCL_JAR@ 216ACLOCAL = @ACLOCAL@ 217ACL_NAME = @ACL_NAME@ 218AMTAR = @AMTAR@ 219AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 220AUTOCONF = @AUTOCONF@ 221AUTOHEADER = @AUTOHEADER@ 222AUTOMAKE = @AUTOMAKE@ 223AWK = @AWK@ 224CAT = @CAT@ 225CCL64_NAME = @CCL64_NAME@ 226CLISP_NAME = @CLISP_NAME@ 227CLISP_RUNTIME = @CLISP_RUNTIME@ 228CLISP_RUNTIME_PATH = @CLISP_RUNTIME_PATH@ 229CMUCL_EXEC = @CMUCL_EXEC@ 230CMUCL_NAME = @CMUCL_NAME@ 231CMUCL_RUNTIME = @CMUCL_RUNTIME@ 232CMUCL_RUNTIME_PATH = @CMUCL_RUNTIME_PATH@ 233CYGPATH_W = @CYGPATH_W@ 234DEFAULTLISP = @DEFAULTLISP@ 235DEFS = @DEFS@ 236DISTCLEAN_EXTRA_SRC_FILES = @DISTCLEAN_EXTRA_SRC_FILES@ 237ECHO_C = @ECHO_C@ 238ECHO_N = @ECHO_N@ 239ECHO_T = @ECHO_T@ 240ECL_NAME = @ECL_NAME@ 241EGREP = @EGREP@ 242EMACS = @EMACS@ 243EMACSDIR = @EMACSDIR@ 244EMACSLOADPATH = @EMACSLOADPATH@ 245EXEEXT = @EXEEXT@ 246GCCVER = @GCCVER@ 247GCL_NAME = @GCL_NAME@ 248GREP = @GREP@ 249HHC = @HHC@ 250IMGKIT = @IMGKIT@ 251INSTALL = @INSTALL@ 252INSTALL_DATA = @INSTALL_DATA@ 253INSTALL_PROGRAM = @INSTALL_PROGRAM@ 254INSTALL_SCRIPT = @INSTALL_SCRIPT@ 255INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 256JRE = @JRE@ 257LDFLAGS = @LDFLAGS@ 258LIBOBJS = @LIBOBJS@ 259LIBS = @LIBS@ 260LTLIBOBJS = @LTLIBOBJS@ 261MAKEINFO = @MAKEINFO@ 262MKDIR_P = @MKDIR_P@ 263OPENMCL_NAME = @OPENMCL_NAME@ 264PACKAGE = @PACKAGE@ 265PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 266PACKAGE_NAME = @PACKAGE_NAME@ 267PACKAGE_STRING = @PACKAGE_STRING@ 268PACKAGE_TARNAME = @PACKAGE_TARNAME@ 269PACKAGE_URL = @PACKAGE_URL@ 270PACKAGE_VERSION = @PACKAGE_VERSION@ 271PATH_SEPARATOR = @PATH_SEPARATOR@ 272POSIX_SHELL = @POSIX_SHELL@ 273PYTHON = @PYTHON@ 274PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@ 275PYTHON_PLATFORM = @PYTHON_PLATFORM@ 276PYTHON_PREFIX = @PYTHON_PREFIX@ 277PYTHON_VERSION = @PYTHON_VERSION@ 278SBCL_EXTRA_ARGS = @SBCL_EXTRA_ARGS@ 279SBCL_NAME = @SBCL_NAME@ 280SCL_NAME = @SCL_NAME@ 281SCL_RUNTIME = @SCL_RUNTIME@ 282SCL_RUNTIME_PATH = @SCL_RUNTIME_PATH@ 283SDXKIT = @SDXKIT@ 284SED = @SED@ 285SET_MAKE = @SET_MAKE@ 286SHELL = @SHELL@ 287STRIP = @STRIP@ 288TCLKITSH = @TCLKITSH@ 289TCLKIT_RUNTIME = @TCLKIT_RUNTIME@ 290VERSION = @VERSION@ 291WISH = @WISH@ 292abs_builddir = @abs_builddir@ 293abs_srcdir = @abs_srcdir@ 294abs_top_builddir = @abs_top_builddir@ 295abs_top_srcdir = @abs_top_srcdir@ 296acl_found = @acl_found@ 297am__leading_dot = @am__leading_dot@ 298am__tar = @am__tar@ 299am__untar = @am__untar@ 300bindir = @bindir@ 301build = @build@ 302build_alias = @build_alias@ 303build_cpu = @build_cpu@ 304build_os = @build_os@ 305build_vendor = @build_vendor@ 306builddir = @builddir@ 307ccl64_found = @ccl64_found@ 308clisp_found = @clisp_found@ 309cmucl_found = @cmucl_found@ 310datadir = @datadir@ 311datarootdir = @datarootdir@ 312default_layout_autotools = @default_layout_autotools@ 313default_sharedirs = @default_sharedirs@ 314docdir = $(verpkgdatadir)/doc 315dvidir = @dvidir@ 316ecl_found = @ecl_found@ 317exec_prefix = @exec_prefix@ 318expanded_datadir = @expanded_datadir@ 319expanded_exec_prefix = @expanded_exec_prefix@ 320expanded_infodir = @expanded_infodir@ 321expanded_libdir = @expanded_libdir@ 322expanded_libexecdir = @expanded_libexecdir@ 323expanded_top_srcdir = @expanded_top_srcdir@ 324gcl_found = @gcl_found@ 325git_found = @git_found@ 326hhc_found = @hhc_found@ 327host = @host@ 328host_alias = @host_alias@ 329host_cpu = @host_cpu@ 330host_os = @host_os@ 331host_vendor = @host_vendor@ 332htmldir = @htmldir@ 333iconv_found = @iconv_found@ 334includedir = @includedir@ 335infodir = @infodir@ 336install_sh = @install_sh@ 337lang_es = @lang_es@ 338lang_pt = @lang_pt@ 339lang_pt_br = @lang_pt_br@ 340libdir = @libdir@ 341libexecdir = @libexecdir@ 342lisp_only_build = @lisp_only_build@ 343lispdir = @lispdir@ 344lisps_enabled = @lisps_enabled@ 345localedir = @localedir@ 346localstatedir = @localstatedir@ 347mandir = @mandir@ 348manual_version = @manual_version@ 349mathjax_enable = @mathjax_enable@ 350mathjax_script = @mathjax_script@ 351mkdir_p = @mkdir_p@ 352oldincludedir = @oldincludedir@ 353openmcl_found = @openmcl_found@ 354pdfdir = @pdfdir@ 355pkgpyexecdir = @pkgpyexecdir@ 356pkgpythondir = @pkgpythondir@ 357prefix = @prefix@ 358program_transform_name = @program_transform_name@ 359psdir = @psdir@ 360pyexecdir = @pyexecdir@ 361pythondir = @pythondir@ 362recode_found = @recode_found@ 363sbcl_found = @sbcl_found@ 364sbindir = @sbindir@ 365scl_found = @scl_found@ 366sharedstatedir = @sharedstatedir@ 367srcdir = @srcdir@ 368sysconfdir = @sysconfdir@ 369target_alias = @target_alias@ 370top_build_prefix = @top_build_prefix@ 371top_builddir = @top_builddir@ 372top_srcdir = @top_srcdir@ 373win32 = @win32@ 374win64 = @win64@ 375win64_installer = @win64_installer@ 376@ENABLE_GETTEXT_TRUE@LOCALE_DIR = locale 377SUBDIRS = admin crosscompile-windows src lisp-utils tests doc interfaces share demo plotting desktopintegration $(LOCALE_DIR) 378EXTRA_DIST = \ 379 common.mk maxima.iss.in \ 380 README.lisps README.rpms README.i18n README.external README.developers-howto \ 381 INSTALL.win32 INSTALL.lisp INSTALL.git INSTALL.win32nogcl \ 382 configure.lisp maxima-local.in xmaxima-local.in \ 383 macosx/Makefile macosx/Readme.md macosx/maxima.sh macosx/script \ 384 macosx/xmaxima.sh macosx/appIcon.icns macosx/How_to_install.rtf \ 385 ChangeLog-5.9.2 ChangeLog-5.9.3 ChangeLog-5.10.0 ChangeLog-5.11.0 \ 386 ChangeLog-5.12.0 ChangeLog-5.13.0 ChangeLog-5.14.0 ChangeLog-5.15.0 \ 387 ChangeLog-5.16 ChangeLog-5.17 ChangeLog-5.17-special-functions \ 388 ChangeLog-5.18 ChangeLog-5.19 ChangeLog-5.20 ChangeLog-5.21 ChangeLog-5.22 \ 389 ChangeLog-5.23 ChangeLog-5.24 ChangeLog-5.25 ChangeLog-5.26 ChangeLog-5.27 \ 390 ChangeLog-5.28 ChangeLog-5.29 ChangeLog-5.30 ChangeLog-5.31 ChangeLog-5.32 \ 391 ChangeLog-5.33 ChangeLog-5.34 ChangeLog-5.35 ChangeLog-5.36.md ChangeLog-5.37.md \ 392 ChangeLog-5.38.md ChangeLog-5.39.md ChangeLog-5.40.md ChangeLog-5.41.md \ 393 ChangeLog-5.42.md LICENSES/getopt-license.txt\ 394 snap/snapcraft.yaml 395 396verpkglibdir = $(pkglibdir)/@VERSION@ 397verpkglibexecdir = $(libexecdir)/@PACKAGE@/@VERSION@ 398verpkgdatadir = $(pkgdatadir)/@VERSION@ 399docchmdir = $(docdir)/chm 400dochtmldir = $(docdir)/html 401docsharedir = $(docdir)/share 402demodir = $(verpkgdatadir)/demo 403emacsdir = $(EMACSDIR) 404sharedir = $(verpkgdatadir)/share 405instsrcdir = $(verpkgdatadir)/src 406xmaximadir = $(verpkgdatadir)/xmaxima 407insttestsdir = $(verpkgdatadir)/tests 408 409# windows installer rules 410@WIN32_TRUE@GNUPLOTDIR = "/c/programs/gnuplot" 411@WIN32_TRUE@WXMAXIMADIR = "/c/programs/wxMaxima" 412@WIN32_TRUE@RUNTIMECOPY = $(am__append_1) $(am__append_2) \ 413@WIN32_TRUE@ $(am__append_3) 414@WIN32_TRUE@MINGW = /mingw 415@GCC331_FALSE@@WIN32_TRUE@GCCPREFIX = $(MINGW) 416@GCC331_TRUE@@WIN32_TRUE@GCCPREFIX = /usr/local 417all: all-recursive 418 419.SUFFIXES: 420am--refresh: Makefile 421 @: 422$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(srcdir)/common.mk $(am__configure_deps) 423 @for dep in $?; do \ 424 case '$(am__configure_deps)' in \ 425 *$$dep*) \ 426 echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \ 427 $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \ 428 && exit 0; \ 429 exit 1;; \ 430 esac; \ 431 done; \ 432 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \ 433 $(am__cd) $(top_srcdir) && \ 434 $(AUTOMAKE) --gnu Makefile 435Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 436 @case '$?' in \ 437 *config.status*) \ 438 echo ' $(SHELL) ./config.status'; \ 439 $(SHELL) ./config.status;; \ 440 *) \ 441 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \ 442 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \ 443 esac; 444$(srcdir)/common.mk $(am__empty): 445 446$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 447 $(SHELL) ./config.status --recheck 448 449$(top_srcdir)/configure: $(am__configure_deps) 450 $(am__cd) $(srcdir) && $(AUTOCONF) 451$(ACLOCAL_M4): $(am__aclocal_m4_deps) 452 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 453$(am__aclocal_m4_deps): 454maxima-local: $(top_builddir)/config.status $(srcdir)/maxima-local.in 455 cd $(top_builddir) && $(SHELL) ./config.status $@ 456xmaxima-local: $(top_builddir)/config.status $(srcdir)/xmaxima-local.in 457 cd $(top_builddir) && $(SHELL) ./config.status $@ 458maxima.spec: $(top_builddir)/config.status $(srcdir)/maxima.spec.in 459 cd $(top_builddir) && $(SHELL) ./config.status $@ 460maxima.iss: $(top_builddir)/config.status $(srcdir)/maxima.iss.in 461 cd $(top_builddir) && $(SHELL) ./config.status $@ 462doc/man/ru/maxima.1: $(top_builddir)/config.status $(top_srcdir)/doc/man/ru/maxima.1.in 463 cd $(top_builddir) && $(SHELL) ./config.status $@ 464interfaces/xmaxima/Tkmaxima/Header.tcl: $(top_builddir)/config.status $(top_srcdir)/interfaces/xmaxima/Tkmaxima/Header.tcl.in 465 cd $(top_builddir) && $(SHELL) ./config.status $@ 466 467# This directory's subdirectories are mostly independent; you can cd 468# into them and run 'make' without going through this Makefile. 469# To change the values of 'make' variables: instead of editing Makefiles, 470# (1) if the variable is set in 'config.status', edit 'config.status' 471# (which will cause the Makefiles to be regenerated when you run 'make'); 472# (2) otherwise, pass the desired values on the 'make' command line. 473$(am__recursive_targets): 474 @fail=; \ 475 if $(am__make_keepgoing); then \ 476 failcom='fail=yes'; \ 477 else \ 478 failcom='exit 1'; \ 479 fi; \ 480 dot_seen=no; \ 481 target=`echo $@ | sed s/-recursive//`; \ 482 case "$@" in \ 483 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 484 *) list='$(SUBDIRS)' ;; \ 485 esac; \ 486 for subdir in $$list; do \ 487 echo "Making $$target in $$subdir"; \ 488 if test "$$subdir" = "."; then \ 489 dot_seen=yes; \ 490 local_target="$$target-am"; \ 491 else \ 492 local_target="$$target"; \ 493 fi; \ 494 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 495 || eval $$failcom; \ 496 done; \ 497 if test "$$dot_seen" = "no"; then \ 498 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 499 fi; test -z "$$fail" 500 501ID: $(am__tagged_files) 502 $(am__define_uniq_tagged_files); mkid -fID $$unique 503tags: tags-recursive 504TAGS: tags 505 506tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 507 set x; \ 508 here=`pwd`; \ 509 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 510 include_option=--etags-include; \ 511 empty_fix=.; \ 512 else \ 513 include_option=--include; \ 514 empty_fix=; \ 515 fi; \ 516 list='$(SUBDIRS)'; for subdir in $$list; do \ 517 if test "$$subdir" = .; then :; else \ 518 test ! -f $$subdir/TAGS || \ 519 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 520 fi; \ 521 done; \ 522 $(am__define_uniq_tagged_files); \ 523 shift; \ 524 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 525 test -n "$$unique" || unique=$$empty_fix; \ 526 if test $$# -gt 0; then \ 527 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 528 "$$@" $$unique; \ 529 else \ 530 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 531 $$unique; \ 532 fi; \ 533 fi 534ctags: ctags-recursive 535 536CTAGS: ctags 537ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 538 $(am__define_uniq_tagged_files); \ 539 test -z "$(CTAGS_ARGS)$$unique" \ 540 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 541 $$unique 542 543GTAGS: 544 here=`$(am__cd) $(top_builddir) && pwd` \ 545 && $(am__cd) $(top_srcdir) \ 546 && gtags -i $(GTAGS_ARGS) "$$here" 547cscope: cscope.files 548 test ! -s cscope.files \ 549 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) 550clean-cscope: 551 -rm -f cscope.files 552cscope.files: clean-cscope cscopelist 553cscopelist: cscopelist-recursive 554 555cscopelist-am: $(am__tagged_files) 556 list='$(am__tagged_files)'; \ 557 case "$(srcdir)" in \ 558 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 559 *) sdir=$(subdir)/$(srcdir) ;; \ 560 esac; \ 561 for i in $$list; do \ 562 if test -f "$$i"; then \ 563 echo "$(subdir)/$$i"; \ 564 else \ 565 echo "$$sdir/$$i"; \ 566 fi; \ 567 done >> $(top_builddir)/cscope.files 568 569distclean-tags: 570 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 571 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files 572 573distdir: $(BUILT_SOURCES) 574 $(MAKE) $(AM_MAKEFLAGS) distdir-am 575 576distdir-am: $(DISTFILES) 577 $(am__remove_distdir) 578 test -d "$(distdir)" || mkdir "$(distdir)" 579 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 580 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 581 list='$(DISTFILES)'; \ 582 dist_files=`for file in $$list; do echo $$file; done | \ 583 sed -e "s|^$$srcdirstrip/||;t" \ 584 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 585 case $$dist_files in \ 586 */*) $(MKDIR_P) `echo "$$dist_files" | \ 587 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 588 sort -u` ;; \ 589 esac; \ 590 for file in $$dist_files; do \ 591 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 592 if test -d $$d/$$file; then \ 593 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 594 if test -d "$(distdir)/$$file"; then \ 595 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 596 fi; \ 597 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 598 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 599 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 600 fi; \ 601 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 602 else \ 603 test -f "$(distdir)/$$file" \ 604 || cp -p $$d/$$file "$(distdir)/$$file" \ 605 || exit 1; \ 606 fi; \ 607 done 608 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 609 if test "$$subdir" = .; then :; else \ 610 $(am__make_dryrun) \ 611 || test -d "$(distdir)/$$subdir" \ 612 || $(MKDIR_P) "$(distdir)/$$subdir" \ 613 || exit 1; \ 614 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 615 $(am__relativize); \ 616 new_distdir=$$reldir; \ 617 dir1=$$subdir; dir2="$(top_distdir)"; \ 618 $(am__relativize); \ 619 new_top_distdir=$$reldir; \ 620 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ 621 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ 622 ($(am__cd) $$subdir && \ 623 $(MAKE) $(AM_MAKEFLAGS) \ 624 top_distdir="$$new_top_distdir" \ 625 distdir="$$new_distdir" \ 626 am__remove_distdir=: \ 627 am__skip_length_check=: \ 628 am__skip_mode_fix=: \ 629 distdir) \ 630 || exit 1; \ 631 fi; \ 632 done 633 -test -n "$(am__skip_mode_fix)" \ 634 || find "$(distdir)" -type d ! -perm -755 \ 635 -exec chmod u+rwx,go+rx {} \; -o \ 636 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 637 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 638 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ 639 || chmod -R a+r "$(distdir)" 640dist-gzip: distdir 641 tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz 642 $(am__post_remove_distdir) 643 644dist-bzip2: distdir 645 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 646 $(am__post_remove_distdir) 647 648dist-lzip: distdir 649 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz 650 $(am__post_remove_distdir) 651 652dist-xz: distdir 653 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz 654 $(am__post_remove_distdir) 655 656dist-tarZ: distdir 657 @echo WARNING: "Support for distribution archives compressed with" \ 658 "legacy program 'compress' is deprecated." >&2 659 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 660 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 661 $(am__post_remove_distdir) 662 663dist-shar: distdir 664 @echo WARNING: "Support for shar distribution archives is" \ 665 "deprecated." >&2 666 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 667 shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz 668 $(am__post_remove_distdir) 669 670dist-zip: distdir 671 -rm -f $(distdir).zip 672 zip -rq $(distdir).zip $(distdir) 673 $(am__post_remove_distdir) 674 675dist dist-all: 676 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' 677 $(am__post_remove_distdir) 678 679# This target untars the dist file and tries a VPATH configuration. Then 680# it guarantees that the distribution is self-contained by making another 681# tarfile. 682distcheck: dist 683 case '$(DIST_ARCHIVES)' in \ 684 *.tar.gz*) \ 685 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\ 686 *.tar.bz2*) \ 687 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ 688 *.tar.lz*) \ 689 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ 690 *.tar.xz*) \ 691 xz -dc $(distdir).tar.xz | $(am__untar) ;;\ 692 *.tar.Z*) \ 693 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 694 *.shar.gz*) \ 695 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\ 696 *.zip*) \ 697 unzip $(distdir).zip ;;\ 698 esac 699 chmod -R a-w $(distdir) 700 chmod u+w $(distdir) 701 mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst 702 chmod a-w $(distdir) 703 test -d $(distdir)/_build || exit 0; \ 704 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 705 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 706 && am__cwd=`pwd` \ 707 && $(am__cd) $(distdir)/_build/sub \ 708 && ../../configure \ 709 $(AM_DISTCHECK_CONFIGURE_FLAGS) \ 710 $(DISTCHECK_CONFIGURE_FLAGS) \ 711 --srcdir=../.. --prefix="$$dc_install_base" \ 712 && $(MAKE) $(AM_MAKEFLAGS) \ 713 && $(MAKE) $(AM_MAKEFLAGS) dvi \ 714 && $(MAKE) $(AM_MAKEFLAGS) check \ 715 && $(MAKE) $(AM_MAKEFLAGS) install \ 716 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 717 && $(MAKE) $(AM_MAKEFLAGS) uninstall \ 718 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ 719 distuninstallcheck \ 720 && chmod -R a-w "$$dc_install_base" \ 721 && ({ \ 722 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ 723 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ 724 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ 725 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ 726 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ 727 } || { rm -rf "$$dc_destdir"; exit 1; }) \ 728 && rm -rf "$$dc_destdir" \ 729 && $(MAKE) $(AM_MAKEFLAGS) dist \ 730 && rm -rf $(DIST_ARCHIVES) \ 731 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ 732 && cd "$$am__cwd" \ 733 || exit 1 734 $(am__post_remove_distdir) 735 @(echo "$(distdir) archives ready for distribution: "; \ 736 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ 737 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' 738distuninstallcheck: 739 @test -n '$(distuninstallcheck_dir)' || { \ 740 echo 'ERROR: trying to run $@ with an empty' \ 741 '$$(distuninstallcheck_dir)' >&2; \ 742 exit 1; \ 743 }; \ 744 $(am__cd) '$(distuninstallcheck_dir)' || { \ 745 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ 746 exit 1; \ 747 }; \ 748 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ 749 || { echo "ERROR: files left after uninstall:" ; \ 750 if test -n "$(DESTDIR)"; then \ 751 echo " (check DESTDIR support)"; \ 752 fi ; \ 753 $(distuninstallcheck_listfiles) ; \ 754 exit 1; } >&2 755distcleancheck: distclean 756 @if test '$(srcdir)' = . ; then \ 757 echo "ERROR: distcleancheck can only run from a VPATH build" ; \ 758 exit 1 ; \ 759 fi 760 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ 761 || { echo "ERROR: files left in build directory after distclean:" ; \ 762 $(distcleancheck_listfiles) ; \ 763 exit 1; } >&2 764check-am: all-am 765 $(MAKE) $(AM_MAKEFLAGS) check-local 766check: check-recursive 767all-am: Makefile 768installdirs: installdirs-recursive 769installdirs-am: 770install: install-recursive 771install-exec: install-exec-recursive 772install-data: install-data-recursive 773uninstall: uninstall-recursive 774 775install-am: all-am 776 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 777 778installcheck: installcheck-recursive 779install-strip: 780 if test -z '$(STRIP)'; then \ 781 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 782 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 783 install; \ 784 else \ 785 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 786 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 787 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 788 fi 789mostlyclean-generic: 790 791clean-generic: 792 793distclean-generic: 794 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 795 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 796 797maintainer-clean-generic: 798 @echo "This command is intended for maintainers to use" 799 @echo "it deletes files that may require special tools to rebuild." 800clean: clean-recursive 801 802clean-am: clean-generic clean-local mostlyclean-am 803 804distclean: distclean-recursive 805 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 806 -rm -f Makefile 807distclean-am: clean-am distclean-generic distclean-tags 808 809dvi: dvi-recursive 810 811dvi-am: 812 813html: html-recursive 814 815html-am: 816 817info: info-recursive 818 819info-am: 820 821install-data-am: install-data-local 822 823install-dvi: install-dvi-recursive 824 825install-dvi-am: 826 827install-exec-am: 828 829install-html: install-html-recursive 830 831install-html-am: 832 833install-info: install-info-recursive 834 835install-info-am: 836 837install-man: 838 839install-pdf: install-pdf-recursive 840 841install-pdf-am: 842 843install-ps: install-ps-recursive 844 845install-ps-am: 846 847installcheck-am: 848 849maintainer-clean: maintainer-clean-recursive 850 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 851 -rm -rf $(top_srcdir)/autom4te.cache 852 -rm -f Makefile 853maintainer-clean-am: distclean-am maintainer-clean-generic 854 855mostlyclean: mostlyclean-recursive 856 857mostlyclean-am: mostlyclean-generic 858 859pdf: pdf-recursive 860 861pdf-am: 862 863ps: ps-recursive 864 865ps-am: 866 867uninstall-am: uninstall-local 868 869.MAKE: $(am__recursive_targets) check-am install-am install-strip 870 871.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ 872 am--refresh check check-am check-local clean clean-cscope \ 873 clean-generic clean-local cscope cscopelist-am ctags ctags-am \ 874 dist dist-all dist-bzip2 dist-gzip dist-lzip dist-shar \ 875 dist-tarZ dist-xz dist-zip distcheck distclean \ 876 distclean-generic distclean-tags distcleancheck distdir \ 877 distuninstallcheck dvi dvi-am html html-am info info-am \ 878 install install-am install-data install-data-am \ 879 install-data-local install-dvi install-dvi-am install-exec \ 880 install-exec-am install-html install-html-am install-info \ 881 install-info-am install-man install-pdf install-pdf-am \ 882 install-ps install-ps-am install-strip installcheck \ 883 installcheck-am installdirs installdirs-am maintainer-clean \ 884 maintainer-clean-generic mostlyclean mostlyclean-generic pdf \ 885 pdf-am ps ps-am tags tags-am uninstall uninstall-am \ 886 uninstall-local 887 888.PRECIOUS: Makefile 889 890 891# On debian-based systems this makes us use the right gcl version out-of-the box. 892# On other systems it doesn't hurt. 893export GCL_ANSI=t 894 895# Support for installation of DATA files in a generic directory 896# with subdirectories. 897# To use, set genericdir to point to the installation directory. 898# Set genericdirDATA to hold the list of files to install. 899# genericdirDATA may contain subdirectories. Subdirectories will 900# be created if necessary. 901 902install-data-local: install-datafiles 903install-datafiles: $(genericdirDATA) 904 @$(NORMAL_INSTALL) 905 $(mkinstalldirs) $(DESTDIR)$(genericdir) 906 @list='$(genericdirDATA)'; for p in $$list; do \ 907 if test -f $(srcdir)/$$p; then \ 908 if test ! -d `dirname $(DESTDIR)$(genericdir)/$$p`; then \ 909 $(mkinstalldirs) `dirname $(DESTDIR)$(genericdir)/$$p`; \ 910 fi; \ 911 echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(genericdir)/$$p"; \ 912 $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(genericdir)/$$p; \ 913 else if test -f $$p; then \ 914 if test ! -d `dirname $(DESTDIR)$(genericdir)/$$p`; then \ 915 $(mkinstalldirs) `dirname $(DESTDIR)$(genericdir)/$$p`; \ 916 fi; \ 917 echo " $(INSTALL_DATA) $$p $(DESTDIR)$(genericdir)/$$p"; \ 918 $(INSTALL_DATA) $$p $(DESTDIR)$(genericdir)/$$p; \ 919 fi; fi; \ 920 done 921 922uninstall-local: uninstall-datafiles 923uninstall-datafiles: 924 @$(NORMAL_UNINSTALL) 925 list='$(genericdirDATA)'; for p in $$list; do \ 926 rm -f $(DESTDIR)$(genericdir)/$$p; \ 927 done 928 929extradocinstall: 930 test -d "$(DESTDIR)$(docdir)" || mkdir -p "$(DESTDIR)$(docdir)" 931 for file in AUTHORS COPYING INSTALL README README.lisps ; \ 932 do \ 933 $(INSTALL_DATA) $$file "$(DESTDIR)$(docdir)" ; \ 934 done 935 936$(distdir).tar.gz: Makefile.am 937 $(MAKE) dist 938 939# Build the Maxima rpms. Optionally, use 940# make rpm SUDO=sudo 941# to use sudo to wrap the commands. The user must have sudo permissions 942# for rpm and cp. 943rpm: $(distdir).tar.gz 944 $(SUDO) cp $(distdir).tar.gz /usr/src/redhat/SOURCES && \ 945 $(SUDO) rpmbuild -ba maxima.spec 946 947# Install the gnuplot binary files 948@WIN32_TRUE@gnuplot: 949@WIN32_TRUE@ mkdir -p $(prefix)/gnuplot 950@WIN32_TRUE@ cp -rf $(GNUPLOTDIR) $(prefix)/ 951 952# Install wxMaxima 953@WIN32_TRUE@wxmaxima: 954@WIN32_TRUE@ test -d "$(prefix)/bin" || mkdir -p "$(prefix)/bin" 955@WIN32_TRUE@ cp -rf $(WXMAXIMADIR) $(prefix)/wxMaxima 956 957@WIN32_TRUE@cclcopy: 958@WIN32_TRUE@ test -d "$(prefix)/bin" || mkdir -p "$(prefix)/bin" 959@WIN32_TRUE@ cp "$(OPENMCL_NAME)" "$(prefix)/bin/" 960 961@WIN32_TRUE@sbclcopy: 962@WIN32_TRUE@ test -d "$(prefix)/bin" || mkdir -p "$(prefix)/bin" 963@WIN32_TRUE@ cp "$(SBCL_NAME)" "$(prefix)/bin/" 964 965# Install files for lisp runtime support 966@WIN32_TRUE@win32-lisp-runtime: $(RUNTIMECOPY) 967# Old gcc/mingw/msys install 968@GCC331_TRUE@@WIN32_TRUE@gcccopy: 969@GCC331_TRUE@@WIN32_TRUE@ test -d "$(prefix)/bin" || mkdir -p "$(prefix)/bin" 970@GCC331_TRUE@@WIN32_TRUE@ test -d "$(prefix)/include" || mkdir -p "$(prefix)/include" 971@GCC331_TRUE@@WIN32_TRUE@ test -d "$(prefix)/include/sys" || mkdir -p "$(prefix)/include/sys" 972@GCC331_TRUE@@WIN32_TRUE@ test -d "$(prefix)/lib/gcc-lib/mingw32/$(GCCVER)/include" \ 973@GCC331_TRUE@@WIN32_TRUE@ || mkdir -p "$(prefix)/lib/gcc-lib/mingw32/$(GCCVER)/include" 974@GCC331_TRUE@@WIN32_TRUE@ cp $(GCCPREFIX)/bin/gcc.exe $(prefix)/bin 975@GCC331_TRUE@@WIN32_TRUE@ cp $(MINGW)/bin/mingwm10.dll $(prefix)/bin 976@GCC331_TRUE@@WIN32_TRUE@ cp $(MINGW)/bin/tclpip84.dll $(prefix)/bin 977@GCC331_TRUE@@WIN32_TRUE@ cp $(MINGW)/include/stdio.h $(prefix)/include 978@GCC331_TRUE@@WIN32_TRUE@ cp $(MINGW)/include/stdlib.h $(prefix)/include 979@GCC331_TRUE@@WIN32_TRUE@ cp $(MINGW)/include/setjmp.h $(prefix)/include 980@GCC331_TRUE@@WIN32_TRUE@ cp $(MINGW)/include/_mingw.h $(prefix)/include 981@GCC331_TRUE@@WIN32_TRUE@ cp $(MINGW)/include/math.h $(prefix)/include 982@GCC331_TRUE@@WIN32_TRUE@ cp $(MINGW)/include/unistd.h $(prefix)/include 983@GCC331_TRUE@@WIN32_TRUE@ cp $(MINGW)/include/io.h $(prefix)/include 984@GCC331_TRUE@@WIN32_TRUE@ cp $(MINGW)/include/process.h $(prefix)/include 985@GCC331_TRUE@@WIN32_TRUE@ cp $(MINGW)/include/getopt.h $(prefix)/include 986@GCC331_TRUE@@WIN32_TRUE@ cp $(MINGW)/include/stdint.h $(prefix)/include 987@GCC331_TRUE@@WIN32_TRUE@ cp $(MINGW)/include/sys/*.h $(prefix)/include/sys 988@GCC331_TRUE@@WIN32_TRUE@ cp $(MINGW)/include/varargs.h $(prefix)/include 989@GCC331_TRUE@@WIN32_TRUE@ cp $(MINGW)/include/stddef.h $(prefix)/include 990@GCC331_TRUE@@WIN32_TRUE@ cp $(GCCPREFIX)/lib/gcc-lib/mingw32/$(GCCVER)/cc1.exe \ 991@GCC331_TRUE@@WIN32_TRUE@ $(prefix)/lib/gcc-lib/mingw32/$(GCCVER) 992@GCC331_TRUE@@WIN32_TRUE@ cp $(MINGW)/bin/as.exe \ 993@GCC331_TRUE@@WIN32_TRUE@ $(prefix)/lib/gcc-lib/mingw32/$(GCCVER) 994@GCC331_TRUE@@WIN32_TRUE@ cp $(GCCPREFIX)/lib/gcc-lib/mingw32/$(GCCVER)/specs \ 995@GCC331_TRUE@@WIN32_TRUE@ $(prefix)/lib/gcc-lib/mingw32/$(GCCVER) 996@GCC331_TRUE@@WIN32_TRUE@ cp $(GCCPREFIX)/lib/gcc-lib/mingw32/$(GCCVER)/include/*.h \ 997@GCC331_TRUE@@WIN32_TRUE@ $(prefix)/lib/gcc-lib/mingw32/$(GCCVER)/include 998# New (November 2013) gcc/mingw/msys install using gcc-4.8.1 999@GCC331_FALSE@@WIN32_TRUE@gcccopy: 1000@GCC331_FALSE@@WIN32_TRUE@ test -d "$(prefix)/bin" || mkdir -p "$(prefix)/bin" 1001@GCC331_FALSE@@WIN32_TRUE@ test -d "$(prefix)/include" || mkdir -p "$(prefix)/include" 1002@GCC331_FALSE@@WIN32_TRUE@ test -d "$(prefix)/include/sys" || mkdir -p "$(prefix)/include/sys" 1003@GCC331_FALSE@@WIN32_TRUE@ test -d "$(prefix)/lib/gcc/mingw32/$(GCCVER)/include" \ 1004@GCC331_FALSE@@WIN32_TRUE@ || mkdir -p "$(prefix)/lib/gcc/mingw32/$(GCCVER)/include" 1005@GCC331_FALSE@@WIN32_TRUE@ test -d "$(prefix)/libexec/gcc/mingw32/$(GCCVER)" \ 1006@GCC331_FALSE@@WIN32_TRUE@ || mkdir -p "$(prefix)/libexec/gcc/mingw32/$(GCCVER)" 1007@GCC331_FALSE@@WIN32_TRUE@ cp $(GCCPREFIX)/bin/gcc.exe $(prefix)/bin 1008@GCC331_FALSE@@WIN32_TRUE@ cp $(MINGW)/bin/mingwm10.dll $(prefix)/bin 1009@GCC331_FALSE@@WIN32_TRUE@ cp $(GCCPREFIX)/bin/libgmp-10.dll $(prefix)/bin 1010@GCC331_FALSE@@WIN32_TRUE@ cp $(GCCPREFIX)/bin/libmpc-3.dll $(prefix)/bin 1011@GCC331_FALSE@@WIN32_TRUE@ cp $(GCCPREFIX)/bin/libmpfr-4.dll $(prefix)/bin 1012@GCC331_FALSE@@WIN32_TRUE@ cp /c/tcl/bin/tclpip85.dll $(prefix)/bin 1013@GCC331_FALSE@@WIN32_TRUE@ cp $(MINGW)/include/stdio.h $(prefix)/include 1014@GCC331_FALSE@@WIN32_TRUE@ cp $(MINGW)/include/stdlib.h $(prefix)/include 1015@GCC331_FALSE@@WIN32_TRUE@ cp $(MINGW)/include/setjmp.h $(prefix)/include 1016@GCC331_FALSE@@WIN32_TRUE@ cp $(MINGW)/include/_mingw.h $(prefix)/include 1017@GCC331_FALSE@@WIN32_TRUE@ cp $(MINGW)/include/math.h $(prefix)/include 1018@GCC331_FALSE@@WIN32_TRUE@ cp $(MINGW)/include/unistd.h $(prefix)/include 1019@GCC331_FALSE@@WIN32_TRUE@ cp $(MINGW)/include/io.h $(prefix)/include 1020@GCC331_FALSE@@WIN32_TRUE@ cp $(MINGW)/include/process.h $(prefix)/include 1021@GCC331_FALSE@@WIN32_TRUE@ cp $(MINGW)/include/getopt.h $(prefix)/include 1022@GCC331_FALSE@@WIN32_TRUE@ cp $(MINGW)/include/stdint.h $(prefix)/include 1023@GCC331_FALSE@@WIN32_TRUE@ cp $(MINGW)/include/sys/*.h $(prefix)/include/sys 1024@GCC331_FALSE@@WIN32_TRUE@ cp $(GCCPREFIX)/libexec/gcc/mingw32/$(GCCVER)/cc1.exe \ 1025@GCC331_FALSE@@WIN32_TRUE@ $(prefix)/libexec/gcc/mingw32/$(GCCVER) 1026@GCC331_FALSE@@WIN32_TRUE@ cp $(GCCPREFIX)/libexec/gcc/mingw32/$(GCCVER)/liblto_plugin-0.dll \ 1027@GCC331_FALSE@@WIN32_TRUE@ $(prefix)/libexec/gcc/mingw32/$(GCCVER) 1028@GCC331_FALSE@@WIN32_TRUE@ cp $(MINGW)/bin/as.exe \ 1029@GCC331_FALSE@@WIN32_TRUE@ $(prefix)/libexec/gcc 1030@GCC331_FALSE@@WIN32_TRUE@ cp $(GCCPREFIX)/lib/gcc/mingw32/$(GCCVER)/include/*.h \ 1031@GCC331_FALSE@@WIN32_TRUE@ $(prefix)/lib/gcc/mingw32/$(GCCVER)/include 1032 1033@WIN32_TRUE@iss: win32-lisp-runtime wxmaxima gnuplot extradocinstall 1034 1035rpm: maxima.spec dist-gzip 1036 rpmbuild -ba $(top_srcdir)/maxima.spec --define "_sourcedir $(abs_top_builddir)" 1037 rpmbuild -bb $(top_srcdir)/maxima.spec --define "_sourcedir $(abs_top_builddir)" 1038 1039clean-local: 1040 rm -rf bin 1041 rm -rf binary 1042 1043check-local: all 1044 1045# Tell versions [3.59,3.63) of GNU make to not export all variables. 1046# Otherwise a system limit (for SysV at least) may be exceeded. 1047.NOEXPORT: 1048