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

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [newlib-1.18.0/] [newlib/] [libc/] [sys/] [linux/] [intl/] [Makefile.am] - Blame information for rev 262

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 207 jeremybenn
## Process this file with automake to generate Makefile.in
2
 
3
AUTOMAKE_OPTIONS = cygnus
4
 
5
INCLUDES = -I$(srcdir)/.. $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
6
 
7
LIB_SOURCES = \
8
        bindtextdom.c catgets.c dcgettext.c dgettext.c gettext.c       \
9
        dcigettext.c dcngettext.c dngettext.c ngettext.c open_catalog.c \
10
        finddomain.c lcl_stpcpy.c loadmsgcat.c localealias.c textdomain.c \
11
        l10nflist.c explodename.c plural.c
12
 
13
 
14
libintl_la_LDFLAGS = -Xcompiler -nostdlib
15
 
16
msgcatdir = /usr/share/locale
17
 
18
if USE_LIBTOOL
19
noinst_LTLIBRARIES = libintl.la
20
libintl_la_SOURCES = $(LIB_SOURCES)
21
noinst_DATA = objectlist.awk.in
22
else
23
noinst_LIBRARIES = lib.a
24
lib_a_SOURCES = $(LIB_SOURCES)
25
lib_a_CFLAGS = $(AM_CFLAGS)
26
noinst_DATA =
27
endif # USE_LIBTOOL
28
 
29
include $(srcdir)/../../../../Makefile.shared
30
 
31
AM_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:"'
32
 
33
# shouldn't have to do the following, but if needed
34
BISONFLAGS = --yacc --name-prefix=__gettext --output
35
plural.c: plural.y
36
        $(BISON) $(BISONFLAGS) $@ $^
37
 

powered by: WebSVN 2.1.0

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