Revision: | 1390 |
Committed: | Wed Nov 25 20:02:06 2009 UTC (15 years, 9 months ago) by gezelter |
File size: | 362 byte(s) |
Log Message: | Almost all of the changes necessary to create OpenMD out of our old project (OOPSE-4) |
# | Content |
---|---|
1 | Package = applications/atom2md |
2 | |
3 | MySource = \ |
4 | openmdformat.cpp \ |
5 | obmolecformat.cpp \ |
6 | atom2md.cpp \ |
7 | |
8 | MyMain =atom2md |
9 | |
10 | USE_OPENBABEL=@USE_OPENBABEL@ |
11 | |
12 | ifeq "$(USE_OPENBABEL)" "yes" |
13 | Source = $(MySource) |
14 | Main = $(MyMain) |
15 | else |
16 | Source = |
17 | Main = |
18 | endif |
19 | |
20 | BuiltParallelExe = 0 |
21 | |
22 | RmiSource = |
23 | |
24 | DEV_ROOT=../../.. |
25 | include $(DEV_ROOT)/make/Makefile |