ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/minimizers/Makefile
Revision: 1930
Committed: Wed Jan 12 22:41:40 2005 UTC (19 years, 5 months ago) by gezelter
File size: 231 byte(s)
Log Message:
merging new_design branch into OOPSE-2.0

File Contents

# Content
1 Source = \
2 MinimizerParameterSet.cpp \
3 Minimizer.cpp \
4 MinimizerFactory.cpp \
5 CGFamilyMinimizer.cpp \
6 PRCG.cpp \
7 SDMinimizer.cpp \
8
9 RmiSource =
10
11 Main =
12
13 DEV_ROOT=../..
14 include $(DEV_ROOT)/make/Makefile
15