source: trunk/libs/newlib/src/newlib/libc/iconv/Makefile.am @ 444

Last change on this file since 444 was 444, checked in by satin@…, 6 years ago

add newlib,libalmos-mkh, restructure shared_syscalls.h and mini-libc

File size: 602 bytes
Line 
1## Process this file with automake to generate Makefile.in
2AUTOMAKE_OPTIONS = cygnus
3
4SUBDIRS = ces ccs lib .
5
6cctdir=$(datadir)/iconv_data
7cct_DATA=encoding.aliases
8
9INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
10
11SUBDEFS = lib/stmp-def
12
13include $(srcdir)/../../Makefile.shared
14
15CHEWOUT_FILES = iconv.def
16CHAPTERS = iconv.tex
17
18iconv.def: lib/iconv.def
19        cp lib/iconv.def iconv.def
20
21iconv.xml: lib/iconv.xml
22        cp lib/iconv.xml iconv.xml
23
24stmp-def: force
25        (cd lib && $(MAKE) doc)
26        touch $@
27
28.PHONY: force
29force:
30
31$(SUBDEFS): stmp-def
32
33lib/iconv.def: $(SUBDEFS); @true
34
35lib/stmp-def: ; @true
Note: See TracBrowser for help on using the repository browser.