summaryrefslogtreecommitdiff
path: root/lib/am/libs.am
diff options
context:
space:
mode:
authorAkim Demaille <akim@epita.fr>2001-02-25 18:04:29 +0000
committerAkim Demaille <akim@epita.fr>2001-02-25 18:04:29 +0000
commitb8a2f0f91082fd5351755ff4877cd24542da49d3 (patch)
treea2d4992d600c3fba56741b80bc3ee0b908b51e95 /lib/am/libs.am
parent7706098bf96c16d0804f0b5756509035282efad3 (diff)
downloadautomake-b8a2f0f91082fd5351755ff4877cd24542da49d3.tar.gz
* 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.
Diffstat (limited to 'lib/am/libs.am')
-rw-r--r--lib/am/libs.am3
1 files changed, 3 insertions, 0 deletions
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 \