This commit was generated by cvs2svn to track changes on a CVS vendor
[deliverable/binutils-gdb.git] / intl / Makefile.in
index a41fb5796b048c73bdf06ce7308bee419dcb130c..09647ded8eb48432bb650af3e30dcaea4d378c77 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 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
@@ -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 $@
@@ -150,7 +151,7 @@ uninstall:
 
 info dvi:
 
-$(OBJECTS): ../config.h libgettext.h
+$(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 +172,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 +196,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.023231 seconds and 4 git commands to generate.