summaryrefslogtreecommitdiff
path: root/Build/source/libs/icu/icu-4.6/samples/defs.mk
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/icu/icu-4.6/samples/defs.mk')
-rw-r--r--Build/source/libs/icu/icu-4.6/samples/defs.mk28
1 files changed, 28 insertions, 0 deletions
diff --git a/Build/source/libs/icu/icu-4.6/samples/defs.mk b/Build/source/libs/icu/icu-4.6/samples/defs.mk
new file mode 100644
index 00000000000..7b91c4ba1ad
--- /dev/null
+++ b/Build/source/libs/icu/icu-4.6/samples/defs.mk
@@ -0,0 +1,28 @@
+# Copyright (c) 2002-2005 IBM, Inc. and others
+# Sample code makefile definitions
+
+CLEANFILES=*~ $(TARGET).out
+####################################################################
+# Load ICU information. You can copy this to other makefiles #######
+####################################################################
+CC=$(shell icu-config --cc)
+CXX=$(shell icu-config --cxx)
+CPPFLAGS=$(shell icu-config --cppflags)
+CFLAGS=$(shell icu-config --cflags)
+CXXFLAGS=$(shell icu-config --cxxflags)
+LDFLAGS =$(shell icu-config --ldflags)
+LDFLAGS_USTDIO =$(shell icu-config --ldflags-icuio)
+INVOKE=$(shell icu-config --invoke)
+GENRB=$(shell icu-config --invoke=genrb)
+GENRBOPT=
+PKGDATA=$(shell icu-config --invoke=pkgdata)
+SO=$(shell icu-config --so)
+PKGDATAOPTS=-v -d .
+# default - resources in same mode as ICU
+RESMODE=$(shell icu-config --icudata-mode)
+
+####################################################################
+### Project independent things (common)
+### We depend on gmake for the bulk of the work
+
+RMV=rm -rf