]> git.saurik.com Git - apple/icu.git/blame - icuSources/samples/ugrep/Makefile
ICU-531.48.tar.gz
[apple/icu.git] / icuSources / samples / ugrep / Makefile
CommitLineData
729e4ab9 1# Copyright (c) 2000-2010 IBM, Inc. and others
b75a7d8f
A
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=ugrep
13
14# All object files (C or C++)
15OBJECTS=ugrep.o
16
729e4ab9
A
17CHECK_ARGS=BOM readme.txt
18
b75a7d8f
A
19#### rules
20# Load in standard makefile definitions
21include ../defs.mk
22
23# the actual rules (this is a simple sample)
24include ../rules.mk