]> git.saurik.com Git - apple/icu.git/blame - icuSources/samples/break/Makefile
ICU-57131.0.1.tar.gz
[apple/icu.git] / icuSources / samples / break / Makefile
CommitLineData
b75a7d8f
A
1# Copyright (c) 2000-2002 IBM, Inc. and others
2# sample code makefile
3
4# Usage:
5# - configure, build, install ICU (make install)
6# - make sure "icu-config" (in the ICU installed bin directory) is on
7# the path
8# - do 'make' in this directory
9
10#### definitions
11# Name of your target
12TARGET=break
13
14# All object files (C or C++)
15OBJECTS=break.o ubreak.o
16
17#### rules
18# Load in standard makefile definitions
19include ../defs.mk
20
21# the actual rules (this is a simple sample)
22include ../rules.mk