OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [trunk/] [gnu-src/] [newlib-1.17.0/] [newlib/] [libc/] [ctype/] [Makefile.am] - Blame information for rev 194

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

Line No. Rev Author Line
1 148 jeremybenn
## Process this file with automake to generate Makefile.in
2
 
3
AUTOMAKE_OPTIONS = cygnus
4
 
5
INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
6
 
7
GENERAL_SOURCES =       \
8
        ctype_.c        \
9
        isalnum.c       \
10
        isalpha.c       \
11
        iscntrl.c       \
12
        isdigit.c       \
13
        islower.c       \
14
        isupper.c       \
15
        isprint.c       \
16
        ispunct.c       \
17
        isspace.c       \
18
        isxdigit.c      \
19
        tolower.c       \
20
        toupper.c
21
 
22
## The following handles EL/IX level 2 functions
23
if ELIX_LEVEL_1
24
ELIX_SOURCES =
25
else
26
ELIX_SOURCES = \
27
        isascii.c       \
28
        isblank.c       \
29
        iswalnum.c      \
30
        iswalpha.c      \
31
        iswblank.c      \
32
        iswcntrl.c      \
33
        iswctype.c      \
34
        iswdigit.c      \
35
        iswgraph.c      \
36
        iswlower.c      \
37
        iswprint.c      \
38
        iswpunct.c      \
39
        iswspace.c      \
40
        iswupper.c      \
41
        iswxdigit.c     \
42
        jp2uc.c         \
43
        toascii.c       \
44
        _tolower.c      \
45
        _toupper.c      \
46
        towctrans.c     \
47
        towlower.c      \
48
        towupper.c      \
49
        wctrans.c       \
50
        wctype.c
51
endif
52
 
53
libctype_la_LDFLAGS = -Xcompiler -nostdlib
54
 
55
if USE_LIBTOOL
56
noinst_LTLIBRARIES = libctype.la
57
libctype_la_SOURCES = $(GENERAL_SOURCES) $(ELIX_SOURCES)
58
noinst_DATA = objectlist.awk.in
59
else
60
noinst_LIBRARIES = lib.a
61
lib_a_SOURCES = $(GENERAL_SOURCES) $(ELIX_SOURCES)
62
lib_a_CFLAGS = $(AM_CFLAGS)
63
noinst_DATA =
64
endif # USE_LIBTOOL
65
 
66
include $(srcdir)/../../Makefile.shared
67
 
68
CHEWOUT_FILES= \
69
        isalnum.def     \
70
        isalpha.def     \
71
        isascii.def     \
72
        iscntrl.def     \
73
        isdigit.def     \
74
        islower.def     \
75
        isprint.def     \
76
        ispunct.def     \
77
        isspace.def     \
78
        isupper.def     \
79
        iswalnum.def    \
80
        iswalpha.def    \
81
        iswblank.def    \
82
        iswcntrl.def    \
83
        iswctype.def    \
84
        iswdigit.def    \
85
        iswgraph.def    \
86
        iswlower.def    \
87
        iswprint.def    \
88
        iswpunct.def    \
89
        iswspace.def    \
90
        iswupper.def    \
91
        iswxdigit.def   \
92
        isxdigit.def    \
93
        toascii.def     \
94
        tolower.def     \
95
        toupper.def     \
96
        towctrans.def   \
97
        towlower.def    \
98
        towupper.def    \
99
        wctrans.def     \
100
        wctype.def
101
 
102
SUFFIXES = .def
103
 
104
CHEW = ../../doc/makedoc -f $(srcdir)/../../doc/doc.str
105
 
106
.c.def:
107
        $(CHEW) < $< > $*.def 2> $*.ref
108
        touch stmp-def
109
 
110
TARGETDOC = ../tmp.texi
111
 
112
doc: $(CHEWOUT_FILES)
113
        cat $(srcdir)/ctype.tex >> $(TARGETDOC)
114
 
115
CLEANFILES = $(CHEWOUT_FILES) *.ref

powered by: WebSVN 2.1.0

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