]> git.saurik.com Git - apple/icu.git/blame - icuSources/samples/ugrep/Makefile
ICU-59117.0.1.tar.gz
[apple/icu.git] / icuSources / samples / ugrep / Makefile
CommitLineData
f3c0d7a5
A
1# Copyright (C) 2016 and later: Unicode, Inc. and others.
2# License & terms of use: http://www.unicode.org/copyright.html#License
3#
729e4ab9 4# Copyright (c) 2000-2010 IBM, Inc. and others
b75a7d8f
A
5# sample code makefile
6
7# Usage:
8# - configure, build, install ICU (make install)
9# - make sure "icu-config" (in the ICU installed bin directory) is on
10# the path
11# - do 'make' in this directory
12
13#### definitions
14# Name of your target
15TARGET=ugrep
16
17# All object files (C or C++)
18OBJECTS=ugrep.o
19
729e4ab9
A
20CHECK_ARGS=BOM readme.txt
21
b75a7d8f
A
22#### rules
23# Load in standard makefile definitions
24include ../defs.mk
25
26# the actual rules (this is a simple sample)
27include ../rules.mk