diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-11-15 01:57:00 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-11-15 01:57:00 +0000 |
commit | 32c67082c707b77b1685ff0f7c005a1177f4a867 (patch) | |
tree | b1178d7d2a4b9c85d9030be09228c1a4ce0c6526 /Makefile | |
parent | 14b8d53c912949f0e1de15fd6affb1ffb48b2b80 (diff) | |
download | ATCD-32c67082c707b77b1685ff0f7c005a1177f4a867.tar.gz |
ChangeLogTag:Tue Nov 14 17:55:52 2000 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -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 \ |