ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/trunk/src/applications/atom2md/Makefile.in
Revision: 1399
Committed: Thu Dec 24 05:45:30 2009 UTC (15 years, 7 months ago) by gezelter
File size: 376 byte(s)
Log Message:
fixing atom2md and bringing it up to speed with OpenBabel 2.2.3

File Contents

# Content
1 Package = applications/atom2md
2
3 MySource = \
4 openmdformat.cpp \
5 atom2md.cpp \
6
7 MyMain =atom2md
8
9 LinkTargets = \
10 xyz2md \
11 pdb2md
12
13 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