1998-09-01 19:06:28 +00:00
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
|
|
|
|
noinst_LIBRARIES = libMisc.a
|
|
|
|
|
|
|
|
libMisc_a_SOURCES = \
|
1999-04-27 15:56:22 +00:00
|
|
|
fgpath.cxx fgpath.hxx \
|
1998-09-02 21:30:58 +00:00
|
|
|
fgstream.cxx fgstream.hxx \
|
|
|
|
stopwatch.hxx \
|
|
|
|
strutils.cxx strutils.hxx \
|
|
|
|
zfstream.cxx zfstream.hxx
|
1998-09-01 19:06:28 +00:00
|
|
|
|
|
|
|
INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib
|