URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [newlib-1.17.0/] [newlib/] [libc/] [sys/] [linux/] [intl/] [Makefile.am] - Rev 816
Compare with Previous | Blame | View Log
## Process this file with automake to generate Makefile.inAUTOMAKE_OPTIONS = cygnusINCLUDES = -I$(srcdir)/.. $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)LIB_SOURCES = \bindtextdom.c catgets.c dcgettext.c dgettext.c gettext.c \dcigettext.c dcngettext.c dngettext.c ngettext.c open_catalog.c \finddomain.c lcl_stpcpy.c loadmsgcat.c localealias.c textdomain.c \l10nflist.c explodename.c plural.clibintl_la_LDFLAGS = -Xcompiler -nostdlibmsgcatdir = /usr/share/localeif USE_LIBTOOLnoinst_LTLIBRARIES = libintl.lalibintl_la_SOURCES = $(LIB_SOURCES)noinst_DATA = objectlist.awk.inelsenoinst_LIBRARIES = lib.alib_a_SOURCES = $(LIB_SOURCES)lib_a_CFLAGS = $(AM_CFLAGS)noinst_DATA =endif # USE_LIBTOOLinclude $(srcdir)/../../../../Makefile.sharedAM_CFLAGS = -DNOT_IN_libc -DHAVE_CONFIG_H -D_GNU_SOURCE -D__libc_enable_secure=1 -D'LOCALEDIR="$(msgcatdir)"' -D'LOCALE_ALIAS_PATH="$(msgcatdir)"' -DNLSPATH='"$(msgcatdir)/%L/%N:$(msgcatdir)/%L/LC_MESSAGES/%N:$(msgcatdir)/%l/%N:$(msgcatdir)/%l/LC_MESSAGES/%N:"'# shouldn't have to do the following, but if neededBISONFLAGS = --yacc --name-prefix=__gettext --outputplural.c: plural.y$(BISON) $(BISONFLAGS) $@ $^
