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

Subversion Repositories or1k_old

[/] [or1k_old/] [trunk/] [newlib/] [newlib/] [libc/] [unix/] [Makefile.am] - Blame information for rev 56

Go to most recent revision | 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
        getpass.c sigset.c getpwent.c ttyname.c getut.c getlogin.c getcwd.c
11
 
12
CHEWOUT_FILES =
13
 
14
SUFFIXES = .def
15
 
16
CHEW = ../../doc/makedoc -f $(srcdir)/../../doc/doc.str
17
 
18
.c.def:
19
        $(CHEW) < $< > $*.def 2> $*.ref
20
        touch stmp-def
21
 
22
TARGETDOC = ../tmp.texi
23
 
24
# No doc for unix.
25
doc:
26
 
27
CLEANFILES = $(CHEWOUT_FILES) *.ref

powered by: WebSVN 2.1.0

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