Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile.am « iconv « libc « newlib - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a5456878a0a678a79faf6637aa872759daa5c33b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
## Process this file with automake to generate Makefile.in
AUTOMAKE_OPTIONS = cygnus

SUBDIRS = ces ccs lib .

cctdir=$(datadir)/iconv_data
cct_DATA=encoding.aliases

INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)

SUBDEFS = lib/stmp-def

include $(srcdir)/../../Makefile.shared

CHEWOUT_FILES = iconv.def

iconv.def: lib/iconv.def
	cp lib/iconv.def iconv.def

stmp-def: force
	(cd lib && make doc)
	touch $@

.PHONY: force
force:

$(SUBDEFS): stmp-def

lib/iconv.def: $(SUBDEFS); @true

lib/stmp-def: ; @true

TARGETDOC = ../tmp.texi

doc: $(CHEWOUT_FILES)
	cat $(srcdir)/iconv.tex >> $(TARGETDOC)

CLEANFILES = $(CHEWOUT_FILES) *.ref