[sword-cvs] icu-sword/source/samples/date Makefile.in,1.4,1.5

sword@www.crosswire.org sword@www.crosswire.org
Tue, 6 Apr 2004 03:10:49 -0700


Update of /cvs/core/icu-sword/source/samples/date
In directory www:/tmp/cvs-serv8911/source/samples/date

Modified Files:
	Makefile.in 
Log Message:
ICU 2.8 sync

Index: Makefile.in
===================================================================
RCS file: /cvs/core/icu-sword/source/samples/date/Makefile.in,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- Makefile.in	10 Sep 2003 02:42:28 -0000	1.4
+++ Makefile.in	6 Apr 2004 10:09:11 -0000	1.5
@@ -1,18 +1,16 @@
 ## Makefile.in for ICU - samples/date
-## Copyright (c) 1999-2001, International Business Machines Corporation and
+## Copyright (c) 1999-2003, International Business Machines Corporation and
 ## others. All Rights Reserved.
 
 ## Source directory information
-srcdir = @srcdir@
-top_srcdir = @top_srcdir@
+
+srcdir=@srcdir@
+top_srcdir=@top_srcdir@
 
 top_builddir = ../..
 
 include $(top_builddir)/icudefs.mk
 
-## Platform-specific setup
-include @platform_make_fragment@
-
 ## Build directory information
 subdir = samples/date
 
@@ -22,12 +20,10 @@
 ## Target information
 TARGET = icudate
 
-ENABLE_STATIC = @ENABLE_STATIC@
-
 LINK = $(LINK.cc)
 
 CPPFLAGS += -I$(top_builddir)/common -I$(top_srcdir)/common -I$(top_srcdir)/i18n
-LIBS = $(LIBICUI18N) $(LIBICUUC) @LIBS@ @LIB_M@
+LIBS = $(LIBICUI18N) $(LIBICUUC) $(DEFAULT_LIBS) $(LIB_M)
 
 OBJECTS = uprint.o date.o
 
@@ -69,7 +65,7 @@
 	 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
 
 $(TARGET) : $(OBJECTS)
-	$(LINK) -o $@ $^ $(LIBS)
+	$(LINK) $(OUTOPT)$@ $^ $(LIBS)
 
 ifeq (,$(MAKECMDGOALS))
 -include $(DEPS)