-
Notifications
You must be signed in to change notification settings - Fork 0
/
Makefile
91 lines (75 loc) · 2.08 KB
/
Makefile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
#
# (C) 2000 Geotecnical Software Services - GeoSoft
#
#***************************************************************************
# Note:
# The "storage" package requires ObjectWeb.
# Instructions for setting the OBJECTWEB_DIR environment
# variable can be found in README.ObjectWeb.
PACKAGES = \
rice.p2p.commonapi\
rice.p2p.commonapi.testing\
rice.p2p.past\
rice.p2p.past.messaging\
rice.p2p.past.testing\
rice.p2p.replication\
rice.p2p.replication.manager\
rice.p2p.replication.manager.messaging\
rice.p2p.replication.manager.testing\
rice.p2p.replication.messaging\
rice.p2p.replication.testing\
rice.p2p.scribe\
rice.p2p.scribe.messaging\
rice.p2p.scribe.testing\
rice.p2p.splitstream\
rice.p2p.splitstream.testing\
rice.past\
rice.past.messaging\
rice.past.testing\
rice.pastry\
rice.pastry.client\
rice.pastry.commonapi\
rice.pastry.direct\
rice.pastry.dist\
rice.pastry.join\
rice.pastry.leafset\
rice.pastry.messaging\
rice.pastry.rmi\
rice.pastry.routing\
rice.pastry.security\
rice.pastry.socket\
rice.pastry.standard\
rice.pastry.testing\
rice.pastry.wire\
rice.pastry.wire.exception\
rice.pastry.wire.messaging.datagram\
rice.pastry.wire.messaging.socket\
rice.pastry.wire.testing\
rice.persistence\
rice.persistence.testing\
rice.rm\
rice.rm.messaging\
rice.rm.testing\
rice.scribe\
rice.scribe.maintenance\
rice.scribe.messaging\
rice.scribe.security\
rice.scribe.testing
NODOC_PACKAGES =
JARS = pastry.jar
JARS_LIB = javamail.jar bouncycastle.jar antlr.jar activation.jar junit.jar xmlpull_1_1_3_4a.jar xpp3-1.1.3.4d_b2.jar
JARS_3RDPARTY =
MAIN_CLASS = PastryTest
MAIN_PACKAGE = rice.pastry.testing
MAIN_JAR =
RUN_PARAMETERS =
#***************************************************************************
#
# Javadoc
#
#***************************************************************************
WINDOWTITLE = 'Rice Pastry - API Specification'
DOCTITLE = 'Rice Pastry API'
HEADER = 'Rice Pastry API'
BOTTOM = '<font size="-1">Copyright © 2001 - Rice Pastry</font>'
include $(JAVA_DEV_ROOT)/make/Makefile