fixed some dependency issues, verbose support, 'make clean' gets more

svn path=/branches/xmlbuildsystem/; revision=13899
This commit is contained in:
Royce Mitchell III
2005-03-09 08:12:30 +00:00
parent c2a87f42ad
commit dd650dbfae
15 changed files with 612 additions and 340 deletions
+2
View File
@@ -84,9 +84,11 @@ UNICODE_HOST_CFLAGS = \
-I$(UNICODE_BASE) -Iinclude/wine -Iw32api/include
$(UNICODE_TARGET): $(UNICODE_OBJECTS)
$(HALFVERBOSEECHO) [AR] $@
${host_ar} -rc $(UNICODE_TARGET) $(UNICODE_OBJECTS)
$(UNICODE_OBJECTS): %.o : %.c
$(HALFVERBOSEECHO) [CC] $<
${host_gcc} $(UNICODE_HOST_CFLAGS) -c $< -o $@
.PHONY: unicode_clean