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] - Diff between revs 207 and 345

Only display areas with differences | Details | Blame | View Log

Rev 207 Rev 345
## Process this file with automake to generate Makefile.in
## Process this file with automake to generate Makefile.in
AUTOMAKE_OPTIONS = cygnus
AUTOMAKE_OPTIONS = cygnus
INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
GENERAL_SOURCES = ccsbi.c \
GENERAL_SOURCES = ccsbi.c \
iso_8859_10.c iso_8859_13.c iso_8859_14.c iso_8859_15.c \
iso_8859_10.c iso_8859_13.c iso_8859_14.c iso_8859_15.c \
iso_8859_1.c iso_8859_2.c iso_8859_3.c iso_8859_4.c \
iso_8859_1.c iso_8859_2.c iso_8859_3.c iso_8859_4.c \
iso_8859_5.c iso_8859_6.c iso_8859_7.c iso_8859_8.c \
iso_8859_5.c iso_8859_6.c iso_8859_7.c iso_8859_8.c \
iso_8859_9.c iso_8859_11.c \
iso_8859_9.c iso_8859_11.c \
win_1250.c win_1252.c win_1254.c \
win_1250.c win_1252.c win_1254.c \
win_1256.c win_1258.c win_1251.c \
win_1256.c win_1258.c win_1251.c \
win_1253.c win_1255.c win_1257.c \
win_1253.c win_1255.c win_1257.c \
koi8_r.c koi8_u.c koi8_ru.c koi8_uni.c \
koi8_r.c koi8_u.c koi8_ru.c koi8_uni.c \
iso_ir_111.c \
iso_ir_111.c \
big5.c \
big5.c \
cp775.c cp850.c cp852.c cp855.c cp866.c \
cp775.c cp850.c cp852.c cp855.c cp866.c \
jis_x0212_1990.c jis_x0201_1976.c jis_x0208_1990.c ksx1001.c \
jis_x0212_1990.c jis_x0201_1976.c jis_x0208_1990.c ksx1001.c \
cns11643_plane1.c cns11643_plane2.c cns11643_plane14.c
cns11643_plane1.c cns11643_plane2.c cns11643_plane14.c
## The following interfaces are EL/IX level 2
## The following interfaces are EL/IX level 2
if ELIX_LEVEL_1
if ELIX_LEVEL_1
ELIX_SOURCES = ccsbi.c \
ELIX_SOURCES = ccsbi.c \
iso_8859_10.c iso_8859_13.c iso_8859_14.c iso_8859_15.c \
iso_8859_10.c iso_8859_13.c iso_8859_14.c iso_8859_15.c \
iso_8859_1.c iso_8859_2.c iso_8859_3.c iso_8859_4.c \
iso_8859_1.c iso_8859_2.c iso_8859_3.c iso_8859_4.c \
iso_8859_5.c iso_8859_6.c iso_8859_7.c iso_8859_8.c \
iso_8859_5.c iso_8859_6.c iso_8859_7.c iso_8859_8.c \
iso_8859_9.c iso_8859_11.c \
iso_8859_9.c iso_8859_11.c \
win_1250.c win_1252.c win_1254.c \
win_1250.c win_1252.c win_1254.c \
win_1256.c win_1258.c win_1251.c \
win_1256.c win_1258.c win_1251.c \
win_1253.c win_1255.c win_1257.c \
win_1253.c win_1255.c win_1257.c \
koi8_r.c koi8_u.c koi8_ru.c koi8_uni.c
koi8_r.c koi8_u.c koi8_ru.c koi8_uni.c
iso_ir_111.c \
iso_ir_111.c \
big5.c \
big5.c \
cp775.c cp850.c cp852.c cp855.c cp866.c \
cp775.c cp850.c cp852.c cp855.c cp866.c \
jis_x0212_1990.c jis_x0201_1976.c jis_x0208_1990.c ksx1001.c \
jis_x0212_1990.c jis_x0201_1976.c jis_x0208_1990.c ksx1001.c \
cns11643_plane1.c cns11643_plane2.c cns11643_plane14.c
cns11643_plane1.c cns11643_plane2.c cns11643_plane14.c
else
else
ELIX_SOURCES =
ELIX_SOURCES =
endif
endif
noinst_LIBRARIES = lib.a
noinst_LIBRARIES = lib.a
lib_a_SOURCES = $(GENERAL_SOURCES) $(ELIX_SOURCES)
lib_a_SOURCES = $(GENERAL_SOURCES) $(ELIX_SOURCES)
lib_a_CFLAGS = $(AM_CFLAGS)
lib_a_CFLAGS = $(AM_CFLAGS)
noinst_DATA =
noinst_DATA =
SUBDIRS=binary
SUBDIRS=binary
CHEWOUT_FILES = ccs.def
CHEWOUT_FILES = ccs.def
SUFFIXES = .def
SUFFIXES = .def
CHEW = ../../../doc/makedoc -f $(srcdir)/../../../doc/doc.str
CHEW = ../../../doc/makedoc -f $(srcdir)/../../../doc/doc.str
.c.def:
.c.def:
        $(CHEW) < $< > $*.def 2> $*.ref
        $(CHEW) < $< > $*.def 2> $*.ref
        touch stmp-def
        touch stmp-def
TARGETDOC = ../tmp.texi
TARGETDOC = ../tmp.texi
doc: $(CHEWOUT_FILES)
doc: $(CHEWOUT_FILES)
        cat $(srcdir)/ccs.tex >> $(TARGETDOC)
        cat $(srcdir)/ccs.tex >> $(TARGETDOC)
CLEANFILES = $(CHEWOUT_FILES) *.ref
CLEANFILES = $(CHEWOUT_FILES) *.ref
include $(srcdir)/../../../Makefile.shared
include $(srcdir)/../../../Makefile.shared
 
 

powered by: WebSVN 2.1.0

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