# Makefile for program source directory in GNU NLS utilities package.
# Copyright (C) 1995, 1996, 1997 by Ulrich Drepper <drepper@gnu.ai.mit.edu>
# Copyright (C) 2003-2021 Free Software Foundation, Inc.
#
# This file may be copied and used freely without restrictions.  It can
# be used in projects which are not available under the GNU Public License
# but which still want to provide support for the GNU gettext functionality.
# Please note that the actual code is *not* freely available.

PACKAGE = gold
VERSION = 0.1

SHELL = /bin/sh


srcdir = ../../../gold/po
top_srcdir = ../../../gold
VPATH = ../../../gold/po
top_builddir = ..

prefix = /usr
exec_prefix = /usr
datadir = /usr/share
localedir = ${datarootdir}/locale
gnulocaledir = ${prefix}/share/locale
gettextsrcdir = ${prefix}/share/gettext/po
subdir = po

DESTDIR =

INSTALL = /usr/bin/install -c
INSTALL_DATA = /usr/bin/install -c -m 644
MKINSTALLDIRS = $(top_builddir)/../../gold/../mkinstalldirs

CC = x86_64-mandriva-linux-gnu-gcc
GENCAT = gencat
GMSGFMT = PATH=../src:$$PATH /usr/bin/msgfmt
MSGFMT = /usr/bin/msgfmt
XGETTEXT = PATH=../src:$$PATH /usr/bin/xgettext
MSGMERGE = PATH=../src:$$PATH msgmerge

DEFS = -DHAVE_CONFIG_H
CFLAGS = -O2  -pipe -Wformat -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4    
CPPFLAGS = 

INCLUDES = -I.. -I$(top_srcdir)/intl

COMPILE = $(CC) -c $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $(XCFLAGS)

SOURCES = cat-id-tbl.c
POFILES = 
GMOFILES = 
DISTFILES = ChangeLog Makefile.in.in POTFILES.in $(PACKAGE).pot \
stamp-cat-id $(POFILES) $(GMOFILES) $(SOURCES)

