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

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-src/] [newlib-1.18.0/] [newlib-1.18.0-or32-1.0rc2/] [newlib/] [libc/] [ctype/] [Makefile.am] - Blame information for rev 802

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 = $(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
        towctrans.c     \
45
        towlower.c      \
46
        towupper.c      \
47
        wctrans.c       \
48
        wctype.c
49
endif
50
 
51
libctype_la_LDFLAGS = -Xcompiler -nostdlib
52
 
53
if USE_LIBTOOL
54
noinst_LTLIBRARIES = libctype.la
55
libctype_la_SOURCES = $(GENERAL_SOURCES) $(ELIX_SOURCES)
56
noinst_DATA = objectlist.awk.in
57
else
58
noinst_LIBRARIES = lib.a
59
lib_a_SOURCES = $(GENERAL_SOURCES) $(ELIX_SOURCES)
60
lib_a_CFLAGS = $(AM_CFLAGS)
61
noinst_DATA =
62
endif # USE_LIBTOOL
63
 
64
include $(srcdir)/../../Makefile.shared
65
 
66
CHEWOUT_FILES= \
67
        isalnum.def     \
68
        isalpha.def     \
69
        isascii.def     \
70
        iscntrl.def     \
71
        isdigit.def     \
72
        islower.def     \
73
        isprint.def     \
74
        ispunct.def     \
75
        isspace.def     \
76
        isupper.def     \
77
        iswalnum.def    \
78
        iswalpha.def    \
79
        iswblank.def    \
80
        iswcntrl.def    \
81
        iswctype.def    \
82
        iswdigit.def    \
83
        iswgraph.def    \
84
        iswlower.def    \
85
        iswprint.def    \
86
        iswpunct.def    \
87
        iswspace.def    \
88
        iswupper.def    \
89
        iswxdigit.def   \
90
        isxdigit.def    \
91
        toascii.def     \
92
        tolower.def     \
93
        toupper.def     \
94
        towctrans.def   \
95
        towlower.def    \
96
        towupper.def    \
97
        wctrans.def     \
98
        wctype.def
99
 
100
SUFFIXES = .def
101
 
102
CHEW = ../../doc/makedoc -f $(srcdir)/../../doc/doc.str
103
 
104
.c.def:
105
        $(CHEW) < $< > $*.def 2> $*.ref
106
        touch stmp-def
107
 
108
TARGETDOC = ../tmp.texi
109
 
110
doc: $(CHEWOUT_FILES)
111
        cat $(srcdir)/ctype.tex >> $(TARGETDOC)
112
 
113
CLEANFILES = $(CHEWOUT_FILES) *.ref
114
 
115
$(lpfx)ctype_.$(oext): ctype_.c ctype_iso.h ctype_cp.h

powered by: WebSVN 2.1.0

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