d4c49d65ac
the property system, among other things. A separate integration into the FDMs will follow shortly. This code will be used only if the --with-new-environment option is *not* passed to configure.
28 lines
906 B
Makefile
28 lines
906 B
Makefile
noinst_LIBRARIES = libWeatherCM.a
|
|
|
|
EXTRA_DIST = linintp2.inl sphrintp.inl
|
|
|
|
libWeatherCM_a_SOURCES = \
|
|
FGAirPressureItem.cpp FGAirPressureItem.h \
|
|
FGCloud.h FGCloudItem.cpp FGCloudItem.h \
|
|
FGLocalWeatherDatabase.cpp FGLocalWeatherDatabase.h \
|
|
FGPhysicalProperties.cpp FGPhysicalProperties.h \
|
|
FGPhysicalProperties_bind.cpp \
|
|
FGPhysicalProperty.cpp FGPhysicalProperty.h \
|
|
FGSnowRain.h \
|
|
FGTemperatureItem.cpp FGTemperatureItem.h \
|
|
FGThunderstorm.cpp FGThunderstorm.h \
|
|
FGTurbulenceItem.cpp FGTurbulenceItem.h \
|
|
FGVaporPressureItem.cpp FGVaporPressureItem.h \
|
|
FGWeatherDefs.h FGWeatherFeature.h FGWeatherUtils.h \
|
|
FGWeatherParse.cpp FGWeatherParse.h \
|
|
FGWeatherVectorWrap.h \
|
|
FGWindItem.cpp FGWindItem.h \
|
|
linintp2.cpp linintp2.h \
|
|
sphrintp.cpp sphrint.h
|
|
|
|
if OLD_AUTOMAKE
|
|
INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src
|
|
else
|
|
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
|
|
endif
|