POTFILES = \
     ../../../gold/aarch64-reloc-property.cc \
     ../../../gold/aarch64-reloc-property.h \
     ../../../gold/aarch64.cc \
     ../../../gold/archive.cc \
     ../../../gold/archive.h \
     ../../../gold/arm-reloc-property.cc \
     ../../../gold/arm-reloc-property.h \
     ../../../gold/arm.cc \
     ../../../gold/attributes.cc \
     ../../../gold/attributes.h \
     ../../../gold/binary.cc \
     ../../../gold/binary.h \
     ../../../gold/common.cc \
     ../../../gold/common.h \
     ../../../gold/compressed_output.cc \
     ../../../gold/compressed_output.h \
     ../../../gold/copy-relocs.cc \
     ../../../gold/copy-relocs.h \
     ../../../gold/cref.cc \
     ../../../gold/cref.h \
     ../../../gold/defstd.cc \
     ../../../gold/defstd.h \
     ../../../gold/descriptors.cc \
     ../../../gold/descriptors.h \
     ../../../gold/dirsearch.cc \
     ../../../gold/dirsearch.h \
     ../../../gold/dwarf_reader.cc \
     ../../../gold/dwarf_reader.h \
     ../../../gold/dynobj.cc \
     ../../../gold/dynobj.h \
     ../../../gold/ehframe.cc \
     ../../../gold/ehframe.h \
     ../../../gold/errors.cc \
     ../../../gold/errors.h \
     ../../../gold/expression.cc \
     ../../../gold/fileread.cc \
     ../../../gold/fileread.h \
     ../../../gold/freebsd.h \
     ../../../gold/gc.cc \
     ../../../gold/gc.h \
     ../../../gold/gdb-index.cc \
     ../../../gold/gdb-index.h \
     ../../../gold/gold-threads.cc \
     ../../../gold/gold-threads.h \
     ../../../gold/gold.cc \
     ../../../gold/gold.h \
     ../../../gold/i386.cc \
     ../../../gold/icf.cc \
     ../../../gold/icf.h \
     ../../../gold/incremental.cc \
     ../../../gold/int_encoding.cc \
     ../../../gold/int_encoding.h \
     ../../../gold/layout.cc \
     ../../../gold/layout.h \
     ../../../gold/mapfile.cc \
     ../../../gold/mapfile.h \
     ../../../gold/merge.cc \
     ../../../gold/merge.h \
     ../../../gold/mips.cc \
     ../../../gold/nacl.cc \
     ../../../gold/nacl.h \
     ../../../gold/object.cc \
     ../../../gold/object.h \
     ../../../gold/options.cc \
     ../../../gold/options.h \
     ../../../gold/output.cc \
     ../../../gold/output.h \
     ../../../gold/parameters.cc \
     ../../../gold/parameters.h \
     ../../../gold/plugin.cc \
     ../../../gold/plugin.h \
     ../../../gold/powerpc.cc \
     ../../../gold/readsyms.cc \
     ../../../gold/readsyms.h \
     ../../../gold/reduced_debug_output.cc \
     ../../../gold/reduced_debug_output.h \
     ../../../gold/reloc-types.h \
     ../../../gold/reloc.cc \
     ../../../gold/reloc.h \
     ../../../gold/resolve.cc \
     ../../../gold/s390.cc \
     ../../../gold/script-c.h \
     ../../../gold/script-sections.cc \
     ../../../gold/script-sections.h \
     ../../../gold/script.cc \
     ../../../gold/script.h \
     ../../../gold/sparc.cc \
     ../../../gold/stringpool.cc \
     ../../../gold/stringpool.h \
     ../../../gold/symtab.cc \
     ../../../gold/symtab.h \
     ../../../gold/target-reloc.h \
     ../../../gold/target-select.cc \
     ../../../gold/target-select.h \
     ../../../gold/target.cc \
     ../../../gold/target.h \
     ../../../gold/tilegx.cc \
     ../../../gold/timer.cc \
     ../../../gold/timer.h \
     ../../../gold/tls.h \
     ../../../gold/token.h \
     ../../../gold/version.cc \
     ../../../gold/workqueue-internal.h \
     ../../../gold/workqueue-threads.cc \
     ../../../gold/workqueue.cc \
     ../../../gold/workqueue.h \
     ../../../gold/x86_64.cc

CATALOGS =  es.gmo fi.gmo fr.gmo id.gmo it.gmo ja.gmo sr.gmo sv.gmo uk.gmo vi.gmo zh_CN.gmo es.gmo fi.gmo fr.gmo id.gmo it.gmo ja.gmo sr.gmo sv.gmo uk.gmo vi.gmo zh_CN.gmo
CATOBJEXT = .gmo
INSTOBJEXT = .mo

.SUFFIXES:
.SUFFIXES: .c .o .po .pox .gmo .mo .msg .cat

.c.o:
	$(COMPILE) $<

.po.pox:
	$(MAKE) $(PACKAGE).pot
	$(MSGMERGE) $< $(srcdir)/$(PACKAGE).pot -o $*.pox

.po.mo:
	$(MSGFMT) -o $@ $<

.po.gmo:
	file=`echo $* | sed 's,.*/,,'`.gmo \
	  && rm -f $$file && $(GMSGFMT) -o $$file $<

.po.cat:
	sed -f ../intl/po2msg.sed < $< > $*.msg \
	  && rm -f $@ && $(GENCAT) $@ $*.msg


all: all-yes

all-yes: $(CATALOGS) # $(PACKAGE).pot
all-no:

