# $Id: Jamfile 926 2007-11-25 22:56:15Z rickmach $
# please add in alphabetic order
SubDir TOP lib geomatics ;

if $(PREPROCESSING)
{
  GPSSetupLibrary geomatics : gpstk ;
}
else
{
   GPSBuildLibrary geomatics : 
        DDid.cpp DiscCorr.cpp EarthOrientation.cpp
        GDCconfiguration.cpp GSatID.cpp GeodeticFrames.cpp
   	Namelist.cpp PhaseWindup.cpp PreciseRange.cpp
        RobustStats.cpp SRI.cpp SRIFilter.cpp
   	SatPass.cpp format.cpp random.cpp
  	   ;

   InstallFile $(INCDIR) :
	   DCinternals.hpp DDid.hpp DiscCorr.hpp
	   EarthOrientation.hpp GDCconfiguration.hpp GSatID.hpp 
	   GeodeticFrames.hpp Namelist.hpp PhaseWindup.hpp 
           PreciseRange.hpp RobustStats.hpp SRI.cpp
	   SRIFilter.hpp SatPass.hpp format.hpp index.hpp random.hpp
	   ;
}
