ViewVC Help
View File
|
Revision Log
|
Show Annotations
|
View Changeset
|
Root Listing
root
/
OpenMD
/
trunk
/
Makefile
Revision:
1397
Committed:
Mon Dec 7 22:11:59 2009 UTC
(15 years, 7 months ago) by
gezelter
File size:
208 byte(s)
Log Message:
more changes to fix build process and divorce ourselves from CVS
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