20 lines
746 B
Text
20 lines
746 B
Text
|
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 \
|
||
|
FGWindItem.cpp FGWindItem.h
|
||
|
|
||
|
INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib -I$(top_builddir)/Simulator
|