$(srcdir)/$(PACKAGE).pot: $(POTFILES)
	$(XGETTEXT) --default-domain=$(PACKAGE) --directory=$(top_srcdir) \
	  --add-comments -C --keyword=_ --keyword=N_ \
	  --msgid-bugs-address=bug-binutils@gnu.org \
	  --files-from=$(srcdir)/POTFILES.in
	rm -f $(srcdir)/$(PACKAGE).pot
	mv $(PACKAGE).po $(srcdir)/$(PACKAGE).pot

$(srcdir)/cat-id-tbl.c: stamp-cat-id; @:
$(srcdir)/stamp-cat-id: $(PACKAGE).pot
	rm -f cat-id-tbl.tmp
	sed -f ../intl/po2tbl.sed $(srcdir)/$(PACKAGE).pot \
		| sed -e "s/@PACKAGE NAME@/$(PACKAGE)/" > cat-id-tbl.tmp
	if cmp -s cat-id-tbl.tmp $(srcdir)/cat-id-tbl.c; then \
	  rm cat-id-tbl.tmp; \
	else \
	  echo cat-id-tbl.c changed; \
	  rm -f $(srcdir)/cat-id-tbl.c; \
	  mv cat-id-tbl.tmp $(srcdir)/cat-id-tbl.c; \
	fi
	cd $(srcdir) && rm -f stamp-cat-id && echo timestamp > stamp-cat-id


install: install-exec install-data
install-exec:
install-info:
install-html:
install-pdf:
install-data: install-data-yes
install-data-no: all
install-data-yes: all
	if test -r $(MKINSTALLDIRS); then \
	  $(MKINSTALLDIRS) $(DESTDIR)$(datadir); \
	else \
	  $(top_srcdir)/../mkinstalldirs $(DESTDIR)$(datadir); \
	fi
	@catalogs='$(CATALOGS)'; \
	for cat in $$catalogs; do \
	  cat=`basename $$cat`; \
	  case "$$cat" in \
	    *.gmo) destdir=$(gnulocaledir);; \
	    *)     destdir=$(localedir);; \
	  esac; \
	  lang=`echo $$cat | sed 's/\$(CATOBJEXT)$$//'`; \
	  dir=$(DESTDIR)$$destdir/$$lang/LC_MESSAGES; \
	  if test -r $(MKINSTALLDIRS); then \
	    $(MKINSTALLDIRS) $$dir; \
	  else \
	    $(top_srcdir)/mkinstalldirs $$dir; \
	  fi; \
	  if test -r $$cat; then \
	    $(INSTALL_DATA) $$cat $$dir/$(PACKAGE)$(INSTOBJEXT); \
	    echo "installing $$cat as $$dir/$(PACKAGE)$(INSTOBJEXT)"; \
	  else \
	    $(INSTALL_DATA) $(srcdir)/$$cat $$dir/$(PACKAGE)$(INSTOBJEXT); \
	    echo "installing $(srcdir)/$$cat as" \
		 "$$dir/$(PACKAGE)$(INSTOBJEXT)"; \
	  fi; \
	  if test -r $$cat.m; then \
	    $(INSTALL_DATA) $$cat.m $$dir/$(PACKAGE)$(INSTOBJEXT).m; \
	    echo "installing $$cat.m as $$dir/$(PACKAGE)$(INSTOBJEXT).m"; \
	  else \
	    if test -r $(srcdir)/$$cat.m ; then \
	      $(INSTALL_DATA) $(srcdir)/$$cat.m \
		$$dir/$(PACKAGE)$(INSTOBJEXT).m; \
	      echo "installing $(srcdir)/$$cat as" \
		   "$$dir/$(PACKAGE)$(INSTOBJEXT).m"; \
	    else \
	      true; \
	    fi; \
	  fi; \
	done
	if test "$(PACKAGE)" = "gettext"; then \
	  if test -r $(MKINSTALLDIRS); then \
	    $(MKINSTALLDIRS) $(DESTDIR)$(gettextsrcdir); \
	  else \
	    $(top_srcdir)/mkinstalldirs $(DESTDIR)$(gettextsrcdir); \
	  fi; \
	  $(INSTALL_DATA) $(srcdir)/Makefile.in.in \
			  $(DESTDIR)$(gettextsrcdir)/Makefile.in.in; \
	else \
	  : ; \
	fi

