diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-01-12 01:25:30 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-01-12 01:25:30 +0000 |
commit | 67957ff23acb4e30ad454e96e1476480ec1d6cab (patch) | |
tree | 1d1046db53a4fbab789894ca82dc0add9e189a03 /Makefile | |
parent | 36fd069f1ee82b017f870cacb54984a5d6b62946 (diff) | |
download | ATCD-67957ff23acb4e30ad454e96e1476480ec1d6cab.tar.gz |
ChangeLogTag:Thu Jan 11 17:24:30 2001 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -67,6 +67,21 @@ clone: (clone -s $(ACE_ROOT)/$$dir $$dir) \ done +CORE_DIRS= \ + ace \ + apps/gperf/src \ + TAO/tao \ + TAO/TAO_IDL \ + TAO/orbsvcs/orbsvcs \ + TAO/orbsvcs/Naming_Service + +.PHONY: Core +Core: + @for dir in $(CORE_DIRS); \ + do \ + $(MAKE) -C $$dir; \ + done + #### NOTE: The following comments describe how to create kits. #### It's intended for use by ACE+TAO developers and #### maintainers only. ACE+TAO users need not be concerned |