diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 1999-12-21 04:17:55 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 1999-12-21 04:17:55 +0000 |
commit | 3042738dfed6c0c4f1f3659f25535f14aeb38ef6 (patch) | |
tree | f6e1607618442c74e741deb03afb0e248d2d2501 /Makefile | |
parent | 1df8e3e81ff7a5c86c43a061705302d3346c11fa (diff) | |
download | ATCD-3042738dfed6c0c4f1f3659f25535f14aeb38ef6.tar.gz |
ChangeLogTag:Mon Dec 20 22:15:45 1999 Ossama Othman <othman@cs.wustl.edu>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |