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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [newlib/] [newlib/] [libc/] [string/] [Makefile.am] - Diff between revs 57 and 1765

Only display areas with differences | Details | Blame | View Log

Rev 57 Rev 1765
## Process this file with automake to generate Makefile.in
## Process this file with automake to generate Makefile.in
AUTOMAKE_OPTIONS = cygnus
AUTOMAKE_OPTIONS = cygnus
INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
noinst_LIBRARIES = lib.a
noinst_LIBRARIES = lib.a
lib_a_SOURCES = \
lib_a_SOURCES = \
        bcmp.c \
        bcmp.c \
        bcopy.c \
        bcopy.c \
        bzero.c \
        bzero.c \
        index.c \
        index.c \
        memchr.c \
        memchr.c \
        memcmp.c \
        memcmp.c \
        memcpy.c \
        memcpy.c \
        memmove.c \
        memmove.c \
        memset.c \
        memset.c \
        rindex.c \
        rindex.c \
        strcat.c \
        strcat.c \
        strchr.c \
        strchr.c \
        strcmp.c \
        strcmp.c \
        strcasecmp.c \
        strcasecmp.c \
        strcoll.c \
        strcoll.c \
        strcpy.c \
        strcpy.c \
        strcspn.c \
        strcspn.c \
        strerror.c \
        strerror.c \
        strlen.c  \
        strlen.c  \
        strlwr.c \
        strlwr.c \
        strncat.c \
        strncat.c \
        strncmp.c \
        strncmp.c \
        strncasecmp.c \
        strncasecmp.c \
        strncpy.c \
        strncpy.c \
        strpbrk.c \
        strpbrk.c \
        strrchr.c \
        strrchr.c \
        strspn.c \
        strspn.c \
        strtok.c \
        strtok.c \
        strtok_r.c \
        strtok_r.c \
        strupr.c \
        strupr.c \
        strxfrm.c  \
        strxfrm.c  \
        strstr.c \
        strstr.c \
        u_strerr.c
        u_strerr.c
CHEWOUT_FILES=\
CHEWOUT_FILES=\
bcmp.def        memcpy.def      strcmp.def      strncat.def strstr.def \
bcmp.def        memcpy.def      strcmp.def      strncat.def strstr.def \
bcopy.def       memmove.def     strcoll.def     strncmp.def strtok.def \
bcopy.def       memmove.def     strcoll.def     strncmp.def strtok.def \
bzero.def       memset.def      strcpy.def      strncpy.def strxfrm.def \
bzero.def       memset.def      strcpy.def      strncpy.def strxfrm.def \
index.def       rindex.def      strcspn.def     strpbrk.def \
index.def       rindex.def      strcspn.def     strpbrk.def \
memchr.def      strcat.def      strerror.def    strrchr.def \
memchr.def      strcat.def      strerror.def    strrchr.def \
memcmp.def      strchr.def      strlen.def      strspn.def \
memcmp.def      strchr.def      strlen.def      strspn.def \
strcasecmp.def  strncasecmp.def strlwr.def      strupr.def
strcasecmp.def  strncasecmp.def strlwr.def      strupr.def
SUFFIXES = .def
SUFFIXES = .def
CHEW = ../../doc/makedoc -f $(srcdir)/../../doc/doc.str
CHEW = ../../doc/makedoc -f $(srcdir)/../../doc/doc.str
.c.def:
.c.def:
        $(CHEW) < $< > $*.def 2> $*.ref
        $(CHEW) < $< > $*.def 2> $*.ref
        touch stmp-def
        touch stmp-def
TARGETDOC = ../tmp.texi
TARGETDOC = ../tmp.texi
doc: $(CHEWOUT_FILES)
doc: $(CHEWOUT_FILES)
        cat $(srcdir)/strings.tex >> $(TARGETDOC)
        cat $(srcdir)/strings.tex >> $(TARGETDOC)
CLEANFILES = $(CHEWOUT_FILES) *.ref
CLEANFILES = $(CHEWOUT_FILES) *.ref
 
 

powered by: WebSVN 2.1.0

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