OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [tags/] [gnu-src/] [newlib-1.18.0/] [newlib-1.18.0-or32-1.0rc1/] [newlib/] [libc/] [iconv/] [ccs/] [Makefile.am] - Blame information for rev 345

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 207 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 = ccsbi.c \
8
iso_8859_10.c iso_8859_13.c iso_8859_14.c iso_8859_15.c \
9
iso_8859_1.c iso_8859_2.c iso_8859_3.c iso_8859_4.c \
10
iso_8859_5.c iso_8859_6.c iso_8859_7.c iso_8859_8.c \
11
iso_8859_9.c iso_8859_11.c \
12
win_1250.c win_1252.c win_1254.c \
13
win_1256.c win_1258.c win_1251.c \
14
win_1253.c win_1255.c win_1257.c \
15
koi8_r.c koi8_u.c koi8_ru.c koi8_uni.c \
16
iso_ir_111.c \
17
big5.c \
18
cp775.c cp850.c cp852.c cp855.c cp866.c \
19
jis_x0212_1990.c jis_x0201_1976.c jis_x0208_1990.c ksx1001.c \
20
cns11643_plane1.c cns11643_plane2.c cns11643_plane14.c
21
 
22
## The following interfaces are EL/IX level 2
23
if ELIX_LEVEL_1
24
ELIX_SOURCES = ccsbi.c \
25
iso_8859_10.c iso_8859_13.c iso_8859_14.c iso_8859_15.c \
26
iso_8859_1.c iso_8859_2.c iso_8859_3.c iso_8859_4.c \
27
iso_8859_5.c iso_8859_6.c iso_8859_7.c iso_8859_8.c \
28
iso_8859_9.c iso_8859_11.c \
29
win_1250.c win_1252.c win_1254.c \
30
win_1256.c win_1258.c win_1251.c \
31
win_1253.c win_1255.c win_1257.c \
32
koi8_r.c koi8_u.c koi8_ru.c koi8_uni.c
33
iso_ir_111.c \
34
big5.c \
35
cp775.c cp850.c cp852.c cp855.c cp866.c \
36
jis_x0212_1990.c jis_x0201_1976.c jis_x0208_1990.c ksx1001.c \
37
cns11643_plane1.c cns11643_plane2.c cns11643_plane14.c
38
 
39
else
40
ELIX_SOURCES =
41
endif
42
 
43
noinst_LIBRARIES = lib.a
44
lib_a_SOURCES = $(GENERAL_SOURCES) $(ELIX_SOURCES)
45
lib_a_CFLAGS = $(AM_CFLAGS)
46
noinst_DATA =
47
 
48
SUBDIRS=binary
49
 
50
CHEWOUT_FILES = ccs.def
51
 
52
SUFFIXES = .def
53
 
54
CHEW = ../../../doc/makedoc -f $(srcdir)/../../../doc/doc.str
55
 
56
.c.def:
57
        $(CHEW) < $< > $*.def 2> $*.ref
58
        touch stmp-def
59
 
60
TARGETDOC = ../tmp.texi
61
 
62
doc: $(CHEWOUT_FILES)
63
        cat $(srcdir)/ccs.tex >> $(TARGETDOC)
64
 
65
CLEANFILES = $(CHEWOUT_FILES) *.ref
66
 
67
include $(srcdir)/../../../Makefile.shared

powered by: WebSVN 2.1.0

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