]> git.saurik.com Git - apple/icu.git/blame - icuSources/samples/citer/Makefile
ICU-59117.0.1.tar.gz
[apple/icu.git] / icuSources / samples / citer / 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#
73c04bcf
A
4# Copyright (c) 2003-2005 IBM, Inc. and others
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# Name of your target
14TARGET=citer
15
16# All object files (C or C++)
17OBJECTS=citer.o
18
19# Load in standard makefile definitions
20include ../defs.mk
21
22LDFLAGS += $(LDFLAGS_USTDIO)
23
24# the actual rules (this is a simple sample)
25include ../rules.mk