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

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-src/] [newlib-1.18.0/] [newlib-1.18.0-or32-1.0rc1/] [newlib/] [libc/] [stdio/] [Makefile.am] - Rev 345

Compare with Previous | Blame | View Log

## Process this file with automake to generate Makefile.in

AUTOMAKE_OPTIONS = cygnus

INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)

GENERAL_SOURCES = \
        clearerr.c                      \
        fclose.c                        \
        fdopen.c                        \
        feof.c                          \
        ferror.c                        \
        fflush.c                        \
        fgetc.c                 \
        fgetpos.c                       \
        fgets.c                 \
        fileno.c                        \
        findfp.c                        \
        fiprintf.c                      \
        flags.c                 \
        fopen.c                 \
        fprintf.c                       \
        fputc.c                 \
        fputs.c                 \
        fread.c                 \
        freopen.c                       \
        fscanf.c                        \
        fiscanf.c                       \
        fseek.c                 \
        fsetpos.c                       \
        ftell.c                 \
        fvwrite.c                       \
        fwalk.c                 \
        fwrite.c                        \
        getc.c                          \
        getchar.c                       \
        getc_u.c                        \
        getchar_u.c                     \
        getdelim.c                      \
        getline.c                       \
        gets.c                          \
        iprintf.c                       \
        iscanf.c                        \
        makebuf.c                       \
        perror.c                        \
        printf.c                        \
        putc.c                          \
        putchar.c                       \
        putc_u.c                        \
        putchar_u.c                     \
        puts.c                          \
        refill.c                        \
        remove.c                        \
        rename.c                        \
        rewind.c                        \
        rget.c                          \
        scanf.c                 \
        sccl.c                          \
        setbuf.c                        \
        setbuffer.c                     \
        setlinebuf.c                    \
        setvbuf.c                       \
        siprintf.c                      \
        siscanf.c                       \
        sniprintf.c                     \
        snprintf.c                      \
        sprintf.c                       \
        sscanf.c                        \
        stdio.c                 \
        tmpfile.c                       \
        tmpnam.c                        \
        ungetc.c                        \
        vdiprintf.c                     \
        vdprintf.c                      \
        viprintf.c                      \
        viscanf.c                       \
        vprintf.c                       \
        vscanf.c                        \
        vsiprintf.c                     \
        vsiscanf.c                      \
        vsnprintf.c                     \
        vsniprintf.c                    \
        vsprintf.c                      \
        vsscanf.c                       \
        wbuf.c                          \
        wsetup.c

## The following are EL/IX level 2 interfaces
if ELIX_LEVEL_1
ELIX_2_SOURCES =
else
ELIX_2_SOURCES = \
        asiprintf.c             \
        asprintf.c              \
        fcloseall.c             \
        fseeko.c                \
        ftello.c                \
        getw.c                  \
        mktemp.c                \
        putw.c                  \
        vasiprintf.c            \
        vasprintf.c
endif

## The following are EL/IX level 2 interfaces
if ELIX_LEVEL_1
ELIX_4_SOURCES =
else
if ELIX_LEVEL_2
ELIX_4_SOURCES =
else
if ELIX_LEVEL_3
ELIX_4_SOURCES =
else
ELIX_4_SOURCES = \
        asniprintf.c            \
        asnprintf.c             \
        diprintf.c              \
        dprintf.c               \
        fgetwc.c                \
        fgetws.c                \
        fmemopen.c              \
        fopencookie.c           \
        fpurge.c                \
        fputwc.c                \
        fputws.c                \
        funopen.c               \
        fwide.c                 \
        fwprintf.c              \
        fwscanf.c               \
        getwc.c                 \
        getwchar.c              \
        open_memstream.c        \
        putwc.c                 \
        putwchar.c              \
        swprintf.c              \
        swscanf.c               \
        ungetwc.c               \
        vasniprintf.c           \
        vasnprintf.c            \
        vfwscanf.c              \
        vswprintf.c             \
        vswscanf.c              \
        vwprintf.c              \
        vwscanf.c               \
        wprintf.c               \
        wscanf.c

