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