ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE_old/src/mdtools/libmdCode/Makefile.am
Revision: 271
Committed: Fri Feb 14 21:53:47 2003 UTC (21 years, 6 months ago) by mmeineke
File size: 1208 byte(s)
Log Message:
working on getting this distribution working

File Contents

# Content
1 INCLUDES = -I../libBASS -I@sprng_include@
2
3 EXTRA_DIST = generic_list_functions.i90
4
5 pkglib_LIBRARIES = libmdCode.a
6
7 pkginclude_HEADERS = AbstractClasses.hpp Atom.hpp ForceFields.hpp \
8 Integrator.hpp ReadWrite.hpp SimInfo.hpp SimSetup.hpp SRI.hpp \
9 Thermo.hpp Molecule.hpp randomSPRNG.hpp
10
11 libmdCode_a_SOURCES = forceFactory.hpp fortranFncs.h Bend.cpp \
12 BendExtensions.cpp Bond.cpp BondExtensions.cpp DipoleTestFF.cpp \
13 DirectionalAtom.cpp DumpWriter.cpp InitializeFromFile.cpp LJ_FF.cpp \
14 SimInfo.cpp SimSetup.cpp StatWriter.cpp Symplectic.cpp Thermo.cpp \
15 Torsion.cpp TorsionExtension.cpp TraPPE_ExFF.cpp TraPPEFF.cpp \
16 Verlet.cpp randomSPRNG.cpp atype_typedefs.F90 f_verlet_constrained.f \
17 generic_atype_recombination.F90 simulation_module.F90 lj_FF.F90 \
18 wrappers.F90 forceFactory.F90
19
20 #ssd_FF.F90 TraPPE_ExFF_module.F90
21
22 generic_atype_recombination.o: generic_atype_recombination.F90 atype_typedefs.o
23
24 lj_FF.o: lj_FF.F90 simulation_module.o generic_atype_recombination.o \
25 atype_typedefs.o
26
27 wrappers.o: wrappers.F90 simulation_module.o
28
29 forceFactory.o: forceFactory.F90 lj_FF.o
30
31 #ssd_FF.o: ssd_FF.F90 simulation_module.o generic_atype_recombination.o \
32 # atype_typedefs.o
33
34