Changeset 3496
- Timestamp:
- Jun 1, 2015 3:39:17 PM (6 years ago)
- Location:
- ThirdParty/FilterSQP/stable/1.3
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/FilterSQP/stable/1.3/Makefile.in
r3100 r3496 276 276 # Files that are generated and should be cleaned with make distclean 277 277 DISTCLEANFILES = $(am__append_2) $(VPATH_DISTCLEANFILES) 278 DocFiles = README AUTHORS LICENSE 278 DocFiles = README AUTHORS LICENSE 279 279 DocInstallDir = $(datadir)/coin/doc/$(PACKAGE_NAME) 280 COIN_HAS_DOXYGEN = @COIN_HAS_DOXYGEN_TRUE@TRUE 281 COIN_HAS_LATEX = @COIN_HAS_LATEX_TRUE@TRUE 280 282 all: all-am 281 283 … … 702 704 @echo "No test available for FilterSQP." 703 705 704 install-doc: $(DocFiles) 706 doxygen-docs: 707 if test "$(COIN_HAS_DOXYGEN)" = TRUE; then \ 708 if test -d "doxydoc/"; then \ 709 doxygen doxydoc/doxygen.conf;\ 710 fi;\ 711 fi 712 713 pdf-doxygen-docs: doxygen-docs 714 if test "$(COIN_HAS_DOXYGEN)" = TRUE; then \ 715 if test -d "doxydoc/latex"; then \ 716 if test "$(COIN_HAS_LATEX)" = TRUE; then \ 717 cd doxydoc/latex;\ 718 $(MAKE) pdf;\ 719 cd -;\ 720 fi;\ 721 fi;\ 722 fi 723 724 clean-doxygen-docs: 725 if test -d "doxydoc/"; then \ 726 cd doxydoc ;\ 727 rm -rf html latex *.log *.tag;\ 728 fi 729 730 install-doxygen-docs: doxygen-docs 731 if test "$(COIN_HAS_DOXYGEN)" = TRUE; then \ 732 if test -d "doxydoc/"; then \ 733 test -d "$(DESTDIR)$(DocInstallDir)/doxydoc" || $(mkdir_p) "$(DESTDIR)$(DocInstallDir)/doxydoc"; \ 734 $(INSTALL_DATA) @coin_doxy_tagname@ "$(DESTDIR)$(DocInstallDir)/@coin_doxy_tagname@";\ 735 if test -f "doxydoc/latex/refman.pdf"; then \ 736 $(INSTALL_DATA) doxydoc/latex/refman.pdf "$(DESTDIR)$(DocInstallDir)";\ 737 fi;\ 738 if test -d "doxydoc/html"; then \ 739 test -d "$(DESTDIR)$(DocInstallDir)/doxydoc/search/" || $(mkdir_p) "$(DESTDIR)$(DocInstallDir)/doxydoc/search/"; \ 740 $(INSTALL_DATA) doxydoc/html/*.* "$(DESTDIR)$(DocInstallDir)/doxydoc";\ 741 $(INSTALL_DATA) doxydoc/html/search/*.* "$(DESTDIR)$(DocInstallDir)/doxydoc/search";\ 742 fi;\ 743 fi;\ 744 fi 745 746 uninstall-doxygen-docs: 747 if test -d "$(DESTDIR)$(DocInstallDir)/doxydoc/"; then \ 748 rm -rf "$(DESTDIR)$(DocInstallDir)/doxydoc/"; \ 749 fi 750 if test -f "$(DESTDIR)$(DocInstallDir)/refman.pdf"; then \ 751 rm -f "$(DESTDIR)$(DocInstallDir)/refman.pdf"; \ 752 fi 753 754 all-doxygen-docs: 755 for dir in $(subdirs) ; do \ 756 do_project=true;\ 757 for proj in $(COIN_SKIP_DOXYGEN); do\ 758 if test $$dir = $$proj; then\ 759 do_project=false;\ 760 fi;\ 761 done;\ 762 if test -r $$dir/doxydoc & $$do_project = true; then \ 763 (cd $$dir ; $(MAKE) doxygen-docs) \ 764 fi ; \ 765 done ; 766 767 clean-all-doxygen-docs: 768 for dir in $(subdirs) ; do \ 769 if test -r $$dir/doxydoc ; then \ 770 (cd $$dir ; $(MAKE) clean-doxygen-docs) \ 771 fi ; \ 772 done ; 773 774 install-all-doxygen-docs: all-doxygen-docs 775 for dir in $(subdirs) ; do \ 776 do_project=true;\ 777 for proj in $(COIN_SKIP_DOXYGEN); do\ 778 if test $$dir = $$proj; then\ 779 do_project=false;\ 780 fi;\ 781 done;\ 782 if test -r $$dir/doxydoc & $$do_project = true; then \ 783 (cd $$dir ; $(MAKE) install-doxygen-docs) \ 784 fi ; \ 785 done ; 786 787 uninstall-all-doxygen-docs: 788 for dir in $(subdirs) ; do \ 789 if test -r $$dir/doxydoc ; then \ 790 (cd $$dir ; $(MAKE) uninstall-doxygen-docs) \ 791 fi ; \ 792 done ; 793 794 install-doc: $(DocFiles) 705 795 test -z "$(DocInstallDir)" || $(mkdir_p) "$(DESTDIR)$(DocInstallDir)" 706 796 for file in $(DocFiles); do \ 707 797 if test -f "$$file"; then dir=; else dir="$(srcdir)/"; fi; \ 708 798 if test -f "$$dir$$file"; then $(INSTALL_DATA) "$$dir$$file" "$(DESTDIR)$(DocInstallDir)/$$file"; fi; \ 709 done 799 done 710 800 711 801 uninstall-doc: -
ThirdParty/FilterSQP/stable/1.3/configure
r3450 r3496 1 1 #! /bin/sh 2 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2.59 for ThirdPartyFilterSQP 1.3. 3 # Generated by GNU Autoconf 2.59 for ThirdPartyFilterSQP 1.3.3. 4 4 # 5 5 # Report bugs to <http://projects.coin-or.org/BuildTools/newticket>. … … 430 430 PACKAGE_NAME='ThirdPartyFilterSQP' 431 431 PACKAGE_TARNAME='thirdpartyfiltersqp' 432 PACKAGE_VERSION='1.3 '433 PACKAGE_STRING='ThirdPartyFilterSQP 1.3 '432 PACKAGE_VERSION='1.3.3' 433 PACKAGE_STRING='ThirdPartyFilterSQP 1.3.3' 434 434 PACKAGE_BUGREPORT='http://projects.coin-or.org/BuildTools/newticket' 435 435 … … 1002 1002 # This message is too long to be a string in the A/UX 3.1 sh. 1003 1003 cat <<_ACEOF 1004 \`configure' configures ThirdPartyFilterSQP 1.3 to adapt to many kinds of systems.1004 \`configure' configures ThirdPartyFilterSQP 1.3.3 to adapt to many kinds of systems. 1005 1005 1006 1006 Usage: $0 [OPTION]... [VAR=VALUE]... … … 1068 1068 if test -n "$ac_init_help"; then 1069 1069 case $ac_init_help in 1070 short | recursive ) echo "Configuration of ThirdPartyFilterSQP 1.3 :";;1070 short | recursive ) echo "Configuration of ThirdPartyFilterSQP 1.3.3:";; 1071 1071 esac 1072 1072 cat <<\_ACEOF … … 1236 1236 if $ac_init_version; then 1237 1237 cat <<\_ACEOF 1238 ThirdPartyFilterSQP configure 1.3 1238 ThirdPartyFilterSQP configure 1.3.3 1239 1239 generated by GNU Autoconf 2.59 1240 1240 … … 1256 1256 running configure, to aid debugging if configure makes a mistake. 1257 1257 1258 It was created by ThirdPartyFilterSQP $as_me 1.3 , which was1258 It was created by ThirdPartyFilterSQP $as_me 1.3.3, which was 1259 1259 generated by GNU Autoconf 2.59. Invocation command line was 1260 1260 … … 1715 1715 1716 1716 # Capture libtool library version, if given. 1717 coin_libversion=4:3:3 1717 1718 1718 1719 … … 3374 3375 3375 3376 # Provide some information about the compiler. 3376 echo "$as_me:337 6:" \3377 echo "$as_me:3377:" \ 3377 3378 "checking for Fortran 77 compiler version" >&5 3378 3379 ac_compiler=`set X $ac_compile; echo $2` … … 3884 3885 ac_save_FFLAGS=$FFLAGS 3885 3886 FFLAGS="$FFLAGS $ac_verb" 3886 (eval echo $as_me:388 6: \"$ac_link\") >&53887 (eval echo $as_me:3887: \"$ac_link\") >&5 3887 3888 ac_f77_v_output=`eval $ac_link 5>&1 2>&1 | grep -v 'Driving:'` 3888 3889 echo "$ac_f77_v_output" >&5 … … 3962 3963 ac_save_FFLAGS=$FFLAGS 3963 3964 FFLAGS="$FFLAGS $ac_cv_prog_f77_v" 3964 (eval echo $as_me:396 4: \"$ac_link\") >&53965 (eval echo $as_me:3965: \"$ac_link\") >&5 3965 3966 ac_f77_v_output=`eval $ac_link 5>&1 2>&1 | grep -v 'Driving:'` 3966 3967 echo "$ac_f77_v_output" >&5 … … 5301 5302 # Define the identity of the package. 5302 5303 PACKAGE='thirdpartyfiltersqp' 5303 VERSION='1.3 '5304 VERSION='1.3.3' 5304 5305 5305 5306 … … 6054 6055 # Define the identity of the package. 6055 6056 PACKAGE='thirdpartyfiltersqp' 6056 VERSION='1.3 '6057 VERSION='1.3.3' 6057 6058 6058 6059 … … 7241 7242 *-*-irix6*) 7242 7243 # Find out which ABI we are using. 7243 echo '#line 724 3"configure"' > conftest.$ac_ext7244 echo '#line 7244 "configure"' > conftest.$ac_ext 7244 7245 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 7245 7246 (eval $ac_compile) 2>&5 … … 9827 9828 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 9828 9829 -e 's:$: $lt_compiler_flag:'` 9829 (eval echo "\"\$as_me:98 29: $lt_compile\"" >&5)9830 (eval echo "\"\$as_me:9830: $lt_compile\"" >&5) 9830 9831 (eval "$lt_compile" 2>conftest.err) 9831 9832 ac_status=$? 9832 9833 cat conftest.err >&5 9833 echo "$as_me:983 3: \$? = $ac_status" >&59834 echo "$as_me:9834: \$? = $ac_status" >&5 9834 9835 if (exit $ac_status) && test -s "$ac_outfile"; then 9835 9836 # The compiler can only warn and ignore the option if not recognized … … 10095 10096 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 10096 10097 -e 's:$: $lt_compiler_flag:'` 10097 (eval echo "\"\$as_me:1009 7: $lt_compile\"" >&5)10098 (eval echo "\"\$as_me:10098: $lt_compile\"" >&5) 10098 10099 (eval "$lt_compile" 2>conftest.err) 10099 10100 ac_status=$? 10100 10101 cat conftest.err >&5 10101 echo "$as_me:1010 1: \$? = $ac_status" >&510102 echo "$as_me:10102: \$? = $ac_status" >&5 10102 10103 if (exit $ac_status) && test -s "$ac_outfile"; then 10103 10104 # The compiler can only warn and ignore the option if not recognized … … 10199 10200 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 10200 10201 -e 's:$: $lt_compiler_flag:'` 10201 (eval echo "\"\$as_me:1020 1: $lt_compile\"" >&5)10202 (eval echo "\"\$as_me:10202: $lt_compile\"" >&5) 10202 10203 (eval "$lt_compile" 2>out/conftest.err) 10203 10204 ac_status=$? 10204 10205 cat out/conftest.err >&5 10205 echo "$as_me:1020 5: \$? = $ac_status" >&510206 echo "$as_me:10206: \$? = $ac_status" >&5 10206 10207 if (exit $ac_status) && test -s out/conftest2.$ac_objext 10207 10208 then … … 12616 12617 lt_status=$lt_dlunknown 12617 12618 cat > conftest.$ac_ext <<EOF 12618 #line 1261 8"configure"12619 #line 12619 "configure" 12619 12620 #include "confdefs.h" 12620 12621 … … 12716 12717 lt_status=$lt_dlunknown 12717 12718 cat > conftest.$ac_ext <<EOF 12718 #line 1271 8"configure"12719 #line 12719 "configure" 12719 12720 #include "confdefs.h" 12720 12721 … … 15076 15077 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 15077 15078 -e 's:$: $lt_compiler_flag:'` 15078 (eval echo "\"\$as_me:1507 8: $lt_compile\"" >&5)15079 (eval echo "\"\$as_me:15079: $lt_compile\"" >&5) 15079 15080 (eval "$lt_compile" 2>conftest.err) 15080 15081 ac_status=$? 15081 15082 cat conftest.err >&5 15082 echo "$as_me:1508 2: \$? = $ac_status" >&515083 echo "$as_me:15083: \$? = $ac_status" >&5 15083 15084 if (exit $ac_status) && test -s "$ac_outfile"; then 15084 15085 # The compiler can only warn and ignore the option if not recognized … … 15180 15181 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 15181 15182 -e 's:$: $lt_compiler_flag:'` 15182 (eval echo "\"\$as_me:1518 2: $lt_compile\"" >&5)15183 (eval echo "\"\$as_me:15183: $lt_compile\"" >&5) 15183 15184 (eval "$lt_compile" 2>out/conftest.err) 15184 15185 ac_status=$? 15185 15186 cat out/conftest.err >&5 15186 echo "$as_me:1518 6: \$? = $ac_status" >&515187 echo "$as_me:15187: \$? = $ac_status" >&5 15187 15188 if (exit $ac_status) && test -s out/conftest2.$ac_objext 15188 15189 then … … 16750 16751 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 16751 16752 -e 's:$: $lt_compiler_flag:'` 16752 (eval echo "\"\$as_me:1675 2: $lt_compile\"" >&5)16753 (eval echo "\"\$as_me:16753: $lt_compile\"" >&5) 16753 16754 (eval "$lt_compile" 2>conftest.err) 16754 16755 ac_status=$? 16755 16756 cat conftest.err >&5 16756 echo "$as_me:1675 6: \$? = $ac_status" >&516757 echo "$as_me:16757: \$? = $ac_status" >&5 16757 16758 if (exit $ac_status) && test -s "$ac_outfile"; then 16758 16759 # The compiler can only warn and ignore the option if not recognized … … 16854 16855 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 16855 16856 -e 's:$: $lt_compiler_flag:'` 16856 (eval echo "\"\$as_me:1685 6: $lt_compile\"" >&5)16857 (eval echo "\"\$as_me:16857: $lt_compile\"" >&5) 16857 16858 (eval "$lt_compile" 2>out/conftest.err) 16858 16859 ac_status=$? 16859 16860 cat out/conftest.err >&5 16860 echo "$as_me:1686 0: \$? = $ac_status" >&516861 echo "$as_me:16861: \$? = $ac_status" >&5 16861 16862 if (exit $ac_status) && test -s out/conftest2.$ac_objext 16862 16863 then … … 19061 19062 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 19062 19063 -e 's:$: $lt_compiler_flag:'` 19063 (eval echo "\"\$as_me:1906 3: $lt_compile\"" >&5)19064 (eval echo "\"\$as_me:19064: $lt_compile\"" >&5) 19064 19065 (eval "$lt_compile" 2>conftest.err) 19065 19066 ac_status=$? 19066 19067 cat conftest.err >&5 19067 echo "$as_me:1906 7: \$? = $ac_status" >&519068 echo "$as_me:19068: \$? = $ac_status" >&5 19068 19069 if (exit $ac_status) && test -s "$ac_outfile"; then 19069 19070 # The compiler can only warn and ignore the option if not recognized … … 19329 19330 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 19330 19331 -e 's:$: $lt_compiler_flag:'` 19331 (eval echo "\"\$as_me:1933 1: $lt_compile\"" >&5)19332 (eval echo "\"\$as_me:19332: $lt_compile\"" >&5) 19332 19333 (eval "$lt_compile" 2>conftest.err) 19333 19334 ac_status=$? 19334 19335 cat conftest.err >&5 19335 echo "$as_me:1933 5: \$? = $ac_status" >&519336 echo "$as_me:19336: \$? = $ac_status" >&5 19336 19337 if (exit $ac_status) && test -s "$ac_outfile"; then 19337 19338 # The compiler can only warn and ignore the option if not recognized … … 19433 19434 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 19434 19435 -e 's:$: $lt_compiler_flag:'` 19435 (eval echo "\"\$as_me:1943 5: $lt_compile\"" >&5)19436 (eval echo "\"\$as_me:19436: $lt_compile\"" >&5) 19436 19437 (eval "$lt_compile" 2>out/conftest.err) 19437 19438 ac_status=$? 19438 19439 cat out/conftest.err >&5 19439 echo "$as_me:194 39: \$? = $ac_status" >&519440 echo "$as_me:19440: \$? = $ac_status" >&5 19440 19441 if (exit $ac_status) && test -s out/conftest2.$ac_objext 19441 19442 then … … 22954 22955 cat >&5 <<_CSEOF 22955 22956 22956 This file was extended by ThirdPartyFilterSQP $as_me 1.3 , which was22957 This file was extended by ThirdPartyFilterSQP $as_me 1.3.3, which was 22957 22958 generated by GNU Autoconf 2.59. Invocation command line was 22958 22959 … … 23012 23013 cat >>$CONFIG_STATUS <<_ACEOF 23013 23014 ac_cs_version="\\ 23014 ThirdPartyFilterSQP config.status 1.3 23015 ThirdPartyFilterSQP config.status 1.3.3 23015 23016 configured by $0, generated by GNU Autoconf 2.59, 23016 23017 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" -
ThirdParty/FilterSQP/stable/1.3/configure.ac
r3450 r3496 13 13 AC_PREREQ(2.59) 14 14 15 AC_INIT([ThirdPartyFilterSQP],[1.3 ],[http://projects.coin-or.org/BuildTools/newticket])15 AC_INIT([ThirdPartyFilterSQP],[1.3.3],[http://projects.coin-or.org/BuildTools/newticket]) 16 16 17 17 AC_COPYRIGHT([ … … 31 31 AC_PREFIX_DEFAULT([`pwd`]) 32 32 33 AC_COIN_PROJECTDIR_INIT(FilterSQP )33 AC_COIN_PROJECTDIR_INIT(FilterSQP,4:3:3) 34 34 35 35 #############################################################################
Note: See TracChangeset
for help on using the changeset viewer.