diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-08-13 00:56:55 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-08-13 00:56:55 +0000 |
commit | 338cd285d9d725d24153ac36a9212cadd7a22f1f (patch) | |
tree | 033abce04c75e780dce4b69b467be8463b708b12 /TAO/Makefile | |
parent | 462ecd2bfdd38ff029296d6dfe2a84ce03df4edc (diff) | |
download | ATCD-338cd285d9d725d24153ac36a9212cadd7a22f1f.tar.gz |
ChangeLogTag: Thu Aug 12 19:54:19 1999 David L. Levine <levine@cs.wustl.edu>
Diffstat (limited to 'TAO/Makefile')
-rw-r--r-- | TAO/Makefile | 77 |
1 files changed, 27 insertions, 50 deletions
diff --git a/TAO/Makefile b/TAO/Makefile index 82b5d792666..7f033b088c6 100644 --- a/TAO/Makefile +++ b/TAO/Makefile @@ -1,7 +1,7 @@ #---------------------------------------------------------------------------- -# $Id$ +# $Id$ # -# Top-level Makefile for the TAO +# Top-level Makefile for the TAO #---------------------------------------------------------------------------- #### The "release" targets can be used to create the ACE+TAO kit. By @@ -13,31 +13,31 @@ #### "CHECK=-n" to the invocation. #---------------------------------------------------------------------------- -# Local macros +# Local macros #---------------------------------------------------------------------------- -INFO = README \ - VERSION - -DIRS = tao \ - TAO_IDL \ - orbsvcs \ - examples \ - performance-tests \ - tests \ - utils - -CLONE = Makefile \ - tao \ - TAO_IDL \ - orbsvcs \ - examples \ - performance-tests \ - tests \ - utils +INFO = README \ + VERSION + +DIRS = tao \ + TAO_IDL \ + orbsvcs \ + examples \ + performance-tests \ + tests \ + utils + +CLONE = Makefile \ + tao \ + TAO_IDL \ + orbsvcs \ + examples \ + performance-tests \ + tests \ + utils #---------------------------------------------------------------------------- -# Include macros and targets +# Include macros and targets #---------------------------------------------------------------------------- include $(ACE_ROOT)/include/makeinclude/wrapper_macros.GNU @@ -57,34 +57,11 @@ clone: (clone -s $(ACE_ROOT)/$$dir $$dir) \ done -CONTROLLED_FILES = ChangeLog \ - TAO-INSTALL.html \ - TAO-inheritance.pdf.gz \ - TAO-inheritance.ps.gz \ - TAOACE.dsw \ - COPYING \ - COPYING.sun \ - release.chk \ - rules.tao.GNU \ - taoconfig.mk \ - docs \ - LICENSE.sun \ - Makefile \ - PROBLEM-REPORT-FORM \ - README \ - README.sun \ - tao \ - TAO_IDL \ - orbsvcs \ - examples \ - performance-tests \ - tests \ - utils \ - VERSION - -RELEASE_FILES = $(addprefix TAO/,$(CONTROLLED_FILES)) \ +CONTROLLED_FILES = TAO + +RELEASE_FILES = $(CONTROLLED_FILES) TAO/INSTALL \ - TAO/orbsvcs/README + TAO/orbsvcs/README .PHONY: INSTALL INSTALL: TAO-INSTALL.html |