9 lines
207 B
Makefile
9 lines
207 B
Makefile
|
|
noinst_PROGRAMS = FlowShopEA
|
|
|
|
FlowShopEA_SOURCES = FlowShopEA.cpp
|
|
|
|
LDADD = -L$(top_builddir)/src ${EO_DIR}/src/libeo.a ${EO_DIR}/src/utils/libeoutils.a
|
|
|
|
INCLUDES = -I${EO_DIR}/src/ -I$(top_srcdir)/src
|
|
|