fixing makefiles
This commit is contained in:
parent
1fe3a72e10
commit
5fe7510807
15 changed files with 153 additions and 307 deletions
13
eo/src/utils/Makefile.am
Normal file
13
eo/src/utils/Makefile.am
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
###############################################################################
|
||||
##
|
||||
## Makefile.am for eo/src/utils
|
||||
##
|
||||
###############################################################################
|
||||
|
||||
INCLUDES = -I$(top_builddir)/src
|
||||
|
||||
lib_LIBRARIES = libeoutils.a
|
||||
libeoutils_a_SOURCES = eoParser.cpp eoRNG.cpp eoState.cpp
|
||||
|
||||
libeoincdir = $(includedir)/eo/utils
|
||||
libeoinc_HEADERS = compatibility.h eoParam.h eoRNG.h rnd_generators.h eoData.h eoParser.h eoState.h selectors.h
|
||||
Reference in a new issue