1 # Copyright (c) 2001 IBM, Inc. and others
5 # icu/source/samples/ufortune/Makefile
8 # - configure and build ICU [see the docs] .. use "--prefix=" something
10 # - do 'make install' of icu
12 # - make sure the script 'icu-config' is executable in your PATH
14 # - do 'gmake' in this directory
15 # - do 'gmake check' to run the sample.
18 # Load ICU information
21 include fortunedefs.mk
26 # All object files (C or C++)
29 # dir containing resources
32 # hook variables to tell rules.mk we want subdirectory processing
33 ALL_SUBDIR= all-$(RESDIR)
34 CLEAN_SUBDIR= clean-$(RESDIR)
36 # Need: ustdio, and to link with ufortune
37 XTRALIBS=$(RESLDFLAGS)
38 LDFLAGS += $(LDFLAGS_USTDIO)
39 CPPFLAGS += $(RESCPPFLAGS)
41 ### Include standard rules
44 # subdirectory processing
49 -$(MAKE) -C $(RESDIR) clean
53 $(MAKE) -C $(RESDIR) install