summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>1999-12-21 04:17:55 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>1999-12-21 04:17:55 +0000
commita45862a1b4fc6e27ce6405b472a582e52ef47e7f (patch)
treef6e1607618442c74e741deb03afb0e248d2d2501 /Makefile
parentc55491bfed765ef810389e6689f7625fd4b20096 (diff)
downloadATCD-a45862a1b4fc6e27ce6405b472a582e52ef47e7f.tar.gz
ChangeLogTag:Mon Dec 20 22:15:45 1999 Ossama Othman <othman@cs.wustl.edu>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 9b5259a4b06..cf36369edde 100644
--- a/Makefile
+++ b/Makefile
@@ -104,6 +104,7 @@ clone:
CONTROLLED_FILES = \
ACE-INSTALL.html \
+ ACE-configuration.txt \
ACE-install.sh \
ASNMP \
AUTHORS \
@@ -123,6 +124,7 @@ CONTROLLED_FILES = \
FAQ \
Makefile \
Makefile.am \
+ Makefile.in \
NEWS \
PROBLEM-REPORT-FORM \
README \
@@ -147,6 +149,8 @@ CONTROLLED_FILES = \
examples \
include \
install-sh \
+ ltcf-c.sh \
+ ltcf-cxx.sh \
ltconfig \
ltmain.sh \
m4 \
@@ -195,6 +199,7 @@ ZIP_FILES =
#### The release target creates the ACE (only) kit.
release: $(APPLY_NEW_TAG)
+ @$(ACE_ROOT)/bin/bootstrap workspace # Temporary ACE+autoconf hack.
@$(ACE_ROOT)/bin/make_release -k ace $(ACE_TAG) \
$(INSTALL_KIT) $(GENERATE_MAN_PAGES) $(ZIP_FILES) $(CHECK)
@@ -215,6 +220,7 @@ releasetao:
#### The make then recursively invokes make releasetao in this
#### directory to create the combined ACE-TAO kit.
releaseall: $(APPLY_NEW_TAG)
+ @$(ACE_ROOT)/bin/bootstrap # Temporary ACE+autoconf hack.
@cd TAO && $(MAKE) -s release REL=$(REL)
.PHONY: show_controlled_files show_release_files show_release_lib_files