source: trunk/packages/xen-3.1/xen-3.1/tools/libfsimage/ext2fs-lib/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: 196 bytes
Line 
1XEN_ROOT = ../../..
2
3LIB_SRCS-y = ext2fs-lib.c
4
5FS = ext2fs-lib
6
7FS_LIBDEPS = -lext2fs
8
9.PHONY: all
10all: fs-all
11
12.PHONY: install
13install: fs-install
14
15include $(XEN_ROOT)/tools/libfsimage/Rules.mk
Note: See TracBrowser for help on using the repository browser.