1ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru## Makefile.in for ICU - tools/icuswap 283a171d1a62abf406f7f44ae671823d5ec20db7dCraig Cornelius## Copyright (c) 1999-2011, International Business Machines Corporation and 3ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru## others. All Rights Reserved. 4ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru## Steven R. Loomis 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/icuswap 16ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru 17ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste QueruTARGET_STUB_NAME = icuswap 18ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru 19ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste QueruSECTION = 8 20ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru 21ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru#MAN_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 QueruCPPFLAGS += -I$(top_srcdir)/common -I$(srcdir)/../toolutil 30ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste QueruLIBS = $(LIBICUTOOLUTIL) $(LIBICUI18N) $(LIBICUUC) $(DEFAULT_LIBS) $(LIB_M) 31ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru 32ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste QueruOBJECTS = icuswap.o 33ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru 34ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste QueruDEPS = $(OBJECTS:.o=.d) 35ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru 36ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru## List of phony targets 37ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru.PHONY : all all-local install install-local clean clean-local \ 38ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Querudistclean distclean-local dist dist-local check check-local install-man 39ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru 40ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru## Clear suffix list 41ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru.SUFFIXES : 42ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru 43ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru## List of standard targets 44ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queruall: all-local 45ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queruinstall: install-local 46ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queruclean: clean-local 47ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Querudistclean : distclean-local 48ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Querudist: dist-local 49ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Querucheck: all check-local 50ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru 51ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queruall-local: $(TARGET) $(MAN_FILES) 52ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru 53ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queruinstall-local: all-local install-man 54ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru $(MKINSTALLDIRS) $(DESTDIR)$(sbindir) 55ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru $(INSTALL) $(TARGET) $(DESTDIR)$(sbindir) 56ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru 57ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queruinstall-man: $(MAN_FILES) 58ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru# $(MKINSTALLDIRS) $(DESTDIR)$(mandir)/man$(SECTION) 59ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru# $(INSTALL_DATA) $? $(DESTDIR)$(mandir)/man$(SECTION) 60ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru 61ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru 62ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Querudist-local: 63ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru 64ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queruclean-local: 65ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru test -z "$(CLEANFILES)" || $(RMV) $(CLEANFILES) 66ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru $(RMV) $(TARGET) $(OBJECTS) 67ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru 68ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Querudistclean-local: clean-local 69ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru $(RMV) Makefile 70ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru 71ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Querucheck-local: all-local 72ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru 73ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste QueruMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 74ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru cd $(top_builddir) \ 75ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status 76ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru 77ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru$(TARGET) : $(OBJECTS) 7885bf2e2fbc60a9f938064abc8127d61da7d19882Claire Ho echo Note: icuswap is obsolete - use icupkg instead. 79ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru $(LINK.cc) $(OUTOPT)$@ $^ $(LIBS) 80ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru $(POST_BUILD_STEP) 81ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru 82ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru 83ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru%.$(SECTION): $(srcdir)/%.$(SECTION).in 84ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru cd $(top_builddir) \ 85ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status 86ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru 87ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru 88ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queruifeq (,$(MAKECMDGOALS)) 89ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru-include $(DEPS) 90ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queruelse 91ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queruifneq ($(patsubst %clean,,$(MAKECMDGOALS)),) 92ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru-include $(DEPS) 93ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queruendif 94ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queruendif 95ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru 96