## Copyright (C) 2016and later: Unicode, Inc. and others. ## License & terms of use: http://www.unicode.org/copyright.html ## ****************************************************************************** ## * ## * Copyright (C) 1999-2014, International Business Machines ## * Corporation and others. All Rights Reserved. ## * ## ******************************************************************************* ## Makefile.in for ICU - uconv ## Steven R. Loomis
## Set the following to dll orstaticor common..
UCONVMSG_MODE=static ##############################################################
srcdir=@srcdir@
top_srcdir=@top_srcdir@
top_builddir = ../..
subdir = extra/uconv
include $(top_builddir)/icudefs.mk
MSGNAME=uconvmsg
# RESSRC comes from resfiles.mk
FILESEPCHAR=/
include $(srcdir)/resfiles.mk
# The | is an order-only prerequisite. This helps when the -j option is used, # and we don't want the files to be built before the directories are built.
ifneq ($(filter order-only,$(.FEATURES)),)
$(RESFILES) $(RESDIR)/$(RESDIR).lst: | build-dir
endif
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.