1998-06-12 01:00:59 +00:00
|
|
|
# libdir = ${exec_prefix}/lib
|
|
|
|
# lib_LTLIBRARIES = libWeather.la
|
|
|
|
# libWeather_la_SOURCES = weather.c weather.h
|
1998-04-03 22:09:02 +00:00
|
|
|
|
1998-06-12 01:00:59 +00:00
|
|
|
noinst_LIBRARIES = libWeather.a
|
1998-04-08 23:32:28 +00:00
|
|
|
|
1998-10-17 01:33:52 +00:00
|
|
|
libWeather_a_SOURCES = weather.cxx weather.hxx
|
1998-04-03 22:09:02 +00:00
|
|
|
|
2000-09-20 23:27:25 +00:00
|
|
|
INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src
|