sgp4/libsgp4/Makefile.am

31 lines
555 B
Makefile
Raw Normal View History

2011-12-31 16:42:18 +00:00
lib_LIBRARIES = libsgp4.a
libsgp4_a_SOURCES = \
CoordGeodetic.cpp \
CoordTopocentric.cpp \
DateTime.cpp \
2011-12-31 16:42:18 +00:00
Eci.cpp \
Globals.cpp \
Observer.cpp \
OrbitalElements.cpp \
2011-12-31 16:42:18 +00:00
SGP4.cpp \
SolarPosition.cpp \
2012-10-11 18:52:51 +00:00
TimeSpan.cpp \
Tle.cpp \
Util.cpp \
Vector.cpp
2011-12-31 16:42:18 +00:00
include_HEADERS = CoordGeodetic.h \
Eci.h \
OrbitalElements.h \
SatelliteException.h \
TleException.h \
Vector.h \
CoordTopocentric.h \
2011-12-31 16:42:18 +00:00
Globals.h \
Observer.h \
SGP4.h \
SolarPosition.h \
2011-12-31 16:42:18 +00:00
Tle.h \
2012-10-11 18:52:51 +00:00
Util.h \
TimeSpan.h \
DateTime.h