sgp4/libsgp4/Makefile.am

24 lines
424 B
Makefile
Raw Normal View History

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