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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [newlib/] [newlib/] [libc/] [ctype/] [Makefile.am] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 56 joel
## 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
noinst_LIBRARIES = lib.a
8
 
9
lib_a_SOURCES = \
10
        ctype_.c \
11
        isalnum.c \
12
        isalpha.c \
13
        isascii.c \
14
        iscntrl.c \
15
        isdigit.c \
16
        islower.c \
17
        isupper.c \
18
        isprint.c \
19
        ispunct.c \
20
        isspace.c \
21
        isxdigit.c \
22
        toascii.c \
23
        tolower.c \
24
        toupper.c \
25
        _tolower.c \
26
        _toupper.c
27
 
28
CHEWOUT_FILES= \
29
        isalnum.def     \
30
        isalpha.def     \
31
        isascii.def     \
32
        iscntrl.def     \
33
        isdigit.def     \
34
        islower.def     \
35
        isprint.def     \
36
        ispunct.def     \
37
        isspace.def     \
38
        isupper.def     \
39
        isxdigit.def    \
40
        toascii.def     \
41
        tolower.def     \
42
        toupper.def
43
 
44
SUFFIXES = .def
45
 
46
CHEW = ../../doc/makedoc -f $(srcdir)/../../doc/doc.str
47
 
48
.c.def:
49
        $(CHEW) < $< > $*.def 2> $*.ref
50
        touch stmp-def
51
 
52
TARGETDOC = ../tmp.texi
53
 
54
doc: $(CHEWOUT_FILES)
55
        cat $(srcdir)/ctype.tex >> $(TARGETDOC)
56
 
57
CLEANFILES = $(CHEWOUT_FILES) *.ref

powered by: WebSVN 2.1.0

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