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 1505 by gezelter, Wed Sep 29 15:58:18 2004 UTC

# Line 1 | Line 1
1 < DEV_ROOT=/home/maul/gezelter/gezelter/OOPSE-1.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 <        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 \
7 > -include make/Makefile
8  
9 < IncludeDirs = \
21 <        /usr/include
22 <        
23 < LibraryDirs = \
24 <        /usr/lib
25 <
26 < Libraries = \
27 <        mpich
28 <
29 < include $(DEV_ROOT)/make/Makefile
9 > all: make/Makefile

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines