12e5b6d6dSopenharmony_ci# 22e5b6d6dSopenharmony_ci# Copyright (C) 2017 and later: Unicode, Inc. and others. 32e5b6d6dSopenharmony_ci# License & terms of use: http://www.unicode.org/copyright.html 42e5b6d6dSopenharmony_ci# 52e5b6d6dSopenharmony_ci## Makefile.in for ICU - extra/colprobe 62e5b6d6dSopenharmony_ci## Copyright (c) 2001, International Business Machines Corporation and 72e5b6d6dSopenharmony_ci## others. All Rights Reserved. 82e5b6d6dSopenharmony_ci 92e5b6d6dSopenharmony_ci## Source directory information 102e5b6d6dSopenharmony_cisrcdir = @srcdir@ 112e5b6d6dSopenharmony_citop_srcdir = @top_srcdir@ 122e5b6d6dSopenharmony_ci 132e5b6d6dSopenharmony_citop_builddir = ../.. 142e5b6d6dSopenharmony_ci 152e5b6d6dSopenharmony_ciinclude $(top_builddir)/icudefs.mk 162e5b6d6dSopenharmony_ci 172e5b6d6dSopenharmony_ci## Build directory information 182e5b6d6dSopenharmony_cisubdir = extra/colprobe 192e5b6d6dSopenharmony_ci 202e5b6d6dSopenharmony_ci## Extra files to remove for 'make clean' 212e5b6d6dSopenharmony_ciCLEANFILES = *~ $(DEPS) 222e5b6d6dSopenharmony_ci 232e5b6d6dSopenharmony_ci## Target information 242e5b6d6dSopenharmony_ciTARGET = colprobe 252e5b6d6dSopenharmony_ciLONGNAME = longname 262e5b6d6dSopenharmony_ci 272e5b6d6dSopenharmony_ciCPPFLAGS += -I$(top_srcdir)/common -I$(top_srcdir)/i18n -I$(top_srcdir)/tools/toolutil -I$(top_srcdir)/io 282e5b6d6dSopenharmony_ciLIBS = $(LIBICUI18N) $(LIBICUUC) $(LIBUSTDIO) $(LIBICUTOOLUTIL) $(DEFAULT_LIBS) $(LIB_M) 292e5b6d6dSopenharmony_ci 302e5b6d6dSopenharmony_ciOBJECTS = colprobeNew.o line.o sortedlines.o strengthprobe.o uprinter.o 312e5b6d6dSopenharmony_ciLONGNAME_OBJ = longname.o 322e5b6d6dSopenharmony_ci 332e5b6d6dSopenharmony_ciDEPS = $(OBJECTS:.o=.d) 342e5b6d6dSopenharmony_ciLONGNAME_DEPS = $(LONGNAME_OBJ:.o=.d) 352e5b6d6dSopenharmony_ci 362e5b6d6dSopenharmony_ci## List of phony targets 372e5b6d6dSopenharmony_ci.PHONY : all all-local install install-local clean clean-local \ 382e5b6d6dSopenharmony_cidistclean distclean-local dist dist-local check check-local 392e5b6d6dSopenharmony_ci 402e5b6d6dSopenharmony_ci## Clear suffix list 412e5b6d6dSopenharmony_ci.SUFFIXES : 422e5b6d6dSopenharmony_ci 432e5b6d6dSopenharmony_ci## List of standard targets 442e5b6d6dSopenharmony_ciall: all-local 452e5b6d6dSopenharmony_ciinstall: install-local 462e5b6d6dSopenharmony_ciclean: clean-local 472e5b6d6dSopenharmony_cidistclean : distclean-local 482e5b6d6dSopenharmony_cidist: dist-local 492e5b6d6dSopenharmony_cicheck: all check-local 502e5b6d6dSopenharmony_ci 512e5b6d6dSopenharmony_ciall-local: $(TARGET) 522e5b6d6dSopenharmony_ci 532e5b6d6dSopenharmony_ciinstall-local: 542e5b6d6dSopenharmony_ci 552e5b6d6dSopenharmony_cidist-local: 562e5b6d6dSopenharmony_ci 572e5b6d6dSopenharmony_ciclean-local: 582e5b6d6dSopenharmony_ci test -z "$(CLEANFILES)" || $(RMV) $(CLEANFILES) 592e5b6d6dSopenharmony_ci $(RMV) $(OBJECTS) $(TARGET) 602e5b6d6dSopenharmony_ci 612e5b6d6dSopenharmony_cidistclean-local: clean-local 622e5b6d6dSopenharmony_ci $(RMV) Makefile 632e5b6d6dSopenharmony_ci 642e5b6d6dSopenharmony_cicheck-local: all-local 652e5b6d6dSopenharmony_ci 662e5b6d6dSopenharmony_ciMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 672e5b6d6dSopenharmony_ci cd $(top_builddir) \ 682e5b6d6dSopenharmony_ci && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status 692e5b6d6dSopenharmony_ci 702e5b6d6dSopenharmony_ci$(TARGET) : $(OBJECTS) 712e5b6d6dSopenharmony_ci $(LINK.cc) -o $@ $^ $(LIBS) 722e5b6d6dSopenharmony_ci 732e5b6d6dSopenharmony_ci$(LONGNAME) : $(LONGNAME_OBJ) 742e5b6d6dSopenharmony_ci $(LINK.cc) -o $@ $^ $(LIBS) 752e5b6d6dSopenharmony_ci 762e5b6d6dSopenharmony_ciinvoke: 772e5b6d6dSopenharmony_ci ICU_DATA=$${ICU_DATA:-$(top_builddir)/data/} TZ=PST8PDT $(INVOKE) $(INVOCATION) 782e5b6d6dSopenharmony_ci 792e5b6d6dSopenharmony_ciifeq (,$(MAKECMDGOALS)) 802e5b6d6dSopenharmony_ci-include $(DEPS) 812e5b6d6dSopenharmony_cielse 822e5b6d6dSopenharmony_ciifneq ($(patsubst %clean,,$(MAKECMDGOALS)),) 832e5b6d6dSopenharmony_ci-include $(DEPS) 842e5b6d6dSopenharmony_ciendif 852e5b6d6dSopenharmony_ciendif 86