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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [newlib/] [newlib/] [libc/] [reent/] [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 = \
        closer.c \
        closer.c \
        reent.c \
        reent.c \
        impure.c \
        impure.c \
        execr.c \
        execr.c \
        fstatr.c \
        fstatr.c \
        linkr.c \
        linkr.c \
        lseekr.c \
        lseekr.c \
        openr.c \
        openr.c \
        readr.c \
        readr.c \
        signalr.c \
        signalr.c \
        sbrkr.c \
        sbrkr.c \
        statr.c \
        statr.c \
        timer.c \
        timer.c \
        writer.c
        writer.c
CHEWOUT_FILES = \
CHEWOUT_FILES = \
        closer.def \
        closer.def \
        reent.def \
        reent.def \
        execr.def \
        execr.def \
        fstatr.def \
        fstatr.def \
        linkr.def \
        linkr.def \
        lseekr.def \
        lseekr.def \
        openr.def \
        openr.def \
        readr.def \
        readr.def \
        signalr.def \
        signalr.def \
        sbrkr.def \
        sbrkr.def \
        statr.def \
        statr.def \
        timer.def \
        timer.def \
        writer.def
        writer.def
SUFFIXES = .def .h
SUFFIXES = .def .h
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)/reent.tex >> $(TARGETDOC)
        cat $(srcdir)/reent.tex >> $(TARGETDOC)
impure.o: $(srcdir)/impure.c $(srcdir)/../include/sys/reent.h
impure.o: $(srcdir)/impure.c $(srcdir)/../include/sys/reent.h
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.