]> git.mxchange.org Git - flightgear.git/blob - src/WeatherCM/Makefile.am
Get rid of non-portable fmax call.
[flightgear.git] / src / WeatherCM / Makefile.am
1 noinst_LIBRARIES = libWeatherCM.a
2
3 EXTRA_DIST = linintp2.inl sphrintp.inl
4
5 libWeatherCM_a_SOURCES = \
6         FGAirPressureItem.cpp FGAirPressureItem.h \
7         FGCloud.h FGCloudItem.cpp FGCloudItem.h \
8         FGLocalWeatherDatabase.cpp FGLocalWeatherDatabase.h \
9         FGPhysicalProperties.cpp FGPhysicalProperties.h \
10         FGPhysicalProperties_bind.cpp \
11         FGPhysicalProperty.cpp FGPhysicalProperty.h \
12         FGSnowRain.h \
13         FGTemperatureItem.cpp FGTemperatureItem.h \
14         FGThunderstorm.cpp FGThunderstorm.h \
15         FGTurbulenceItem.cpp FGTurbulenceItem.h \
16         FGVaporPressureItem.cpp FGVaporPressureItem.h \
17         FGWeatherDefs.h FGWeatherFeature.h FGWeatherUtils.h \
18         FGWeatherParse.cpp FGWeatherParse.h \
19         FGWeatherVectorWrap.h \
20         FGWindItem.cpp FGWindItem.h \
21         linintp2.cpp linintp2.h \
22         sphrintp.cpp sphrint.h
23
24 if OLD_AUTOMAKE
25 INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src
26 else
27 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
28 endif