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

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-src/] [newlib-1.18.0/] [newlib-1.18.0-or32-1.0rc2/] [newlib/] [libc/] [iconv/] [Makefile.am] - Diff between revs 207 and 520

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

Rev 207 Rev 520
## Process this file with automake to generate Makefile.in
## Process this file with automake to generate Makefile.in
AUTOMAKE_OPTIONS = cygnus
AUTOMAKE_OPTIONS = cygnus
SUBDIRS = ces ccs lib .
SUBDIRS = ces ccs lib .
cctdir=$(datadir)/iconv_data
cctdir=$(datadir)/iconv_data
cct_DATA=encoding.aliases
cct_DATA=encoding.aliases
INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
SUBDEFS = lib/stmp-def
SUBDEFS = lib/stmp-def
include $(srcdir)/../../Makefile.shared
include $(srcdir)/../../Makefile.shared
CHEWOUT_FILES = iconv.def
CHEWOUT_FILES = iconv.def
iconv.def: lib/iconv.def
iconv.def: lib/iconv.def
        cp lib/iconv.def iconv.def
        cp lib/iconv.def iconv.def
stmp-def: force
stmp-def: force
        (cd lib && make doc)
        (cd lib && make doc)
        touch $@
        touch $@
.PHONY: force
.PHONY: force
force:
force:
$(SUBDEFS): stmp-def
$(SUBDEFS): stmp-def
lib/iconv.def: $(SUBDEFS); @true
lib/iconv.def: $(SUBDEFS); @true
lib/stmp-def: ; @true
lib/stmp-def: ; @true
TARGETDOC = ../tmp.texi
TARGETDOC = ../tmp.texi
doc: $(CHEWOUT_FILES)
doc: $(CHEWOUT_FILES)
        cat $(srcdir)/iconv.tex >> $(TARGETDOC)
        cat $(srcdir)/iconv.tex >> $(TARGETDOC)
CLEANFILES = $(CHEWOUT_FILES) *.ref
CLEANFILES = $(CHEWOUT_FILES) *.ref
 
 

powered by: WebSVN 2.1.0

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