mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
rename more makefiles, preparation for local makefiles to work with xml build system
svn path=/branches/xmlbuildsystem/; revision=13944
This commit is contained in:
parent
99ba4dfee6
commit
b62f2bb179
9 changed files with 15 additions and 7 deletions
|
@ -8,3 +8,5 @@ all:
|
|||
|
||||
clean:
|
||||
@$(MAKE) -C $(TOP) $(DEFAULT)_clean
|
||||
|
||||
$(DEFAULT)_clean: clean
|
||||
|
|
|
@ -27,6 +27,7 @@ $(BUILDNO_OBJECTS): %.o : %.cpp include$(SEP)reactos$(SEP)version.h
|
|||
.PHONY: buildno_clean
|
||||
buildno_clean:
|
||||
-@$(rm) $(BUILDNO_TARGET) $(BUILDNO_OBJECTS) 2>$(NUL)
|
||||
clean: buildno_clean
|
||||
|
||||
# BUILDNO_H is defined from the top-level makefile now...
|
||||
#BUILDNO_H = .$(SEP)include$(SEP)reactos$(SEP)buildno.h
|
||||
|
@ -36,3 +37,8 @@ buildno_h: $(BUILDNO_H)
|
|||
|
||||
$(BUILDNO_H): $(BUILDNO_TARGET)
|
||||
$(BUILDNO_TARGET) $(BUILDNO_H)
|
||||
|
||||
.PHONY: buildno_h_clean
|
||||
buildno_h_clean:
|
||||
-@$(rm) $(BUILDNO_H)
|
||||
clean: buildno_h_clean
|
|
@ -55,11 +55,11 @@ rsym_clean:
|
|||
-@$(rm) $(RSYM_TARGET) $(RSYM_OBJECTS) 2>$(NUL)
|
||||
clean: rsym_clean
|
||||
|
||||
include tools/buildno/makefile
|
||||
include tools/cdmake/makefile
|
||||
include tools/nci/makefile
|
||||
include tools/rbuild/makefile
|
||||
include tools/unicode/makefile
|
||||
include tools/wmc/makefile
|
||||
include tools/buildno/buildno.mak
|
||||
include tools/cdmake/cdmake.mak
|
||||
include tools/nci/nci.mak
|
||||
include tools/rbuild/rbuild.mak
|
||||
include tools/unicode/unicode.mak
|
||||
include tools/wmc/wmc.mak
|
||||
include tools/wpp/wpp.mak
|
||||
include tools/wrc/makefile
|
||||
include tools/wrc/wrc.mak
|
||||
|
|
Loading…
Reference in a new issue