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#*****************************************************************************
62e5b6d6dSopenharmony_ci#
72e5b6d6dSopenharmony_ci#   Copyright (C) 2006-2008, International Business Machines
82e5b6d6dSopenharmony_ci#   Corporation and others.  All Rights Reserved.
92e5b6d6dSopenharmony_ci#
102e5b6d6dSopenharmony_ci#*****************************************************************************
112e5b6d6dSopenharmony_ci#
122e5b6d6dSopenharmony_ci#  FILE NAME : Makefile
132e5b6d6dSopenharmony_ci#
142e5b6d6dSopenharmony_ci#   Date        Name        Description
152e5b6d6dSopenharmony_ci#   03/02/2006  grhoten     Creation.
162e5b6d6dSopenharmony_ci#*****************************************************************************
172e5b6d6dSopenharmony_ci
182e5b6d6dSopenharmony_ci## List of phony targets
192e5b6d6dSopenharmony_ci.PHONY : all all-local install install-local clean clean-local	\
202e5b6d6dSopenharmony_cidistclean distclean-local install-library install-headers dist	\
212e5b6d6dSopenharmony_cidist-local check check-local
222e5b6d6dSopenharmony_ci
232e5b6d6dSopenharmony_ci## Clear suffix list
242e5b6d6dSopenharmony_ci.SUFFIXES :
252e5b6d6dSopenharmony_ci
262e5b6d6dSopenharmony_ci## List of standard targets
272e5b6d6dSopenharmony_ciall: all-local
282e5b6d6dSopenharmony_ciinstall: install-local
292e5b6d6dSopenharmony_ciclean: clean-local
302e5b6d6dSopenharmony_cidistclean : distclean-local
312e5b6d6dSopenharmony_cidist: dist-local
322e5b6d6dSopenharmony_cicheck: all check-local
332e5b6d6dSopenharmony_ci
342e5b6d6dSopenharmony_ciALL_TARGETS = displayLocaleConv testTimezone
352e5b6d6dSopenharmony_ci#ICU_BASE = /home/build/Build_ICU_HP11iACC
362e5b6d6dSopenharmony_ci#ICU_BASE = /home/build/Build_ICU_Solaris9CC
372e5b6d6dSopenharmony_ciICU_BASE = /home/build/Build_ICU_LinuxRHEL4.2
382e5b6d6dSopenharmony_ci#ICU_BASE = /home/build/Build_ICU_MacOSX
392e5b6d6dSopenharmony_ci#ICU_BASE = /home/build/Build_ICU_AIX5.2VA6
402e5b6d6dSopenharmony_ci
412e5b6d6dSopenharmony_ciall-local: $(ALL_TARGETS)
422e5b6d6dSopenharmony_ci
432e5b6d6dSopenharmony_cidisplayLocaleConv: displayLocaleConv.c
442e5b6d6dSopenharmony_ci	#aCC +DD64 -I$(ICU_BASE)/icu/source/common/ -L$(ICU_BASE)/icu/source/lib/ -licuuc -licudata -o $@ $<
452e5b6d6dSopenharmony_ci	#CC -xtarget=ultra -xarch=v9 -I$(ICU_BASE)/icu/source/common/ -L$(ICU_BASE)/icu/source/lib/ -licuuc -licudata -o $@ $<
462e5b6d6dSopenharmony_ci	gcc -I $(ICU_BASE)/icu/source/common/ -L$(ICU_BASE)/icu/source/lib/ -licuuc -licudata -o $@ $<
472e5b6d6dSopenharmony_ci	#gcc -I $(ICU_BASE)/icu/source/common/ -L$(ICU_BASE)/icu/source/lib/ -licuuc -licudata -o $@ $<
482e5b6d6dSopenharmony_ci	#xlc -q64 -I $(ICU_BASE)/icu/source/common/ -L$(ICU_BASE)/icu/source/lib/ -licuuc35 -licudata35 -o $@ $<
492e5b6d6dSopenharmony_ci
502e5b6d6dSopenharmony_citestTimezone: testTimezone.c
512e5b6d6dSopenharmony_ci	#aCC +DD64 -I$(ICU_BASE)/icu/source/common/ -I$(ICU_BASE)/icu/source/i18n/ -L$(ICU_BASE)/icu/source/lib/ -licuuc -licudata -o $@ $<
522e5b6d6dSopenharmony_ci	#CC -xtarget=ultra -xarch=v9 -I$(ICU_BASE)/icu/source/common/ -I$(ICU_BASE)/icu/source/i18n/ -L$(ICU_BASE)/icu/source/lib/ -licuuc -licudata -o $@ $<
532e5b6d6dSopenharmony_ci	gcc -I $(ICU_BASE)/icu/source/common/ -I$(ICU_BASE)/icu/source/i18n/ -L$(ICU_BASE)/icu/source/lib/ -licuuc -licudata -o $@ $<
542e5b6d6dSopenharmony_ci	#gcc -I $(ICU_BASE)/icu/source/common/ -I$(ICU_BASE)/icu/source/i18n/ -L$(ICU_BASE)/icu/source/lib/ -licuuc -licudata -o $@ $<
552e5b6d6dSopenharmony_ci	#xlc -q64 -I $(ICU_BASE)/icu/source/common/ -I$(ICU_BASE)/icu/source/i18n/ -L$(ICU_BASE)/icu/source/lib/ -licuuc35 -licudata35 -o $@ $<
562e5b6d6dSopenharmony_ci
572e5b6d6dSopenharmony_ci
582e5b6d6dSopenharmony_ciinstall-local: install-headers install-library
592e5b6d6dSopenharmony_ci
602e5b6d6dSopenharmony_ciinstall-library: all-local
612e5b6d6dSopenharmony_ci
622e5b6d6dSopenharmony_ciinstall-headers:
632e5b6d6dSopenharmony_ci
642e5b6d6dSopenharmony_cidist-local:
652e5b6d6dSopenharmony_ci
662e5b6d6dSopenharmony_ciclean-local:
672e5b6d6dSopenharmony_ci#	test -z "$(CLEANFILES)" || $(RMV) $(CLEANFILES)
682e5b6d6dSopenharmony_ci	rm $(OBJECTS) $(ALL_TARGETS) $(SO_VERSION_DATA)
692e5b6d6dSopenharmony_ci
702e5b6d6dSopenharmony_cidistclean-local: clean-local
712e5b6d6dSopenharmony_ci
722e5b6d6dSopenharmony_cicheck-local:
732e5b6d6dSopenharmony_ci
742e5b6d6dSopenharmony_ci
75