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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [newlib-1.10.0/] [newlib/] [libc/] [errno/] [Makefile.am] - Blame information for rev 1773

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1005 ivang
## 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 = errno.c
8
 
9
liberrno_la_LDFLAGS = -Xcompiler -nostdlib
10
 
11
if USE_LIBTOOL
12
noinst_LTLIBRARIES = liberrno.la
13
liberrno_la_SOURCES = $(LIB_SOURCES)
14
noinst_DATA = objectlist.awk.in
15
else
16
noinst_LIBRARIES = lib.a
17
lib_a_SOURCES = $(LIB_SOURCES)
18
noinst_DATA =
19
endif # USE_LIBTOOL
20
 
21
include $(srcdir)/../../Makefile.shared
22
 
23
CHEWOUT_FILES =
24
 
25
SUFFIXES = .def
26
 
27
CHEW = ../../doc/makedoc -f $(srcdir)/../../doc/doc.str
28
 
29
.c.def:
30
        $(CHEW) < $< > $*.def 2> $*.ref
31
        touch stmp-def
32
 
33
TARGETDOC = ../tmp.texi
34
 
35
# No doc for errno.
36
doc:
37
 
38
CLEANFILES = $(CHEWOUT_FILES) *.ref

powered by: WebSVN 2.1.0

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