1
0
Fork 0
flightgear/Weather/Makefile.am
curt 847f5b90d3 Build only static libraries.
Declare memmove/memset for Sloaris.
Added support for exponetial fog, which solves for the proper density to
achieve the desired visibility range.
1998-06-12 01:00:59 +00:00

9 lines
268 B
Makefile

# libdir = ${exec_prefix}/lib
# lib_LTLIBRARIES = libWeather.la
# libWeather_la_SOURCES = weather.c weather.h
noinst_LIBRARIES = libWeather.a
libWeather_a_SOURCES = weather.c weather.h
INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib -I$(top_builddir)/Simulator