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

Subversion Repositories or1k

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

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

Line No. Rev Author Line
1 1010 ivang
## 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
LIB_SOURCES = \
8
        bcmp.c \
9
        bcopy.c \
10
        bzero.c \
11
        index.c \
12
        memchr.c \
13
        memcmp.c \
14
        memcpy.c \
15
        memmove.c \
16
        memset.c \
17
        rindex.c \
18
        strcat.c \
19
        strchr.c \
20
        strcmp.c \
21
        strcasecmp.c \
22
        strcoll.c \
23
        strcpy.c \
24
        strcspn.c \
25
        strerror.c \
26
        strlen.c  \
27
        strlwr.c \
28
        strncat.c \
29
        strncmp.c \
30
        strncasecmp.c \
31
        strncpy.c \
32
        strnlen.c \
33
        strpbrk.c \
34
        strrchr.c \
35
        strspn.c \
36
        strtok.c \
37
        strtok_r.c \
38
        strupr.c \
39
        strxfrm.c  \
40
        strstr.c \
41
        swab.c \
42
        u_strerr.c
43
 
44
libstring_la_LDFLAGS = -Xcompiler -nostdlib
45
 
46
if USE_LIBTOOL
47
noinst_LTLIBRARIES = libstring.la
48
libstring_la_SOURCES = $(LIB_SOURCES)
49
noinst_DATA = objectlist.awk.in
50
else
51
noinst_LIBRARIES = lib.a
52
lib_a_SOURCES = $(LIB_SOURCES)
53
noinst_DATA =
54
endif # USE_LIBTOOL
55
 
56
include $(srcdir)/../../Makefile.shared
57
 
58
CHEWOUT_FILES=\
59
bcmp.def        memcpy.def      strcmp.def      strncat.def strstr.def \
60
bcopy.def       memmove.def     strcoll.def     strncmp.def strtok.def \
61
bzero.def       memset.def      strcpy.def      strncpy.def strxfrm.def \
62
index.def       rindex.def      strcspn.def     strpbrk.def swab.def \
63
memchr.def      strcat.def      strerror.def    strrchr.def \
64
memcmp.def      strchr.def      strlen.def      strnlen.def strspn.def \
65
strcasecmp.def  strncasecmp.def strlwr.def      strupr.def
66
 
67
SUFFIXES = .def
68
 
69
CHEW = ../../doc/makedoc -f $(srcdir)/../../doc/doc.str
70
 
71
.c.def:
72
        $(CHEW) < $< > $*.def 2> $*.ref
73
        touch stmp-def
74
 
75
TARGETDOC = ../tmp.texi
76
 
77
doc: $(CHEWOUT_FILES)
78
        cat $(srcdir)/strings.tex >> $(TARGETDOC)
79
 
80
CLEANFILES = $(CHEWOUT_FILES) *.ref

powered by: WebSVN 2.1.0

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