Index: head/astro/gpstk/Makefile =================================================================== --- head/astro/gpstk/Makefile (revision 370633) +++ head/astro/gpstk/Makefile (revision 370634) @@ -1,60 +1,21 @@ # Created by: Bruce M Simpson # $FreeBSD$ PORTNAME= gpstk -PORTVERSION= 2.0 +PORTVERSION= 2.5 CATEGORIES= astro devel MASTER_SITES= SF DISTNAME= ${PORTNAME}-${PORTVERSION}.src MAINTAINER= ports@FreeBSD.org COMMENT= Toolkit for developing GPS applications -LICENSE= LGPL21 +LICENSE= LGPL3 -BUILD_DEPENDS= jam:${PORTSDIR}/devel/jam - -USES= dos2unix -USE_PYTHON_RUN= yes +USES= cmake python:run +USE_GCC= yes USE_LDCONFIG= yes -DOS2UNIX_FILES= ${WRKSRC}/Jamrules -WRKSRC= ${WRKDIR}/${PORTNAME} - -JAM= jam -JAM_ENV= PREFIX="${STAGEDIR}${PREFIX}" \ - CC="${CC}" CCFLAGS="${CFLAGS}" \ - C++="${CXX}" C++FLAGS="${CXXFLAGS}" - -post-patch: -# Unbreak with modern C++ compilers (notably, Clang) - @${REINPLACE_CMD} -e 's,assignFrom(,this->&,' \ - ${WRKSRC}/src/Vector.hpp ${WRKSRC}/src/Matrix.hpp - @${REINPLACE_CMD} -e 's,matSliceCheck(,this->&,' \ - ${WRKSRC}/src/Matrix.hpp - @${REINPLACE_CMD} -e 's,addData(,this->&,' \ - ${WRKSRC}/src/FileFilterFrame.hpp - @${REINPLACE_CMD} -e 's,float,double,' \ - ${WRKSRC}/apps/swrx/gpsSim.cpp - @${REINPLACE_CMD} -e '/GPSEllipsoid gm/s,const ,,' \ - ${WRKSRC}/apps/reszilla/ddGen.cpp - -do-build: - cd ${WRKSRC} && ${SETENV} ${JAM_ENV} ${JAM} ${_MAKE_JOBS} - -NOSTRIPFILES= ddPlot|ordPlot # don't strip scripts -SHLIBS= geodyn geomatics gpstk procframe rxio vdraw vplot -SHLIBVER= ${PORTVERSION:S/.//g} - -do-install: - @${MKDIR} ${STAGEDIR}${PREFIX}/include/${PORTNAME} - cd ${WRKSRC} && ${SETENV} ${JAM_ENV} ${JAM} install -.for shlib in ${SHLIBS} - ${LN} -sf lib${shlib}.so.${SHLIBVER} \ - ${STAGEDIR}${PREFIX}/lib/lib${shlib}.so -.endfor - @${STRIP_CMD} `${GREP} '^bin/' ${PLIST} | \ - ${GREP} -E -v '^bin/(${NOSTRIPFILES})$$' | \ - ${SED} 's,^,${STAGEDIR}${PREFIX}/,'` +WRKSRC= ${WRKDIR}/dev .include Index: head/astro/gpstk/distinfo =================================================================== --- head/astro/gpstk/distinfo (revision 370633) +++ head/astro/gpstk/distinfo (revision 370634) @@ -1,2 +1,2 @@ -SHA256 (gpstk-2.0.src.tar.gz) = c98f5b38e0dea0f1ecc0d1de980047127172277c7bd52bcd648f20953dc3b246 -SIZE (gpstk-2.0.src.tar.gz) = 65691251 +SHA256 (gpstk-2.5.src.tar.gz) = c3be55ea0ea6a08c823b41c51064ab4596f6e1591dc18533816fac86f0087099 +SIZE (gpstk-2.5.src.tar.gz) = 70300615 Index: head/astro/gpstk/files/patch-apps-swrx-IQStream.hpp =================================================================== --- head/astro/gpstk/files/patch-apps-swrx-IQStream.hpp (revision 370633) +++ head/astro/gpstk/files/patch-apps-swrx-IQStream.hpp (nonexistent) @@ -1,12 +0,0 @@ ---- apps/swrx/IQStream.hpp.orig 2012-06-27 22:22:33 +0800 -+++ apps/swrx/IQStream.hpp -@@ -130,6 +130,9 @@ namespace gpstk - inline IQStream& operator<<(IQStream& s, const std::complex& v) - { s.writeComplex(v); return s; }; - -+ inline IQStream& operator<<(IQStream& s, const std::complex& v) -+ { s.writeComplex(v); return s; }; -+ - - class IQ1Stream : public IQStream - { Property changes on: head/astro/gpstk/files/patch-apps-swrx-IQStream.hpp ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/astro/gpstk/files/patch-Jamrules =================================================================== --- head/astro/gpstk/files/patch-Jamrules (revision 370633) +++ head/astro/gpstk/files/patch-Jamrules (nonexistent) @@ -1,36 +0,0 @@ -$FreeBSD$ - -- make sure link pulls in libstdc++ (jam link invoked as cc instead of c++) -- don't name shlib files with extra trailing .0 - ---- Jamrules.orig 2011-02-22 09:10:30.000000000 -0700 -+++ Jamrules 2012-02-09 17:14:48.000000000 -0700 -@@ -33,6 +33,10 @@ - case CYGWIN : - LINKLIBS += -lstdc++ ; - -+ case FREEBSD : -+ LINKLIBS += -lstdc++ ; -+ CCSHARE_FLAGS = -fPIC ; -+ - case LINUX : - LINKLIBS += -lstdc++ ; - CCSHARE_FLAGS = -fPIC ; -@@ -133,7 +137,7 @@ - # compiler specific stuff - this is probably actually pretty clumsy - if ( $(CC) != gcc ) - { -- NEED_GETOPT = true ; -+ #NEED_GETOPT = true ; - } - - if $(PREFIX) -@@ -238,7 +242,7 @@ - if $(UNIX) && $(OS) != CYGWIN - { - soname = $(LIBPREFIX)$(<:S=$(SUFLIBSHR)).$(GPSTK_SO_VERSION) ; -- shlib = $(LIBPREFIX)$(<:S=$(SUFLIBSHR).$(GPSTK_SO_VERSION).0) ; -+ shlib = $(LIBPREFIX)$(<:S=$(SUFLIBSHR)).$(GPSTK_SO_VERSION) ; - shrobjs = $(>:S=$(SUFOBJ2)) ; - ObjectCcFlags $(shrobjs) : $(CCSHARE_FLAGS) ; - ObjectC++Flags $(shrobjs) : $(CCSHARE_FLAGS) ; Property changes on: head/astro/gpstk/files/patch-Jamrules ___________________________________________________________________ Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:keywords ## -1 +0,0 ## -FreeBSD=%H \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/astro/gpstk/files/patch-scale =================================================================== --- head/astro/gpstk/files/patch-scale (revision 370633) +++ head/astro/gpstk/files/patch-scale (nonexistent) @@ -1,40 +0,0 @@ -$FreeBSD$ - -'scale' is a pretty generic name to put into bin/, especially -considering how non-generic this implementation is. -To avoid naming collisions, rename scale to scale-gpstk. - ---- apps/clocktools/help.orig 2011-02-22 09:10:25.000000000 -0700 -+++ apps/clocktools/help 2012-06-05 15:31:51.000000000 -0600 -@@ -20,9 +20,9 @@ - ---- - - --scale - Scales fractional frequency or phase data by a factor of 10^-6 -+scale-gpstk - Scales fractional frequency or phase data by a factor of 10^-6 - --example: cat data | scale > scdata -+example: cat data | scale-gpstk > scdata - - - ---- ---- apps/clocktools/Jamfile.orig 2011-02-22 09:10:25.000000000 -0700 -+++ apps/clocktools/Jamfile 2012-06-05 15:32:30.000000000 -0600 -@@ -2,7 +2,7 @@ - - SubDir TOP apps clocktools ; - --GPSLinkLibraries dallandev ffp mallandev nallandev oallandev ohadamarddev ORDPhaseParser pff rmoutlier scale tallandev TIAPhaseParser trunc : gpstk ; -+GPSLinkLibraries dallandev ffp mallandev nallandev oallandev ohadamarddev ORDPhaseParser pff rmoutlier scale-gpstk tallandev TIAPhaseParser trunc : gpstk ; - - GPSMain dallandev : dallandev.cpp ; - GPSMain ffp : ffp.cpp ; -@@ -13,7 +13,7 @@ - GPSMain ORDPhaseParser : ORDPhaseParser.cpp ; - GPSMain pff : pff.cpp ; - GPSMain rmoutlier : rmoutlier.cpp ; --GPSMain scale : scale.cpp ; -+GPSMain scale-gpstk : scale.cpp ; - GPSMain tallandev : tallandev.cpp ; - GPSMain TIAPhaseParser : TIAPhaseParser.cpp ; - GPSMain trunc : trunc.cpp ; Property changes on: head/astro/gpstk/files/patch-scale ___________________________________________________________________ Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:keywords ## -1 +0,0 ## -FreeBSD=%H \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/astro/gpstk/files/patch-ext__lib__FileDirProc__FileHunter.cpp =================================================================== --- head/astro/gpstk/files/patch-ext__lib__FileDirProc__FileHunter.cpp (nonexistent) +++ head/astro/gpstk/files/patch-ext__lib__FileDirProc__FileHunter.cpp (revision 370634) @@ -0,0 +1,10 @@ +--- ext/lib/FileDirProc/FileHunter.cpp.orig 2014-10-10 19:46:15 UTC ++++ ext/lib/FileDirProc/FileHunter.cpp +@@ -52,6 +52,7 @@ + #ifndef _WIN32 + #include + #include ++#include + #else + #include + #include Property changes on: head/astro/gpstk/files/patch-ext__lib__FileDirProc__FileHunter.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/astro/gpstk/files/patch-ext__lib__Utilities__BinUtils.hpp =================================================================== --- head/astro/gpstk/files/patch-ext__lib__Utilities__BinUtils.hpp (nonexistent) +++ head/astro/gpstk/files/patch-ext__lib__Utilities__BinUtils.hpp (revision 370634) @@ -0,0 +1,10 @@ +--- ext/lib/Utilities/BinUtils.hpp.orig 2014-10-11 11:19:24 UTC ++++ ext/lib/Utilities/BinUtils.hpp +@@ -54,6 +54,7 @@ + + #include "Exception.hpp" + ++#include + #ifndef BYTE_ORDER + #ifdef _MSC_VER + #define LITTLE_ENDIAN 1 Property changes on: head/astro/gpstk/files/patch-ext__lib__Utilities__BinUtils.hpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/astro/gpstk/pkg-plist =================================================================== --- head/astro/gpstk/pkg-plist (revision 370633) +++ head/astro/gpstk/pkg-plist (revision 370634) @@ -1,575 +1,489 @@ -bin/CalcDOPs -bin/ConstellationList bin/DDBase -bin/DOPcalc bin/DiscFix -bin/IonoBias -bin/ORDPhaseParser bin/PRSolve bin/RinDump bin/RinEdit bin/RinNav bin/RinSum -bin/TECMaps -bin/TIAPhaseParser -bin/ash2mdp -bin/ash2xyz -bin/ats2mdp bin/bc2sp3 bin/calgps -bin/compSatVis -bin/compStaVis bin/convertSSEph -bin/daa -bin/dallandev -bin/ddGen -bin/ddPlot -bin/ddmerge -bin/ephdiff -bin/ephemfix -bin/ephsum -bin/ffp -bin/fic2rin -bin/ficacheck -bin/ficafic -bin/ficcheck -bin/ficdiff -bin/ficedit -bin/ficfica -bin/findMoreThan12 +bin/glodump bin/lsfilt -bin/mallandev -bin/mdp2fic -bin/mdp2rinex -bin/mdpEdit -bin/mdptool -bin/mergeFIC bin/mergeRinMet bin/mergeRinNav bin/mergeRinObs bin/mergeSRI bin/mpsolve -bin/nallandev -bin/navdmp -bin/navsum bin/novaRinex -bin/oallandev -bin/ohadamarddev -bin/ordClock -bin/ordEdit -bin/ordGen -bin/ordLinEst -bin/ordPlot -bin/ordStats -bin/pff bin/posInterp bin/poscvt -bin/posmsc bin/rfw -bin/rinexpvt bin/rinexthin bin/rmoutlier bin/rmwcheck bin/rmwdiff bin/rnwcheck bin/rnwdiff bin/rowcheck bin/rowdiff bin/rstats -bin/scale-gpstk -bin/sp32bc bin/sp3version -bin/svvis -bin/tallandev bin/testSSEph bin/timeconvert -bin/trunc +bin/tkalm bin/vecsol -bin/wheresat -include/gpstk/ANSITime.hpp -include/gpstk/ARBase.hpp -include/gpstk/ARLambda.hpp -include/gpstk/ARMLambda.hpp -include/gpstk/ARSimple.hpp -include/gpstk/ASConstant.hpp -include/gpstk/ATSData.hpp -include/gpstk/ATSStream.hpp -include/gpstk/Adler32.hpp -include/gpstk/AllanDeviation.hpp -include/gpstk/AlmOrbit.hpp -include/gpstk/Antenna.hpp -include/gpstk/AntexBase.hpp -include/gpstk/AntexData.hpp -include/gpstk/AntexHeader.hpp -include/gpstk/AntexReader.hpp -include/gpstk/AntexStream.hpp -include/gpstk/AshtechALB.hpp -include/gpstk/AshtechData.hpp -include/gpstk/AshtechEPB.hpp -include/gpstk/AshtechMBEN.hpp -include/gpstk/AshtechPBEN.hpp -include/gpstk/AshtechStream.hpp -include/gpstk/AstronomicalFunctions.hpp -include/gpstk/AtmosphericDrag.hpp -include/gpstk/Axis.hpp -include/gpstk/AxisStyle.hpp -include/gpstk/BLQDataReader.hpp -include/gpstk/Bancroft.hpp -include/gpstk/Base64Encoder.hpp -include/gpstk/BaseDistribution.hpp -include/gpstk/BasicFramework.hpp -include/gpstk/BasicModel.hpp -include/gpstk/BasicShape.hpp -include/gpstk/BinUtils.hpp -include/gpstk/BinexData.hpp -include/gpstk/BinexFilterOperators.hpp -include/gpstk/BinexStream.hpp -include/gpstk/Bitmap.hpp -include/gpstk/BivarStats.hpp -include/gpstk/BorderLayout.hpp -include/gpstk/BrcClockCorrection.hpp -include/gpstk/BrcKeplerOrbit.hpp -include/gpstk/CNAV2EphClk.hpp -include/gpstk/CNAVClock.hpp -include/gpstk/CNAVEphemeris.hpp -include/gpstk/CRC32.hpp -include/gpstk/Canvas.hpp -include/gpstk/CheckPRData.hpp -include/gpstk/Chi2Distribution.hpp -include/gpstk/CiraExponentialDrag.hpp -include/gpstk/Circle.hpp -include/gpstk/CivilTime.hpp -include/gpstk/ClockModel.hpp -include/gpstk/ClockSatStore.hpp -include/gpstk/CodeBuffer.hpp -include/gpstk/CodeKalmanSolver.hpp -include/gpstk/CodeSmoother.hpp -include/gpstk/Color.hpp -include/gpstk/ColorMap.hpp -include/gpstk/Combinations.hpp -include/gpstk/CommandLine.hpp -include/gpstk/CommandOption.hpp -include/gpstk/CommandOptionParser.hpp -include/gpstk/CommandOptionWithCommonTimeArg.hpp -include/gpstk/CommandOptionWithPositionArg.hpp -include/gpstk/CommandOptionWithTimeArg.hpp -include/gpstk/Comment.hpp -include/gpstk/CommonTime.hpp -include/gpstk/ComputeCombination.hpp -include/gpstk/ComputeDOP.hpp -include/gpstk/ComputeIURAWeights.hpp -include/gpstk/ComputeIonoModel.hpp -include/gpstk/ComputeLC.hpp -include/gpstk/ComputeLI.hpp -include/gpstk/ComputeLdelta.hpp -include/gpstk/ComputeLinear.hpp -include/gpstk/ComputeMOPSWeights.hpp -include/gpstk/ComputeMelbourneWubbena.hpp -include/gpstk/ComputePC.hpp -include/gpstk/ComputePI.hpp -include/gpstk/ComputePdelta.hpp -include/gpstk/ComputeSatPCenter.hpp -include/gpstk/ComputeSimpleWeights.hpp -include/gpstk/ComputeTropModel.hpp -include/gpstk/ComputeWindUp.hpp -include/gpstk/ConfDataReader.hpp -include/gpstk/ConfDataWriter.hpp -include/gpstk/ConstraintSystem.hpp -include/gpstk/ConvertC1ToP1.hpp -include/gpstk/CorrectCodeBiases.hpp -include/gpstk/CorrectObservables.hpp -include/gpstk/DCBDataReader.hpp -include/gpstk/DDid.hpp -include/gpstk/DOP.hpp -include/gpstk/DataHeaders.hpp -include/gpstk/DataStatus.hpp -include/gpstk/DataStructures.hpp -include/gpstk/DebugUtils.hpp -include/gpstk/Decimate.hpp -include/gpstk/DeltaOp.hpp -include/gpstk/Differentiator.hpp -include/gpstk/DiscCorr.hpp -include/gpstk/DoubleOp.hpp -include/gpstk/Dumper.hpp -include/gpstk/EGM96GravityModel.hpp -include/gpstk/ENUUtil.hpp -include/gpstk/EOPDataStore.hpp -include/gpstk/EPSImage.hpp -include/gpstk/EarthBody.hpp -include/gpstk/EarthOceanTide.hpp -include/gpstk/EarthOrientation.hpp -include/gpstk/EarthPoleTide.hpp -include/gpstk/EarthSolidTide.hpp -include/gpstk/EclipsedSatFilter.hpp -include/gpstk/EllipsoidModel.hpp -include/gpstk/EngAlmanac.hpp -include/gpstk/EngEphemeris.hpp -include/gpstk/EngNav.hpp -include/gpstk/EphReader.hpp -include/gpstk/EphemerisRange.hpp -include/gpstk/Epoch.hpp -include/gpstk/EpochClockModel.hpp -include/gpstk/EpochDataStore.hpp -include/gpstk/Equation.hpp -include/gpstk/EquationOfMotion.hpp -include/gpstk/EquationSystem.hpp -include/gpstk/Exception.hpp -include/gpstk/Expression.hpp -include/gpstk/ExtractCombinationData.hpp -include/gpstk/ExtractData.hpp -include/gpstk/ExtractLC.hpp -include/gpstk/ExtractPC.hpp -include/gpstk/FFBinaryStream.hpp -include/gpstk/FFData.hpp -include/gpstk/FFIdentifier.hpp -include/gpstk/FFStream.hpp -include/gpstk/FFStreamError.hpp -include/gpstk/FFTextStream.hpp -include/gpstk/FICAStream.hpp -include/gpstk/FICBase.hpp -include/gpstk/FICData.hpp -include/gpstk/FICData109.hpp -include/gpstk/FICData162.hpp -include/gpstk/FICData62.hpp -include/gpstk/FICData9.hpp -include/gpstk/FICFilterOperators.hpp -include/gpstk/FICHeader.hpp -include/gpstk/FICStream.hpp -include/gpstk/FICStreamBase.hpp -include/gpstk/FIRDifferentiator5thOrder.hpp -include/gpstk/FileFilter.hpp -include/gpstk/FileFilterFrame.hpp -include/gpstk/FileFilterFrameWithHeader.hpp -include/gpstk/FileHunter.hpp -include/gpstk/FileSpec.hpp -include/gpstk/FileStore.hpp -include/gpstk/FileUtils.hpp -include/gpstk/Fillable.hpp -include/gpstk/FilterBase.hpp -include/gpstk/ForceModel.hpp -include/gpstk/ForceModelList.hpp -include/gpstk/Frame.hpp -include/gpstk/GDSUtils.hpp -include/gpstk/GPSAlmanacStore.hpp -include/gpstk/GPSEllipsoid.hpp -include/gpstk/GPSEphemerisStore.hpp -include/gpstk/GPSWeek.hpp -include/gpstk/GPSWeekSecond.hpp -include/gpstk/GPSWeekZcount.hpp -include/gpstk/GPSZcount.hpp -include/gpstk/GPS_URA.hpp -include/gpstk/GSatID.hpp -include/gpstk/GalEphemeris.hpp -include/gpstk/GalEphemerisStore.hpp -include/gpstk/GaussianDistribution.hpp -include/gpstk/GenXSequence.hpp -include/gpstk/GeneralConstraint.hpp -include/gpstk/GeneralEquations.hpp -include/gpstk/GeodeticFrames.hpp -include/gpstk/GloEphemeris.hpp -include/gpstk/GloEphemerisStore.hpp -include/gpstk/GloFreqIndex.hpp -include/gpstk/GraphicsConstants.hpp -include/gpstk/GravitationalDelay.hpp -include/gpstk/GridLayout.hpp -include/gpstk/HLayout.hpp -include/gpstk/HarrisPriesterDrag.hpp -include/gpstk/HelmertTransform.hpp -include/gpstk/Helper.hpp -include/gpstk/InOutFramework.hpp -include/gpstk/Integrator.hpp -include/gpstk/InterpolatedColorMap.hpp -include/gpstk/IonexBase.hpp -include/gpstk/IonexData.hpp -include/gpstk/IonexHeader.hpp -include/gpstk/IonexModel.hpp -include/gpstk/IonexStore.hpp -include/gpstk/IonexStream.hpp -include/gpstk/IonoModel.hpp -include/gpstk/IonoModelStore.hpp -include/gpstk/JGM3GravityModel.hpp -include/gpstk/JulianDate.hpp -include/gpstk/Keeper.hpp -include/gpstk/KeplerOrbit.hpp -include/gpstk/LEOSatOrbit.hpp -include/gpstk/LICSDetector.hpp -include/gpstk/LICSDetector2.hpp -include/gpstk/Layout.hpp -include/gpstk/Line.hpp -include/gpstk/LinePlot.hpp -include/gpstk/LinearClockModel.hpp -include/gpstk/LinearCombinations.hpp -include/gpstk/LogChannel.hpp -include/gpstk/LogMessage.hpp -include/gpstk/Logger.hpp -include/gpstk/LoopedFramework.hpp -include/gpstk/MDPHeader.hpp -include/gpstk/MDPNavSubframe.hpp -include/gpstk/MDPObsEpoch.hpp -include/gpstk/MDPPVTSolution.hpp -include/gpstk/MDPSelftestStatus.hpp -include/gpstk/MDPStream.hpp -include/gpstk/MJD.hpp -include/gpstk/MOPSWeight.hpp -include/gpstk/MSCBase.hpp -include/gpstk/MSCData.hpp -include/gpstk/MSCHeader.hpp -include/gpstk/MSCStore.hpp -include/gpstk/MSCStream.hpp -include/gpstk/MWCSDetector.hpp -include/gpstk/MainAdapter.hpp -include/gpstk/Markable.hpp -include/gpstk/Marker.hpp -include/gpstk/MathBase.hpp -include/gpstk/Matrix.hpp -include/gpstk/MatrixBase.hpp -include/gpstk/MatrixBaseOperators.hpp -include/gpstk/MatrixFunctors.hpp -include/gpstk/MatrixImplementation.hpp -include/gpstk/MatrixOperators.hpp -include/gpstk/MemoryUtils.hpp -include/gpstk/MetReader.hpp -include/gpstk/MiscMath.hpp -include/gpstk/ModelObs.hpp -include/gpstk/ModelObsFixedStation.hpp -include/gpstk/ModeledPR.hpp -include/gpstk/ModeledPseudorangeBase.hpp -include/gpstk/ModeledReferencePR.hpp -include/gpstk/MoonForce.hpp -include/gpstk/MoonPosition.hpp -include/gpstk/Msise00Drag.hpp -include/gpstk/NEDUtil.hpp -include/gpstk/NablaOp.hpp -include/gpstk/Namelist.hpp -include/gpstk/NavSatOrbit.hpp -include/gpstk/NetworkObsStreams.hpp -include/gpstk/NovatelData.hpp -include/gpstk/NovatelStream.hpp -include/gpstk/ORDEpoch.hpp -include/gpstk/ObsClockModel.hpp -include/gpstk/ObsEphReaderFramework.hpp -include/gpstk/ObsEpochMap.hpp -include/gpstk/ObsID.hpp -include/gpstk/ObsReader.hpp -include/gpstk/ObsRngDev.hpp -include/gpstk/ObsUtils.hpp -include/gpstk/OceanLoading.hpp -include/gpstk/OneFreqCSDetector.hpp -include/gpstk/OrbElemStore.hpp -include/gpstk/PCSmoother.hpp -include/gpstk/PCodeConst.hpp -include/gpstk/PNG.hpp -include/gpstk/PRSolution.hpp -include/gpstk/PRSolution2.hpp -include/gpstk/PSImage.hpp -include/gpstk/PSImageBase.hpp -include/gpstk/PZ90Ellipsoid.hpp -include/gpstk/PackedNavBits.hpp -include/gpstk/Palette.hpp -include/gpstk/Path.hpp -include/gpstk/PhaseCodeAlignment.hpp -include/gpstk/PhaseWindup.hpp -include/gpstk/PlanetEphemeris.hpp -include/gpstk/Plot.hpp -include/gpstk/PoleTides.hpp -include/gpstk/PolyFit.hpp -include/gpstk/Polygon.hpp -include/gpstk/Position.hpp -include/gpstk/PositionSatStore.hpp -include/gpstk/PowerSum.hpp -include/gpstk/PreciseRange.hpp -include/gpstk/ProblemSatFilter.hpp -include/gpstk/ProcessingClass.hpp -include/gpstk/ProcessingList.hpp -include/gpstk/ProcessingVector.hpp -include/gpstk/Pruner.hpp -include/gpstk/PvtStore.hpp -include/gpstk/RACRotation.hpp -include/gpstk/RK4VehicleModel.hpp -include/gpstk/RTFileFrame.hpp -include/gpstk/Rectangle.hpp -include/gpstk/ReferenceFrame.hpp -include/gpstk/ReferenceFrames.hpp -include/gpstk/RelativityEffect.hpp -include/gpstk/RequireObservables.hpp -include/gpstk/Rinex3ClockBase.hpp -include/gpstk/Rinex3ClockData.hpp -include/gpstk/Rinex3ClockHeader.hpp -include/gpstk/Rinex3ClockStream.hpp -include/gpstk/Rinex3EphemerisStore.hpp -include/gpstk/Rinex3NavBase.hpp -include/gpstk/Rinex3NavData.hpp -include/gpstk/Rinex3NavFilterOperators.hpp -include/gpstk/Rinex3NavHeader.hpp -include/gpstk/Rinex3NavStream.hpp -include/gpstk/Rinex3ObsBase.hpp -include/gpstk/Rinex3ObsData.hpp -include/gpstk/Rinex3ObsFilterOperators.hpp -include/gpstk/Rinex3ObsHeader.hpp -include/gpstk/Rinex3ObsStream.hpp -include/gpstk/RinexClockBase.hpp -include/gpstk/RinexClockData.hpp -include/gpstk/RinexClockHeader.hpp -include/gpstk/RinexClockStore.hpp -include/gpstk/RinexClockStream.hpp -include/gpstk/RinexConverters.hpp -include/gpstk/RinexMetBase.hpp -include/gpstk/RinexMetData.hpp -include/gpstk/RinexMetFilterOperators.hpp -include/gpstk/RinexMetHeader.hpp -include/gpstk/RinexMetStream.hpp -include/gpstk/RinexNavBase.hpp -include/gpstk/RinexNavData.hpp -include/gpstk/RinexNavFilterOperators.hpp -include/gpstk/RinexNavHeader.hpp -include/gpstk/RinexNavStream.hpp -include/gpstk/RinexObsBase.hpp -include/gpstk/RinexObsData.hpp -include/gpstk/RinexObsFilterOperators.hpp -include/gpstk/RinexObsHeader.hpp -include/gpstk/RinexObsID.hpp -include/gpstk/RinexObsStream.hpp -include/gpstk/RinexSatID.hpp -include/gpstk/RinexUtilities.hpp -include/gpstk/RobustStats.hpp -include/gpstk/RungeKutta4.hpp -include/gpstk/RungeKuttaFehlberg.hpp -include/gpstk/SEMAlmanacStore.hpp -include/gpstk/SEMBase.hpp -include/gpstk/SEMData.hpp -include/gpstk/SEMHeader.hpp -include/gpstk/SEMStream.hpp -include/gpstk/SMODFData.hpp -include/gpstk/SMODFStream.hpp -include/gpstk/SP3Base.hpp -include/gpstk/SP3Data.hpp -include/gpstk/SP3EphemerisStore.hpp -include/gpstk/SP3Header.hpp -include/gpstk/SP3SatID.hpp -include/gpstk/SP3Stream.hpp -include/gpstk/SRI.hpp -include/gpstk/SRIFilter.hpp -include/gpstk/SRIMatrix.hpp -include/gpstk/SRIleastSquares.hpp -include/gpstk/SVExclusionList.hpp -include/gpstk/SVGImage.hpp -include/gpstk/SVNumXRef.hpp -include/gpstk/SVPCodeGen.hpp -include/gpstk/SatArcMarker.hpp -include/gpstk/SatDataReader.hpp -include/gpstk/SatID.hpp -include/gpstk/SatOrbit.hpp -include/gpstk/SatOrbitPropagator.hpp -include/gpstk/SatOrbitStore.hpp -include/gpstk/SatPass.hpp -include/gpstk/ScatterPlot.hpp -include/gpstk/SeriesList.hpp -include/gpstk/SimpleFilter.hpp -include/gpstk/SimpleIURAWeight.hpp -include/gpstk/SimpleKalmanFilter.hpp -include/gpstk/SolarPosition.hpp -include/gpstk/SolarRadiationPressure.hpp -include/gpstk/SolarSystem.hpp -include/gpstk/SolidTides.hpp -include/gpstk/SolverBase.hpp -include/gpstk/SolverGeneral.hpp -include/gpstk/SolverLMS.hpp -include/gpstk/SolverPPP.hpp -include/gpstk/SolverPPPFB.hpp -include/gpstk/SolverWMS.hpp -include/gpstk/SourceID.hpp -include/gpstk/Spacecraft.hpp -include/gpstk/SpecialFunctions.hpp -include/gpstk/SphericalHarmonicGravity.hpp -include/gpstk/Splitter.hpp -include/gpstk/Stats.hpp -include/gpstk/StochasticModel.hpp -include/gpstk/StreamBuf.hpp -include/gpstk/StringUtils.hpp -include/gpstk/StrokeStyle.hpp -include/gpstk/StudentDistribution.hpp -include/gpstk/SunEarthSatGeometry.hpp -include/gpstk/SunForce.hpp -include/gpstk/SunPosition.hpp -include/gpstk/SurfacePlot.hpp -include/gpstk/Synchronize.hpp -include/gpstk/SystemTime.hpp -include/gpstk/TabularSatStore.hpp -include/gpstk/Text.hpp -include/gpstk/TextStyle.hpp -include/gpstk/TimeConstants.hpp -include/gpstk/TimeConverters.hpp -include/gpstk/TimeNamedFileStream.hpp -include/gpstk/TimeString.hpp -include/gpstk/TimeSystem.hpp -include/gpstk/TimeSystemCorr.hpp -include/gpstk/TimeTag.hpp -include/gpstk/Triple.hpp -include/gpstk/TropModel.hpp -include/gpstk/TypeID.hpp -include/gpstk/UTCTime.hpp -include/gpstk/UnixTime.hpp -include/gpstk/VDrawException.hpp -include/gpstk/VGImage.hpp -include/gpstk/VGState.hpp -include/gpstk/VLayout.hpp -include/gpstk/ValidType.hpp -include/gpstk/Variable.hpp -include/gpstk/Vector.hpp -include/gpstk/VectorBase.hpp -include/gpstk/VectorBaseOperators.hpp -include/gpstk/VectorOperators.hpp -include/gpstk/ViewerManager.hpp -include/gpstk/WGS84Ellipsoid.hpp -include/gpstk/WeightBase.hpp -include/gpstk/WxObsMap.hpp -include/gpstk/X1Sequence.hpp -include/gpstk/X2Sequence.hpp -include/gpstk/XYZ2NED.hpp -include/gpstk/XYZ2NEU.hpp -include/gpstk/Xv.hpp -include/gpstk/Xvt.hpp -include/gpstk/XvtStore.hpp -include/gpstk/YDSTime.hpp -include/gpstk/YumaAlmanacStore.hpp -include/gpstk/YumaBase.hpp -include/gpstk/YumaData.hpp -include/gpstk/YumaHeader.hpp -include/gpstk/YumaStream.hpp -include/gpstk/convhelp.hpp -include/gpstk/expandtilde.hpp -include/gpstk/format.hpp -include/gpstk/geometry.hpp -include/gpstk/gps_constants.hpp -include/gpstk/gpstkplatform.h -include/gpstk/index.hpp -include/gpstk/logstream.hpp -include/gpstk/mergePCodeWords.h -include/gpstk/miscdefs.hpp -include/gpstk/miscenum.hpp -include/gpstk/plottypes.hpp -include/gpstk/random.hpp -include/gpstk/singleton.hpp -include/gpstk/stl_helpers.hpp -lib/libgeodyn.a -lib/libgeodyn.so -lib/libgeodyn.so.20 -lib/libgeomatics.a -lib/libgeomatics.so -lib/libgeomatics.so.20 -lib/libgpstk.a +include/ANSITime.hpp +include/ASConstant.hpp +include/Adler32.hpp +include/AllanDeviation.hpp +include/AlmOrbit.hpp +include/Antenna.hpp +include/AntexBase.hpp +include/AntexData.hpp +include/AntexHeader.hpp +include/AntexReader.hpp +include/AntexStream.hpp +include/AshtechALB.hpp +include/AshtechData.hpp +include/AshtechEPB.hpp +include/AshtechMBEN.hpp +include/AshtechPBEN.hpp +include/AshtechStream.hpp +include/AstronomicalFunctions.hpp +include/AtmosphericDrag.hpp +include/Axis.hpp +include/AxisStyle.hpp +include/BDSEphemeris.hpp +include/BDSEphemerisStore.hpp +include/BDSWeekSecond.hpp +include/BLQDataReader.hpp +include/Bancroft.hpp +include/Base64Encoder.hpp +include/BaseDistribution.hpp +include/BasicFramework.hpp +include/BasicModel.hpp +include/BasicShape.hpp +include/BinUtils.hpp +include/BinexData.hpp +include/BinexFilterOperators.hpp +include/BinexStream.hpp +include/Bitmap.hpp +include/BivarStats.hpp +include/BorderLayout.hpp +include/BrcClockCorrection.hpp +include/BrcKeplerOrbit.hpp +include/CNAV2EphClk.hpp +include/CNAVClock.hpp +include/CNAVEphemeris.hpp +include/CNavDataElement.hpp +include/CNavDataElementStore.hpp +include/CNavEOP.hpp +include/CNavGGTO.hpp +include/CNavISC.hpp +include/CNavText.hpp +include/CNavUTC.hpp +include/CRC32.hpp +include/Canvas.hpp +include/CheckPRData.hpp +include/Chi2Distribution.hpp +include/CiraExponentialDrag.hpp +include/Circle.hpp +include/CivilTime.hpp +include/ClockModel.hpp +include/ClockSatStore.hpp +include/CodeBuffer.hpp +include/CodeKalmanSolver.hpp +include/CodeSmoother.hpp +include/Color.hpp +include/ColorMap.hpp +include/Combinations.hpp +include/CommandLine.hpp +include/CommandOption.hpp +include/CommandOptionParser.hpp +include/CommandOptionWithCommonTimeArg.hpp +include/CommandOptionWithPositionArg.hpp +include/CommandOptionWithTimeArg.hpp +include/Comment.hpp +include/CommonTime.hpp +include/ComputeCombination.hpp +include/ComputeDOP.hpp +include/ComputeIURAWeights.hpp +include/ComputeIonoModel.hpp +include/ComputeLC.hpp +include/ComputeLI.hpp +include/ComputeLdelta.hpp +include/ComputeLinear.hpp +include/ComputeMOPSWeights.hpp +include/ComputeMelbourneWubbena.hpp +include/ComputePC.hpp +include/ComputePI.hpp +include/ComputePdelta.hpp +include/ComputeSatPCenter.hpp +include/ComputeSimpleWeights.hpp +include/ComputeTropModel.hpp +include/ComputeWindUp.hpp +include/ConfData.hpp +include/ConfDataItem.hpp +include/ConfDataReader.hpp +include/ConfDataSection.hpp +include/ConfDataStructures.hpp +include/ConfDataWriter.hpp +include/ConstraintSystem.hpp +include/ConvertC1ToP1.hpp +include/CorrectCodeBiases.hpp +include/CorrectObservables.hpp +include/DCBDataReader.hpp +include/DDid.hpp +include/DataHeaders.hpp +include/DataStatus.hpp +include/DataStructures.hpp +include/Decimate.hpp +include/DeltaOp.hpp +include/Differentiator.hpp +include/DiscCorr.hpp +include/DoubleOp.hpp +include/Dumper.hpp +include/EGM96GravityModel.hpp +include/ENUUtil.hpp +include/EOPDataStore.hpp +include/EPSImage.hpp +include/EarthBody.hpp +include/EarthOceanTide.hpp +include/EarthOrientation.hpp +include/EarthPoleTide.hpp +include/EarthSolidTide.hpp +include/EclipsedSatFilter.hpp +include/EllipsoidModel.hpp +include/EngAlmanac.hpp +include/EngEphemeris.hpp +include/EngNav.hpp +include/EphemerisRange.hpp +include/Epoch.hpp +include/EpochClockModel.hpp +include/EpochDataStore.hpp +include/Equation.hpp +include/EquationOfMotion.hpp +include/EquationSystem.hpp +include/Exception.hpp +include/Expression.hpp +include/ExtractCombinationData.hpp +include/ExtractData.hpp +include/ExtractLC.hpp +include/ExtractPC.hpp +include/FFBinaryStream.hpp +include/FFData.hpp +include/FFStream.hpp +include/FFStreamError.hpp +include/FFTextStream.hpp +include/FIRDifferentiator5thOrder.hpp +include/FileFilter.hpp +include/FileFilterFrame.hpp +include/FileFilterFrameWithHeader.hpp +include/FileHunter.hpp +include/FileSpec.hpp +include/FileStore.hpp +include/FileUtils.hpp +include/Fillable.hpp +include/FilterBase.hpp +include/ForceModel.hpp +include/ForceModelList.hpp +include/Frame.hpp +include/GALWeekSecond.hpp +include/GDSUtils.hpp +include/GNSSconstants.hpp +include/GPSAlmanacStore.hpp +include/GPSEllipsoid.hpp +include/GPSEphemeris.hpp +include/GPSEphemerisStore.hpp +include/GPSOrbElemStore.hpp +include/GPSWeek.hpp +include/GPSWeekSecond.hpp +include/GPSWeekZcount.hpp +include/GPSZcount.hpp +include/GPS_URA.hpp +include/GSatID.hpp +include/GalEphemeris.hpp +include/GalEphemerisStore.hpp +include/GaussianDistribution.hpp +include/GenXSequence.hpp +include/GeneralConstraint.hpp +include/GeneralEquations.hpp +include/GeodeticFrames.hpp +include/GloEphemeris.hpp +include/GloEphemerisStore.hpp +include/GraphicsConstants.hpp +include/GravitationalDelay.hpp +include/GridLayout.hpp +include/HLayout.hpp +include/HarrisPriesterDrag.hpp +include/HelmertTransform.hpp +include/Helper.hpp +include/IERS.hpp +include/IERSConventions.hpp +include/InOutFramework.hpp +include/Integrator.hpp +include/InterpolatedColorMap.hpp +include/IonexBase.hpp +include/IonexData.hpp +include/IonexHeader.hpp +include/IonexModel.hpp +include/IonexStore.hpp +include/IonexStream.hpp +include/IonoModel.hpp +include/IonoModelStore.hpp +include/JGM3GravityModel.hpp +include/JulianDate.hpp +include/KalmanFilter.hpp +include/Keeper.hpp +include/KeplerOrbit.hpp +include/LICSDetector.hpp +include/LICSDetector2.hpp +include/Layout.hpp +include/Line.hpp +include/LinePlot.hpp +include/LinearClockModel.hpp +include/LinearCombinations.hpp +include/LoopedFramework.hpp +include/MJD.hpp +include/MOPSWeight.hpp +include/MWCSDetector.hpp +include/MainAdapter.hpp +include/Markable.hpp +include/Marker.hpp +include/MathBase.hpp +include/Matrix.hpp +include/MatrixBase.hpp +include/MatrixBaseOperators.hpp +include/MatrixFunctors.hpp +include/MatrixImplementation.hpp +include/MatrixOperators.hpp +include/MemoryUtils.hpp +include/MetReader.hpp +include/MiscMath.hpp +include/ModelObs.hpp +include/ModelObsFixedStation.hpp +include/ModeledPR.hpp +include/ModeledPseudorangeBase.hpp +include/ModeledReferencePR.hpp +include/MoonForce.hpp +include/MoonPosition.hpp +include/Msise00Drag.hpp +include/NEDUtil.hpp +include/NablaOp.hpp +include/Namelist.hpp +include/NetworkObsStreams.hpp +include/NovatelData.hpp +include/NovatelStream.hpp +include/ORDEpoch.hpp +include/ObsClockModel.hpp +include/ObsEpochMap.hpp +include/ObsID.hpp +include/ObsIDInitializer.hpp +include/ObsRngDev.hpp +include/OceanLoading.hpp +include/OneFreqCSDetector.hpp +include/OrbElem.hpp +include/OrbElemRinex.hpp +include/OrbElemStore.hpp +include/OrbitEph.hpp +include/OrbitEphStore.hpp +include/PCSmoother.hpp +include/PCodeConst.hpp +include/PNG.hpp +include/PRSolution.hpp +include/PRSolution2.hpp +include/PSImage.hpp +include/PSImageBase.hpp +include/PZ90Ellipsoid.hpp +include/PackedNavBits.hpp +include/Palette.hpp +include/Path.hpp +include/PhaseCodeAlignment.hpp +include/PhaseWindup.hpp +include/PlanetEphemeris.hpp +include/Plot.hpp +include/PoleTides.hpp +include/PolyFit.hpp +include/Polygon.hpp +include/Position.hpp +include/PositionSatStore.hpp +include/PowerSum.hpp +include/PreciseRange.hpp +include/ProblemSatFilter.hpp +include/ProcessingClass.hpp +include/ProcessingList.hpp +include/ProcessingVector.hpp +include/Pruner.hpp +include/PvtStore.hpp +include/QZSEphemeris.hpp +include/QZSEphemerisStore.hpp +include/QZSWeekSecond.hpp +include/RACRotation.hpp +include/RTFileFrame.hpp +include/Rectangle.hpp +include/ReferenceFrame.hpp +include/ReferenceFrames.hpp +include/RelativityEffect.hpp +include/RequireObservables.hpp +include/Rinex3ClockBase.hpp +include/Rinex3ClockData.hpp +include/Rinex3ClockHeader.hpp +include/Rinex3ClockStream.hpp +include/Rinex3EphemerisStore.hpp +include/Rinex3NavBase.hpp +include/Rinex3NavData.hpp +include/Rinex3NavFilterOperators.hpp +include/Rinex3NavHeader.hpp +include/Rinex3NavStream.hpp +include/Rinex3ObsBase.hpp +include/Rinex3ObsData.hpp +include/Rinex3ObsFilterOperators.hpp +include/Rinex3ObsHeader.hpp +include/Rinex3ObsStream.hpp +include/RinexClockBase.hpp +include/RinexClockData.hpp +include/RinexClockHeader.hpp +include/RinexClockStore.hpp +include/RinexClockStream.hpp +include/RinexEphemerisStore.hpp +include/RinexMetBase.hpp +include/RinexMetData.hpp +include/RinexMetFilterOperators.hpp +include/RinexMetHeader.hpp +include/RinexMetStream.hpp +include/RinexNavBase.hpp +include/RinexNavData.hpp +include/RinexNavFilterOperators.hpp +include/RinexNavHeader.hpp +include/RinexNavStream.hpp +include/RinexObsBase.hpp +include/RinexObsData.hpp +include/RinexObsFilterOperators.hpp +include/RinexObsHeader.hpp +include/RinexObsID.hpp +include/RinexObsStream.hpp +include/RinexSatID.hpp +include/RinexUtilities.hpp +include/RobustStats.hpp +include/RungeKutta4.hpp +include/RungeKuttaFehlberg.hpp +include/SEMAlmanacStore.hpp +include/SEMBase.hpp +include/SEMData.hpp +include/SEMHeader.hpp +include/SEMStream.hpp +include/SMODFData.hpp +include/SMODFStream.hpp +include/SP3Base.hpp +include/SP3Data.hpp +include/SP3EphemerisStore.hpp +include/SP3Header.hpp +include/SP3SatID.hpp +include/SP3Stream.hpp +include/SRI.hpp +include/SRIFilter.hpp +include/SRIMatrix.hpp +include/SRIleastSquares.hpp +include/SVExclusionList.hpp +include/SVGImage.hpp +include/SVNumXRef.hpp +include/SVPCodeGen.hpp +include/SatArcMarker.hpp +include/SatDataReader.hpp +include/SatID.hpp +include/SatOrbit.hpp +include/SatOrbitPropagator.hpp +include/SatPass.hpp +include/ScatterPlot.hpp +include/SeriesList.hpp +include/SimpleFilter.hpp +include/SimpleIURAWeight.hpp +include/SimpleKalmanFilter.hpp +include/SolarPosition.hpp +include/SolarRadiationPressure.hpp +include/SolarSystem.hpp +include/SolidEarthTides.hpp +include/SolidTides.hpp +include/SolverBase.hpp +include/SolverGeneral.hpp +include/SolverLMS.hpp +include/SolverPPP.hpp +include/SolverPPPFB.hpp +include/SolverWMS.hpp +include/SourceID.hpp +include/Spacecraft.hpp +include/SpecialFunctions.hpp +include/SphericalHarmonicGravity.hpp +include/Splitter.hpp +include/Stats.hpp +include/StochasticModel.hpp +include/StreamBuf.hpp +include/StringUtils.hpp +include/StrokeStyle.hpp +include/StudentDistribution.hpp +include/SunEarthSatGeometry.hpp +include/SunForce.hpp +include/SunPosition.hpp +include/SurfacePlot.hpp +include/Synchronize.hpp +include/SystemTime.hpp +include/TabularSatStore.hpp +include/Text.hpp +include/TextStyle.hpp +include/TimeConstants.hpp +include/TimeConverters.hpp +include/TimeNamedFileStream.hpp +include/TimeString.hpp +include/TimeSystem.hpp +include/TimeSystemCorr.hpp +include/TimeTag.hpp +include/Triple.hpp +include/TropModel.hpp +include/TypeID.hpp +include/UTCTime.hpp +include/UnixTime.hpp +include/VDrawException.hpp +include/VGImage.hpp +include/VGState.hpp +include/VLayout.hpp +include/ValidType.hpp +include/Variable.hpp +include/Vector.hpp +include/VectorBase.hpp +include/VectorBaseOperators.hpp +include/VectorOperators.hpp +include/ViewerManager.hpp +include/WGS84Ellipsoid.hpp +include/Week.hpp +include/WeekSecond.hpp +include/WeightBase.hpp +include/WxObsMap.hpp +include/X1Sequence.hpp +include/X2Sequence.hpp +include/XYZ2NED.hpp +include/XYZ2NEU.hpp +include/Xv.hpp +include/Xvt.hpp +include/XvtStore.hpp +include/YDSTime.hpp +include/YumaAlmanacStore.hpp +include/YumaBase.hpp +include/YumaData.hpp +include/YumaHeader.hpp +include/YumaStream.hpp +include/compass_constants.hpp +include/convhelp.hpp +include/expandtilde.hpp +include/format.hpp +include/geometry.hpp +include/gps_constants.hpp +include/gpstkplatform.h +include/index.hpp +include/logstream.hpp +include/mergePCodeWords.h +include/plottypes.hpp +include/random.hpp +include/singleton.hpp +include/stl_helpers.hpp lib/libgpstk.so -lib/libgpstk.so.20 -lib/libprocframe.a -lib/libprocframe.so -lib/libprocframe.so.20 -lib/librxio.a -lib/librxio.so -lib/librxio.so.20 -lib/libvdraw.a -lib/libvdraw.so -lib/libvdraw.so.20 -lib/libvplot.a -lib/libvplot.so -lib/libvplot.so.20 -@dirrm include/gpstk