]> git.proxmox.com Git - mirror_edk2.git/blob - BaseTools/Makefile
Sync tool code to BuildTools project r1783.
[mirror_edk2.git] / BaseTools / Makefile
1
2 SUBDIRS = Source\C Source\Python
3
4 all: c python
5
6 c :
7 @Source\C\Makefiles\NmakeSubdirs.bat all Source\C
8
9 python:
10 @Source\C\Makefiles\NmakeSubdirs.bat all Source\Python
11
12 subdirs: $(SUBDIRS)
13 @Source\C\Makefiles\NmakeSubdirs.bat all $**
14
15 .PHONY: clean
16 clean:
17 @Source\C\Makefiles\NmakeSubdirs.bat clean $(SUBDIRS)
18
19 .PHONY: cleanall
20 cleanall:
21 @Source\C\Makefiles\NmakeSubdirs.bat cleanall $(SUBDIRS)
22