OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [branches/] [oc/] [gdb-5.0/] [intl/] [Makefile.in] - Diff between revs 106 and 1765

Only display areas with differences | Details | Blame | View Log

Rev 106 Rev 1765
# Makefile for directory with message catalog handling in GNU NLS Utilities.
# Makefile for directory with message catalog handling in GNU NLS Utilities.
# Copyright (C) 1995, 1996, 1997, 1998, 2000 Free Software Foundation, Inc.
# Copyright (C) 1995, 1996, 1997, 1998, 2000 Free Software Foundation, Inc.
#
#
# 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 under the terms of the GNU General Public License as published by
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2, or (at your option)
# the Free Software Foundation; either version 2, or (at your option)
# any later version.
# any later version.
#
#
# This program is distributed in the hope that it will be useful,
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
# GNU General Public License for more details.
#
#
# You should have received a copy of the GNU General Public License
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
PACKAGE = @PACKAGE@
PACKAGE = @PACKAGE@
VERSION = @VERSION@
VERSION = @VERSION@
SHELL = /bin/sh
SHELL = /bin/sh
srcdir = @srcdir@
srcdir = @srcdir@
top_srcdir = @top_srcdir@
top_srcdir = @top_srcdir@
top_builddir = ..
top_builddir = ..
VPATH = @srcdir@
VPATH = @srcdir@
prefix = @prefix@
prefix = @prefix@
exec_prefix = @exec_prefix@
exec_prefix = @exec_prefix@
transform = @program_transform_name@
transform = @program_transform_name@
libdir = $(exec_prefix)/lib
libdir = $(exec_prefix)/lib
includedir = $(prefix)/include
includedir = $(prefix)/include
datadir = $(prefix)/@DATADIRNAME@
datadir = $(prefix)/@DATADIRNAME@
localedir = $(datadir)/locale
localedir = $(datadir)/locale
gnulocaledir = $(prefix)/share/locale
gnulocaledir = $(prefix)/share/locale
gettextsrcdir = @datadir@/gettext/intl
gettextsrcdir = @datadir@/gettext/intl
aliaspath = $(localedir):.
aliaspath = $(localedir):.
subdir = intl
subdir = intl
INSTALL = @INSTALL@
INSTALL = @INSTALL@
INSTALL_DATA = @INSTALL_DATA@
INSTALL_DATA = @INSTALL_DATA@
MKINSTALLDIRS = @MKINSTALLDIRS@
MKINSTALLDIRS = @MKINSTALLDIRS@
l = @l@
l = @l@
AR = ar
AR = ar
CC = @CC@
CC = @CC@
LIBTOOL = @LIBTOOL@
LIBTOOL = @LIBTOOL@
RANLIB = @RANLIB@
RANLIB = @RANLIB@
DEFS = -DLOCALEDIR=\"$(localedir)\" -DGNULOCALEDIR=\"$(gnulocaledir)\" \
DEFS = -DLOCALEDIR=\"$(localedir)\" -DGNULOCALEDIR=\"$(gnulocaledir)\" \
-DLOCALE_ALIAS_PATH=\"$(aliaspath)\" @DEFS@
-DLOCALE_ALIAS_PATH=\"$(aliaspath)\" @DEFS@
CPPFLAGS = @CPPFLAGS@
CPPFLAGS = @CPPFLAGS@
CFLAGS = @CFLAGS@
CFLAGS = @CFLAGS@
LDFLAGS = @LDFLAGS@
LDFLAGS = @LDFLAGS@
COMPILE = $(CC) -c $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $(XCFLAGS)
COMPILE = $(CC) -c $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $(XCFLAGS)
HEADERS = $(COMHDRS) libgettext.h loadinfo.h
HEADERS = $(COMHDRS) libgettext.h loadinfo.h
COMHDRS = gettext.h gettextP.h hash-string.h
COMHDRS = gettext.h gettextP.h hash-string.h
SOURCES = $(COMSRCS) intl-compat.c cat-compat.c
SOURCES = $(COMSRCS) intl-compat.c cat-compat.c
COMSRCS = bindtextdom.c dcgettext.c dgettext.c gettext.c \
COMSRCS = bindtextdom.c dcgettext.c dgettext.c gettext.c \
finddomain.c loadmsgcat.c localealias.c textdomain.c l10nflist.c \
finddomain.c loadmsgcat.c localealias.c textdomain.c l10nflist.c \
explodename.c
explodename.c
OBJECTS = @INTLOBJS@ bindtextdom.$lo dcgettext.$lo dgettext.$lo gettext.$lo \
OBJECTS = @INTLOBJS@ bindtextdom.$lo dcgettext.$lo dgettext.$lo gettext.$lo \
finddomain.$lo loadmsgcat.$lo localealias.$lo textdomain.$lo l10nflist.$lo \
finddomain.$lo loadmsgcat.$lo localealias.$lo textdomain.$lo l10nflist.$lo \
explodename.$lo
explodename.$lo
CATOBJS = cat-compat.$lo ../po/cat-id-tbl.$lo
CATOBJS = cat-compat.$lo ../po/cat-id-tbl.$lo
GETTOBJS = intl-compat.$lo
GETTOBJS = intl-compat.$lo
DISTFILES.common = ChangeLog Makefile.in linux-msg.sed po2tbl.sed.in \
DISTFILES.common = ChangeLog Makefile.in linux-msg.sed po2tbl.sed.in \
xopen-msg.sed $(HEADERS) $(SOURCES)
xopen-msg.sed $(HEADERS) $(SOURCES)
DISTFILES.normal = VERSION
DISTFILES.normal = VERSION
DISTFILES.gettext = libintl.glibc intlh.inst.in
DISTFILES.gettext = libintl.glibc intlh.inst.in
.SUFFIXES:
.SUFFIXES:
.SUFFIXES: .c .o .lo
.SUFFIXES: .c .o .lo
.c.o:
.c.o:
        $(COMPILE) $<
        $(COMPILE) $<
.c.lo:
.c.lo:
        $(LIBTOOL) --mode=compile $(COMPILE) $<
        $(LIBTOOL) --mode=compile $(COMPILE) $<
INCLUDES = -I. -I$(srcdir)
INCLUDES = -I. -I$(srcdir)
all: all-@USE_INCLUDED_LIBINTL@
all: all-@USE_INCLUDED_LIBINTL@
all-yes: libintl.$la intlh.inst
all-yes: libintl.$la intlh.inst
all-no:
all-no:
install-info:
install-info:
libintl.a: $(OBJECTS)
libintl.a: $(OBJECTS)
        rm -f $@
        rm -f $@
        $(AR) cru $@ $(OBJECTS)
        $(AR) cru $@ $(OBJECTS)
        $(RANLIB) $@
        $(RANLIB) $@
libintl.la: $(OBJECTS)
libintl.la: $(OBJECTS)
        $(LIBTOOL) --mode=link $(CC) $(LDFLAGS) -o $@ $(OBJECTS) \
        $(LIBTOOL) --mode=link $(CC) $(LDFLAGS) -o $@ $(OBJECTS) \
                   -version-info 1:0 -rpath $(libdir)
                   -version-info 1:0 -rpath $(libdir)
../po/cat-id-tbl.$lo: ../po/cat-id-tbl.c $(top_srcdir)/po/$(PACKAGE).pot
../po/cat-id-tbl.$lo: ../po/cat-id-tbl.c $(top_srcdir)/po/$(PACKAGE).pot
        cd ../po && $(MAKE) cat-id-tbl.$lo
        cd ../po && $(MAKE) cat-id-tbl.$lo
check: all
check: all
# This installation goal is only used in GNU gettext.  Packages which
# This installation goal is only used in GNU gettext.  Packages which
# only use the library should use install instead.
# only use the library should use install instead.
# We must not install the libintl.h/libintl.a files if we are on a
# We must not install the libintl.h/libintl.a files if we are on a
# system which has the gettext() function in its C library or in a
# system which has the gettext() function in its C library or in a
# separate library or use the catgets interface.  A special case is
# separate library or use the catgets interface.  A special case is
# where configure found a previously installed GNU gettext library.
# where configure found a previously installed GNU gettext library.
# If you want to use the one which comes with this version of the
# If you want to use the one which comes with this version of the
# package, you have to use `configure --with-included-gettext'.
# package, you have to use `configure --with-included-gettext'.
install: install-exec install-data
install: install-exec install-data
install-exec: all
install-exec: all
        if test "$(PACKAGE)" = "gettext" \
        if test "$(PACKAGE)" = "gettext" \
           && test '@INTLOBJS@' = '$(GETTOBJS)'; then \
           && test '@INTLOBJS@' = '$(GETTOBJS)'; then \
          if test -r $(MKINSTALLDIRS); then \
          if test -r $(MKINSTALLDIRS); then \
            $(MKINSTALLDIRS) $(libdir) $(includedir); \
            $(MKINSTALLDIRS) $(libdir) $(includedir); \
          else \
          else \
            $(top_srcdir)/mkinstalldirs $(libdir) $(includedir); \
            $(top_srcdir)/mkinstalldirs $(libdir) $(includedir); \
          fi; \
          fi; \
          $(INSTALL_DATA) intlh.inst $(includedir)/libintl.h; \
          $(INSTALL_DATA) intlh.inst $(includedir)/libintl.h; \
          $(INSTALL_DATA) libintl.a $(libdir)/libintl.a; \
          $(INSTALL_DATA) libintl.a $(libdir)/libintl.a; \
        else \
        else \
          : ; \
          : ; \
        fi
        fi
install-data: all
install-data: all
        if test "$(PACKAGE)" = "gettext"; then \
        if test "$(PACKAGE)" = "gettext"; then \
          if test -r $(MKINSTALLDIRS); then \
          if test -r $(MKINSTALLDIRS); then \
            $(MKINSTALLDIRS) $(gettextsrcdir); \
            $(MKINSTALLDIRS) $(gettextsrcdir); \
          else \
          else \
            $(top_srcdir)/mkinstalldirs $(gettextsrcdir); \
            $(top_srcdir)/mkinstalldirs $(gettextsrcdir); \
          fi; \
          fi; \
          $(INSTALL_DATA) VERSION $(gettextsrcdir)/VERSION; \
          $(INSTALL_DATA) VERSION $(gettextsrcdir)/VERSION; \
          dists="$(DISTFILES.common)"; \
          dists="$(DISTFILES.common)"; \
          for file in $$dists; do \
          for file in $$dists; do \
            $(INSTALL_DATA) $(srcdir)/$$file $(gettextsrcdir)/$$file; \
            $(INSTALL_DATA) $(srcdir)/$$file $(gettextsrcdir)/$$file; \
          done; \
          done; \
        else \
        else \
          : ; \
          : ; \
        fi
        fi
# Define this as empty until I found a useful application.
# Define this as empty until I found a useful application.
installcheck:
installcheck:
uninstall:
uninstall:
        dists="$(DISTFILES.common)"; \
        dists="$(DISTFILES.common)"; \
        for file in $$dists; do \
        for file in $$dists; do \
          rm -f $(gettextsrcdir)/$$file; \
          rm -f $(gettextsrcdir)/$$file; \
        done
        done
info dvi:
info dvi:
$(OBJECTS): config.h libgettext.h
$(OBJECTS): config.h libgettext.h
bindtextdom.$lo finddomain.$lo loadmsgcat.$lo: gettextP.h gettext.h loadinfo.h
bindtextdom.$lo finddomain.$lo loadmsgcat.$lo: gettextP.h gettext.h loadinfo.h
dcgettext.$lo: gettextP.h gettext.h hash-string.h loadinfo.h
dcgettext.$lo: gettextP.h gettext.h hash-string.h loadinfo.h
tags: TAGS
tags: TAGS
TAGS: $(HEADERS) $(SOURCES)
TAGS: $(HEADERS) $(SOURCES)
        here=`pwd`; cd $(srcdir) && etags -o $$here/TAGS $(HEADERS) $(SOURCES)
        here=`pwd`; cd $(srcdir) && etags -o $$here/TAGS $(HEADERS) $(SOURCES)
id: ID
id: ID
ID: $(HEADERS) $(SOURCES)
ID: $(HEADERS) $(SOURCES)
        here=`pwd`; cd $(srcdir) && mkid -f$$here/ID $(HEADERS) $(SOURCES)
        here=`pwd`; cd $(srcdir) && mkid -f$$here/ID $(HEADERS) $(SOURCES)
mostlyclean:
mostlyclean:
        rm -f *.a *.o *.lo core core.*
        rm -f *.a *.o *.lo core core.*
clean: mostlyclean
clean: mostlyclean
distclean: clean
distclean: clean
        rm -f Makefile ID TAGS po2msg.sed po2tbl.sed libintl.h
        rm -f Makefile ID TAGS po2msg.sed po2tbl.sed libintl.h
        rm -f config.log config.status config.h stamp-h
        rm -f config.log config.status config.h stamp-h
maintainer-clean: distclean
maintainer-clean: distclean
        @echo "This command is intended for maintainers to use;"
        @echo "This command is intended for maintainers to use;"
        @echo "it deletes files that may require special tools to rebuild."
        @echo "it deletes files that may require special tools to rebuild."
# GNU gettext needs not contain the file `VERSION' but contains some
# GNU gettext needs not contain the file `VERSION' but contains some
# other files which should not be distributed in other packages.
# other files which should not be distributed in other packages.
distdir = ../$(PACKAGE)-$(VERSION)/$(subdir)
distdir = ../$(PACKAGE)-$(VERSION)/$(subdir)
dist distdir: Makefile $(DISTFILES)
dist distdir: Makefile $(DISTFILES)
        if test "$(PACKAGE)" = gettext; then \
        if test "$(PACKAGE)" = gettext; then \
          additional="$(DISTFILES.gettext)"; \
          additional="$(DISTFILES.gettext)"; \
        else \
        else \
          additional="$(DISTFILES.normal)"; \
          additional="$(DISTFILES.normal)"; \
        fi; \
        fi; \
        for file in $(DISTFILES.common) $$additional; do \
        for file in $(DISTFILES.common) $$additional; do \
          ln $(srcdir)/$$file $(distdir) 2> /dev/null \
          ln $(srcdir)/$$file $(distdir) 2> /dev/null \
            || cp -p $(srcdir)/$$file $(distdir); \
            || cp -p $(srcdir)/$$file $(distdir); \
        done
        done
dist-libc:
dist-libc:
        tar zcvf intl-glibc.tar.gz $(COMSRCS) $(COMHDRS) libintl.h.glibc
        tar zcvf intl-glibc.tar.gz $(COMSRCS) $(COMHDRS) libintl.h.glibc
Makefile: Makefile.in config.status
Makefile: Makefile.in config.status
        CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
        CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
# The dependency for intlh.inst is different in gettext and all other
# The dependency for intlh.inst is different in gettext and all other
# packages.  Because we cannot you GNU make features we have to solve
# packages.  Because we cannot you GNU make features we have to solve
# the problem while rewriting Makefile.in.
# the problem while rewriting Makefile.in.
@GT_YES@intlh.inst: intlh.inst.in ../config.status
@GT_YES@intlh.inst: intlh.inst.in ../config.status
@GT_YES@        cd .. \
@GT_YES@        cd .. \
@GT_YES@        && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= \
@GT_YES@        && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= \
@GT_YES@          $(SHELL) ./config.status
@GT_YES@          $(SHELL) ./config.status
@GT_NO@.PHONY: intlh.inst
@GT_NO@.PHONY: intlh.inst
@GT_NO@intlh.inst:
@GT_NO@intlh.inst:
# Tell versions [3.59,3.63) of GNU make not to export all variables.
# Tell versions [3.59,3.63) of GNU make not to export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
.NOEXPORT:
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.