Changeset 844
- Timestamp:
- Dec 27, 2007 1:26:06 PM (13 years ago)
- Location:
- ThirdParty/Lapack/stable/1.0
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/Lapack/stable/1.0/Makefile.in
r808 r844 26 26 27 27 ######################################################################## 28 # Maintainer Stuff#28 # Documentation installation # 29 29 ######################################################################## 30 30 … … 300 300 DISTCLEANFILES = $(LAPACK_FILES) $(MAKEOKFILE) $(am__append_2) \ 301 301 $(VPATH_DISTCLEANFILES) 302 DocFiles = README AUTHORS LICENSE 303 DocInstallDir = $(prefix)/share/doc/$(PACKAGE) 302 304 all: all-am 303 305 … … 601 603 install-data-am: 602 604 603 install-exec-am:604 605 605 install-info: install-info-am 606 606 … … 627 627 628 628 ps-am: 629 630 uninstall-am: uninstall-info-am631 629 632 630 .PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \ … … 645 643 646 644 645 install-exec-am: 646 test -z "$(DocInstallDir)" || $(mkdir_p) "$(DESTDIR)$(DocInstallDir)" 647 for file in $(DocFiles); do \ 648 if test -f "$$file"; then dir=; else dir="$(srcdir)/"; fi; \ 649 if test -f "$$dir$$file"; then $(INSTALL_DATA) "$$dir$$file" "$(DESTDIR)$(DocInstallDir)/$$file"; fi; \ 650 done 651 652 uninstall-am: 653 for file in $(DocFiles); do \ 654 rm -f "$(DESTDIR)$(DocInstallDir)/$$file"; \ 655 done 656 657 ######################################################################## 658 # Maintainer Stuff # 659 ######################################################################## 660 647 661 # Make sure acinclude is using most recent coin.m4 648 662 @MAINTAINER_MODE_TRUE@$(srcdir)/acinclude.m4: $(BUILDTOOLSDIR)/coin.m4 -
ThirdParty/Lapack/stable/1.0/configure
r808 r844 1 1 #! /bin/sh 2 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2.59 for ThirdPartyLapack 1.0 stable.3 # Generated by GNU Autoconf 2.59 for ThirdPartyLapack 1.0.9. 4 4 # 5 5 # Report bugs to <http://projects.coin-or.org/BuildTools/newticket>. … … 430 430 PACKAGE_NAME='ThirdPartyLapack' 431 431 PACKAGE_TARNAME='thirdpartylapack' 432 PACKAGE_VERSION='1.0 stable'433 PACKAGE_STRING='ThirdPartyLapack 1.0 stable'432 PACKAGE_VERSION='1.0.9' 433 PACKAGE_STRING='ThirdPartyLapack 1.0.9' 434 434 PACKAGE_BUGREPORT='http://projects.coin-or.org/BuildTools/newticket' 435 435 … … 998 998 # This message is too long to be a string in the A/UX 3.1 sh. 999 999 cat <<_ACEOF 1000 \`configure' configures ThirdPartyLapack 1.0 stableto adapt to many kinds of systems.1000 \`configure' configures ThirdPartyLapack 1.0.9 to adapt to many kinds of systems. 1001 1001 1002 1002 Usage: $0 [OPTION]... [VAR=VALUE]... … … 1064 1064 if test -n "$ac_init_help"; then 1065 1065 case $ac_init_help in 1066 short | recursive ) echo "Configuration of ThirdPartyLapack 1.0 stable:";;1066 short | recursive ) echo "Configuration of ThirdPartyLapack 1.0.9:";; 1067 1067 esac 1068 1068 cat <<\_ACEOF … … 1226 1226 if $ac_init_version; then 1227 1227 cat <<\_ACEOF 1228 ThirdPartyLapack configure 1.0 stable1228 ThirdPartyLapack configure 1.0.9 1229 1229 generated by GNU Autoconf 2.59 1230 1230 … … 1246 1246 running configure, to aid debugging if configure makes a mistake. 1247 1247 1248 It was created by ThirdPartyLapack $as_me 1.0 stable, which was1248 It was created by ThirdPartyLapack $as_me 1.0.9, which was 1249 1249 generated by GNU Autoconf 2.59. Invocation command line was 1250 1250 … … 4221 4221 # Define the identity of the package. 4222 4222 PACKAGE='thirdpartylapack' 4223 VERSION='1.0 stable'4223 VERSION='1.0.9' 4224 4224 4225 4225 … … 25149 25149 cat >&5 <<_CSEOF 25150 25150 25151 This file was extended by ThirdPartyLapack $as_me 1.0 stable, which was25151 This file was extended by ThirdPartyLapack $as_me 1.0.9, which was 25152 25152 generated by GNU Autoconf 2.59. Invocation command line was 25153 25153 … … 25210 25210 cat >>$CONFIG_STATUS <<_ACEOF 25211 25211 ac_cs_version="\\ 25212 ThirdPartyLapack config.status 1.0 stable25212 ThirdPartyLapack config.status 1.0.9 25213 25213 configured by $0, generated by GNU Autoconf 2.59, 25214 25214 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" -
ThirdParty/Lapack/stable/1.0/configure.ac
r575 r844 13 13 AC_PREREQ(2.59) 14 14 15 AC_INIT([ThirdPartyLapack],[1.0 stable],15 AC_INIT([ThirdPartyLapack],[1.0.9], 16 16 [http://projects.coin-or.org/BuildTools/newticket]) 17 17
Note: See TracChangeset
for help on using the changeset viewer.