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

Subversion Repositories scarts

[/] [scarts/] [trunk/] [toolchain/] [scarts-newlib/] [newlib-1.17.0/] [newlib/] [libc/] [iconv/] [Makefile.am] - Blame information for rev 9

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 9 jlechner
## Process this file with automake to generate Makefile.in
2
AUTOMAKE_OPTIONS = cygnus
3
 
4
SUBDIRS = ces ccs lib .
5
 
6
cctdir=$(datadir)/iconv_data
7
cct_DATA=encoding.aliases
8
 
9
INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
10
 
11
SUBDEFS = lib/stmp-def
12
 
13
include $(srcdir)/../../Makefile.shared
14
 
15
CHEWOUT_FILES = iconv.def
16
 
17
iconv.def: lib/iconv.def
18
        cp lib/iconv.def iconv.def
19
 
20
stmp-def: force
21
        (cd lib && make doc)
22
        touch $@
23
 
24
.PHONY: force
25
force:
26
 
27
$(SUBDEFS): stmp-def
28
 
29
lib/iconv.def: $(SUBDEFS); @true
30
 
31
lib/stmp-def: ; @true
32
 
33
TARGETDOC = ../tmp.texi
34
 
35
doc: $(CHEWOUT_FILES)
36
        cat $(srcdir)/iconv.tex >> $(TARGETDOC)
37
 
38
CLEANFILES = $(CHEWOUT_FILES) *.ref
39
 

powered by: WebSVN 2.1.0

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