ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-3.0/Makefile
(Generate patch)

Comparing trunk/OOPSE-3.0/Makefile (file contents):
Revision 1499 by gezelter, Tue Sep 28 22:14:11 2004 UTC vs.
Revision 1505 by gezelter, Wed Sep 29 15:58:18 2004 UTC

# Line 1 | Line 1
1 < DEV_ROOT=/home/maul/gezelter/gezelter/OOPSE-2.0
2 < IS_UNIX=1
1 > make/Makefile : make/Makefile.in configure
2 >        @echo
3 >        @echo 'Please run (or re-run) configure'
4 >        @echo
5 >        @exit 1
6  
7 < Packages = \
5 <        utils \
6 <        math \
7 <        types \
8 <        primitives \
9 <        visitors \
10 <        UseTheForce/DarkSide \
11 <        UseTheForce \
12 <        brains \
13 <        io \
14 <        integrators \
15 <        minimizers \
16 <        constraints \
17 <        profiling \
18 <        restraints \
19 <        applications \
7 > -include make/Makefile
8  
9 < IncludeDirs = \
22 <        /usr/include \
23 <        /usr/local/include \
24 <        
25 < LibraryDirs = \
26 <        /usr/lib
27 <
28 < Libraries = \
29 <        mpich
30 <
31 < include $(DEV_ROOT)/make/Makefile
9 > all: make/Makefile

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines