ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/applications/atom2md/Makefile.in
Revision: 1465
Committed: Fri Jul 9 23:08:25 2010 UTC (15 years ago) by chuckv
File size: 376 byte(s)
Log Message:
Creating busticated version of OpenMD

File Contents

# User Rev Content
1 gezelter 1210 Package = applications/atom2md
2    
3     MySource = \
4 gezelter 1390 openmdformat.cpp \
5 gezelter 1210 atom2md.cpp \
6    
7     MyMain =atom2md
8    
9 gezelter 1399 LinkTargets = \
10     xyz2md \
11     pdb2md
12    
13 gezelter 1210 USE_OPENBABEL=@USE_OPENBABEL@
14    
15     ifeq "$(USE_OPENBABEL)" "yes"
16     Source = $(MySource)
17     Main = $(MyMain)
18     else
19     Source =
20     Main =
21     endif
22    
23     BuiltParallelExe = 0
24    
25     RmiSource =
26    
27     DEV_ROOT=../../..
28     include $(DEV_ROOT)/make/Makefile

Properties

Name Value
svn:keywords Author Id Revision Date