summaryrefslogtreecommitdiff
path: root/Build/source/libs/icu/icu-src/source/samples/dtptngsample/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/icu/icu-src/source/samples/dtptngsample/Makefile')
-rw-r--r--Build/source/libs/icu/icu-src/source/samples/dtptngsample/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/Build/source/libs/icu/icu-src/source/samples/dtptngsample/Makefile b/Build/source/libs/icu/icu-src/source/samples/dtptngsample/Makefile
new file mode 100644
index 00000000000..95393190014
--- /dev/null
+++ b/Build/source/libs/icu/icu-src/source/samples/dtptngsample/Makefile
@@ -0,0 +1,27 @@
+# Copyright (C) 2016 and later: Unicode, Inc. and others.
+# License & terms of use: http://www.unicode.org/copyright.html
+#
+# Copyright (c) 2000-2006 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=dtptngsample
+
+# All object files (C or C++)
+OBJECTS=dtptngsample.o
+
+#### rules
+# Load in standard makefile definitions
+include ../defs.mk
+
+LDFLAGS += $(LDFLAGS_USTDIO)
+
+# the actual rules (this is a simple sample)
+include ../rules.mk