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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [newlib-1.17.0/] [newlib/] [libc/] [search/] [Makefile.am] - Blame information for rev 822

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

Line No. Rev Author Line
1 148 jeremybenn
## 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
GENERAL_SOURCES = \
8
        bsearch.c \
9
        db_local.h \
10
        extern.h \
11
        hash.h \
12
        page.h \
13
        qsort.c
14
 
15
## Following are EL/IX level 2 interfaces
16
if ELIX_LEVEL_1
17
ELIX_SOURCES =
18
else
19
ELIX_SOURCES = \
20
        hash.c \
21
        hash_bigkey.c \
22
        hash_buf.c \
23
        hash_func.c \
24
        hash_log2.c \
25
        hash_page.c \
26
        hcreate.c \
27
        hcreate_r.c \
28
        tdelete.c \
29
        tdestroy.c \
30
        tfind.c \
31
        tsearch.c \
32
        twalk.c
33
endif
34
 
35
libsearch_la_LDFLAGS = -Xcompiler -nostdlib
36
 
37
if USE_LIBTOOL
38
noinst_LTLIBRARIES = libsearch.la
39
libsearch_la_SOURCES = $(GENERAL_SOURCES) $(ELIX_SOURCES)
40
noinst_DATA = objectlist.awk.in
41
else
42
noinst_LIBRARIES = lib.a
43
lib_a_SOURCES = $(GENERAL_SOURCES) $(ELIX_SOURCES)
44
lib_a_CFLAGS = $(AM_CFLAGS)
45
noinst_DATA =
46
endif # USE_LIBTOOL
47
 
48
SUFFIXES = .def
49
 
50
CHEWOUT_FILES =
51
 
52
CHEW = ../../doc/makedoc -f $(srcdir)/../../doc/doc.str
53
 
54
.c.def:
55
        $(CHEW) < $< > $*.def 2> $*.ref
56
        touch stmp-def
57
 
58
TARGETDOC = ../tmp.texi
59
 
60
doc: $(CHEWOUT_FILES)
61
 
62
CLEANFILES = $(CHEWOUT_FILES) *.ref
63
 
64
include $(srcdir)/../../Makefile.shared

powered by: WebSVN 2.1.0

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