1XEN_ROOT = $(CURDIR)/../../.. 2 3LIB_SRCS-y = ext2fs-lib.c 4 5FS = ext2fs-lib 6 7FS_LIBDEPS = $(EXTFS_LIBS) 8 9# Include configure output (config.h) 10CFLAGS += -include $(XEN_ROOT)/tools/config.h 11 12.PHONY: all 13all: fs-all 14 15.PHONY: install 16install: fs-install 17 18.PHONY: uninstall 19uninstall: fs-uninstall 20 21include $(XEN_ROOT)/tools/libfsimage/Rules.mk 22