rename more makefiles, preparation for local makefiles to work with xml build system
authorRoyce Mitchell III <royce3@ev1.net>
Sat, 12 Mar 2005 00:23:38 +0000 (00:23 +0000)
committerRoyce Mitchell III <royce3@ev1.net>
Sat, 12 Mar 2005 00:23:38 +0000 (00:23 +0000)
svn path=/branches/xmlbuildsystem/; revision=13944

reactos/proxy.mak
reactos/tools/buildno/buildno.mak [moved from reactos/tools/buildno/makefile with 90% similarity]
reactos/tools/cdmake/cdmake.mak [moved from reactos/tools/cdmake/makefile with 100% similarity]
reactos/tools/nci/nci.mak [moved from reactos/tools/nci/makefile with 100% similarity]
reactos/tools/rbuild/rbuild.mak [moved from reactos/tools/rbuild/makefile with 100% similarity]
reactos/tools/tools.mak
reactos/tools/unicode/unicode.mak [moved from reactos/tools/unicode/makefile with 100% similarity]
reactos/tools/wmc/wmc.mak [moved from reactos/tools/wmc/makefile with 100% similarity]
reactos/tools/wrc/wrc.mak [moved from reactos/tools/wrc/makefile with 100% similarity]

index 783b421..e890839 100644 (file)
@@ -8,3 +8,5 @@ all:
 \r
 clean:\r
        @$(MAKE) -C $(TOP) $(DEFAULT)_clean\r
+\r
+$(DEFAULT)_clean: clean\r
similarity index 90%
rename from reactos/tools/buildno/makefile
rename to reactos/tools/buildno/buildno.mak
index 308f0f8..7a5da94 100644 (file)
@@ -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
index 851ff66..77bed6e 100644 (file)
@@ -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