13 lines
539 B
Makefile
13 lines
539 B
Makefile
###############################################################################
|
|
##
|
|
## Makefile.am for eo/src/utils
|
|
##
|
|
###############################################################################
|
|
|
|
INCLUDES = -I$(top_builddir)/src
|
|
|
|
lib_LIBRARIES = libeoutils.a
|
|
libeoutils_a_SOURCES = eoParser.cpp eoRNG.cpp eoState.cpp eoUpdater.cpp eoFileMonitor.cpp
|
|
|
|
libeoincdir = $(includedir)/eo/utils
|
|
libeoinc_HEADERS = compatibility.h eoParam.h eoRNG.h rnd_generators.h eoData.h eoParser.h eoState.h selectors.h eoStat.h eoMonitor.h eoFileMonitor.h
|