1999-08-10 03:40:34 +00:00
|
|
|
noinst_LIBRARIES = libWeatherCM.a
|
|
|
|
|
|
|
|
libWeatherCM_a_SOURCES = \
|
|
|
|
FGAirPressureItem.cpp FGAirPressureItem.h \
|
|
|
|
FGCloud.h FGCloudItem.cpp FGCloudItem.h \
|
|
|
|
FGGlobalWeatherDatabase.cpp FGGlobalWeatherDatabase.h \
|
|
|
|
FGLocalWeatherDatabase.cpp FGLocalWeatherDatabase.h \
|
|
|
|
FGMicroWeather.cpp FGMicroWeather.h \
|
|
|
|
FGPhysicalProperties.cpp FGPhysicalProperties.h \
|
|
|
|
FGPhysicalProperty.cpp FGPhysicalProperty.h \
|
|
|
|
FGSnowRain.h \
|
|
|
|
FGTemperatureItem.cpp FGTemperatureItem.h \
|
|
|
|
FGTurbulenceItem.cpp FGTurbulenceItem.h \
|
|
|
|
FGVaporPressureItem.cpp FGVaporPressureItem.h \
|
|
|
|
FGVoronoi.cpp FGVoronoi.h \
|
|
|
|
FGWeatherDefs.h FGWeatherFeature.h FGWeatherUtils.h \
|
1999-10-23 04:19:25 +00:00
|
|
|
FGWeatherVectorWrap.h \
|
1999-08-10 03:40:34 +00:00
|
|
|
FGWindItem.cpp FGWindItem.h
|
|
|
|
|
|
|
|
INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib -I$(top_builddir)/Simulator
|