[sword-cvs] icu-sword/source/samples/cal 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/cal
In directory www:/tmp/cvs-serv8911/source/samples/cal
Modified Files:
Makefile.in
Log Message:
ICU 2.8 sync
Index: Makefile.in
===================================================================
RCS file: /cvs/core/icu-sword/source/samples/cal/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:27 -0000 1.4
+++ Makefile.in 6 Apr 2004 10:09:09 -0000 1.5
@@ -1,5 +1,5 @@
## Makefile.in for ICU - samples/cal
-## 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
@@ -23,7 +23,7 @@
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 cal.o
@@ -65,7 +65,7 @@
&& CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
$(TARGET) : $(OBJECTS)
- $(LINK) -o $@ $^ $(LIBS)
+ $(LINK) $(OUTOPT)$@ $^ $(LIBS)
ifeq (,$(MAKECMDGOALS))
-include $(DEPS)