1ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru## Makefile.in for ICU - tools/makeconv
2ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru## Copyright (c) 1999-2005, International Business Machines Corporation and
3ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru## others. All Rights Reserved.
4ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru## Stephen F. Booth
5ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru
6ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru## Source directory information
7ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Querusrcdir = @srcdir@
8ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Querutop_srcdir = @top_srcdir@
9ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru
10ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Querutop_builddir = ../..
11ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru
12ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queruinclude $(top_builddir)/icudefs.mk
13ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru
14ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru## Build directory information
15ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Querusubdir = tools/makeconv
16ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru
17ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste QueruTARGET_STUB_NAME = makeconv
18ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru
19ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste QueruSECTION = 1
20ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru
21ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste QueruMAN_FILES = $(TARGET_STUB_NAME).$(SECTION)
22ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru
23ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru## Extra files to remove for 'make clean'
24ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste QueruCLEANFILES = *~ $(DEPS) $(MAN_FILES)
25ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru
26ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru## Target information
27ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste QueruTARGET = $(BINDIR)/$(TARGET_STUB_NAME)$(EXEEXT)
28ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru
29ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queruifneq ($(top_builddir),$(top_srcdir))
30ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste QueruCPPFLAGS += -I$(top_builddir)/common
31ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queruendif
32ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste QueruCPPFLAGS += -I$(top_srcdir)/common -I$(srcdir)/../toolutil
33ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste QueruLIBS = $(LIBICUTOOLUTIL) $(LIBICUI18N) $(LIBICUUC) $(DEFAULT_LIBS) $(LIB_M)
34ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru
35ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste QueruOBJECTS = makeconv.o ucnvstat.o genmbcs.o gencnvex.o
36ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru
37ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste QueruDEPS = $(OBJECTS:.o=.d)
38ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru
39ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru## List of phony targets
40ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru.PHONY : all all-local install install-local clean clean-local	\
41ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Querudistclean distclean-local dist dist-local check check-local install-man
42ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru
43ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru## Clear suffix list
44ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru.SUFFIXES :
45ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru
46ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru## List of standard targets
47ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queruall: all-local
48ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queruinstall: install-local
49ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queruclean: clean-local
50ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Querudistclean : distclean-local
51ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Querudist: dist-local
52ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Querucheck: all check-local
53ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru
54ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queruall-local: $(TARGET) $(MAN_FILES)
55ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru
56ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queruinstall-local: all-local install-man
57ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru	$(MKINSTALLDIRS) $(DESTDIR)$(bindir)
58ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru	$(INSTALL) $(TARGET) $(DESTDIR)$(bindir)
59ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru
60ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queruinstall-man: $(MAN_FILES)
61ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru	$(MKINSTALLDIRS) $(DESTDIR)$(mandir)/man$(SECTION)
62ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru	$(INSTALL_DATA) $? $(DESTDIR)$(mandir)/man$(SECTION)
63ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru
64ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru
65ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Querudist-local:
66ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru
67ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queruclean-local:
68ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru	test -z "$(CLEANFILES)" || $(RMV) $(CLEANFILES)
69ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru	$(RMV) $(TARGET) $(OBJECTS)
70ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru
71ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Querudistclean-local: clean-local
72ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru	$(RMV) Makefile
73ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru
74ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Querucheck-local: all-local
75ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru
76ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste QueruMakefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
77ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru	cd $(top_builddir) \
78ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru	 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
79ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru
80ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru$(TARGET) : $(OBJECTS)
81ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru	$(LINK.cc) $(OUTOPT)$@ $^ $(LIBS)
82ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru	$(POST_BUILD_STEP)
83ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru
84ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru
85ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru%.$(SECTION): $(srcdir)/%.$(SECTION).in
86ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru	cd $(top_builddir) \
87ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru	 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
88ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru
89ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru
90ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queruifeq (,$(MAKECMDGOALS))
91ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru-include $(DEPS)
92ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queruelse
93ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queruifneq ($(patsubst %clean,,$(MAKECMDGOALS)),)
94ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru-include $(DEPS)
95ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queruendif
96ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queruendif
97ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru
98