ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/minimizers/Makefile
Revision: 3342
Committed: Fri Feb 8 21:33:46 2008 UTC (16 years, 4 months ago) by gezelter
File size: 345 byte(s)
Log Message:
updating configure process

File Contents

# Content
1 Package = minimizers
2
3 Source = \
4 MinimizerParameterSet.cpp \
5 Minimizer.cpp \
6 MinimizerFactory.cpp \
7 CGFamilyMinimizer.cpp \
8 PRCG.cpp \
9 SDMinimizer.cpp \
10
11 ParallelSource = \
12 CGFamilyMinimizer.cpp \
13 Minimizer.cpp \
14 PRCG.cpp \
15 SDMinimizer.cpp
16
17 RmiSource =
18
19 Main =
20
21 DEV_ROOT=../..
22 include $(DEV_ROOT)/make/Makefile
23