endif !ELIX_LEVEL_3
endif !ELIX_LEVEL_2
endif !ELIX_LEVEL_1

LIBADD_OBJS = \
        $(lpfx)svfiprintf.$(oext) $(lpfx)svfprintf.$(oext) \
        $(lpfx)svfiscanf.$(oext) $(lpfx)svfscanf.$(oext) \
        $(lpfx)vfiprintf.$(oext) $(lpfx)vfprintf.$(oext) \
        $(lpfx)vfscanf.$(oext) $(lpfx)vfiscanf.$(oext) \
        $(lpfx)svfiwprintf.$(oext) $(lpfx)svfwprintf.$(oext) \
        $(lpfx)vfiwprintf.$(oext) $(lpfx)vfwprintf.$(oext) \
        $(lpfx)svfiwscanf.$(oext) $(lpfx)svfwscanf.$(oext) \
        $(lpfx)vfiwscanf.$(oext) $(lpfx)vfwscanf.$(oext)

libstdio_la_LDFLAGS = -Xcompiler -nostdlib

if USE_LIBTOOL
noinst_LTLIBRARIES = libstdio.la
libstdio_la_SOURCES = $(GENERAL_SOURCES) $(ELIX_2_SOURCES) $(ELIX_4_SOURCES)
libstdio_la_LIBADD = $(LIBADD_OBJS)
libstdio_la_DEPENDENCIES = $(LIBADD_OBJS)
LIB_COMPILE = $(LTCOMPILE)
noinst_DATA = objectlist.awk.in
else
noinst_LIBRARIES = lib.a
lib_a_SOURCES = $(GENERAL_SOURCES) $(ELIX_2_SOURCES) $(ELIX_4_SOURCES)
lib_a_LIBADD = $(LIBADD_OBJS)
lib_a_CFLAGS = $(AM_CFLAGS)
lib_a_DEPENDENCIES = $(LIBADD_OBJS)
LIB_COMPILE = $(COMPILE)
noinst_DATA =
endif # USE_LIBTOOL

include $(srcdir)/../../Makefile.shared

# This rule is needed so that libtool compiles vfiprintf before vfprintf. Otherwise
# libtool moves vfprintf.o and subsequently can't find it.

$(lpfx)vfprintf.$(oext): vfprintf.c
        $(LIB_COMPILE) -fshort-enums -c $(srcdir)/vfprintf.c -o $@

$(lpfx)vfiprintf.$(oext): vfprintf.c
        $(LIB_COMPILE) -fshort-enums -DINTEGER_ONLY -c $(srcdir)/vfprintf.c -o $@

$(lpfx)svfprintf.$(oext): vfprintf.c
        $(LIB_COMPILE) -fshort-enums -DSTRING_ONLY -c $(srcdir)/vfprintf.c -o $@

$(lpfx)svfiprintf.$(oext): vfprintf.c
        $(LIB_COMPILE) -fshort-enums -DINTEGER_ONLY -DSTRING_ONLY -c $(srcdir)/vfprintf.c -o $@

$(lpfx)vfwprintf.$(oext): vfwprintf.c
        $(LIB_COMPILE) -fshort-enums -c $(srcdir)/vfwprintf.c -o $@

$(lpfx)vfiwprintf.$(oext): vfwprintf.c
        $(LIB_COMPILE) -fshort-enums -DINTEGER_ONLY -c $(srcdir)/vfwprintf.c -o $@

$(lpfx)svfwprintf.$(oext): vfwprintf.c
        $(LIB_COMPILE) -fshort-enums -DSTRING_ONLY -c $(srcdir)/vfwprintf.c -o $@

