# $Id: Jamfile 1119 2008-03-12 15:01:30Z vorce $
# 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.hpp
	   SRIFilter.hpp SatPass.hpp format.hpp index.hpp random.hpp
	   ;
}
