Index: head/math/cocoalib/Makefile =================================================================== --- head/math/cocoalib/Makefile (revision 569061) +++ head/math/cocoalib/Makefile (revision 569062) @@ -1,110 +1,114 @@ # $FreeBSD$ PORTNAME= cocoalib -DISTVERSION= 0.99710 +DISTVERSION= 0.99712 CATEGORIES= math MASTER_SITES= http://cocoa.dima.unige.it/cocoalib/tgz/ DISTNAME= CoCoALib-${DISTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= C++ library for doing Computations in Commutative Algebra LICENSE= GPLv3+ GFDL PD LICENSE_COMB= multi LICENSE_FILE_GPLv3+ = ${WRKSRC}/COPYING-GPLv3 LICENSE_FILE_GFDL= ${WRKSRC}/doc/COPYING BUILD_DEPENDS= bash:shells/bash LIB_DEPENDS= libgmp.so:math/gmp USES= compiler:c++11-lang shebangfix tar:tgz +USE_LDCONFIG= yes SHEBANG_GLOB= *.sh CXXFLAGS+= -I${WRKSRC}/include \ -I${WRKSRC}/src/AlgebraicCore/TmpFactorDir \ -I${WRKSRC}/src/AlgebraicCore/TmpFactorDir/multivariate \ -I${WRKSRC}/src/AlgebraicCore/TmpFactorDir/linalg \ -I${LOCALBASE}/include \ - -DCoCoA_ULONG2LONG=1 + -DCoCoA_ULONG2LONG=1 -fPIC LDFLAGS+= -L${LOCALBASE}/lib -L${BUILD_WRKSRC} -lcocoa -lgmp BUILD_WRKSRC= ${WRKSRC}/src/AlgebraicCore TEST_TARGET= all TEST_WRKSRC= ${WRKSRC}/src/tests PREPROCESSOR_DEFNS= ${WRKSRC}/include/CoCoA/PREPROCESSOR_DEFNS.H OPTIONS_DEFINE= BOOST DOCS EXAMPLES FROBBY GFAN \ GSL NORMALIZ SMALLDEG TEST FROBBY_DESC= Link with libfrobby.a GFAN_DESC= Link with libgfan.a GSL_DESC= Link with libgsl.a NORMALIZ_DESC= Link with libnormaliz.a (might cause circular dependency) SMALLDEG_DESC= Optimization for small degree polynomials BOOST_BUILD_DEPENDS= ${LOCALBASE}/include/boost/thread.hpp:devel/boost-libs BOOST_CXXFLAGS= -pthread FROBBY_BUILD_DEPENDS= ${LOCALBASE}/lib/libfrobby.a:math/frobby GFAN_BUILD_DEPENDS= ${LOCALBASE}/lib/libgfan.a:math/gfanlib GSL_BUILD_DEPENDS= ${LOCALBASE}/lib/libgsl.a:math/gsl NORMALIZ_BUILD_DEPENDS= ${LOCALBASE}/lib/libnormaliz.a:math/libnormaliz SMALLDEG_EXTRA_PATCHES= ${FILESDIR}/extra-patch-include-CoCoA_config.H -post-patch: +pre-configure: ${REINPLACE_CMD} "s,%%DISTVERSION%%,${DISTVERSION},g" ${BUILD_WRKSRC}/Makefile do-configure-BOOST-on: ${ECHO_CMD} "#define COCOA_WITH_BOOST" >> ${PREPROCESSOR_DEFNS} do-configure-BOOST-off: ${ECHO_CMD} "#undef COCOA_WITH_BOOST" >> ${PREPROCESSOR_DEFNS} do-configure-FROBBY-on: ${ECHO_CMD} "#define COCOA_WITH_FROBBY" >> ${PREPROCESSOR_DEFNS} do-configure-FROBBY-off: ${ECHO_CMD} "#undef COCOA_WITH_FROBBY" >> ${PREPROCESSOR_DEFNS} do-configure-GFAN-on: ${ECHO_CMD} "#define COCOA_WITH_GFAN" >> ${PREPROCESSOR_DEFNS} do-configure-GFAN-off: ${ECHO_CMD} "#undef COCOA_WITH_GFAN" >> ${PREPROCESSOR_DEFNS} do-configure-GSL-on: ${ECHO_CMD} "#define COCOA_WITH_GSL" >> ${PREPROCESSOR_DEFNS} do-configure-GSL-off: ${ECHO_CMD} "#undef COCOA_WITH_GSL" >> ${PREPROCESSOR_DEFNS} do-configure-NORMALIZ-on: ${ECHO_CMD} "#define COCOA_WITH_NORMALIZ" >> ${PREPROCESSOR_DEFNS} do-configure-NORMALIZ-off: ${ECHO_CMD} "#undef COCOA_WITH_NORMALIZ" >> ${PREPROCESSOR_DEFNS} pre-build: cd ${WRKSRC}/include/CoCoA && ./MakeUnifiedHeader.sh --check post-build-TEST-on: do-test do-install: ${INSTALL_DATA} ${BUILD_WRKSRC}/libcocoa.a ${STAGEDIR}${PREFIX}/lib + ${INSTALL_LIB} ${BUILD_WRKSRC}/libcocoa.so.0 ${STAGEDIR}${PREFIX}/lib + cd ${STAGEDIR}${PREFIX}/lib && \ + ${LN} -sf libcocoa.so.0 ${STAGEDIR}${PREFIX}/lib/libcocoa.so ${MKDIR} ${STAGEDIR}${PREFIX}/include/CoCoA cd ${WRKSRC}/include/CoCoA && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/include/CoCoA '-name *\.H -a ! -name \._*' post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${MKDIR} ${STAGEDIR}${DOCSDIR}/html ${INSTALL_MAN} ${WRKSRC}/doc/CoCoALib.pdf ${STAGEDIR}${DOCSDIR} cd ${WRKSRC}/doc/html && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}/html '! -name \._*' post-install-EXAMPLES-on: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_MAN} ${WRKSRC}/examples/index.html ${STAGEDIR}${EXAMPLESDIR} cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR} '-name ex-*\.C' .include Index: head/math/cocoalib/distinfo =================================================================== --- head/math/cocoalib/distinfo (revision 569061) +++ head/math/cocoalib/distinfo (revision 569062) @@ -1,3 +1,3 @@ -TIMESTAMP = 1591142116 -SHA256 (CoCoALib-0.99710.tgz) = 80d472fd74c7972f8f2a239679e7ad8ae8a43676e3c259c2218ae2480a6267a8 -SIZE (CoCoALib-0.99710.tgz) = 5433119 +TIMESTAMP = 1615756797 +SHA256 (CoCoALib-0.99712.tgz) = eff4432565d0be2ac2e7c7ace7f404dba370eb7d3d71e321bcb8b439489d11d3 +SIZE (CoCoALib-0.99712.tgz) = 5598997 Index: head/math/cocoalib/files/patch-src_AlgebraicCore_Makefile =================================================================== --- head/math/cocoalib/files/patch-src_AlgebraicCore_Makefile (revision 569061) +++ head/math/cocoalib/files/patch-src_AlgebraicCore_Makefile (revision 569062) @@ -1,148 +1,152 @@ ---- src/AlgebraicCore/Makefile.orig 2020-03-11 17:00:26 UTC +--- src/AlgebraicCore/Makefile.orig 2020-10-27 09:42:18 UTC +++ src/AlgebraicCore/Makefile @@ -1,10 +1,5 @@ # Makefile for CoCoALib/src/AlgebraicCore/ directory. -COCOA_ROOT=../.. -include $(COCOA_ROOT)/configuration/autoconf.mk -CWD=src/AlgebraicCore/ -DEPEND_FILE=Makefile_dependencies - SUBDIRS=TmpFactorDir TmpHilbertDir FROBBY_FILES=ExternalLibs-Frobby.C -@@ -72,126 +67,17 @@ SRCS=time.C assert.C utils.C utils-gmp.C VectorOps.C +@@ -74,126 +69,21 @@ SRCS=time.C assert.C utils.C utils-gmp.C VectorOps.C $(FROBBY_FILES) $(GFAN_FILES) $(GSL_FILES) \ $(MATHSAT_FILES) $(NORMALIZ_FILES) -# (see below) OBJS depend on $(COCOA_ROOT)/configuration/autoconf.mk -OBJS=$(SRCS:.C=.o) +all: ${SRCS:.C=.o} ++ echo "" > ./.ALLSRC + for x in ${SUBDIRS}; do make -C $$x; done + ar rcs libcocoa.a ${.ALLSRC} ++ ranlib libcocoa.a ++ echo ${.ALLSRC} >> ./.ALLSRC ++ ${CXX} -shared `cat ./.ALLSRC` -Wl,-soname,libcocoa.so.0 -o libcocoa.so.0 -# The default target compiles debug_new.C and leak_checker.C as -# well as all the files listed in SRCS. -default: - @echo "*** $(CWD)Makefile: default target ***" - @cd $(COCOA_ROOT); $(MAKE) library +.SUFFIXES:.o -.PHONY: all -all: check-source-files $(COCOA_LIB) debug_new.o leak_checker +.C.o: + ${CXX} ${CXXFLAGS} -o ${.TARGET} -c ${.IMPSRC} -$(COCOA_LIB): $(OBJS) $(SUBDIRS) - mkdir -p `dirname $(COCOA_LIB)` - for subdir in $(SUBDIRS); \ - do \ - echo "Compiling directory $(CWD)$$subdir/"; \ - touch "$$subdir"; \ - ( cd "$$subdir"; $(MAKE) -s ); \ - if [ $$? -ne 0 ]; then echo "***** Compilation of $(CWD)$$subdir/ FAILED *****"; exit 1; fi; \ - done - echo "doing ar for AlgebraicCore" - ar $(ARFLAGS) $(COCOA_LIB) $(OBJS) - -$(OBJS): $(COCOA_ROOT)/configuration/autoconf.mk - -.PHONY: check-source-files -check-source-files: - @./CheckSourceFiles.sh $(SRCS) - - -####################################################### -# Special compilation targets with extra CPP symbols. -BuildInfo.o: BuildInfo.C $(COCOA_ROOT)/include/CoCoA/BuildInfo.H - @echo "Compiling BuildInfo.o (with special preprocessor flags)" -- $(COMPILE) -c -DCOCOA_VERSION="\"$(COCOALIB_VERSION)\"" -DCOCOA_CXX="\"$(CXX)\"" -DCOCOA_CXXFLAGS="\"$(CXXFLAGS)\"" -DCOCOA_CXXFLAGS_DEFINES="\"$(CXXFLAGS_DEFINES)\"" -o BuildInfo.o BuildInfo.C +- $(COMPILE) -c -DCOCOA_VERSION="\"$(COCOALIB_VERSION)\"" -DCOCOA_CXX="\"$(CXX)\"" -DCOCOA_CXXFLAGS="\"$(CXXFLAGS)\"" -o BuildInfo.o BuildInfo.C - -IdealOfPoints.o: IdealOfPoints.C $(COCOA_ROOT)/include/CoCoA/IdealOfPoints.H - @echo "Compiling IdealOfPoints -- keep your fingers crossed" - $(COMPILE) -ITmpFactorDir/ -c IdealOfPoints.C - -factor.o: factor.C $(COCOA_ROOT)/include/CoCoA/factor.H - @echo "Compiling factor -- keep your fingers crossed" - $(COMPILE) -ITmpFactorDir/ -ITmpFactorDir/multivariate/ -c factor.C - -TmpHilbert.o: TmpHilbert.C $(COCOA_ROOT)/include/CoCoA/TmpHilbert.H - @echo "Compiling TmpHilbert -- keep your fingers crossed" - $(COMPILE) -ITmpHilbertDir/ -c TmpHilbert.C - -debug_new.o: debug_new.C $(COCOA_ROOT)/include/CoCoA/debug_new.H - @echo "Compiling debug_new.o (not part of CoCoALib)" - $(COMPILE) -c -o debug_new.o debug_new.C - -leak_checker: leak_checker.C - @echo "Compiling leak_checker (not part of CoCoALib)" - $(COMPILE) -o leak_checker leak_checker.C - /bin/rm -rf leak_checker.dSYM - - -.PHONY: clean clean-local clean-subdirs -clean: clean-local clean-subdirs - @echo "Cleaned CoCoALib/$(CWD)" - -clean-local: - @/bin/rm -f $(OBJS) a.out core "$(DEPEND_FILE).old" "$(DEPEND_FILE).new" leak_checker debug_new.o - @/bin/rm -f ./*~ ./.*~ ./.\#* - @/bin/rm -rf ./*.dSYM - -clean-subdirs: - for subdir in $(SUBDIRS); do ( cd $$subdir; $(MAKE) -s clean ); done - -.PHONY: veryclean veryclean-subdirs -veryclean: clean-local veryclean-subdirs - @/bin/rm -f "$(DEPEND_FILE)" - @true >| "$(DEPEND_FILE)" # Empties $(DEPEND_FILE) - @echo "Verycleaned CoCoALib/$(CWD)" - -veryclean-subdirs: - for subdir in $(SUBDIRS); do ( cd $$subdir; $(MAKE) -s veryclean ); done - - -# This target checks whether we should really build DEPEND_FILE... -# (only if COCOA_HDR is newer than DEPEND_FILE). -.PHONY: dependencies -dependencies: - @if [ \! -s "$(DEPEND_FILE)" -o \! "$(DEPEND_FILE)" -nt "$(COCOA_HDR)" ] ; \ - then \ - $(MAKE) create-dependencies; \ - fi - for subdir in $(SUBDIRS); do ( cd $$subdir; $(MAKE) -s dependencies ); done - -# This is the target which really does rebuild the DEPEND_FILE -.PHONY: create-dependencies -create-dependencies: - @/bin/rm -rf $(DEPEND_FILE).new - @echo "Rebuilding dependencies in /$(CWD)" - @echo "##################################################################" >> $(DEPEND_FILE).new - @echo "# --- CoCoALib version $(COCOALIB_VERSION) ---" >> $(DEPEND_FILE).new - @echo "# Dependencies for directory $(CWD)" >> $(DEPEND_FILE).new - @echo "# DO NOT EDIT: this file is automatically generated; to regenerate" >> $(DEPEND_FILE).new - @echo "# run \`make dependencies' in the CoCoALib root directory." >> $(DEPEND_FILE).new - @echo "##################################################################" >> $(DEPEND_FILE).new - @echo >> $(DEPEND_FILE).new - @for srcfile in $(SRCS); \ - do \ - objfile=`basename $$srcfile .C`.o; \ -- $(CXX) $(CXXFLAGS) $(CXXFLAGS_DEFINES) $(INCLUDE) -ITmpFactorDir -ITmpFactorDir/linalg -ITmpFactorDir/multivariate -MM "$$srcfile" -MQ "$$objfile" >> $(DEPEND_FILE).new; \ +- $(CXX) $(CXXFLAGS) $(INCLUDE_PATHS) -ITmpFactorDir -ITmpFactorDir/linalg -ITmpFactorDir/multivariate -MM "$$srcfile" -MQ "$$objfile" >> $(DEPEND_FILE).new; \ - echo >> $(DEPEND_FILE).new; \ - done - @if [ -s "$(DEPEND_FILE)" ] ; \ - then \ - /bin/mv -f "$(DEPEND_FILE)" "$(DEPEND_FILE).old" ; \ - fi - @/bin/mv -f $(DEPEND_FILE).new $(DEPEND_FILE) - - -$(DEPEND_FILE): - @touch "$(DEPEND_FILE)" - -include $(DEPEND_FILE) +BuildInfo.o: + ${CXX} ${CXXFLAGS} -DCOCOA_VERSION="\"%%DISTVERSION%%\"" -DCOCOA_CXX="\"${CXX}\"" -DCOCOA_CXXFLAGS="\"${CXXFLAGS}\"" -DCOCOA_CXXFLAGS_DEFINES="\"\"" -o BuildInfo.o -c BuildInfo.C # Next few lines are for RCS header/log - # $Header: /Volumes/Home_1/cocoa/cvs-repository/CoCoALib-0.99/src/AlgebraicCore/Makefile,v 1.169 2020/03/11 17:00:26 abbott Exp $ + # $Header: /Volumes/Home_1/cocoa/cvs-repository/CoCoALib-0.99/src/AlgebraicCore/Makefile,v 1.176 2020/10/27 09:42:18 abbott Exp $ Index: head/math/cocoalib/files/patch-src_AlgebraicCore_TmpFactorDir_Makefile =================================================================== --- head/math/cocoalib/files/patch-src_AlgebraicCore_TmpFactorDir_Makefile (revision 569061) +++ head/math/cocoalib/files/patch-src_AlgebraicCore_TmpFactorDir_Makefile (revision 569062) @@ -1,99 +1,101 @@ ---- src/AlgebraicCore/TmpFactorDir/Makefile.orig 2020-03-06 20:35:15 UTC +--- src/AlgebraicCore/TmpFactorDir/Makefile.orig 2020-10-27 09:42:42 UTC +++ src/AlgebraicCore/TmpFactorDir/Makefile @@ -1,10 +1,5 @@ # Makefile for CoCoALib/src/AlgebraicCore/TmpFactorDir/ directory -COCOA_ROOT=../../.. -include $(COCOA_ROOT)/configuration/autoconf.mk -CWD=src/AlgebraicCore/TmpFactorDir/ -DEPEND_FILE=Makefile_dependencies - SUBDIRS=linalg multivariate SRCS=primes.c DUPFF.c FF.c FindPrimRoot.c DUPFFsqfrd.c DUPFFderiv.c \ -@@ -19,79 +14,11 @@ SRCS=primes.c DUPFF.c FF.c FindPrimRoot.c DUPFFsqfrd.c +@@ -19,79 +14,13 @@ SRCS=primes.c DUPFF.c FF.c FindPrimRoot.c DUPFFsqfrd.c jalloc.c add_logs.c jaaerror.c debug_malloc.c \ DUPZfactor_liftq.c mpz_lift_recip.c mpq_to_FFelem.c -OBJS=$(SRCS:.c=.o) +all: ${SRCS:.c=.o} + for x in ${SUBDIRS}; do make -C $$x; done + ar rcs ../libcocoa.a ${.ALLSRC} ++ echo ${.ALLSRC} >> ../.ALLSRC ++ /bin/mv *.o .. -%.o: %.c - $(COMPILE) -I. -Ilinalg -c -o $@ $< +.SUFFIXES:.o -.PHONY: default -default: $(OBJS) - ar $(ARFLAGS) $(COCOA_LIB) $(OBJS) - for subdir in $(SUBDIRS); \ - do \ - echo "Compiling directory $(CWD)$$subdir/"; \ - (cd "$$subdir"; $(MAKE) -s); \ - done - - -.PHONY: clean clean-local clean-subdirs -clean: clean-local clean-subdirs - @echo "Cleaned CoCoALib/$(CWD)"; - -clean-local: - @/bin/rm -f $(OBJS) "$(DEPEND_FILE).old" "$(DEPEND_FILE).new" ./*~ ./.*~ ./.\#* - @/bin/rm -rf ./*.dSYM - -clean-subdirs: - for subdir in $(SUBDIRS); do ( cd "$$subdir"; $(MAKE) -s clean ); done - -.PHONY: veryclean veryclean-subdirs -veryclean: clean-local veryclean-subdirs - @true >| "$(DEPEND_FILE)" # Empties $(DEPEND_FILE) - echo "Verycleaned CoCoALib/$(CWD)" - -veryclean-subdirs: - for subdir in $(SUBDIRS); do ( cd "$$subdir"; $(MAKE) -s veryclean ); done - - - -# This target checks whether we should really build DEPEND_FILE -.PHONY: dependencies -dependencies: - @if [ \! -s "$(DEPEND_FILE)" -o \! "$(DEPEND_FILE)" -nt "$(COCOA_HDR)" ] ; \ - then \ - $(MAKE) create-dependencies; \ - fi - for subdir in $(SUBDIRS); do ( cd $$subdir; $(MAKE) -s dependencies ); done - -# This is the target which really does rebuild the DEPEND_FILE -.PHONY: create-dependencies -create-dependencies: - @/bin/rm -rf $(DEPEND_FILE).new - @echo "Rebuilding dependencies in /$(CWD)" - @echo "##################################################################" >> $(DEPEND_FILE).new - @echo "# --- CoCoALib version $(COCOALIB_VERSION) ---" >> $(DEPEND_FILE).new - @echo "# Dependencies for directory $(CWD)" >> $(DEPEND_FILE).new - @echo "# DO NOT EDIT: this file is automatically generated; to regenerate" >> $(DEPEND_FILE).new - @echo "# run \`make dependencies' in the CoCoALib root directory." >> $(DEPEND_FILE).new - @echo "##################################################################" >> $(DEPEND_FILE).new - @echo >> $(DEPEND_FILE).new - for srcfile in $(SRCS); \ - do \ - objfile=`basename $$srcfile .c`.o; \ -- $(CXX) $(INCLUDE) -I. -Ilinalg -Imultivariate -MM "$$srcfile" -MQ "$$objfile" >> $(DEPEND_FILE).new; \ +- $(CXX) $(INCLUDE_PATHS) -I. -Ilinalg -Imultivariate -MM "$$srcfile" -MQ "$$objfile" >> $(DEPEND_FILE).new; \ - echo >> $(DEPEND_FILE).new; \ - done - @if [ -s "$(DEPEND_FILE)" ] ; \ - then \ - /bin/mv -f "$(DEPEND_FILE)" "$(DEPEND_FILE).old" ; \ - fi - @/bin/mv $(DEPEND_FILE).new $(DEPEND_FILE) - - -$(DEPEND_FILE): - @touch "$(DEPEND_FILE)" - -include $(DEPEND_FILE) - -$(OBJS): $(COCOA_ROOT)/configuration/autoconf.mk +.c.o: + ${CXX} ${CXXFLAGS} -o ${.TARGET} -c ${.IMPSRC} Index: head/math/cocoalib/files/patch-src_AlgebraicCore_TmpFactorDir_linalg_Makefile =================================================================== --- head/math/cocoalib/files/patch-src_AlgebraicCore_TmpFactorDir_linalg_Makefile (revision 569061) +++ head/math/cocoalib/files/patch-src_AlgebraicCore_TmpFactorDir_linalg_Makefile (revision 569062) @@ -1,81 +1,83 @@ ---- src/AlgebraicCore/TmpFactorDir/linalg/Makefile.orig 2020-03-06 20:35:15 UTC +--- src/AlgebraicCore/TmpFactorDir/linalg/Makefile.orig 2020-10-27 09:43:00 UTC +++ src/AlgebraicCore/TmpFactorDir/linalg/Makefile -@@ -1,73 +1,13 @@ +@@ -1,73 +1,15 @@ # Makefile for CoCoALib/src/AlgebraicCore/TmpFactorDir/linalg/ directory -COCOA_ROOT=../../../.. -include $(COCOA_ROOT)/configuration/autoconf.mk -CWD=src/AlgebraicCore/TmpFactorDir/linalg/ -DEPEND_FILE=Makefile_dependencies - SRCS=FFfind_block.c FFdet.c FFsolve.c FFkernel.c Zkernel.c \ Zdet.c Zsolve.c FFmat.c Zmat.c mpz_from_padic.c Zmat_det_bound.c \ Qmat.c Qsolve.c -OBJS=$(SRCS:.c=.o) +all: ${SRCS:.c=.o} + ar rcs ../../libcocoa.a ${.ALLSRC} ++ echo ${.ALLSRC} >> ../../.ALLSRC ++ /bin/mv *.o .. -%.o: %.c - $(COMPILE) -I. -I.. -c -o $@ $< +.SUFFIXES:.o -.PHONY: default -default: $(OBJS) - ar $(ARFLAGS) $(COCOA_LIB) $(OBJS) - -.PHONY: clean clean-local -clean: clean-local - echo "Cleaned CoCoALib/$(CWD)" - -clean-local: - @/bin/rm -f $(OBJS) "$(DEPEND_FILE).old" "$(DEPEND_FILE).new" ./*~ ./.*~ ./.\#* - @/bin/rm -rf ./*.dSYM - -.PHONY: veryclean -veryclean: clean-local - @true >| "$(DEPEND_FILE)" # Empties $(DEPEND_FILE) - echo "Verycleaned CoCoALib/$(CWD)" - - -# This target checks whether we should really build DEPEND_FILE -.PHONY: dependencies -dependencies: - @if [ \! -s "$(DEPEND_FILE)" -o \! "$(DEPEND_FILE)" -nt "$(COCOA_HDR)" ] ; \ - then \ - $(MAKE) create-dependencies; \ - fi - -# This is the target which really does rebuild the DEPEND_FILE -.PHONY: create-dependencies -create-dependencies: - @/bin/rm -rf $(DEPEND_FILE).new - @echo "Rebuilding dependencies in /$(CWD)" - @echo "##################################################################" >> $(DEPEND_FILE).new - @echo "# --- CoCoALib version $(COCOALIB_VERSION) ---" >> $(DEPEND_FILE).new - @echo "# Dependencies for directory $(CWD)" >> $(DEPEND_FILE).new - @echo "# DO NOT EDIT: this file is automatically generated; to regenerate" >> $(DEPEND_FILE).new - @echo "# run \`make dependencies' in the CoCoALib root directory." >> $(DEPEND_FILE).new - @echo "##################################################################" >> $(DEPEND_FILE).new - @echo >> $(DEPEND_FILE).new - for srcfile in $(SRCS); \ - do \ - objfile=`basename $$srcfile .C`.o; \ -- $(CXX) $(INCLUDE) -I. -I.. -MM "$$srcfile" -MQ "$$objfile" >> $(DEPEND_FILE).new; \ +- $(CXX) $(INCLUDE_PATHS) -I. -I.. -MM "$$srcfile" -MQ "$$objfile" >> $(DEPEND_FILE).new; \ - echo >> $(DEPEND_FILE).new; \ - done - @if [ -s "$(DEPEND_FILE)" ] ; \ - then \ - /bin/mv -f "$(DEPEND_FILE)" "$(DEPEND_FILE).old" ; \ - fi - @/bin/mv $(DEPEND_FILE).new $(DEPEND_FILE) - - -$(DEPEND_FILE): - @touch "$(DEPEND_FILE)" - -include $(DEPEND_FILE) - -$(OBJS): $(COCOA_ROOT)/configuration/autoconf.mk +.c.o: + ${CXX} ${CXXFLAGS} -o ${.TARGET} -c ${.IMPSRC} Index: head/math/cocoalib/files/patch-src_AlgebraicCore_TmpFactorDir_multivariate_Makefile =================================================================== --- head/math/cocoalib/files/patch-src_AlgebraicCore_TmpFactorDir_multivariate_Makefile (revision 569061) +++ head/math/cocoalib/files/patch-src_AlgebraicCore_TmpFactorDir_multivariate_Makefile (revision 569062) @@ -1,82 +1,84 @@ ---- src/AlgebraicCore/TmpFactorDir/multivariate/Makefile.orig 2020-03-06 20:35:15 UTC +--- src/AlgebraicCore/TmpFactorDir/multivariate/Makefile.orig 2020-10-27 09:43:20 UTC +++ src/AlgebraicCore/TmpFactorDir/multivariate/Makefile -@@ -1,74 +1,15 @@ +@@ -1,74 +1,17 @@ # Makefile for CoCoALib/src/AlgebraicCore/TmpFactorDir/multivariate/ directory. -COCOA_ROOT=../../../.. -include $(COCOA_ROOT)/configuration/autoconf.mk -CWD=src/AlgebraicCore/TmpFactorDir/multivariate/ -DEPEND_FILE=Makefile_dependencies - SRCS=DUPZgcd_free_basis.c DUPZexgcd.c DUPZbivariate_lift.c DMPZfactors.c \ DMPZfactor.c DMPZlist.c DMPZeval.c DMPZ.c DUPZinterp.c DMPZinterp.c \ DMPZevalQ.c DMPZfactor_modp.c DMPZgcd.c DMPZ_to_DUPZ.c \ DMPZlift.c DMPZ_to_DUPFF.c DMPZinteger_content.c DMPZmap_to_univariate.c #DUPFFbivariate_lift3.c -OBJS=$(SRCS:.c=.o) +all: ${SRCS:.c=.o} + ar rcs ../../libcocoa.a ${.ALLSRC} ++ echo ${.ALLSRC} >> ../../.ALLSRC ++ /bin/mv *.o .. -%.o: %.c - $(COMPILE) -I. -I.. -I../linalg -c -o $@ $< +.SUFFIXES:.o -default: $(OBJS) - ar $(ARFLAGS) $(COCOA_LIB) $(OBJS) - -.PHONY: clean clean-local -clean: clean-local - @echo "Cleaned CoCoALib/$(CWD)" - -clean-local: - @/bin/rm -f $(OBJS) "$(DEPEND_FILE).old" "$(DEPEND_FILE).new" ./*~ ./.*~ ./.\#* - @/bin/rm -rf ./*.dSYM - -.PHONY: veryclean -veryclean: clean-local - @true >| "$(DEPEND_FILE)" # Empties $(DEPEND_FILE) - @echo "Verycleaned CoCoALib/$(CWD)" - - -# This target checks whether we should really build DEPEND_FILE -.PHONY: dependencies -dependencies: - @if [ \! -s "$(DEPEND_FILE)" -o \! "$(DEPEND_FILE)" -nt "$(COCOA_HDR)" ] ; \ - then \ - $(MAKE) create-dependencies; \ - fi - -# This is the target which really does rebuild the DEPEND_FILE -.PHONY: create-dependencies -create-dependencies: - @/bin/rm -rf $(DEPEND_FILE).new - @echo "Rebuilding dependencies in /$(CWD)" - @echo "##################################################################" >> $(DEPEND_FILE).new - @echo "# --- CoCoALib version $(COCOALIB_VERSION) ---" >> $(DEPEND_FILE).new - @echo "# Dependencies for directory $(CWD)" >> $(DEPEND_FILE).new - @echo "# DO NOT EDIT: this file is automatically generated; to regenerate" >> $(DEPEND_FILE).new - @echo "# run \`make dependencies' in the CoCoALib root directory." >> $(DEPEND_FILE).new - @echo "##################################################################" >> $(DEPEND_FILE).new - @echo >> $(DEPEND_FILE).new - for srcfile in $(SRCS); \ - do \ - objfile=`basename $$srcfile .c`.o; \ -- $(CXX) $(INCLUDE) -I. -I.. -I../linalg -MM "$$srcfile" -MQ "$$objfile" >> $(DEPEND_FILE).new; \ +- $(CXX) $(INCLUDE_PATHS) -I. -I.. -I../linalg -MM "$$srcfile" -MQ "$$objfile" >> $(DEPEND_FILE).new; \ - echo >> $(DEPEND_FILE).new; \ - done - @if [ -s "$(DEPEND_FILE)" ] ; \ - then \ - /bin/mv -f "$(DEPEND_FILE)" "$(DEPEND_FILE).old" ; \ - fi - @/bin/mv $(DEPEND_FILE).new $(DEPEND_FILE) - - -$(DEPEND_FILE): - @touch "$(DEPEND_FILE)" - -include $(DEPEND_FILE) - -$(OBJS): $(COCOA_ROOT)/configuration/autoconf.mk +.c.o: + ${CXX} ${CXXFLAGS} -o ${.TARGET} -c ${.IMPSRC} Index: head/math/cocoalib/files/patch-src_AlgebraicCore_TmpHilbertDir_Makefile =================================================================== --- head/math/cocoalib/files/patch-src_AlgebraicCore_TmpHilbertDir_Makefile (revision 569061) +++ head/math/cocoalib/files/patch-src_AlgebraicCore_TmpHilbertDir_Makefile (revision 569062) @@ -1,80 +1,82 @@ ---- src/AlgebraicCore/TmpHilbertDir/Makefile.orig 2020-03-06 20:35:15 UTC +--- src/AlgebraicCore/TmpHilbertDir/Makefile.orig 2020-10-27 09:43:37 UTC +++ src/AlgebraicCore/TmpHilbertDir/Makefile -@@ -1,72 +1,13 @@ +@@ -1,72 +1,15 @@ # Makefile for CoCoALib/src/AlgebraicCore/TmpHilbertDir/ directory -COCOA_ROOT=../../.. -include $(COCOA_ROOT)/configuration/autoconf.mk -CWD=src/AlgebraicCore/TmpHilbertDir/ -DEPEND_FILE=Makefile_dependencies - SRCS=AnnaUtils.C IVectors.C eterms.C poincare.C rum.C unipoly.C TermList.C \ toric.C \ TmpPoincareCPP.C -OBJS=$(SRCS:.C=.o) +all: ${SRCS:.C=.o} + ar rcs ../libcocoa.a ${.ALLSRC} ++ echo ${.ALLSRC} >> ../.ALLSRC ++ /bin/mv *.o .. -# Default target, must be the first one! -.PHONY: default -default: $(OBJS) - ar $(ARFLAGS) $(COCOA_LIB) $(OBJS) +.SUFFIXES:.o -.PHONY: clean clean-local -clean: clean-local - @echo "Cleaned CoCoALib/$(CWD)" - -clean-local: - @/bin/rm -f $(OBJS) "$(DEPEND_FILE).old" "$(DEPEND_FILE).new" ./*~ ./.*~ ./.\#* - @/bin/rm -rf ./*.dSYM - - -.PHONY: veryclean -veryclean: clean-local - @true >| "$(DEPEND_FILE)" # Empties $(DEPEND_FILE) - @echo "Verycleaned CoCoALib/$(CWD)" - - -# This target checks whether we should really build DEPEND_FILE -.PHONY: dependencies -dependencies: - @if [ \! -s "$(DEPEND_FILE)" -o \! "$(DEPEND_FILE)" -nt "$(COCOA_HDR)" ] ; \ - then \ - $(MAKE) create-dependencies; \ - fi - -# This is the target which really does rebuild the DEPEND_FILE -.PHONY: create-dependencies -create-dependencies: - @/bin/rm -rf $(DEPEND_FILE).new - @echo "Rebuilding dependencies in /$(CWD)" - @echo "##################################################################" >> $(DEPEND_FILE).new - @echo "# --- CoCoALib version $(COCOALIB_VERSION) ---" >> $(DEPEND_FILE).new - @echo "# Dependencies for directory $(CWD)" >> $(DEPEND_FILE).new - @echo "# DO NOT EDIT: this file is automatically generated; to regenerate" >> $(DEPEND_FILE).new - @echo "# run \`make dependencies' in the CoCoALib root directory." >> $(DEPEND_FILE).new - @echo "##################################################################" >> $(DEPEND_FILE).new - @echo >> $(DEPEND_FILE).new - for srcfile in $(SRCS); \ - do \ - objfile=`basename $$srcfile .c`.o; \ -- $(CXX) $(INCLUDE) -I. -MM "$$srcfile" -MQ "$$objfile" >> $(DEPEND_FILE).new; \ +- $(CXX) $(INCLUDE_PATHS) -I. -MM "$$srcfile" -MQ "$$objfile" >> $(DEPEND_FILE).new; \ - echo >> $(DEPEND_FILE).new; \ - done - @if [ -s "$(DEPEND_FILE)" ] ; \ - then \ - /bin/mv -f "$(DEPEND_FILE)" "$(DEPEND_FILE).old" ; \ - fi - @/bin/mv $(DEPEND_FILE).new $(DEPEND_FILE) - - -$(DEPEND_FILE): - @touch "$(DEPEND_FILE)" - -include $(DEPEND_FILE) - -$(OBJS): $(COCOA_ROOT)/configuration/autoconf.mk +.C.o: + ${CXX} ${CXXFLAGS} -o ${.TARGET} -c ${.IMPSRC} Index: head/math/cocoalib/files/patch-src_tests_Makefile =================================================================== --- head/math/cocoalib/files/patch-src_tests_Makefile (revision 569061) +++ head/math/cocoalib/files/patch-src_tests_Makefile (revision 569062) @@ -1,129 +1,126 @@ ---- src/tests/Makefile.orig 2020-06-11 13:17:06 UTC +--- src/tests/Makefile.orig 2020-12-04 10:17:44 UTC +++ src/tests/Makefile @@ -1,11 +1,5 @@ # Makefile for CoCoALib/src/tests/ directory -COCOA_ROOT=../.. -include $(COCOA_ROOT)/configuration/autoconf.mk -CWD=src/tests/ - -DEPEND_FILE=Makefile_dependencies - TESTS=test-empty.C \ test-BigInt1.C test-BigInt2.C test-BigInt3.C \ test-BigRat1.C test-BigRat2.C test-BigRat3.C test-BigRat4.C \ -@@ -66,110 +60,11 @@ TESTS=test-empty.C \ +@@ -66,107 +60,11 @@ TESTS=test-empty.C \ test-utils1.C test-utils2.C # test-RingTwinFloat3.C test-OpenMath2.C -- skip these tests for the moment +all: ${TESTS:.C=} + bash RunTests.sh ${.ALLSRC} -EXECS=$(TESTS:.C=) - - -default: - @echo "*** src/tests/Makefile: default target ***" - @(cd $(COCOA_ROOT); $(MAKE) check) - --$(COCOA_LIB): -- @echo "Compiling CoCoALib..." -- @(cd $(COCOA_ROOT); $(MAKE) library) -- -.PHONY: lib --lib: $(COCOA_LIB) +-lib: library - -.PHONY: library --library: $(COCOA_LIB) +-library: +- @(cd $(COCOA_ROOT); $(MAKE) library) - - -# This target should be made only after the CoCoA library has been compiled; -# normally it would be called by the command "make check" in the CoCoALib root -# directory. -.PHONY: executables -executables: $(EXECS) - -$(EXECS): $(COCOA_LIB) - - -# This target should be made only after the CoCoA library has been compiled; -# normally it would be called by the command "make RunTests" in the CoCoALib root -# directory. Most of the work is done by the RunTests.sh script. -.PHONY: check -check: $(EXECS) - @./RunTests.sh $(EXECS) 2> /dev/null # discard err mesgs from the shell script - - -.PHONY: valgrind -valgrind: executables - @./ValgrindTests.sh $(EXECS) - - -.PHONY: clean clean-local -clean: clean-local - @echo "Cleaned CoCoALib/$(CWD)" - -clean-local: - @/bin/rm -f ./*.o gmon.out core a.out ./*~ ./.*~ ./.\#* - @/bin/rm -f $(EXECS) "$(DEPEND_FILE).new" "$(DEPEND_FILE).old" ./*.cout ./*.cerr - @/bin/rm -rf ./*.dSYM - -.PHONY: veryclean -veryclean: clean-local - @true >| "$(DEPEND_FILE)" # Empties $(DEPEND_FILE) - @echo "Verycleaned CoCoALib/$(CWD)" - - -# Morally the DEPEND_FILE depends on $(TESTS), but I do not tell make -# this as it tends to rebuild it too often. - -# This target checks whether we should really build DEPEND_FILE -.PHONY: dependencies -dependencies: - @if [ \! -s "$(DEPEND_FILE)" -o \! "$(DEPEND_FILE)" -nt "$(COCOA_HDR)" ] ; \ - then \ - $(MAKE) create-dependencies; \ - fi - -# This is the target which really does rebuild the DEPEND_FILE -.PHONY: create-dependencies -create-dependencies: - @/bin/rm -rf $(DEPEND_FILE).new - @echo "Rebuilding dependencies in /$(CWD)" - @echo "##################################################################" >> $(DEPEND_FILE).new - @echo "# --- CoCoALib version $(COCOALIB_VERSION) ---" >> $(DEPEND_FILE).new - @echo "# Dependencies for directory CoCoALib/src/tests/" >> $(DEPEND_FILE).new - @echo "# DO NOT EDIT: this file is automatically generated; to regenerate" >> $(DEPEND_FILE).new - @echo "# run \`make dependencies' in the CoCoALib root directory." >> $(DEPEND_FILE).new - @echo "##################################################################" >> $(DEPEND_FILE).new - @echo >> $(DEPEND_FILE).new - @echo "#----------------------------------------------------------" >> $(DEPEND_FILE).new - @echo "# all executables also depend on libcocoa.a -- see Makefile" >> $(DEPEND_FILE).new - @echo "#----------------------------------------------------------" >> $(DEPEND_FILE).new - @echo >> $(DEPEND_FILE).new - @for srcfile in $(TESTS); \ - do \ - execfile=`basename $$srcfile .C`; \ - echo "$$execfile: $$srcfile" >> $(DEPEND_FILE).new; \ - echo >> $(DEPEND_FILE).new; \ - done - @if [ -s "$(DEPEND_FILE)" ] ; \ - then \ - /bin/mv -f "$(DEPEND_FILE)" "$(DEPEND_FILE).old" ; \ - fi - @/bin/mv $(DEPEND_FILE).new $(DEPEND_FILE) - - -# Tests using external libs depend on those libs -test-frobby1: $(FROBBY_LIBS) -test-normaliz1: $(NORMALIZ_LIBS) - -$(DEPEND_FILE): - @touch "$(DEPEND_FILE)" - -include $(DEPEND_FILE) +.C: + ${CXX} ${CXXFLAGS} -o ${.TARGET} ${.IMPSRC} ${LDFLAGS} ############################################################################# # Next few lines are for RCS header/log Index: head/math/cocoalib/pkg-plist =================================================================== --- head/math/cocoalib/pkg-plist (revision 569061) +++ head/math/cocoalib/pkg-plist (revision 569062) @@ -1,443 +1,447 @@ +include/CoCoA/apply.H include/CoCoA/ApproxPts.H include/CoCoA/ApproxPts2.H +include/CoCoA/assert.H include/CoCoA/BenchmarkToolkit.H include/CoCoA/BigInt.H include/CoCoA/BigIntOps.H include/CoCoA/BigRat.H include/CoCoA/BigRatInterval.H include/CoCoA/BigRatOps.H +include/CoCoA/bool3.H include/CoCoA/BuildInfo.H include/CoCoA/CanonicalHom.H +include/CoCoA/combinatorics.H +include/CoCoA/config.H +include/CoCoA/convert.H include/CoCoA/CpuTimeLimit.H -include/CoCoA/DUPFp.H +include/CoCoA/debug_new.H +include/CoCoA/degree.H include/CoCoA/DenseMatrix.H include/CoCoA/DenseUPolyClean.H include/CoCoA/DenseUPolyRing.H include/CoCoA/DistrMPolyClean.H include/CoCoA/DistrMPolyInlFpPP.H include/CoCoA/DistrMPolyInlPP.H include/CoCoA/DivMask.H +include/CoCoA/DUPFp.H include/CoCoA/DynamicBitset.H +include/CoCoA/error.H +include/CoCoA/exception.H include/CoCoA/ExternalLibs-Frobby.H include/CoCoA/ExternalLibs-GFan.H include/CoCoA/ExternalLibs-GSL.H include/CoCoA/ExternalLibs-MathSAT.H include/CoCoA/ExternalLibs-Normaliz.H include/CoCoA/ExternalLibs.H +include/CoCoA/factor.H +include/CoCoA/factorization.H include/CoCoA/FGModule.H include/CoCoA/FieldIdeal.H include/CoCoA/FloatApprox.H include/CoCoA/FractionField.H include/CoCoA/FreeModule.H include/CoCoA/GBEnv.H +include/CoCoA/geobucket.H include/CoCoA/GlobalManager.H include/CoCoA/HomomorphismOps.H +include/CoCoA/ideal.H +include/CoCoA/interrupt.H +include/CoCoA/library.H include/CoCoA/LinDepMill.H include/CoCoA/LogStream.H include/CoCoA/MachineInt.H +include/CoCoA/matrix.H include/CoCoA/MatrixForOrdering.H include/CoCoA/MatrixFp.H include/CoCoA/MatrixOps.H include/CoCoA/MatrixSpecial.H include/CoCoA/MatrixView.H include/CoCoA/MemPool.H +include/CoCoA/module.H include/CoCoA/ModuleOrdering.H -include/CoCoA/NumTheory-CRT.H include/CoCoA/NumTheory-ContFrac.H include/CoCoA/NumTheory-CoprimeFactorBasis.H -include/CoCoA/NumTheory-RatReconstruct.H -include/CoCoA/NumTheory-SimplestRat.H +include/CoCoA/NumTheory-CRT.H include/CoCoA/NumTheory-factor.H include/CoCoA/NumTheory-gcd.H include/CoCoA/NumTheory-misc.H include/CoCoA/NumTheory-modular.H include/CoCoA/NumTheory-prime.H +include/CoCoA/NumTheory-RatReconstruct.H +include/CoCoA/NumTheory-SimplestRat.H +include/CoCoA/obsolescent.H include/CoCoA/OpenMath.H include/CoCoA/OpenMathXML.H include/CoCoA/OrdvArith.H +include/CoCoA/PolyFamilies.H +include/CoCoA/PolyRing.H include/CoCoA/PPMonoid.H include/CoCoA/PPMonoidEv.H include/CoCoA/PPMonoidEvOv.H include/CoCoA/PPMonoidHom.H include/CoCoA/PPMonoidOv.H include/CoCoA/PPMonoidSparse.H include/CoCoA/PPOrdering.H include/CoCoA/PPWithMask.H include/CoCoA/PREPROCESSOR_DEFNS.H -include/CoCoA/PolyFamilies.H -include/CoCoA/PolyRing.H include/CoCoA/ProgressReporter.H include/CoCoA/QBGenerator.H include/CoCoA/QuasiPoly.H include/CoCoA/QuotientModule.H include/CoCoA/QuotientRing.H +include/CoCoA/random.H include/CoCoA/RandomSparseNonSing01Mat.H include/CoCoA/ReductionCog.H +include/CoCoA/ring-AutomaticConversion.H +include/CoCoA/ring.H include/CoCoA/RingDenseUPolyClean.H include/CoCoA/RingDistrMPolyClean.H include/CoCoA/RingDistrMPolyInlFpPP.H include/CoCoA/RingDistrMPolyInlPP.H include/CoCoA/RingElemInput.H include/CoCoA/RingElemOps-CoprimeFactorBasis.H include/CoCoA/RingExtAlg.H include/CoCoA/RingFp.H include/CoCoA/RingFpDouble.H include/CoCoA/RingFpLog.H include/CoCoA/RingFqLog.H include/CoCoA/RingFqVec.H include/CoCoA/RingHom.H include/CoCoA/RingQQ.H include/CoCoA/RingTwinFloat.H include/CoCoA/RingWeyl.H include/CoCoA/RingZZ.H include/CoCoA/RootBound.H include/CoCoA/SignalWatcher.H include/CoCoA/SmallFpDoubleImpl.H include/CoCoA/SmallFpImpl.H include/CoCoA/SmallFpLogImpl.H include/CoCoA/SmallFqLogImpl.H include/CoCoA/SmallFqUtils.H include/CoCoA/SmallFqVecImpl.H include/CoCoA/SmartPtrIRC.H include/CoCoA/SparsePolyIter.H include/CoCoA/SparsePolyOps-EvalInterval.H -include/CoCoA/SparsePolyOps-MinPoly.H -include/CoCoA/SparsePolyOps-RadicalMembership.H -include/CoCoA/SparsePolyOps-RealRadical.H -include/CoCoA/SparsePolyOps-RingElem.H -include/CoCoA/SparsePolyOps-SturmSeq.H include/CoCoA/SparsePolyOps-hilbert.H include/CoCoA/SparsePolyOps-ideal-monomial.H include/CoCoA/SparsePolyOps-ideal-points.H include/CoCoA/SparsePolyOps-ideal.H include/CoCoA/SparsePolyOps-implicit.H +include/CoCoA/SparsePolyOps-interreduced.H include/CoCoA/SparsePolyOps-involutive.H +include/CoCoA/SparsePolyOps-MinPoly.H +include/CoCoA/SparsePolyOps-RadicalMembership.H +include/CoCoA/SparsePolyOps-RealRadical.H include/CoCoA/SparsePolyOps-resultant.H +include/CoCoA/SparsePolyOps-RingElem.H +include/CoCoA/SparsePolyOps-SturmSeq.H include/CoCoA/SparsePolyRing.H +include/CoCoA/submodule.H include/CoCoA/SugarDegree.H +include/CoCoA/symbol.H +include/CoCoA/time.H include/CoCoA/TmpF5.H include/CoCoA/TmpGOperations.H include/CoCoA/TmpGPair.H include/CoCoA/TmpGPoly.H -include/CoCoA/TmpGRStats.H include/CoCoA/TmpGReductor.H +include/CoCoA/TmpGRStats.H include/CoCoA/TmpGTypes.H include/CoCoA/TmpIsTree.H include/CoCoA/TmpJBAlgorithm.H include/CoCoA/TmpJBDatastructure.H include/CoCoA/TmpJBMill.H include/CoCoA/TmpJBSets.H include/CoCoA/TmpMayerVietorisTree.H include/CoCoA/TmpMonomialFunctions.H include/CoCoA/TmpMorseBetti.H include/CoCoA/TmpMorseElement.H include/CoCoA/TmpMorseGraph.H include/CoCoA/TmpMorsePaths.H include/CoCoA/TmpMorseResolution.H +include/CoCoA/TmpPartialMorseBetti.H include/CoCoA/TmpPBMill.H include/CoCoA/TmpPPVector.H -include/CoCoA/TmpPartialMorseBetti.H include/CoCoA/TmpResolutionMinimization.H include/CoCoA/TmpStabilityAlgorithm.H include/CoCoA/TmpToric.H include/CoCoA/TmpUniversalInvolutiveBasisContainer.H include/CoCoA/ToString.H include/CoCoA/ULong2Long.H include/CoCoA/UPoly.H -include/CoCoA/VectorOps.H -include/CoCoA/VerificationLevel.H -include/CoCoA/apply.H -include/CoCoA/assert.H -include/CoCoA/bool3.H -include/CoCoA/combinatorics.H -include/CoCoA/config.H -include/CoCoA/convert.H -include/CoCoA/debug_new.H -include/CoCoA/degree.H -include/CoCoA/error.H -include/CoCoA/exception.H -include/CoCoA/factor.H -include/CoCoA/factorization.H -include/CoCoA/geobucket.H -include/CoCoA/ideal.H -include/CoCoA/interrupt.H -include/CoCoA/library.H -include/CoCoA/matrix.H -include/CoCoA/module.H -include/CoCoA/obsolescent.H -include/CoCoA/random.H -include/CoCoA/ring.H -include/CoCoA/submodule.H -include/CoCoA/symbol.H -include/CoCoA/time.H include/CoCoA/utils-gmp.H include/CoCoA/utils.H +include/CoCoA/VectorOps.H include/CoCoA/verbose.H +include/CoCoA/VerificationLevel.H lib/libcocoa.a +lib/libcocoa.so +lib/libcocoa.so.0 %%PORTDOCS%%%%DOCSDIR%%/CoCoALib.pdf %%PORTDOCS%%%%DOCSDIR%%/html/00CodingConventions.html %%PORTDOCS%%%%DOCSDIR%%/html/00INTRODUCTION.html %%PORTDOCS%%%%DOCSDIR%%/html/ApproxPts.html %%PORTDOCS%%%%DOCSDIR%%/html/BigInt.html %%PORTDOCS%%%%DOCSDIR%%/html/BigIntOps.html %%PORTDOCS%%%%DOCSDIR%%/html/BigRat.html %%PORTDOCS%%%%DOCSDIR%%/html/BigRatInterval.html %%PORTDOCS%%%%DOCSDIR%%/html/BigRatOps.html %%PORTDOCS%%%%DOCSDIR%%/html/BuildInfo.html %%PORTDOCS%%%%DOCSDIR%%/html/BuiltInFunctions.html %%PORTDOCS%%%%DOCSDIR%%/html/CanonicalHom.html %%PORTDOCS%%%%DOCSDIR%%/html/CpuTimeLimit.html %%PORTDOCS%%%%DOCSDIR%%/html/DenseMatrix.html %%PORTDOCS%%%%DOCSDIR%%/html/DenseUPolyClean.html %%PORTDOCS%%%%DOCSDIR%%/html/DenseUPolyRing.html %%PORTDOCS%%%%DOCSDIR%%/html/DistrMPolyClean.html %%PORTDOCS%%%%DOCSDIR%%/html/DistrMPolyInlPP.html %%PORTDOCS%%%%DOCSDIR%%/html/DivMask.html %%PORTDOCS%%%%DOCSDIR%%/html/DynamicBitset.html %%PORTDOCS%%%%DOCSDIR%%/html/ExternalLibs-BOOST.html %%PORTDOCS%%%%DOCSDIR%%/html/ExternalLibs-Frobby.html %%PORTDOCS%%%%DOCSDIR%%/html/ExternalLibs-GFan.html %%PORTDOCS%%%%DOCSDIR%%/html/ExternalLibs-GMP.html %%PORTDOCS%%%%DOCSDIR%%/html/ExternalLibs-MathSAT.html %%PORTDOCS%%%%DOCSDIR%%/html/ExternalLibs-Normaliz.html %%PORTDOCS%%%%DOCSDIR%%/html/ExternalLibs.html %%PORTDOCS%%%%DOCSDIR%%/html/FGModule.html %%PORTDOCS%%%%DOCSDIR%%/html/FieldIdeal.html %%PORTDOCS%%%%DOCSDIR%%/html/FloatApprox.html %%PORTDOCS%%%%DOCSDIR%%/html/FractionField.html %%PORTDOCS%%%%DOCSDIR%%/html/FreeModule.html %%PORTDOCS%%%%DOCSDIR%%/html/GBEnv.html %%PORTDOCS%%%%DOCSDIR%%/html/GPoly.html %%PORTDOCS%%%%DOCSDIR%%/html/GlobalManager.html %%PORTDOCS%%%%DOCSDIR%%/html/HomomorphismOps.html %%PORTDOCS%%%%DOCSDIR%%/html/INSTALL.html %%PORTDOCS%%%%DOCSDIR%%/html/IdealOfPoints.html %%PORTDOCS%%%%DOCSDIR%%/html/JBMill.html %%PORTDOCS%%%%DOCSDIR%%/html/LogStream.html %%PORTDOCS%%%%DOCSDIR%%/html/MachineInt.html %%PORTDOCS%%%%DOCSDIR%%/html/MatrixForOrdering.html %%PORTDOCS%%%%DOCSDIR%%/html/MatrixOps.html %%PORTDOCS%%%%DOCSDIR%%/html/MatrixSpecial.html %%PORTDOCS%%%%DOCSDIR%%/html/MatrixView.html %%PORTDOCS%%%%DOCSDIR%%/html/MemPool.html %%PORTDOCS%%%%DOCSDIR%%/html/ModuleTermOrdering.html %%PORTDOCS%%%%DOCSDIR%%/html/MorseGraph.html %%PORTDOCS%%%%DOCSDIR%%/html/NumTheory.html %%PORTDOCS%%%%DOCSDIR%%/html/OpenMath.html %%PORTDOCS%%%%DOCSDIR%%/html/OrdvArith.html %%PORTDOCS%%%%DOCSDIR%%/html/OrthogonalPolys.html %%PORTDOCS%%%%DOCSDIR%%/html/PBMill.html %%PORTDOCS%%%%DOCSDIR%%/html/PPMonoid.html %%PORTDOCS%%%%DOCSDIR%%/html/PPMonoidHom.html %%PORTDOCS%%%%DOCSDIR%%/html/PPOrdering.html %%PORTDOCS%%%%DOCSDIR%%/html/PPVector.html %%PORTDOCS%%%%DOCSDIR%%/html/PPWithMask.html %%PORTDOCS%%%%DOCSDIR%%/html/PolyRing.html %%PORTDOCS%%%%DOCSDIR%%/html/ProgressReporter.html %%PORTDOCS%%%%DOCSDIR%%/html/QBGenerator.html %%PORTDOCS%%%%DOCSDIR%%/html/QuasiPoly.html %%PORTDOCS%%%%DOCSDIR%%/html/QuotientRing.html %%PORTDOCS%%%%DOCSDIR%%/html/RadicalMembership.html %%PORTDOCS%%%%DOCSDIR%%/html/ReductionCog.html %%PORTDOCS%%%%DOCSDIR%%/html/RegisterServerOps.html %%PORTDOCS%%%%DOCSDIR%%/html/RingDistrMPolyClean.html %%PORTDOCS%%%%DOCSDIR%%/html/RingDistrMPolyInlPP.html %%PORTDOCS%%%%DOCSDIR%%/html/RingElem.html %%PORTDOCS%%%%DOCSDIR%%/html/RingElemInput.html %%PORTDOCS%%%%DOCSDIR%%/html/RingFp.html %%PORTDOCS%%%%DOCSDIR%%/html/RingFpDouble.html %%PORTDOCS%%%%DOCSDIR%%/html/RingFpLog.html %%PORTDOCS%%%%DOCSDIR%%/html/RingHom.html %%PORTDOCS%%%%DOCSDIR%%/html/RingQQ.html %%PORTDOCS%%%%DOCSDIR%%/html/RingTwinFloat.html %%PORTDOCS%%%%DOCSDIR%%/html/RingWeyl.html %%PORTDOCS%%%%DOCSDIR%%/html/RingZZ.html %%PORTDOCS%%%%DOCSDIR%%/html/RootBound.html %%PORTDOCS%%%%DOCSDIR%%/html/ServerOp.html %%PORTDOCS%%%%DOCSDIR%%/html/SignalWatcher.html %%PORTDOCS%%%%DOCSDIR%%/html/SmallFpDoubleImpl.html %%PORTDOCS%%%%DOCSDIR%%/html/SmallFpImpl.html %%PORTDOCS%%%%DOCSDIR%%/html/SmallFpLogImpl.html %%PORTDOCS%%%%DOCSDIR%%/html/SmallPrime.html %%PORTDOCS%%%%DOCSDIR%%/html/SmartPtrIRC.html %%PORTDOCS%%%%DOCSDIR%%/html/SmartPtrIRCCOW.html %%PORTDOCS%%%%DOCSDIR%%/html/SocketStream.html %%PORTDOCS%%%%DOCSDIR%%/html/SparsePolyOps-MinPoly.html %%PORTDOCS%%%%DOCSDIR%%/html/SparsePolyOps-RealRadical.html %%PORTDOCS%%%%DOCSDIR%%/html/SparsePolyOps-SturmSeq.html %%PORTDOCS%%%%DOCSDIR%%/html/SparsePolyOps-resultant.html %%PORTDOCS%%%%DOCSDIR%%/html/SparsePolyOps.html %%PORTDOCS%%%%DOCSDIR%%/html/SparsePolyRing.html %%PORTDOCS%%%%DOCSDIR%%/html/SugarDegree.html %%PORTDOCS%%%%DOCSDIR%%/html/ToString.html %%PORTDOCS%%%%DOCSDIR%%/html/ULong2Long.html %%PORTDOCS%%%%DOCSDIR%%/html/UniversalInvolutiveBasisContainer.html %%PORTDOCS%%%%DOCSDIR%%/html/VectorOps.html %%PORTDOCS%%%%DOCSDIR%%/html/VerificationLevel.html %%PORTDOCS%%%%DOCSDIR%%/html/assert.html %%PORTDOCS%%%%DOCSDIR%%/html/bool3.html %%PORTDOCS%%%%DOCSDIR%%/html/cocoalib-doc.css %%PORTDOCS%%%%DOCSDIR%%/html/combinatorics.html %%PORTDOCS%%%%DOCSDIR%%/html/config.html %%PORTDOCS%%%%DOCSDIR%%/html/convert.html %%PORTDOCS%%%%DOCSDIR%%/html/debug_new.html %%PORTDOCS%%%%DOCSDIR%%/html/degree.html %%PORTDOCS%%%%DOCSDIR%%/html/empty.html %%PORTDOCS%%%%DOCSDIR%%/html/error.html %%PORTDOCS%%%%DOCSDIR%%/html/exception.html %%PORTDOCS%%%%DOCSDIR%%/html/factor.html %%PORTDOCS%%%%DOCSDIR%%/html/factorization.html %%PORTDOCS%%%%DOCSDIR%%/html/geobucket.html %%PORTDOCS%%%%DOCSDIR%%/html/hilbert.html %%PORTDOCS%%%%DOCSDIR%%/html/ideal.html %%PORTDOCS%%%%DOCSDIR%%/html/index-alpha.html %%PORTDOCS%%%%DOCSDIR%%/html/index.html %%PORTDOCS%%%%DOCSDIR%%/html/interrupt.html %%PORTDOCS%%%%DOCSDIR%%/html/leak_checker.html %%PORTDOCS%%%%DOCSDIR%%/html/library.html %%PORTDOCS%%%%DOCSDIR%%/html/matrix.html %%PORTDOCS%%%%DOCSDIR%%/html/module.html %%PORTDOCS%%%%DOCSDIR%%/html/obsolescent.html %%PORTDOCS%%%%DOCSDIR%%/html/random.html %%PORTDOCS%%%%DOCSDIR%%/html/ring.html %%PORTDOCS%%%%DOCSDIR%%/html/submodule.html %%PORTDOCS%%%%DOCSDIR%%/html/symbol.html %%PORTDOCS%%%%DOCSDIR%%/html/time.html %%PORTDOCS%%%%DOCSDIR%%/html/utils-gmp.html %%PORTDOCS%%%%DOCSDIR%%/html/utils.html %%PORTDOCS%%%%DOCSDIR%%/html/verbose.html %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-AlexanderDual.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-ApproxPts1.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-BenchmarkToolkit.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-BigInt1.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-BigInt2.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-BigInt3.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-BigRat1.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-BigRatInterval1.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-BuildInfo.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-CoprimeFactorBasis1.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-CpuTimeLimit1.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-CpuTimeLimit2.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-DivMask1.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-DivMask2.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-DynamicBitset1.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-DynamicBitset2.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-ExternalLibs1.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-FloatApprox1.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-GFan1.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-GMPAllocator1.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-GMPAllocator2.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-HomomorphismFns1.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-IdealOfPoints1.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-IntegrationUIBCToSparsePolyRing.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-Janet1.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-Janet2.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-LogStream1.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-MVT-Simplicial.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-MVT-SqFr.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-MVT-edge.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-MVT.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-MathSat1.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-MathSat2.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-MorseGraph.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-NF.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-Normaliz1.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-Normaliz2.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-NumTheory-crypto1.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-NumTheory1.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-NumTheory2.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-NumTheory3.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-NumTheory4.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-OrderingGrading1.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-OrthogPolys1.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-PPMonoidElem1.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-PPMonoidElem2.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-PPMonoidHom1.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-PPVector1.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-PPWithMask1.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-PPWithMask2.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-PolyInput1.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-PolyInput2.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-PolyIterator1.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-PolyIterator2.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-PolyRing1.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-PolyRing2.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-PolyRing3.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-PolyRing4.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-Pommaret1.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-Pommaret2.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-ProgressReporter1.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-QuotientBasis.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-RandomBigInt1.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-RandomBool1.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-RandomLong1.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-RandomSource1.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-RandomSource2.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-RingElem1.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-RingFp1.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-RingFp2.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-RingFq1.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-RingHom1.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-RingHom2.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-RingHom3.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-RingHom4.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-RingHom5.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-RingHom6.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-RingQQ1.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-RingTwinFloat1.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-RingTwinFloat2.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-RingTwinFloat3.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-RingTwinFloat6.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-RingWeyl1.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-RingWeyl2.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-RingWeyl3.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-RingWeyl4.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-RingWeyl5.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-RingZZ1.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-RootBound1.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-SmallFp1.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-SmallFp2.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-SmallFp3.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-SparsePolyOps1.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-SparsePolyOps2.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-SparsePolyOps3.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-ToString1.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-ToString2.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-UtilsTemplate1.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-VectorOperations1.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-VerificationLevel1.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-bool3.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-c++-arith.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-c++-basic.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-c++-bool.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-c++-class.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-c++-fn-defn.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-c++-for-loop.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-c++-vector.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-c++.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-convert1.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-empty.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-error1.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-factor1.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-frobby1.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-geobucket1.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-hilbert1.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-ideal1.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-ideal2.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-interrupt1.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-interrupt2.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-limits.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-matrix1.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-matrix2.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-matrix3.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-matrix4.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-module1.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-module2.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-obsolescent.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-ring1.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-ring2.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-symbol1.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-symbol2.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-c++-vector2.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-verbose1.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/index.html