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