]> git.mxchange.org Git - flightgear.git/blob - src/WeatherCM/Makefile.am
Update from JSBSim
[flightgear.git] / src / WeatherCM / Makefile.am
1 noinst_LIBRARIES = libWeatherCM.a
2
3 EXTRA_DIST = linintp2.h linintp2.inl sphrintp.h 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         FGPhysicalProperty.cpp FGPhysicalProperty.h \
11         FGSnowRain.h \
12         FGTemperatureItem.cpp FGTemperatureItem.h \
13         FGThunderstorm.cpp FGThunderstorm.h \
14         FGTurbulenceItem.cpp FGTurbulenceItem.h \
15         FGVaporPressureItem.cpp FGVaporPressureItem.h \
16         FGWeatherDefs.h FGWeatherFeature.h FGWeatherUtils.h \
17         FGWeatherParse.cpp FGWeatherParse.h \
18         FGWeatherVectorWrap.h \
19         FGWindItem.cpp FGWindItem.h
20
21 if OLD_AUTOMAKE
22 INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src
23 else
24 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
25 endif