summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-11-15 01:57:00 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-11-15 01:57:00 +0000
commit434ccab87a1387dee5992590c810b1b7bd044415 (patch)
treeb1178d7d2a4b9c85d9030be09228c1a4ce0c6526 /Makefile
parentb0b8b180244155e51de8c54d7e68a83369d0952c (diff)
downloadATCD-434ccab87a1387dee5992590c810b1b7bd044415.tar.gz
ChangeLogTag:Tue Nov 14 17:55:52 2000 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index adec470610a..74ed9d7def5 100644
--- a/Makefile
+++ b/Makefile
@@ -21,8 +21,13 @@ DIRS = ace \
apps \
examples \
performance-tests \
- websvcs \
- PACE
+ websvcs
+
+# PACE still does not compile under several platforms. Disabled
+# unless pace=1 is set
+ifeq ($(pace),1)
+DIRS += PACE
+endif
CLONE = Makefile \
ace \