# Define this as empty until I found a useful application.
installcheck:

uninstall:
	catalogs='$(CATALOGS)'; \
	for cat in $$catalogs; do \
	  cat=`basename $$cat`; \
	  lang=`echo $$cat | sed 's/\$(CATOBJEXT)$$//'`; \
	  rm -f $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(PACKAGE)$(INSTOBJEXT); \
	  rm -f $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(PACKAGE)$(INSTOBJEXT).m; \
	  rm -f $(DESTDIR)$(gnulocaledir)/$$lang/LC_MESSAGES/$(PACKAGE)$(INSTOBJEXT); \
	  rm -f $(DESTDIR)$(gnulocaledir)/$$lang/LC_MESSAGES/$(PACKAGE)$(INSTOBJEXT).m; \
	done
	rm -f $(DESTDIR)$(gettextsrcdir)/po-Makefile.in.in

check: all

cat-id-tbl.o: ../intl/libgettext.h

html dvi pdf ps info tags TAGS ID:

mostlyclean:
	rm -f core core.* *.pox $(PACKAGE).po *.old.po cat-id-tbl.tmp
	rm -fr *.o

clean: mostlyclean

distclean: clean
	rm -f Makefile Makefile.in POTFILES *.mo *.msg *.cat *.cat.m

maintainer-clean: distclean
	@echo "This command is intended for maintainers to use;"
	@echo "it deletes files that may require special tools to rebuild."
	rm -f $(GMOFILES)

distdir = ../$(PACKAGE)-$(VERSION)/$(subdir)
dist distdir: update-po $(DISTFILES)
	dists="$(DISTFILES)"; \
	for file in $$dists; do \
	  ln $(srcdir)/$$file $(distdir) 2> /dev/null \
	    || cp -p $(srcdir)/$$file $(distdir); \
	done

update-po: Makefile
	$(MAKE) $(PACKAGE).pot
	PATH=`pwd`/../src:$$PATH; \
	cd $(srcdir); \
	catalogs='$(CATALOGS)'; \
	for cat in $$catalogs; do \
	  cat=`basename $$cat`; \
	  lang=`echo $$cat | sed 's/\$(CATOBJEXT)$$//'`; \
	  mv $$lang.po $$lang.old.po; \
	  echo "$$lang:"; \
	  if $(MSGMERGE) $$lang.old.po $(PACKAGE).pot -o $$lang.po; then \
	    rm -f $$lang.old.po; \
	  else \
	    echo "msgmerge for $$cat failed!"; \
	    rm -f $$lang.po; \
	    mv $$lang.old.po $$lang.po; \
	  fi; \
	done

POTFILES: POTFILES.in
	( if test 'x$(srcdir)' != 'x.'; then \
	    posrcprefix='$(top_srcdir)/'; \
	  else \
	    posrcprefix="../"; \
	  fi; \
	  rm -f $@-t $@ \
	    && (sed -e '/^#/d' -e '/^[ 	]*$$/d' \
		    -e "s@.*@	$$posrcprefix& \\\\@" < $(srcdir)/$@.in \
		| sed -e '$$s/\\$$//') > $@-t \
	    && chmod a-w $@-t \
	    && mv $@-t $@ )

POTFILES.in: # ../Makefile
	cd .. && $(MAKE) po/POTFILES.in

Makefile: Make-in ../config.status POTFILES
	cd .. \
	  && CONFIG_FILES=$(subdir)/Makefile.in:$(subdir)/Make-in \
	     CONFIG_HEADERS= $(SHELL) ./config.status

# 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.
.NOEXPORT:
