1999-08-10 03:40:34 +00:00
|
|
|
noinst_LIBRARIES = libWeatherCM.a
|
|
|
|
|
2002-03-16 20:31:27 +00:00
|
|
|
EXTRA_DIST = linintp2.inl sphrintp.inl
|
2000-02-17 23:34:30 +00:00
|
|
|
|
1999-08-10 03:40:34 +00:00
|
|
|
libWeatherCM_a_SOURCES = \
|
|
|
|
FGAirPressureItem.cpp FGAirPressureItem.h \
|
|
|
|
FGCloud.h FGCloudItem.cpp FGCloudItem.h \
|
|
|
|
FGLocalWeatherDatabase.cpp FGLocalWeatherDatabase.h \
|
|
|
|
FGPhysicalProperties.cpp FGPhysicalProperties.h \
|
2002-03-16 20:31:27 +00:00
|
|
|
FGPhysicalProperties_bind.cpp \
|
1999-08-10 03:40:34 +00:00
|
|
|
FGPhysicalProperty.cpp FGPhysicalProperty.h \
|
|
|
|
FGSnowRain.h \
|
|
|
|
FGTemperatureItem.cpp FGTemperatureItem.h \
|
1999-11-03 18:06:52 +00:00
|
|
|
FGThunderstorm.cpp FGThunderstorm.h \
|
1999-08-10 03:40:34 +00:00
|
|
|
FGTurbulenceItem.cpp FGTurbulenceItem.h \
|
|
|
|
FGVaporPressureItem.cpp FGVaporPressureItem.h \
|
|
|
|
FGWeatherDefs.h FGWeatherFeature.h FGWeatherUtils.h \
|
1999-11-03 18:06:52 +00:00
|
|
|
FGWeatherParse.cpp FGWeatherParse.h \
|
1999-10-23 04:19:25 +00:00
|
|
|
FGWeatherVectorWrap.h \
|
2002-03-16 20:31:27 +00:00
|
|
|
FGWindItem.cpp FGWindItem.h \
|
|
|
|
linintp2.cpp linintp2.h \
|
|
|
|
sphrintp.cpp sphrint.h
|
1999-08-10 03:40:34 +00:00
|
|
|
|
2001-12-28 22:29:59 +00:00
|
|
|
if OLD_AUTOMAKE
|
2000-09-20 23:27:25 +00:00
|
|
|
INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src
|
2001-12-28 22:29:59 +00:00
|
|
|
else
|
|
|
|
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
|
|
|
|
endif
|