# $Id: Jamfile 1017 2007-12-19 19:19:17Z vorce $

SubDir TOP apps reszilla ;


# Note that the local library needs to be declaired and built prior to anything
# else is done.
GPSLinkLibraries rlib : rxio gpstk ;
Library rlib : DDEpoch.cpp PhaseCleaner.cpp PhaseResidual.cpp 
  RobustLinearEstimator.cpp SvElevationMap.cpp CycleSlipList.cpp
  OrdApp.cpp OrdEngine.cpp ;


# Now we can set up the things that depend upon the local library. Note that
# the LinkLibraries rule for mdplib must preceede the GPSLinkLibraries rule
# for things to build properly
LinkLibraries ordGen ordClock ordEdit ordStats ordLinEst ddGen : rlib ;
GPSLinkLibraries ordGen ordClock ordEdit ordStats ordLinEst ddGen : rxio gpstk ;


GPSMain ordGen : ordGen.cpp ;

GPSMain ordClock : ordClock.cpp ;

GPSMain ordLinEst : ordLinEst.cpp ;

GPSMain ordEdit : ordEdit.cpp ;

GPSMain ordStats : ordStats.cpp ;

GPSMain ddGen : ddGen.cpp ;

InstallShell $(BINDIR) : ordPlot ;

InstallShell $(BINDIR) : ddPlot ;

