ViewVC Help
View File
|
Revision Log
|
Show Annotations
|
View Changeset
|
Root Listing
root
/
OpenMD
/
trunk
/
src
/
QuickHull
/
Makefile
Revision:
1138
Committed:
Tue May 29 22:51:00 2007 UTC
(18 years, 2 months ago) by
chuckv
File size:
368 byte(s)
Log Message:
Addded QuickHull to cvs.
File Contents
#
Content
1
Package = QuickHull
2
3
Source = user.c \
4
global.c \
5
stat.c \
6
io.c \
7
geom2.c \
8
poly2.c \
9
merge.c \
10
qhull.c \
11
geom.c \
12
poly.c \
13
qset.c \
14
mem.c
15
RmiSource =
16
17
Main =
18
19
DEV_ROOT=../..
20
include $(DEV_ROOT)/make/Makefile
21