bcachefs-tools/Makefile

21 lines
508 B
Makefile
Raw Normal View History

2010-05-15 19:26:35 +04:00
2010-10-08 18:04:49 +04:00
#PREFIX=/usr/local
2010-05-15 19:26:35 +04:00
CFLAGS=-O2 -Wall -g
2010-10-08 18:04:49 +04:00
all: make-bcache probe-bcache
2010-05-15 19:26:35 +04:00
clean:
2010-05-23 00:43:34 +04:00
rm -f make-bcache bcache-test *.o
2010-05-15 19:26:35 +04:00
2010-10-08 18:04:49 +04:00
install: make-bcache probe-bcache
2010-07-30 10:05:51 +04:00
install -m0755 make-bcache ${PREFIX}/sbin/
2010-10-08 18:04:49 +04:00
install -m0755 probe-bcache ${PREFIX}/sbin/
install -m0644 61-bcache.rules /lib/udev/rules.d/
install -m0755 initramfs /usr/share/initramfs-tools/hooks/bcache
# install -m0755 bcache-test ${PREFIX}/sbin/
2010-07-30 10:05:51 +04:00
2010-05-28 07:42:25 +04:00
bcache-test: LDFLAGS += -lm -lssl -lcrypto
2010-10-08 18:04:49 +04:00
make-bcache: LDFLAGS += -luuid
probe-bcache: LDFLAGS += -luuid