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

Add xen and xen-common

File size: 264 bytes
Line 
1XEN_ROOT = ../..
2include $(XEN_ROOT)/tools/Rules.mk
3
4SUBDIRS-y = common ufs reiserfs iso9660 fat
5SUBDIRS-y += $(shell ./check-libext2fs)
6
7.PHONY: all
8all install clean:
9        @set -e; for subdir in $(SUBDIRS-y); do \
10                $(MAKE) -C $$subdir $@; \
11        done
12
13distclean: clean
Note: See TracBrowser for help on using the repository browser.