removed auto-makefile

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@412 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
legrand 2007-06-26 14:57:49 +00:00
commit 288d0fedfd
6 changed files with 0 additions and 36 deletions

View file

@ -1,5 +0,0 @@
doc:
-@doxygen moeo.doxyfile
clean-local:
rm -rf html latex man

View file

@ -1 +0,0 @@
SUBDIRS = core

View file

@ -1,9 +0,0 @@
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

View file

@ -1,11 +0,0 @@
SUBDIRS = flowshop
noinst_PROGRAMS = FlowShopEA
FlowShopEA_SOURCES = FlowShopEA.cpp
LDADD = ${EO_DIR}/src/libeo.a ${EO_DIR}/src/utils/libeoutils.a $(top_srcdir)/src/core/libmoeo.a flowshop/libflowshop.a
INCLUDES = -Iflowshop -I${EO_DIR}/src/ -I$(top_srcdir)/src/
AM_CXXFLAGS = -Wall -ansi -pedantic

View file

@ -1,9 +0,0 @@
noinst_PROGRAMS = Sch1
Sch1_SOURCES = Sch1.cpp
LDADD = ${EO_DIR}/src/libeo.a ${EO_DIR}/src/utils/libeoutils.a
INCLUDES = -I${EO_DIR}/src/ -I$(top_srcdir)/src/
AM_CXXFLAGS = -Wall -ansi -pedantic

View file

@ -1 +0,0 @@
SUBDIRS=Lesson1 Lesson2