]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/samples/rules.mk
ICU-511.31.tar.gz
[apple/icu.git] / icuSources / samples / rules.mk
index 5d39b7c7eaee938bee668c23c1f4dc295594fead..ac0e27e4f120eb1acb61d5c68f193ed2ff6df84e 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (c) 2002-2006 IBM, Inc. and others
+# Copyright (c) 2002-2012 IBM, Inc. and others
 # sample code rules for a single-target simple sample
 
 # list of targets that aren't actually created
@@ -7,7 +7,7 @@
 all: $(ALL_SUBDIR) $(RESTARGET) $(TARGET)  
 
 $(TARGET): $(OBJECTS)
-       $(LINK.cc) $^ $(LOADLIBES) $(LDLIBS) -o $@ $(XTRALIBS)
+       $(LINK.cc) $(LOADLIBES) $(LDLIBS) -o $@ $(XTRALIBS) -licui18n -licuuc
 
 $(RESTARGET): $(RESFILES)
        $(PKGDATA) --name $(RESNAME) --mode $(RESMODE) $(PKGDATAOPTS) $(RESLIST)
@@ -21,7 +21,7 @@ distclean clean: $(CLEAN_SUBDIR)
        -rm -rf $(OBJECTS) $(TARGET) $(RESTARGET) $(RESFILES)
 
 # Make check: simply runs the sample, logged to a file
-check: $(TARGET)
+check: $(ALL_SUBDIR) $(RESTARGET) $(TARGET)
        $(INVOKE) $(CHECK_VARS) ./$(TARGET) $(CHECK_ARGS) | tee $(TARGET).out
 
 ## resources