source:
trunk/packages/xen-common/xen-common/tools/console/testsuite/Makefile
@
34
Last change on this file since 34 was 34, checked in by hartmans, 18 years ago | |
---|---|
File size: 273 bytes |
Rev | Line | |
---|---|---|
[34] | 1 | XEN_ROOT = ../../.. |
2 | include $(XEN_ROOT)/tools/Rules.mk | |
3 | ||
4 | LDFLAGS=-static | |
5 | ||
6 | .PHONY: all | |
7 | all: console-dom0 console-domU procpipe | |
8 | ||
9 | console-dom0: console-dom0.o | |
10 | console-domU: console-domU.o | |
11 | procpipe: procpipe.o | |
12 | ||
13 | .PHONY: clean | |
14 | clean:; $(RM) *.o console-domU console-dom0 procpipe |
Note: See TracBrowser
for help on using the repository browser.