OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [tags/] [gnu-src/] [newlib-1.18.0/] [newlib-1.18.0-or32-1.0rc1/] [newlib/] [libc/] [time/] [Makefile.am] - Diff between revs 207 and 345

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

Rev 207 Rev 345
## 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 = \
        asctime.c       \
        asctime.c       \
        asctime_r.c     \
        asctime_r.c     \
        clock.c         \
        clock.c         \
        ctime.c         \
        ctime.c         \
        ctime_r.c       \
        ctime_r.c       \
        difftime.c      \
        difftime.c      \
        gettzinfo.c     \
        gettzinfo.c     \
        gmtime.c        \
        gmtime.c        \
        gmtime_r.c      \
        gmtime_r.c      \
        lcltime.c       \
        lcltime.c       \
        lcltime_r.c     \
        lcltime_r.c     \
        mktime.c        \
        mktime.c        \
        mktm_r.c        \
        mktm_r.c        \
        strftime.c      \
        strftime.c      \
        strptime.c      \
        strptime.c      \
        time.c          \
        time.c          \
        tzlock.c        \
        tzlock.c        \
        tzset.c         \
        tzset.c         \
        tzset_r.c       \
        tzset_r.c       \
        tzvars.c        \
        tzvars.c        \
        wcsftime.c
        wcsftime.c
libtime_la_LDFLAGS = -Xcompiler -nostdlib
libtime_la_LDFLAGS = -Xcompiler -nostdlib
if USE_LIBTOOL
if USE_LIBTOOL
noinst_LTLIBRARIES = libtime.la
noinst_LTLIBRARIES = libtime.la
libtime_la_SOURCES = $(LIB_SOURCES)
libtime_la_SOURCES = $(LIB_SOURCES)
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_CFLAGS = $(AM_CFLAGS)
lib_a_CFLAGS = $(AM_CFLAGS)
noinst_DATA =
noinst_DATA =
endif # USE_LIBTOOL
endif # USE_LIBTOOL
# This rule is needed so that wcsftime.o is rebuilt when strftime.c changes.
# This rule is needed so that wcsftime.o is rebuilt when strftime.c changes.
include $(srcdir)/../../Makefile.shared
include $(srcdir)/../../Makefile.shared
$(lpfx)wcsftime.$(oext): strftime.c
$(lpfx)wcsftime.$(oext): strftime.c
CHEWOUT_FILES = \
CHEWOUT_FILES = \
        asctime.def     \
        asctime.def     \
        clock.def       \
        clock.def       \
        ctime.def       \
        ctime.def       \
        difftime.def    \
        difftime.def    \
        gmtime.def      \
        gmtime.def      \
        lcltime.def     \
        lcltime.def     \
        mktime.def      \
        mktime.def      \
        strftime.def    \
        strftime.def    \
        time.def        \
        time.def        \
        tzlock.def      \
        tzlock.def      \
        tzset.def       \
        tzset.def       \
        wcsftime.def
        wcsftime.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)/time.tex >> $(TARGETDOC)
        cat $(srcdir)/time.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.