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