ViewVC Help
View File
|
Revision Log
|
Show Annotations
|
View Changeset
|
Root Listing
root
/
OpenMD
/
branches
/
development
/
Makefile
Revision:
1465
Committed:
Fri Jul 9 23:08:25 2010 UTC
(15 years ago) by
chuckv
File size:
208 byte(s)
Log Message:
Creating busticated version of OpenMD
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