ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/minimizers/Makefile
Revision: 1951
Committed: Fri Jan 14 21:13:24 2005 UTC (19 years, 5 months ago) by gezelter
File size: 253 byte(s)
Log Message:
moved Package variable into subdirectory makefiles to speed up
the building 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 RmiSource =
12
13 Main =
14
15 DEV_ROOT=../..
16 include $(DEV_ROOT)/make/Makefile
17