X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/46f4442e9a5a4f3b98b7c1083586332f6a8a99a4..340931cb2e044a2141d11567dd0f782524e32994:/icuSources/tools/gencnval/Makefile.in?ds=sidebyside diff --git a/icuSources/tools/gencnval/Makefile.in b/icuSources/tools/gencnval/Makefile.in index c4c2ab56..4e0ab25e 100644 --- a/icuSources/tools/gencnval/Makefile.in +++ b/icuSources/tools/gencnval/Makefile.in @@ -1,5 +1,7 @@ ## Makefile.in for ICU - tools/gencnval -## Copyright (c) 1999-2005, International Business Machines Corporation and +## Copyright (C) 2016 and later: Unicode, Inc. and others. +## License & terms of use: http://www.unicode.org/copyright.html +## Copyright (c) 1999-2011, International Business Machines Corporation and ## others. All Rights Reserved. ## Steven R. Loomis @@ -27,9 +29,6 @@ CLEANFILES = *~ $(DEPS) $(MAN_FILES) ## Target information TARGET = $(BINDIR)/$(TARGET_STUB_NAME)$(EXEEXT) -ifneq ($(top_builddir),$(top_srcdir)) -CPPFLAGS += -I$(top_builddir)/common -endif CPPFLAGS += -I$(top_srcdir)/common -I$(srcdir)/../toolutil LIBS = $(LIBICUTOOLUTIL) $(LIBICUI18N) $(LIBICUUC) $(DEFAULT_LIBS) $(LIB_M)