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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [newlib-1.10.0/] [newlib/] [libc/] [posix/] [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
        closedir.c opendir.c readdir.c rewinddir.c scandir.c seekdir.c \
9
        telldir.c execl.c execle.c execlp.c execv.c execve.c execvp.c \
10
        popen.c creat.c isatty.c
11
 
12
libposix_la_LDFLAGS = -Xcompiler -nostdlib
13
 
14
if USE_LIBTOOL
15
noinst_LTLIBRARIES = libposix.la
16
libposix_la_SOURCES = $(LIB_SOURCES)
17
noinst_DATA = objectlist.awk.in
18
else
19
noinst_LIBRARIES = lib.a
20
lib_a_SOURCES = $(LIB_SOURCES)
21
noinst_DATA =
22
endif # USE_LIBTOOL
23
 
24
include $(srcdir)/../../Makefile.shared
25
 
26
CHEWOUT_FILES =
27
 
28
SUFFIXES = .def
29
 
30
CHEW = ../../doc/makedoc -f $(srcdir)/../../doc/doc.str
31
 
32
.c.def:
33
        $(CHEW) < $< > $*.def 2> $*.ref
34
        touch stmp-def
35
 
36
TARGETDOC = ../tmp.texi
37
 
38
# No doc for posix.
39
doc:
40
 
41
CLEANFILES = $(CHEWOUT_FILES) *.ref

powered by: WebSVN 2.1.0

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