Revision: | 1390 |
Committed: | Wed Nov 25 20:02:06 2009 UTC (15 years, 8 months ago) by gezelter |
Original Path: | trunk/src/applications/atom2md/Makefile.in |
File size: | 362 byte(s) |
Log Message: | Almost all of the changes necessary to create OpenMD out of our old project (OOPSE-4) |
# | User | Rev | Content |
---|---|---|---|
1 | gezelter | 1210 | Package = applications/atom2md |
2 | |||
3 | MySource = \ | ||
4 | gezelter | 1390 | openmdformat.cpp \ |
5 | gezelter | 1210 | 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 |