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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [newlib-1.10.0/] [newlib/] [libc/] [stdlib/] [Makefile.am] - Diff between revs 1010 and 1765

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 1010 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)
LIB_SOURCES = \
LIB_SOURCES = \
        __adjust.c      \
        __adjust.c      \
        __exp10.c       \
        __exp10.c       \
        __ten_mu.c      \
        __ten_mu.c      \
        abort.c         \
        abort.c         \
        abs.c           \
        abs.c           \
        assert.c        \
        assert.c        \
        atexit.c        \
        atexit.c        \
        atof.c          \
        atof.c          \
        atoff.c         \
        atoff.c         \
        atoi.c          \
        atoi.c          \
        atol.c          \
        atol.c          \
        bsearch.c       \
        bsearch.c       \
        calloc.c        \
        calloc.c        \
        div.c           \
        div.c           \
        drand48.c       \
        drand48.c       \
        dtoa.c          \
        dtoa.c          \
        dtoastub.c      \
        dtoastub.c      \
        ecvtbuf.c       \
        ecvtbuf.c       \
        efgcvt.c        \
        efgcvt.c        \
        environ.c       \
        environ.c       \
        envlock.c       \
        envlock.c       \
        eprintf.c       \
        eprintf.c       \
        erand48.c       \
        erand48.c       \
        exit.c          \
        exit.c          \
        getenv.c        \
        getenv.c        \
        getenv_r.c      \
        getenv_r.c      \
        getopt.c        \
        getopt.c        \
        jrand48.c       \
        jrand48.c       \
        labs.c          \
        labs.c          \
        lcong48.c       \
        lcong48.c       \
        ldiv.c          \
        ldiv.c          \
        ldtoa.c         \
        ldtoa.c         \
        lrand48.c       \
        lrand48.c       \
        malign.c        \
        malign.c        \
        malloc.c        \
        malloc.c        \
        mblen.c         \
        mblen.c         \
        mblen_r.c       \
        mblen_r.c       \
        mbstowcs.c      \
        mbstowcs.c      \
        mbstowcs_r.c    \
        mbstowcs_r.c    \
        mbtowc.c        \
        mbtowc.c        \
        mbtowc_r.c      \
        mbtowc_r.c      \
        mlock.c         \
        mlock.c         \
        mprec.c         \
        mprec.c         \
        mrand48.c       \
        mrand48.c       \
        msize.c         \
        msize.c         \
        mstats.c        \
        mstats.c        \
        mtrim.c         \
        mtrim.c         \
        nrand48.c       \
        nrand48.c       \
        putenv.c        \
        putenv.c        \
        putenv_r.c      \
        putenv_r.c      \
        qsort.c         \
        qsort.c         \
        rand.c          \
        rand.c          \
        rand48.c        \
        rand48.c        \
        rand_r.c        \
        rand_r.c        \
        realloc.c       \
        realloc.c       \
        seed48.c        \
        seed48.c        \
        setenv.c        \
        setenv.c        \
        setenv_r.c      \
        setenv_r.c      \
        srand48.c       \
        srand48.c       \
        strdup.c        \
        strdup.c        \
        strdup_r.c      \
        strdup_r.c      \
        strtod.c        \
        strtod.c        \
        strtol.c        \
        strtol.c        \
        strtoll.c       \
        strtoll.c       \
        strtoll_r.c     \
        strtoll_r.c     \
        strtoul.c       \
        strtoul.c       \
        strtoull.c      \
        strtoull.c      \
        strtoull_r.c    \
        strtoull_r.c    \
        system.c        \
        system.c        \
        valloc.c        \
        valloc.c        \
        wcstombs.c      \
        wcstombs.c      \
        wcstombs_r.c    \
        wcstombs_r.c    \
        wctomb.c        \
        wctomb.c        \
        wctomb_r.c
        wctomb_r.c
# Because of how libtool moves objects around, mallocr must be built last.
# Because of how libtool moves objects around, mallocr must be built last.
LIBADD_OBJS = freer.$(oext) reallocr.$(oext) callocr.$(oext) cfreer.$(oext) malignr.$(oext) \
LIBADD_OBJS = freer.$(oext) reallocr.$(oext) callocr.$(oext) cfreer.$(oext) malignr.$(oext) \
        vallocr.$(oext) pvallocr.$(oext) mallinfor.$(oext) mallstatsr.$(oext) msizer.$(oext) malloptr.$(oext) mallocr.$(oext)
        vallocr.$(oext) pvallocr.$(oext) mallinfor.$(oext) mallstatsr.$(oext) msizer.$(oext) malloptr.$(oext) mallocr.$(oext)
