summaryrefslogtreecommitdiff
path: root/TAO/Makefile
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-04-14 12:16:02 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-04-14 12:16:02 +0000
commit9f55becd6a7fb633c3ddc56b8f46c20c9446e52f (patch)
treed59583d6a465bf730672d17aa7ae99b7bdf20ba9 /TAO/Makefile
parent927aa463f7036236f4590ae63f5db8556ffb4efe (diff)
downloadATCD-9f55becd6a7fb633c3ddc56b8f46c20c9446e52f.tar.gz
added CONTROLLED_FILES macro, and removed INSTALL from CVS control
Diffstat (limited to 'TAO/Makefile')
-rw-r--r--TAO/Makefile44
1 files changed, 23 insertions, 21 deletions
diff --git a/TAO/Makefile b/TAO/Makefile
index 129c0bf17eb..b47ce4e2973 100644
--- a/TAO/Makefile
+++ b/TAO/Makefile
@@ -50,26 +50,28 @@ clone:
(clone -s $(ACE_ROOT)/$$dir $$dir) \
done
-RELEASE_FILES = TAO/ChangeLog \
- TAO/INSTALL \
- TAO/TAO-INSTALL.html \
- TAO/COPYING \
- TAO/COPYING.sun \
- TAO/release.chk \
- TAO/rules.tao.GNU \
- TAO/taoconfig.mk \
- TAO/docs \
- TAO/LICENSE.sun \
- TAO/Makefile \
- TAO/README \
- TAO/README.sun \
- TAO/tao \
- TAO/TAO_IDL \
- TAO/orbsvcs \
- TAO/tests \
- TAO/VERSION
-
-INSTALL: TAO-INSTALL.html
+CONTROLLED_FILES = ChangeLog \
+ TAO-INSTALL.html \
+ COPYING \
+ COPYING.sun \
+ release.chk \
+ rules.tao.GNU \
+ taoconfig.mk \
+ docs \
+ LICENSE.sun \
+ Makefile \
+ README \
+ README.sun \
+ tao \
+ TAO_IDL \
+ orbsvcs \
+ tests \
+ VERSION
+
+RELEASE_FILES = $(addprefix TAO/,$(CONTROLLED_FILES)) \
+ TAO/INSTALL
+
+INSTALL: TAO-INSTALL.html
lynx -dump $^ > $@
#### If creating the "official" TAO release:
@@ -122,5 +124,5 @@ CHECK =
#### Then, make releasetao is invoked to actually create the kit.
release: INSTALL
@$(ACE_ROOT)/bin/make_release $(CHECK) -k tao -t $(REL) \
- -c "$(RELEASE_FILES)" -r "$(RELEASE_FILES)" && \
+ -c "$(CONTROLLED_FILES)" -r "$(RELEASE_FILES)" && \
cd .. && make releasetao