source:
trunk/packages/xen-3.1/xen-3.1/tools/libfsimage/Makefile
@
34
Last change on this file since 34 was 34, checked in by hartmans, 18 years ago | |
---|---|
File size: 264 bytes |
Line | |
---|---|
1 | XEN_ROOT = ../.. |
2 | include $(XEN_ROOT)/tools/Rules.mk |
3 | |
4 | SUBDIRS-y = common ufs reiserfs iso9660 fat |
5 | SUBDIRS-y += $(shell ./check-libext2fs) |
6 | |
7 | .PHONY: all |
8 | all install clean: |
9 | @set -e; for subdir in $(SUBDIRS-y); do \ |
10 | $(MAKE) -C $$subdir $@; \ |
11 | done |
12 | |
13 | distclean: clean |
Note: See TracBrowser
for help on using the repository browser.