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

Subversion Repositories or1k

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

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

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

powered by: WebSVN 2.1.0

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