bcachefs-tools/Makefile
Kent Overstreet 04a54144fd Documentation
2010-12-16 01:22:45 -08:00

21 lines
546 B
Makefile

PREFIX=/usr
CFLAGS=-O2 -Wall -g
all: make-bcache probe-bcache
install: make-bcache probe-bcache
install -m0755 make-bcache ${PREFIX}/sbin/
install -m0755 probe-bcache /sbin/
install -m0644 61-bcache.rules /lib/udev/rules.d/
install -m0755 initramfs /usr/share/initramfs-tools/hooks/bcache
install -m0644 make-bcache.8 ${PREFIX}/share/man/man8
# install -m0755 bcache-test ${PREFIX}/sbin/
clean:
rm -f make-bcache bcache-test *.o
bcache-test: LDFLAGS += -lm -lssl -lcrypto
make-bcache: LDFLAGS += -luuid
probe-bcache: LDFLAGS += -luuid