Rev 22 | Rev 158 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 22 | Rev 147 | ||
|---|---|---|---|
| Line 5... | Line 5... | ||
| 5 | #DOT=YES |
5 | #DOT=YES |
| 6 | 6 | ||
| 7 | SRCDIR=$(shell cd ../../HelenOS/; pwd) |
7 | SRCDIR=$(shell cd ../../HelenOS/; pwd) |
| 8 | DOCDIR=$(shell pwd) |
8 | DOCDIR=$(shell pwd) |
| 9 | 9 | ||
| 10 | TARGETS=generic-kernel generic-uspace amd64-kernel amd64-uspace ia32-kernel ia32-uspace\ |
10 | TARGETS=generic-kernel uspace amd64-kernel ia32-kernel\ |
| 11 | ia64-kernel ia64-uspace mips32-kernel mips32-uspace ppc32-kernel ppc32-uspace\ |
11 | ia64-kernel mips32-kernel ppc32-kernel\ |
| 12 | ppc64-kernel sparc64-kernel |
12 | ppc64-kernel sparc64-kernel |
| 13 | 13 | ||
| 14 | CLEAN_TARGETS := $(addprefix clean-, $(TARGETS)) |
14 | CLEAN_TARGETS := $(addprefix clean-, $(TARGETS)) |
| 15 | 15 | ||
| 16 | .PHONY: default all $(TARGETS) $(CLEAN_TARGETS) clean |
16 | .PHONY: default all $(TARGETS) $(CLEAN_TARGETS) clean |