From 4d50ef9f9da3b3189e9e81efb7a6e5ac8ce5d367 Mon Sep 17 00:00:00 2001 From: liefooga Date: Tue, 26 Jun 2007 12:09:18 +0000 Subject: [PATCH] add core git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@373 331e1502-861f-0410-8da2-ba01fb791d7f --- branches/paradiseo-moeo-1.0/src/core/Makefile.am | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 branches/paradiseo-moeo-1.0/src/core/Makefile.am diff --git a/branches/paradiseo-moeo-1.0/src/core/Makefile.am b/branches/paradiseo-moeo-1.0/src/core/Makefile.am new file mode 100644 index 000000000..8e2a6f0cd --- /dev/null +++ b/branches/paradiseo-moeo-1.0/src/core/Makefile.am @@ -0,0 +1,9 @@ +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