daily update
[deliverable/binutils-gdb.git] / intl / Makefile.in
index a41fb5796b048c73bdf06ce7308bee419dcb130c..ed579c7b232bc53dcbd290e4f6893e6b62f5b455 100644 (file)
@@ -1,5 +1,5 @@
 # Makefile for directory with message catalog handling in GNU NLS Utilities.
-# Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc.
+# Copyright (C) 1995, 1996, 1997, 1998, 2006 Free Software Foundation, Inc.
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -13,7 +13,7 @@
 #
 # You should have received a copy of the GNU General Public License
 # along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
 
 PACKAGE = @PACKAGE@
 VERSION = @VERSION@
@@ -32,7 +32,7 @@ libdir = $(exec_prefix)/lib
 includedir = $(prefix)/include
 datadir = $(prefix)/@DATADIRNAME@
 localedir = $(datadir)/locale
-gnulocaledir = $(prefix)/share/locale
+gnulocaledir = $(datadir)/locale
 gettextsrcdir = @datadir@/gettext/intl
 aliaspath = $(localedir):.
 subdir = intl
@@ -79,12 +79,13 @@ DISTFILES.gettext = libintl.glibc intlh.inst.in
 .c.lo:
        $(LIBTOOL) --mode=compile $(COMPILE) $<
 
-INCLUDES = -I.. -I. -I$(top_srcdir)/intl -I$(top_srcdir)/lib
+INCLUDES = -I. -I$(srcdir)
 
 all: all-@USE_INCLUDED_LIBINTL@
 
 all-yes: libintl.$la intlh.inst
 all-no:
+install-info:
 
 libintl.a: $(OBJECTS)
        rm -f $@
@@ -148,9 +149,13 @@ uninstall:
          rm -f $(gettextsrcdir)/$$file; \
        done
 
-info dvi:
+.PHONY: html info dvi
+html info dvi:
 
-$(OBJECTS): ../config.h libgettext.h
+.PHONY: install-html
+install-html:
+
+$(OBJECTS): config.h libgettext.h
 bindtextdom.$lo finddomain.$lo loadmsgcat.$lo: gettextP.h gettext.h loadinfo.h
 dcgettext.$lo: gettextP.h gettext.h hash-string.h loadinfo.h
 
@@ -171,7 +176,7 @@ mostlyclean:
 clean: mostlyclean
 
 distclean: clean
-       rm -f Makefile ID TAGS po2msg.sed po2tbl.sed libintl.h
+       rm -f Makefile ID TAGS po2msg.sed po2tbl.sed libintl.h config.log
 
 maintainer-clean: distclean
        @echo "This command is intended for maintainers to use;"
@@ -195,9 +200,8 @@ dist distdir: Makefile $(DISTFILES)
 dist-libc:
        tar zcvf intl-glibc.tar.gz $(COMSRCS) $(COMHDRS) libintl.h.glibc
 
-Makefile: Makefile.in ../config.status
-       cd .. \
-         && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
+Makefile: Makefile.in config.status
+       CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
 
 # The dependency for intlh.inst is different in gettext and all other
 # packages.  Because we cannot you GNU make features we have to solve
This page took 0.023642 seconds and 4 git commands to generate.