ICU-3389 CygWin/MSVC "make clean" changes

X-SVN-Rev: 14869
This commit is contained in:
George Rhoten 2004-04-05 21:25:47 +00:00
parent 7be56c476d
commit bf80670ed2
8 changed files with 9 additions and 9 deletions

View File

@ -20,7 +20,7 @@ include $(top_builddir)/icudefs.mk
subdir = common
## Extra files to remove for 'make clean'
CLEANFILES = *~ $(DEPS)
CLEANFILES = *~ $(DEPS) $(IMPORT_LIB) $(MIDDLE_IMPORT_LIB) $(FINAL_IMPORT_LIB)
## Target information

View File

@ -20,7 +20,7 @@ include $(top_builddir)/icudefs.mk
subdir = extra/ustdio
## Extra files to remove for 'make clean'
CLEANFILES = *~ $(DEPS)
CLEANFILES = *~ $(DEPS) $(IMPORT_LIB) $(MIDDLE_IMPORT_LIB) $(FINAL_IMPORT_LIB)
## Target information

View File

@ -21,7 +21,7 @@ include $(top_builddir)/icudefs.mk
subdir = i18n
## Extra files to remove for 'make clean'
CLEANFILES = *~ $(DEPS)
CLEANFILES = *~ $(DEPS) $(IMPORT_LIB) $(MIDDLE_IMPORT_LIB) $(FINAL_IMPORT_LIB)
## Target information

View File

@ -14,7 +14,7 @@ include $(top_builddir)/icudefs.mk
subdir = layout
## Extra files to remove for 'make clean'
CLEANFILES = *~ $(DEPS)
CLEANFILES = *~ $(DEPS) $(IMPORT_LIB) $(MIDDLE_IMPORT_LIB) $(FINAL_IMPORT_LIB)
## Target information

View File

@ -14,7 +14,7 @@ include $(top_builddir)/icudefs.mk
subdir = layoutex
## Extra files to remove for 'make clean'
CLEANFILES = *~ $(DEPS)
CLEANFILES = *~ $(DEPS) $(IMPORT_LIB) $(MIDDLE_IMPORT_LIB) $(FINAL_IMPORT_LIB)
## Target information

View File

@ -20,7 +20,7 @@ include $(top_builddir)/icudefs.mk
subdir = stubdata
## Files to remove for 'make clean'
CLEANFILES = *~ $(DEPS)
CLEANFILES = *~ $(DEPS) $(IMPORT_LIB) $(MIDDLE_IMPORT_LIB) $(FINAL_IMPORT_LIB)
## Target information

View File

@ -15,7 +15,7 @@ include $(top_builddir)/icudefs.mk
subdir = tools/ctestfw
## Extra files to remove for 'make clean'
CLEANFILES = *~ $(DEPS) $(ALL_TARGETS)
CLEANFILES = *~ $(DEPS) $(IMPORT_LIB) $(MIDDLE_IMPORT_LIB) $(FINAL_IMPORT_LIB)
## Target information
@ -83,7 +83,7 @@ dist-local:
clean-local:
test -z "$(CLEANFILES)" || $(RMV) $(CLEANFILES)
$(RMV) $(OBJECTS) $(STATIC_OBJECTS) $(ALL_TARGETS)
$(RMV) $(OBJECTS) $(STATIC_OBJECTS) $(ALL_TARGETS)
distclean-local: clean-local
$(RMV) Makefile

View File

@ -16,7 +16,7 @@ include $(top_builddir)/icudefs.mk
subdir = tools/toolutil
## Extra files to remove for 'make clean'
CLEANFILES = *~ $(DEPS)
CLEANFILES = *~ $(DEPS) $(IMPORT_LIB) $(MIDDLE_IMPORT_LIB) $(FINAL_IMPORT_LIB)
## Target information