removed auto-makefile
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@412 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
5c890346a0
commit
288d0fedfd
6 changed files with 0 additions and 36 deletions
|
|
@ -1,5 +0,0 @@
|
|||
doc:
|
||||
-@doxygen moeo.doxyfile
|
||||
|
||||
clean-local:
|
||||
rm -rf html latex man
|
||||
|
|
@ -1 +0,0 @@
|
|||
SUBDIRS = core
|
||||
|
|
@ -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
|
||||
|
|
@ -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
|
||||
|
|
@ -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
|
||||
|
|
@ -1 +0,0 @@
|
|||
SUBDIRS=Lesson1 Lesson2
|
||||
Loading…
Add table
Add a link
Reference in a new issue