19 lines
258 B
Makefile
19 lines
258 B
Makefile
|
|
noinst_PROGRAMS = BinaryPSO RealPSO
|
|
|
|
|
|
SecondBitEA_SOURCES = BinaryPSO.cpp
|
|
|
|
SecondRealEA_SOURCES = RealPSO.cpp
|
|
|
|
|
|
noinst_HEADERS =
|
|
|
|
extra_DIST = Makefile.simple
|
|
|
|
|
|
LDADD = -L$(top_builddir)/src
|
|
|
|
LIBS = -leoutils -leo
|
|
|
|
INCLUDES = -I$(top_srcdir)/src
|