ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/branches/new_design/OOPSE-3.0/src/minimizers/Makefile
Revision: 1900
Committed: Tue Jan 4 22:18:06 2005 UTC (19 years, 7 months ago) by tim
File size: 212 byte(s)
Log Message:
minimizers in progress

File Contents

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