ICU-2408 Fix make clean for CygWin

X-SVN-Rev: 14602
This commit is contained in:
George Rhoten 2004-02-26 23:14:28 +00:00
parent 96b5f044cd
commit 5cb46fb0a4
4 changed files with 9 additions and 9 deletions

View file

@ -1,6 +1,6 @@
## ******************************************************************************
## *
## * Copyright (C) 1999-2003, International Business Machines
## * Copyright (C) 1999-2004, International Business Machines
## * Corporation and others. All Rights Reserved.
## *
## *******************************************************************************
@ -38,7 +38,7 @@ ALL_MAN_FILES = $(TARGET).$(SECTION)
CLEANFILES = *~ $(DEPS) $(ALL_MAN_FILES)
## Target information
TARGET = uconv
TARGET = uconv$(EXEEXT)
CPPFLAGS += -I$(top_builddir)/common -I$(top_srcdir)/common -I$(top_srcdir)/i18n -I$(srcdir)/../toolutil
LIBS = $(LIBICUI18N) $(LIBICUUC) $(DEFAULT_LIBS) $(LIB_M)
@ -104,7 +104,7 @@ clean-local: resclean
$(RMV) $(OBJECTS) $(TARGET)
resclean:
-$(INVOKE) $(top_builddir)/tools/pkgdata/pkgdata --clean -p $(RESDIR) -O pkgdata.inc -m $(PKGMODE) -d $(RESDIR) -T $(RESDIR) $(RESDIR)/$(RESDIR).lst
#-$(INVOKE) $(top_builddir)/tools/pkgdata/pkgdata --clean -p $(RESDIR) -O pkgdata.inc -m $(PKGMODE) -d $(RESDIR) -T $(RESDIR) $(RESDIR)/$(RESDIR).lst
$(RMV) pkgdata.inc $(RESDIR)
distclean-local: clean-local

View file

@ -1,5 +1,5 @@
## Makefile.in for ICU - samples/cal
## Copyright (c) 1999-2003, International Business Machines Corporation and
## Copyright (c) 1999-2004, International Business Machines Corporation and
## others. All Rights Reserved.
## Source directory information
@ -18,7 +18,7 @@ subdir = samples/cal
CLEANFILES = *~ $(DEPS)
## Target information
TARGET = icucal
TARGET = icucal$(EXEEXT)
LINK = $(LINK.cc)

View file

@ -1,5 +1,5 @@
## Makefile.in for ICU - samples/date
## Copyright (c) 1999-2003, International Business Machines Corporation and
## Copyright (c) 1999-2004, International Business Machines Corporation and
## others. All Rights Reserved.
## Source directory information
@ -18,7 +18,7 @@ subdir = samples/date
CLEANFILES = *~ $(DEPS)
## Target information
TARGET = icudate
TARGET = icudate$(EXEEXT)
LINK = $(LINK.cc)

View file

@ -1,5 +1,5 @@
## Makefile.in for ICU - test/ieeetest
## Copyright (c) 1999-2003, International Business Machines Corporation and
## Copyright (c) 1999-2004, International Business Machines Corporation and
## others. All Rights Reserved.
## Source directory information
@ -17,7 +17,7 @@ subdir = test/ieeetest
CLEANFILES = *~ $(DEPS)
## Target information
TARGET = ieeetest
TARGET = ieeetest$(EXEEXT)
DEFS += -I$(top_builddir)/common -I$(top_srcdir)/common
LIBS = $(LIBICUUC) $(DEFAULT_LIBS) $(LIB_M)