| Revision: | 1442 |
| Committed: | Mon May 10 17:28:26 2010 UTC (15 years, 6 months ago) by gezelter |
| File size: | 376 byte(s) |
| Log Message: | Adding property set to svn entries |
| # | 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 |
| Name | Value |
|---|---|
| svn:keywords | Author Id Revision Date |