$(lpfx)svfiwprintf.$(oext): vfwprintf.c
        $(LIB_COMPILE) -fshort-enums -DINTEGER_ONLY -DSTRING_ONLY -c $(srcdir)/vfwprintf.c -o $@

$(lpfx)vfscanf.$(oext): vfscanf.c
        $(LIB_COMPILE) -c $(srcdir)/vfscanf.c -o $@

$(lpfx)vfiscanf.$(oext): vfscanf.c
        $(LIB_COMPILE) -DINTEGER_ONLY -c $(srcdir)/vfscanf.c -o $@

$(lpfx)svfscanf.$(oext): vfscanf.c
        $(LIB_COMPILE) -DSTRING_ONLY -c $(srcdir)/vfscanf.c -o $@

$(lpfx)svfiscanf.$(oext): vfscanf.c
        $(LIB_COMPILE) -DINTEGER_ONLY -DSTRING_ONLY -c $(srcdir)/vfscanf.c -o $@

$(lpfx)vfwscanf.$(oext): vfwscanf.c
        $(LIB_COMPILE) -c $(srcdir)/vfwscanf.c -o $@

$(lpfx)vfiwscanf.$(oext): vfwscanf.c
        $(LIB_COMPILE) -DINTEGER_ONLY -c $(srcdir)/vfwscanf.c -o $@

$(lpfx)svfwscanf.$(oext): vfwscanf.c
        $(LIB_COMPILE) -DSTRING_ONLY -c $(srcdir)/vfwscanf.c -o $@

$(lpfx)svfiwscanf.$(oext): vfwscanf.c
        $(LIB_COMPILE) -DINTEGER_ONLY -DSTRING_ONLY -c $(srcdir)/vfwscanf.c -o $@

CHEWOUT_FILES = \
        clearerr.def            \
        diprintf.def            \
        dprintf.def             \
        fclose.def              \
        fcloseall.def           \
        fdopen.def              \
        feof.def                \
        ferror.def              \
        fflush.def              \
        fgetc.def               \
        fgetpos.def             \
        fgets.def               \
        fgetwc.def              \
        fgetws.def              \
        fileno.def              \
        fmemopen.def            \
        fopen.def               \
        fopencookie.def         \
        fpurge.def              \
        fputc.def               \
        fputs.def               \
        fputwc.def              \
        fputws.def              \
        fread.def               \
        freopen.def             \
        fseek.def               \
        fsetpos.def             \
        ftell.def               \
        funopen.def             \
        fwide.def               \
        fwrite.def              \
        getc.def                \
        getc_u.def              \
        getchar.def             \
        getchar_u.def           \
        getdelim.def            \
        getline.def             \
        gets.def                \
        getw.def                \
        getwc.def               \
        getwchar.def            \
        mktemp.def              \
        open_memstream.def      \
        perror.def              \
        putc.def                \
        putc_u.def              \
        putchar.def             \
        putchar_u.def           \
        puts.def                \
        putw.def                \
        putwc.def               \
        putwchar.def            \
        remove.def              \
        rename.def              \
        rewind.def              \
        setbuf.def              \
        setbuffer.def           \
        setlinebuf.def          \
        setvbuf.def             \
        siprintf.def            \
        siscanf.def             \
        sprintf.def             \
        sscanf.def              \
        swprintf.def            \
        swscanf.def             \
        tmpfile.def             \
        tmpnam.def              \
        ungetc.def              \
        ungetwc.def             \
        vfprintf.def            \
        vfscanf.def             \
        vfwprintf.def           \
        vfwscanf.def            \
        viprintf.def            \
        viscanf.def

SUFFIXES = .def

CHEW = ../../doc/makedoc -f $(srcdir)/../../doc/doc.str

.c.def:
        $(CHEW) < $< > $*.def 2> $*.ref
        touch stmp-def

TARGETDOC = ../tmp.texi

doc: $(CHEWOUT_FILES)
        cat $(srcdir)/stdio.tex >> $(TARGETDOC)

