ViewVC Help
View File
|
Revision Log
|
Show Annotations
|
View Changeset
|
Root Listing
root
/
OpenMD
/
trunk
/
src
/
applications
/
atom2mdin
/
Makefile
Revision:
759
Committed:
Fri Nov 18 20:17:38 2005 UTC
(19 years, 8 months ago) by
tim
File size:
270 byte(s)
Log Message:
adding support for soft linking
File Contents
#
Content
1
Package = applications/atom2mdin
2
3
Source = \
4
atom2mdin.cpp
5
6
BuiltParallelExe = 0
7
8
RmiSource =
9
10
Main =atom2mdin
11
12
LinkTargets = \
13
pdb2in \
14
xyz2in \
15
smi2in \
16
prep2in
17
18
DEV_ROOT=../../..
19
include $(DEV_ROOT)/make/Makefile
20