1 # libdir = ${exec_prefix}/lib
2 # lib_LTLIBRARIES = libWeather.la
3 # libWeather_la_SOURCES = weather.c weather.h
5 noinst_LIBRARIES = libWeather.a
7 libWeather_a_SOURCES = weather.cxx weather.hxx
9 INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib -I$(top_builddir)/Simulator