CLEANFILES = $(CHEWOUT_FILES) *.ref

$(lpfx)fclose.$(oext): local.h
$(lpfx)fdopen.$(oext): local.h
$(lpfx)fflush.$(oext): local.h
$(lpfx)fgetwc.$(oext): local.h
$(lpfx)fgetws.$(oext): local.h
$(lpfx)findfp.$(oext): local.h
$(lpfx)fmemopen.$(oext): local.h
$(lpfx)fopen.$(oext): local.h
$(lpfx)fopencookie.$(oext): local.h
$(lpfx)fpurge.$(oext): local.h
$(lpfx)fputs.$(oext): fvwrite.h
$(lpfx)fputwc.$(oext): local.h
$(lpfx)fputws.$(oext): local.h fvwrite.h
$(lpfx)fread.$(oext): local.h
$(lpfx)freopen.$(oext): local.h
$(lpfx)fseek.$(oext): local.h
$(lpfx)ftell.$(oext): local.h
$(lpfx)funopen.$(oext): local.h
$(lpfx)fvwrite.$(oext): local.h fvwrite.h
$(lpfx)fwalk.$(oext): local.h
$(lpfx)fwide.$(oext): local.h
$(lpfx)fwprintf.$(oext): local.h
$(lpfx)fwrite.$(oext): local.h fvwrite.h
$(lpfx)fwscanf.$(oext): local.h
$(lpfx)getwc.$(oext): local.h
$(lpfx)getwchar.$(oext): local.h
$(lpfx)iscanf.$(oext): local.h
$(lpfx)makebuf.$(oext): local.h
$(lpfx)open_memstream.$(oext): local.h
$(lpfx)puts.$(oext): fvwrite.h
$(lpfx)putwc.$(oext): local.h
$(lpfx)putwchar.$(oext): local.h
$(lpfx)refill.$(oext): local.h
$(lpfx)scanf.$(oext): local.h
$(lpfx)setbuf.$(oext): local.h
$(lpfx)setvbuf.$(oext): local.h
$(lpfx)siprintf.$(oext): local.h
$(lpfx)siscanf.$(oext): local.h
$(lpfx)sniprintf.$(oext): local.h
$(lpfx)sprintf.$(oext): local.h
$(lpfx)sscanf.$(oext): local.h
$(lpfx)stdio.$(oext): local.h
$(lpfx)svfiprintf.$(oext): local.h
$(lpfx)svfiscanf.$(oext): local.h floatio.h
$(lpfx)svfprintf.$(oext): local.h
$(lpfx)svfscanf.$(oext): local.h floatio.h
$(lpfx)swprintf.$(oext): local.h
$(lpfx)swscanf.$(oext): local.h
$(lpfx)ungetc.$(oext): local.h
$(lpfx)ungetwc.$(oext): local.h
$(lpfx)vfiprintf.$(oext): local.h
$(lpfx)vfiscanf.$(oext): local.h floatio.h
$(lpfx)vfprintf.$(oext): local.h
$(lpfx)vfscanf.$(oext): local.h floatio.h
$(lpfx)vfwprintf.$(oext): local.h
$(lpfx)vfwscanf.$(oext): local.h
$(lpfx)viscanf.$(oext): local.h
$(lpfx)vscanf.$(oext): local.h
$(lpfx)vsiscanf.$(oext): local.h
$(lpfx)vsniprintf.$(oext): local.h
$(lpfx)vsscanf.$(oext): local.h
$(lpfx)vswprintf.$(oext): local.h
$(lpfx)vswscanf.$(oext): local.h
$(lpfx)vwprintf.$(oext): local.h
$(lpfx)vwscanf.$(oext): local.h
$(lpfx)wbuf.$(oext): local.h fvwrite.h
$(lpfx)wprintf.$(oext): local.h
$(lpfx)wscanf.$(oext): local.h
$(lpfx)wsetup.$(oext): local.h

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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