9 lines
190 B
Makefile
9 lines
190 B
Makefile
|
|
noinst_PROGRAMS = Sch1
|
|
|
|
Sch1_SOURCES = Sch1.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
|
|
|