]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/samples/layout/Makefile.in
ICU-64232.0.1.tar.gz
[apple/icu.git] / icuSources / samples / layout / Makefile.in
index 15fae07c16a9a9c58da731ddd18738875e7a1106..b242df292264d4936e5800207e59207fcfa65299 100644 (file)
@@ -1,5 +1,8 @@
+## Copyright (C) 2016 and later: Unicode, Inc. and others.
+## License & terms of use: http://www.unicode.org/copyright.html#License
+##
 ## Makefile.in for ICU - samples/layout
-## Copyright (c) 2001-2007, International Business Machines Corporation and
+## Copyright (c) 2001-2011, International Business Machines Corporation and
 ## others. All Rights Reserved.
 
 ## Source directory information
@@ -23,7 +26,7 @@ CLEANFILES = *~ $(DEPS)
 TARGET  = gnomelayout
 CTARGET = cgnomelayout
 
-CPPFLAGS += -DLE_USE_CMEMORY `pkg-config --cflags libgnomeui-2.0 freetype2 cairo` -I$(top_builddir)/common -I$(top_srcdir)/common -I$(top_srcdir)/i18n -I$(top_srcdir)/layoutex -I$(top_srcdir)/layout -I$(top_srcdir) -g
+CPPFLAGS += -DLE_USE_CMEMORY `pkg-config --cflags libgnomeui-2.0 freetype2 cairo` -I$(top_srcdir)/common -I$(top_srcdir)/i18n -I$(top_srcdir)/layoutex -I$(top_srcdir)/layout -I$(top_srcdir) -g
 
 LIBS = $(LIBICULX) $(LIBICULE) $(LIBICUUC) $(LIBICUI18N) @LIBS@ @LIB_M@ `pkg-config --libs libgnomeui-2.0 freetype2 cairo`