From b8a2f0f91082fd5351755ff4877cd24542da49d3 Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Sun, 25 Feb 2001 18:04:29 +0000 Subject: * automake.in (&handle_texinfo, &handle_man_pages, &am_install_var): Don't deal with install-data-am, install-exec-am and unstall-am. (&initialize_per_input): Add them to %dependencies. Remove %exec_dir_p since the *.am files are now in charge of it. Remove @uninstall, @install_data, @install_exec. (&handle_merge_targets): Adjust to these removals. (&file_contents): Also &transform_cond for --no-installman and --no-installinfo. (&do_one_merge_target): Add some magic to install hooks on %dependencies' targets. (%required_targets): New. (&handle_factored_dependencies): Output required targets. * data.am, header.am, java.am, libs.am, lisp.am, ltlib.am, * mans-vars.am, mans.am, progs.am, python.am, scripts.am, * texinfos.am: Declare your dependencies on install-data-am, install-exec-am and uninstall-am. * tests/instdata2.test (incldata_HEADERS): New test. --- lib/am/libs.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/am/libs.am') diff --git a/lib/am/libs.am b/lib/am/libs.am index 46574b078..b5b935fe8 100644 --- a/lib/am/libs.am +++ b/lib/am/libs.am @@ -15,6 +15,8 @@ ## along with this program; if not, write to the Free Software ## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ## 02111-1307, USA. + +.PHONY install-exec-am: install-@DIR@LIBRARIES install-@DIR@LIBRARIES: $(@DIR@_LIBRARIES) @$(NORMAL_INSTALL) $(mkinstalldirs) $(DESTDIR)$(@NDIR@dir) @@ -40,6 +42,7 @@ install-@DIR@LIBRARIES: $(@DIR@_LIBRARIES) else :; fi; \ done +.PHONY uninstall-am: uninstall-@DIR@LIBRARIES uninstall-@DIR@LIBRARIES: @$(NORMAL_UNINSTALL) @list='$(@DIR@_LIBRARIES)'; for p in $$list; do \ -- cgit v1.2.1