git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@373 331e1502-861f-0410-8da2-ba01fb791d7f
9 lines
224 B
Makefile
9 lines
224 B
Makefile
lib_LIBRARIES = libmoeo.a
|
|
|
|
libmoeo_a_SOURCES = moeoObjectiveVectorTraits.cpp
|
|
|
|
pkginclude_HEADERS = moeoObjectiveVectorTraits.h
|
|
|
|
INCLUDES = -I$(EO_DIR)/src/ -I$(top_srcdir)/src/
|
|
|
|
AM_CXXFLAGS = -Wall -ansi -pedantic
|