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

Comparing trunk/OOPSE-2.0/Makefile (file contents):
Revision 1490 by gezelter, Fri Sep 24 04:16:43 2004 UTC vs.
Revision 1516 by gezelter, Fri Oct 1 21:22:27 2004 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines