summaryrefslogtreecommitdiff
path: root/Build/source/libs/icu/icu-4.6/samples/strsrch/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/icu/icu-4.6/samples/strsrch/Makefile')
-rw-r--r--Build/source/libs/icu/icu-4.6/samples/strsrch/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/Build/source/libs/icu/icu-4.6/samples/strsrch/Makefile b/Build/source/libs/icu/icu-4.6/samples/strsrch/Makefile
new file mode 100644
index 00000000000..ffd211c061c
--- /dev/null
+++ b/Build/source/libs/icu/icu-4.6/samples/strsrch/Makefile
@@ -0,0 +1,22 @@
+# Copyright (c) 2000-2002 IBM, Inc. and others
+# sample code makefile
+
+# Usage:
+# - configure, build, install ICU (make install)
+# - make sure "icu-config" (in the ICU installed bin directory) is on
+# the path
+# - do 'make' in this directory
+
+#### definitions
+# Name of your target
+TARGET=strsrch
+
+# All object files (C or C++)
+OBJECTS=strsrch.o
+
+#### rules
+# Load in standard makefile definitions
+include ../defs.mk
+
+# the actual rules (this is a simple sample)
+include ../rules.mk