simgear/Misc/Makefile.am

12 lines
266 B
Makefile
Raw Normal View History

1998-09-02 03:06:28 +08:00
## Process this file with automake to produce Makefile.in
noinst_LIBRARIES = libMisc.a
libMisc_a_SOURCES = \
1998-09-03 05:30:58 +08:00
fgstream.cxx fgstream.hxx \
stopwatch.hxx \
strutils.cxx strutils.hxx \
zfstream.cxx zfstream.hxx
1998-09-02 03:06:28 +08:00
INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib