ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/heatflux/Makefile
Revision: 1670
Committed: Fri Jan 27 19:07:19 2012 UTC (13 years, 6 months ago) by chuckv
File size: 208 byte(s)
Log Message:
Adding experimental branch for calculation of the heatflux based on old version of OpenMD.
This will need to be ported to the development branch later.

File Contents

# Content
1 DEV_ROOT=.
2
3 Package = Root
4
5 RootFiles = \
6 AUTHORS \
7 LICENSE \
8 README
9
10 -include make/Makefile
11
12 make/Makefile : make/Makefile.in configure
13 @echo
14 @echo 'Please run (or re-run) configure'
15 @echo
16 @exit 1
17
18