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 1490 by gezelter, Fri Sep 24 04:16:43 2004 UTC vs.
Revision 1507 by tim, Wed Sep 29 17:46:15 2004 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines