From 650dbebf60b1a98a2f04826d90265eb9120ce423 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Fri, 26 Oct 2001 09:07:57 +0000 Subject: Add the standard targets 'install-strip' and 'installdirs'. --- intl/ChangeLog | 4 ++++ intl/Makefile.in | 20 ++++++++++++++++++++ 2 files changed, 24 insertions(+) (limited to 'intl') diff --git a/intl/ChangeLog b/intl/ChangeLog index 29ec72c..2bb17d9 100644 --- a/intl/ChangeLog +++ b/intl/ChangeLog @@ -1,3 +1,7 @@ +2001-09-27 Bruno Haible + + * Makefile.in (install-strip, installdirs): New rules. + 2001-09-24 Bruno Haible * localename.c: New file, integrating a function from diff --git a/intl/Makefile.in b/intl/Makefile.in index 6a4499e..3e797b5 100644 --- a/intl/Makefile.in +++ b/intl/Makefile.in @@ -205,6 +205,26 @@ install-data: all : ; \ fi +install-strip: install + +installdirs: + if test "$(PACKAGE)" = "gettext" \ + && test '@INTLOBJS@' = '$(GETTOBJS)'; then \ + $(mkinstalldirs) $(DESTDIR)$(libdir) $(DESTDIR)$(includedir); \ + else \ + : ; \ + fi + if test '@USE_INCLUDED_LIBINTL@' = yes; then \ + $(mkinstalldirs) $(DESTDIR)$(libdir); $(DESTDIR)$(localedir); \ + else \ + : ; \ + fi + if test "$(PACKAGE)" = "gettext"; then \ + $(mkinstalldirs) $(DESTDIR)$(gettextsrcdir); \ + else \ + : ; \ + fi + # Define this as empty until I found a useful application. installcheck: -- cgit v1.1