/[bison]/bison/intl/Makefile.in
ViewVC logotype

Diff of /bison/intl/Makefile.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by akim, Sat Jul 14 17:27:59 2001 UTC revision 1.2.2.1 by akim, Thu Sep 27 14:06:38 2001 UTC
# Line 1  Line 1 
1  # Makefile for directory with message catalog handling in GNU NLS Utilities.  # Makefile for directory with message catalog handling in GNU NLS Utilities.
2  # Copyright (C) 1995-1998, 2000, 2001 Free Software Foundation, Inc.  # Copyright (C) 1995-1998, 2000, 2001 Free Software Foundation, Inc.
3  #  #
4  # This program is free software; you can redistribute it and/or modify  # This program is free software; you can redistribute it and/or modify it
5  # it under the terms of the GNU General Public License as published by  # under the terms of the GNU Library General Public License as published
6  # the Free Software Foundation; either version 2, or (at your option)  # by the Free Software Foundation; either version 2, or (at your option)
7  # any later version.  # any later version.
8  #  #
9  # This program is distributed in the hope that it will be useful,  # This program is distributed in the hope that it will be useful,
10  # but WITHOUT ANY WARRANTY; without even the implied warranty of  # but WITHOUT ANY WARRANTY; without even the implied warranty of
11  # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the  # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
12  # GNU General Public License for more details.  # Library General Public License for more details.
13  #  #
14  # You should have received a copy of the GNU General Public License  # You should have received a copy of the GNU Library General Public
15  # along with this program; if not, write to the Free Software  # License along with this program; if not, write to the Free Software
16  # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
17    # USA.
18    
19  PACKAGE = @PACKAGE@  PACKAGE = @PACKAGE@
20  VERSION = @VERSION@  VERSION = @VERSION@
# Line 74  DISTFILES.common = Makefile.in \ Line 75  DISTFILES.common = Makefile.in \
75  config.charset locale.alias ref-add.sin ref-del.sin $(HEADERS) $(SOURCES)  config.charset locale.alias ref-add.sin ref-del.sin $(HEADERS) $(SOURCES)
76  DISTFILES.generated = plural.c  DISTFILES.generated = plural.c
77  DISTFILES.normal = VERSION  DISTFILES.normal = VERSION
78  DISTFILES.gettext = libintl.glibc  DISTFILES.gettext = COPYING.LIB-2 COPYING.LIB-2.1 libintl.glibc
79  DISTFILES.obsolete = xopen-msg.sed linux-msg.sed po2tbl.sed.in cat-compat.c  DISTFILES.obsolete = xopen-msg.sed linux-msg.sed po2tbl.sed.in cat-compat.c
80    
81  # Libtool's library version information for libintl.  # Libtool's library version information for libintl.
# Line 184  install-data: all Line 185  install-data: all
185            $(mkinstalldirs) $(DESTDIR)$(gettextsrcdir); \            $(mkinstalldirs) $(DESTDIR)$(gettextsrcdir); \
186            $(INSTALL_DATA) VERSION $(DESTDIR)$(gettextsrcdir)/VERSION; \            $(INSTALL_DATA) VERSION $(DESTDIR)$(gettextsrcdir)/VERSION; \
187            $(INSTALL_DATA) ChangeLog.inst $(DESTDIR)$(gettextsrcdir)/ChangeLog; \            $(INSTALL_DATA) ChangeLog.inst $(DESTDIR)$(gettextsrcdir)/ChangeLog; \
188            dists="$(DISTFILES.common)"; \            dists="COPYING.LIB-2 COPYING.LIB-2.1 $(DISTFILES.common)"; \
189            for file in $$dists; do \            for file in $$dists; do \
190              $(INSTALL_DATA) $(srcdir)/$$file \              $(INSTALL_DATA) $(srcdir)/$$file \
191                              $(DESTDIR)$(gettextsrcdir)/$$file; \                              $(DESTDIR)$(gettextsrcdir)/$$file; \
# Line 243  uninstall: Line 244  uninstall:
244            : ; \            : ; \
245          fi          fi
246          if test "$(PACKAGE)" = "gettext"; then \          if test "$(PACKAGE)" = "gettext"; then \
247            for file in VERSION ChangeLog $(DISTFILES.common) $(DISTFILES.generated); do \            for file in VERSION ChangeLog COPYING.LIB-2 COPYING.LIB-2.1 $(DISTFILES.common) $(DISTFILES.generated); do \
248              rm -f $(DESTDIR)$(gettextsrcdir)/$$file; \              rm -f $(DESTDIR)$(gettextsrcdir)/$$file; \
249            done; \            done; \
250          else \          else \

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.2.2.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26