I also changed
- the eoQuadratic into eoQuad (as dicussed with Maarten)
- the eoBin into eoBit, with more appropriate names for the "binary"
operators (that can be unary!) as no one protested when I posted on
eodev list
8 lines
284 B
Makefile
8 lines
284 B
Makefile
###############################################################################
|
|
##
|
|
## Makefile.am for eo/src/ga
|
|
##
|
|
###############################################################################
|
|
|
|
libeoincdir = $(includedir)/eo/ga
|
|
libeoinc_HEADERS = eoBit.h eoBitOp.h eoBitOpFactory.h
|