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.0rc2/] [newlib/] [libc/] [ctype/] [Makefile.am] - Diff between revs 207 and 520

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

Rev 207 Rev 520
## 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)
GENERAL_SOURCES =       \
GENERAL_SOURCES =       \
        ctype_.c        \
        ctype_.c        \
        isalnum.c       \
        isalnum.c       \
        isalpha.c       \
        isalpha.c       \
        iscntrl.c       \
        iscntrl.c       \
        isdigit.c       \
        isdigit.c       \
        islower.c       \
        islower.c       \
        isupper.c       \
        isupper.c       \
        isprint.c       \
        isprint.c       \
        ispunct.c       \
        ispunct.c       \
        isspace.c       \
        isspace.c       \
        isxdigit.c      \
        isxdigit.c      \
        tolower.c       \
        tolower.c       \
        toupper.c
        toupper.c
## The following handles EL/IX level 2 functions
## The following handles EL/IX level 2 functions
if ELIX_LEVEL_1
if ELIX_LEVEL_1
ELIX_SOURCES =
ELIX_SOURCES =
else
else
ELIX_SOURCES = \
ELIX_SOURCES = \
        isascii.c       \
        isascii.c       \
        isblank.c       \
        isblank.c       \
        iswalnum.c      \
        iswalnum.c      \
        iswalpha.c      \
        iswalpha.c      \
        iswblank.c      \
        iswblank.c      \
        iswcntrl.c      \
        iswcntrl.c      \
        iswctype.c      \
        iswctype.c      \
        iswdigit.c      \
        iswdigit.c      \
        iswgraph.c      \
        iswgraph.c      \
        iswlower.c      \
        iswlower.c      \
        iswprint.c      \
        iswprint.c      \
        iswpunct.c      \
        iswpunct.c      \
        iswspace.c      \
        iswspace.c      \
        iswupper.c      \
        iswupper.c      \
        iswxdigit.c     \
        iswxdigit.c     \
        jp2uc.c         \
        jp2uc.c         \
        toascii.c       \
        toascii.c       \
        towctrans.c     \
        towctrans.c     \
        towlower.c      \
        towlower.c      \
        towupper.c      \
        towupper.c      \
        wctrans.c       \
        wctrans.c       \
        wctype.c
        wctype.c
endif
endif
libctype_la_LDFLAGS = -Xcompiler -nostdlib
libctype_la_LDFLAGS = -Xcompiler -nostdlib
if USE_LIBTOOL
if USE_LIBTOOL
noinst_LTLIBRARIES = libctype.la
noinst_LTLIBRARIES = libctype.la
libctype_la_SOURCES = $(GENERAL_SOURCES) $(ELIX_SOURCES)
libctype_la_SOURCES = $(GENERAL_SOURCES) $(ELIX_SOURCES)
noinst_DATA = objectlist.awk.in
noinst_DATA = objectlist.awk.in
else
else
noinst_LIBRARIES = lib.a
noinst_LIBRARIES = lib.a
lib_a_SOURCES = $(GENERAL_SOURCES) $(ELIX_SOURCES)
lib_a_SOURCES = $(GENERAL_SOURCES) $(ELIX_SOURCES)
lib_a_CFLAGS = $(AM_CFLAGS)
lib_a_CFLAGS = $(AM_CFLAGS)
noinst_DATA =
noinst_DATA =
endif # USE_LIBTOOL
endif # USE_LIBTOOL
include $(srcdir)/../../Makefile.shared
include $(srcdir)/../../Makefile.shared
CHEWOUT_FILES= \
CHEWOUT_FILES= \
        isalnum.def     \
        isalnum.def     \
        isalpha.def     \
        isalpha.def     \
        isascii.def     \
        isascii.def     \
        iscntrl.def     \
        iscntrl.def     \
        isdigit.def     \
        isdigit.def     \
        islower.def     \
        islower.def     \
        isprint.def     \
        isprint.def     \
        ispunct.def     \
        ispunct.def     \
        isspace.def     \
        isspace.def     \
        isupper.def     \
        isupper.def     \
        iswalnum.def    \
        iswalnum.def    \
        iswalpha.def    \
        iswalpha.def    \
        iswblank.def    \
        iswblank.def    \
        iswcntrl.def    \
        iswcntrl.def    \
        iswctype.def    \
        iswctype.def    \
        iswdigit.def    \
        iswdigit.def    \
        iswgraph.def    \
        iswgraph.def    \
        iswlower.def    \
        iswlower.def    \
        iswprint.def    \
        iswprint.def    \
        iswpunct.def    \
        iswpunct.def    \
        iswspace.def    \
        iswspace.def    \
        iswupper.def    \
        iswupper.def    \
        iswxdigit.def   \
        iswxdigit.def   \
        isxdigit.def    \
        isxdigit.def    \
        toascii.def     \
        toascii.def     \
        tolower.def     \
        tolower.def     \
        toupper.def     \
        toupper.def     \
        towctrans.def   \
        towctrans.def   \
        towlower.def    \
        towlower.def    \
        towupper.def    \
        towupper.def    \
        wctrans.def     \
        wctrans.def     \
        wctype.def
        wctype.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)/ctype.tex >> $(TARGETDOC)
        cat $(srcdir)/ctype.tex >> $(TARGETDOC)
CLEANFILES = $(CHEWOUT_FILES) *.ref
CLEANFILES = $(CHEWOUT_FILES) *.ref
$(lpfx)ctype_.$(oext): ctype_.c ctype_iso.h ctype_cp.h
$(lpfx)ctype_.$(oext): ctype_.c ctype_iso.h ctype_cp.h
 
 

powered by: WebSVN 2.1.0

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