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

Subversion Repositories scarts

[/] [scarts/] [trunk/] [toolchain/] [scarts-newlib/] [newlib-1.17.0/] [newlib/] [libc/] [time/] [Makefile.am] - Blame information for rev 9

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 9 jlechner
## Process this file with automake to generate Makefile.in
2
 
3
AUTOMAKE_OPTIONS = cygnus
4
 
5
INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
6
 
7
LIB_SOURCES = \
8
        asctime.c       \
9
        asctime_r.c     \
10
        clock.c         \
11
        ctime.c         \
12
        ctime_r.c       \
13
        difftime.c      \
14
        gettzinfo.c     \
15
        gmtime.c        \
16
        gmtime_r.c      \
17
        lcltime.c       \
18
        lcltime_r.c     \
19
        mktime.c        \
20
        mktm_r.c        \
21
        strftime.c      \
22
        strptime.c      \
23
        time.c          \
24
        tzlock.c        \
25
        tzset.c         \
26
        tzset_r.c       \
27
        tzvars.c
28
 
29
libtime_la_LDFLAGS = -Xcompiler -nostdlib
30
 
31
if USE_LIBTOOL
32
noinst_LTLIBRARIES = libtime.la
33
libtime_la_SOURCES = $(LIB_SOURCES)
34
noinst_DATA = objectlist.awk.in
35
else
36
noinst_LIBRARIES = lib.a
37
lib_a_SOURCES = $(LIB_SOURCES)
38
lib_a_CFLAGS = $(AM_CFLAGS)
39
noinst_DATA =
40
endif # USE_LIBTOOL
41
 
42
include $(srcdir)/../../Makefile.shared
43
 
44
CHEWOUT_FILES = \
45
        asctime.def     \
46
        clock.def       \
47
        ctime.def       \
48
        difftime.def    \
49
        gmtime.def      \
50
        lcltime.def     \
51
        mktime.def      \
52
        strftime.def    \
53
        time.def        \
54
        tzlock.def      \
55
        tzset.def
56
 
57
SUFFIXES = .def
58
 
59
CHEW = ../../doc/makedoc -f $(srcdir)/../../doc/doc.str
60
 
61
.c.def:
62
        $(CHEW) < $< > $*.def 2> $*.ref
63
        touch stmp-def
64
 
65
TARGETDOC = ../tmp.texi
66
 
67
doc: $(CHEWOUT_FILES)
68
        cat $(srcdir)/time.tex >> $(TARGETDOC)
69
 
70
CLEANFILES = $(CHEWOUT_FILES) *.ref

powered by: WebSVN 2.1.0

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