ICU-3389 CygWin/MSVC "make clean" changes
X-SVN-Rev: 14869
This commit is contained in:
parent
7be56c476d
commit
bf80670ed2
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user