libstdlib_la_LDFLAGS = -Xcompiler -nostdlib
libstdlib_la_LDFLAGS = -Xcompiler -nostdlib
if USE_LIBTOOL
if USE_LIBTOOL
noinst_LTLIBRARIES = libstdlib.la
noinst_LTLIBRARIES = libstdlib.la
libstdlib_la_SOURCES = $(LIB_SOURCES)
libstdlib_la_SOURCES = $(LIB_SOURCES)
libstdlib_la_LIBADD = $(LIBADD_OBJS)
libstdlib_la_LIBADD = $(LIBADD_OBJS)
LIB_COMPILE = $(LTCOMPILE)
LIB_COMPILE = $(LTCOMPILE)
noinst_DATA = objectlist.awk.in
noinst_DATA = objectlist.awk.in
else
else
noinst_LIBRARIES = lib.a
noinst_LIBRARIES = lib.a
lib_a_SOURCES = $(LIB_SOURCES)
lib_a_SOURCES = $(LIB_SOURCES)
lib_a_LIBADD = $(LIBADD_OBJS)
lib_a_LIBADD = $(LIBADD_OBJS)
LIB_COMPILE = $(COMPILE)
LIB_COMPILE = $(COMPILE)
noinst_DATA =
noinst_DATA =
endif # USE_LIBTOOL
endif # USE_LIBTOOL
include $(srcdir)/../../Makefile.shared
include $(srcdir)/../../Makefile.shared
MALLOC_COMPILE = $(LIB_COMPILE) -DINTERNAL_NEWLIB
MALLOC_COMPILE = $(LIB_COMPILE) -DINTERNAL_NEWLIB
mallocr.$(oext): mallocr.c
mallocr.$(oext): mallocr.c
        $(MALLOC_COMPILE) -DDEFINE_MALLOC -c $(srcdir)/mallocr.c -o $@
        $(MALLOC_COMPILE) -DDEFINE_MALLOC -c $(srcdir)/mallocr.c -o $@
freer.$(oext): mallocr.c
freer.$(oext): mallocr.c
        $(MALLOC_COMPILE) -DDEFINE_FREE -c $(srcdir)/mallocr.c -o $@
        $(MALLOC_COMPILE) -DDEFINE_FREE -c $(srcdir)/mallocr.c -o $@
reallocr.$(oext): mallocr.c
reallocr.$(oext): mallocr.c
        $(MALLOC_COMPILE) -DDEFINE_REALLOC -c $(srcdir)/mallocr.c -o $@
        $(MALLOC_COMPILE) -DDEFINE_REALLOC -c $(srcdir)/mallocr.c -o $@
callocr.$(oext): mallocr.c
callocr.$(oext): mallocr.c
        $(MALLOC_COMPILE) -DDEFINE_CALLOC -c $(srcdir)/mallocr.c -o $@
        $(MALLOC_COMPILE) -DDEFINE_CALLOC -c $(srcdir)/mallocr.c -o $@
cfreer.$(oext): mallocr.c
cfreer.$(oext): mallocr.c
        $(MALLOC_COMPILE) -DDEFINE_CFREE -c $(srcdir)/mallocr.c -o $@
        $(MALLOC_COMPILE) -DDEFINE_CFREE -c $(srcdir)/mallocr.c -o $@
malignr.$(oext): mallocr.c
malignr.$(oext): mallocr.c
        $(MALLOC_COMPILE) -DDEFINE_MEMALIGN -c $(srcdir)/mallocr.c -o $@
        $(MALLOC_COMPILE) -DDEFINE_MEMALIGN -c $(srcdir)/mallocr.c -o $@
vallocr.$(oext): mallocr.c
vallocr.$(oext): mallocr.c
        $(MALLOC_COMPILE) -DDEFINE_VALLOC -c $(srcdir)/mallocr.c -o $@
        $(MALLOC_COMPILE) -DDEFINE_VALLOC -c $(srcdir)/mallocr.c -o $@
pvallocr.$(oext): mallocr.c
pvallocr.$(oext): mallocr.c
        $(MALLOC_COMPILE) -DDEFINE_PVALLOC -c $(srcdir)/mallocr.c -o $@
        $(MALLOC_COMPILE) -DDEFINE_PVALLOC -c $(srcdir)/mallocr.c -o $@
mallinfor.$(oext): mallocr.c
mallinfor.$(oext): mallocr.c
        $(MALLOC_COMPILE) -DDEFINE_MALLINFO -c $(srcdir)/mallocr.c -o $@
        $(MALLOC_COMPILE) -DDEFINE_MALLINFO -c $(srcdir)/mallocr.c -o $@
mallstatsr.$(oext): mallocr.c
mallstatsr.$(oext): mallocr.c
        $(MALLOC_COMPILE) -DDEFINE_MALLOC_STATS -c $(srcdir)/mallocr.c -o $@
        $(MALLOC_COMPILE) -DDEFINE_MALLOC_STATS -c $(srcdir)/mallocr.c -o $@
msizer.$(oext): mallocr.c
msizer.$(oext): mallocr.c
        $(MALLOC_COMPILE) -DDEFINE_MALLOC_USABLE_SIZE -c $(srcdir)/mallocr.c -o $@
        $(MALLOC_COMPILE) -DDEFINE_MALLOC_USABLE_SIZE -c $(srcdir)/mallocr.c -o $@
malloptr.$(oext): mallocr.c
malloptr.$(oext): mallocr.c
        $(MALLOC_COMPILE) -DDEFINE_MALLOPT -c $(srcdir)/mallocr.c -o $@
        $(MALLOC_COMPILE) -DDEFINE_MALLOPT -c $(srcdir)/mallocr.c -o $@
CHEWOUT_FILES= \
CHEWOUT_FILES= \
        abort.def       \
        abort.def       \
        abs.def         \
        abs.def         \
        assert.def      \
        assert.def      \
        atexit.def      \
        atexit.def      \
        atof.def        \
        atof.def        \
        ecvtbuf.def     \
        ecvtbuf.def     \
        atoi.def        \
        atoi.def        \
        bsearch.def     \
        bsearch.def     \
        calloc.def      \
        calloc.def      \
        div.def         \
        div.def         \
        efgcvt.def      \
        efgcvt.def      \
        envlock.def     \
        envlock.def     \
        exit.def        \
        exit.def        \
        getenv.def      \
        getenv.def      \
        labs.def        \
        labs.def        \
        ldiv.def        \
        ldiv.def        \
        malloc.def      \
        malloc.def      \
        mallocr.def     \
        mallocr.def     \
        mblen.def       \
        mblen.def       \
        mbstowcs.def    \
        mbstowcs.def    \
        mbtowc.def      \
        mbtowc.def      \
        mlock.def       \
        mlock.def       \
        mstats.def      \
        mstats.def      \
        qsort.def       \
        qsort.def       \
        rand.def        \
        rand.def        \
        rand48.def      \
        rand48.def      \
        strtod.def      \
        strtod.def      \
        strtol.def      \
        strtol.def      \
        strtoll.def     \
        strtoll.def     \
        strtoul.def     \
        strtoul.def     \
        strtoull.def    \
        strtoull.def    \
        system.def      \
        system.def      \
        wcstombs.def    \
        wcstombs.def    \
        wctomb.def
        wctomb.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)/stdlib.tex >> $(TARGETDOC)
        cat $(srcdir)/stdlib.tex >> $(TARGETDOC)
CLEANFILES = $(CHEWOUT_FILES) *.ref
CLEANFILES = $(CHEWOUT_FILES) *.ref
dtoa.$(oext): dtoa.c mprec.h
dtoa.$(oext): dtoa.c mprec.h
ldtoa.$(oext): ldtoa.c mprec.h
ldtoa.$(oext): ldtoa.c mprec.h
ecvtbuf.$(oext): ecvtbuf.c mprec.h
ecvtbuf.$(oext): ecvtbuf.c mprec.h
mbtowc_r.$(oext): mbtowc_r.c mbctype.h
mbtowc_r.$(oext): mbtowc_r.c mbctype.h
        $(LIB_COMPILE) -c -fshort-enums $(srcdir)/mbtowc_r.c -o $@
        $(LIB_COMPILE) -c -fshort-enums $(srcdir)/mbtowc_r.c -o $@
mprec.$(oext): mprec.c mprec.h
mprec.$(oext): mprec.c mprec.h
strtod.$(oext): strtod.c mprec.h
strtod.$(oext): strtod.c mprec.h
wctomb_r.$(oext): wctomb_r.c mbctype.h
wctomb_r.$(oext): wctomb_r.c mbctype.h
drand48.$(oext): drand48.c rand48.h
drand48.$(oext): drand48.c rand48.h
erand48.$(oext): erand48.c rand48.h
erand48.$(oext): erand48.c rand48.h
jrand48.$(oext): jrand48.c rand48.h
jrand48.$(oext): jrand48.c rand48.h
lcong48.$(oext): lcong48.c rand48.h
lcong48.$(oext): lcong48.c rand48.h
lrand48.$(oext): lrand48.c rand48.h
lrand48.$(oext): lrand48.c rand48.h
mrand48.$(oext): mrand48.c rand48.h
mrand48.$(oext): mrand48.c rand48.h
nrand48.$(oext): nrand48.c rand48.h
nrand48.$(oext): nrand48.c rand48.h
rand48.$(oext): rand48.c rand48.h
rand48.$(oext): rand48.c rand48.h
seed48.$(oext): seed48.c rand48.h
seed48.$(oext): seed48.c rand48.h
srand48.$(oext): srand48.c rand48.h
srand48.$(oext): srand48.c rand48.h
 
 

powered by: WebSVN 2.1.0

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