12 lines
266 B
Makefile
12 lines
266 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
noinst_LIBRARIES = libMisc.a
|
|
|
|
libMisc_a_SOURCES = \
|
|
fgstream.cxx fgstream.hxx \
|
|
stopwatch.hxx \
|
|
strutils.cxx strutils.hxx \
|
|
zfstream.cxx zfstream.hxx
|
|
|
|
INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib
|