]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/tools/gentest/Makefile.in
ICU-400.37.tar.gz
[apple/icu.git] / icuSources / tools / gentest / Makefile.in
index 39f1f9253b25c6524d636cba879af0fd464b597b..6d8e7eb1d26741233c677cc852f981ec64fd2d5f 100644 (file)
@@ -1,5 +1,5 @@
 ## Makefile.in for ICU - tools/gentest
 ## Makefile.in for ICU - tools/gentest
-## Copyright (c) 1999-2005, International Business Machines Corporation and
+## Copyright (c) 1999-2008, International Business Machines Corporation and
 ## others. All Rights Reserved.
 ## Madhu Katragadda
 
 ## others. All Rights Reserved.
 ## Madhu Katragadda
 
@@ -21,10 +21,11 @@ CLEANFILES = *~ $(DEPS)
 TARGET = gentest$(EXEEXT)
 
 ifneq ($(top_builddir),$(top_srcdir))
 TARGET = gentest$(EXEEXT)
 
 ifneq ($(top_builddir),$(top_srcdir))
-CPPFLAGS += -I$(top_builddir)/common
+CPPFLAGS += -I$(top_builddir)/common 
 endif
 endif
-CPPFLAGS += -I$(top_srcdir)/common -I$(srcdir)/../toolutil
-LIBS = $(LIBICUTOOLUTIL) $(LIBICUI18N) $(LIBICUUC) $(DEFAULT_LIBS) $(LIB_M)
+CPPFLAGS += -I$(top_srcdir)/common -I$(srcdir)/../toolutil -I$(top_srcdir)/tools/ctestfw 
+CPPFLAGS+= -I$(top_srcdir)/i18n
+LIBS = $(LIBCTESTFW) $(LIBICUTOOLUTIL) $(LIBICUI18N) $(LIBICUUC) $(DEFAULT_LIBS) $(LIB_M)
 
 OBJECTS = gentest.o genres32.o
 
 
 OBJECTS = gentest.o genres32.o
 
@@ -66,6 +67,7 @@ Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
 $(TARGET) : $(OBJECTS)
        $(LINK.cc) $(OUTOPT)$@ $^ $(LIBS) 
 
 $(TARGET) : $(OBJECTS)
        $(LINK.cc) $(OUTOPT)$@ $^ $(LIBS) 
+       $(POST_BUILD_STEP)
 
 ifeq (,$(MAKECMDGOALS))
 -include $(DEPS)
 
 ifeq (,$(MAKECMDGOALS))
 -include $(DEPS)