]> git.mxchange.org Git - flightgear.git/blob - src/WeatherCM/Makefile.am
Cygwin32 build tweaks.
[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         FGGlobalWeatherDatabase.cpp FGGlobalWeatherDatabase.h \
7         FGLocalWeatherDatabase.cpp FGLocalWeatherDatabase.h \
8         FGMicroWeather.cpp FGMicroWeather.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         FGVoronoi.cpp FGVoronoi.h \
17         FGWeatherDefs.h FGWeatherFeature.h FGWeatherUtils.h \
18         FGWeatherParse.cpp FGWeatherParse.h \
19         FGWeatherVectorWrap.h \
20         FGWindItem.cpp FGWindItem.h
21
22 INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib -I$(top_builddir)/Simulator