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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [newlib/] [newlib/] [libc/] [string/] [Makefile.am] - Blame information for rev 57

Go to most recent revision | 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
        bcmp.c \
11
        bcopy.c \
12
        bzero.c \
13
        index.c \
14
        memchr.c \
15
        memcmp.c \
16
        memcpy.c \
17
        memmove.c \
18
        memset.c \
19
        rindex.c \
20
        strcat.c \
21
        strchr.c \
22
        strcmp.c \
23
        strcasecmp.c \
24
        strcoll.c \
25
        strcpy.c \
26
        strcspn.c \
27
        strerror.c \
28
        strlen.c  \
29
        strlwr.c \
30
        strncat.c \
31
        strncmp.c \
32
        strncasecmp.c \
33
        strncpy.c \
34
        strpbrk.c \
35
        strrchr.c \
36
        strspn.c \
37
        strtok.c \
38
        strtok_r.c \
39
        strupr.c \
40
        strxfrm.c  \
41
        strstr.c \
42
        u_strerr.c
43
 
44
CHEWOUT_FILES=\
45
bcmp.def        memcpy.def      strcmp.def      strncat.def strstr.def \
46
bcopy.def       memmove.def     strcoll.def     strncmp.def strtok.def \
47
bzero.def       memset.def      strcpy.def      strncpy.def strxfrm.def \
48
index.def       rindex.def      strcspn.def     strpbrk.def \
49
memchr.def      strcat.def      strerror.def    strrchr.def \
50
memcmp.def      strchr.def      strlen.def      strspn.def \
51
strcasecmp.def  strncasecmp.def strlwr.def      strupr.def
52
 
53
SUFFIXES = .def
54
 
55
CHEW = ../../doc/makedoc -f $(srcdir)/../../doc/doc.str
56
 
57
.c.def:
58
        $(CHEW) < $< > $*.def 2> $*.ref
59
        touch stmp-def
60
 
61
TARGETDOC = ../tmp.texi
62
 
63
doc: $(CHEWOUT_FILES)
64
        cat $(srcdir)/strings.tex >> $(TARGETDOC)
65
 
66
CLEANFILES = $(CHEWOUT_FILES) *.ref

powered by: WebSVN 2.1.0

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