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

Comparing trunk/mdtools/headers/Makefile (file contents):
Revision 131 by chuckv, Wed Oct 9 22:29:40 2002 UTC vs.
Revision 184 by mmeineke, Thu Nov 21 20:33:06 2002 UTC

# Line 1 | Line 1
1 < INCLUDE = ../../../inc
1 > INCLUDE = $(HOME)/include/mdtools
2   HEADERS = $(INCLUDE)/Atom.hpp $(INCLUDE)/SRI.hpp $(INCLUDE)/LRI.hpp \
3          $(INCLUDE)/Integrator.hpp $(INCLUDE)/ReadWrite.hpp \
4          $(INCLUDE)/SimInfo.hpp $(INCLUDE)/AbstractClasses.hpp\
# Line 10 | Line 10 | HEADERS = $(INCLUDE)/Atom.hpp $(INCLUDE)/SRI.hpp $(INC
10          $(INCLUDE)/BASS_interface.h \
11          $(INCLUDE)/LinkedCommand.hpp $(INCLUDE)/ForceFields.hpp \
12          $(INCLUDE)/Thermo.hpp $(INCLUDE)/Molecule.hpp \
13 <        $(INCLUDE)/mpiSimulation.hpp $(INCLUDE)/mpiInterface.h \
14 <        $(INCLUDE)/bassDiag.hpp
13 >        $(INCLUDE)/mpiSimulation.hpp $(INCLUDE)/mpiBASS.h \
14 >        $(INCLUDE)/bassDiag.hpp $(INCLUDE)/simError.h \
15 >        $(INCLUDE)/mpiForceField.h
16  
17   all: $(HEADERS)
18  
# Line 81 | Line 82 | $(INCLUDE)/mpiInterface.h: mpiInterface.h
82   $(INCLUDE)/Molecule.hpp: Molecule.hpp
83          cp -f $? $(INCLUDE)
84  
85 < $(INCLUDE)/mpiInterface.h: mpiInterface.h
85 > $(INCLUDE)/mpiBASS.h: mpiBASS.h
86          cp -f $? $(INCLUDE)
87  
88   $(INCLUDE)/mpiSimulation.hpp: mpiSimulation.hpp
# Line 90 | Line 91 | $(INCLUDE)/bassDiag.hpp: bassDiag.hpp
91   $(INCLUDE)/bassDiag.hpp: bassDiag.hpp
92          cp -f $? $(INCLUDE)
93  
94 + $(INCLUDE)/simError.h: simError.h
95 +        cp -f $? $(INCLUDE)
96  
97 + $(INCLUDE)/mpiForceField.h: mpiForceField.h
98 +        cp -f $? $(INCLUDE)
99 +
100   clean:
101          rm $(HEADERS) *~

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines