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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [newlib/] [newlib/] [libc/] [time/] [Makefile.am] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 56 joel
## 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
noinst_LIBRARIES = lib.a
8
 
9
lib_a_SOURCES = \
10
        asctime.c       \
11
        asctime_r.c     \
12
        clock.c         \
13
        ctime.c         \
14
        ctime_r.c       \
15
        difftime.c      \
16
        gmtime.c        \
17
        gmtime_r.c      \
18
        lcltime.c       \
19
        lcltime_r.c     \
20
        mktime.c        \
21
        strftime.c      \
22
        time.c
23
 
24
CHEWOUT_FILES = \
25
        asctime.def     \
26
        clock.def       \
27
        ctime.def       \
28
        difftime.def    \
29
        gmtime.def      \
30
        lcltime.def     \
31
        mktime.def      \
32
        strftime.def    \
33
        time.def
34
 
35
SUFFIXES = .def
36
 
37
CHEW = ../../doc/makedoc -f $(srcdir)/../../doc/doc.str
38
 
39
.c.def:
40
        $(CHEW) < $< > $*.def 2> $*.ref
41
        touch stmp-def
42
 
43
TARGETDOC = ../tmp.texi
44
 
45
doc: $(CHEWOUT_FILES)
46
        cat $(srcdir)/time.tex >> $(TARGETDOC)
47
 
48
CLEANFILES = $(CHEWOUT_FILES) *.ref

powered by: WebSVN 2.1.0

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