]> git.ipfire.org Git - thirdparty/systemd.git/blob - extras/multipath/libdevmapper/Makefile
72b39cedf5833f4e74c3492c301893c1dc8abd0a
[thirdparty/systemd.git] / extras / multipath / libdevmapper / Makefile
1 # Makefile
2 #
3 # Copyright (C) 2003 Christophe Varoqui, <christophe.varoqui@free.fr>
4
5 CC = gcc
6 CFLAGS = -pipe -g -O2 -Wall -Wunused -Wstrict-prototypes -nostdinc -I../../../klibc/klibc/include -I../../../klibc/klibc/include/bits32 -I/usr/lib/gcc-lib/i586-mandrake-linux-gnu/3.3.1/include -I../../../klibc/linux/include -I. -Iioctl
7
8 OBJS = ioctl/libdevmapper.o libdm-common.o
9
10 all: $(OBJS)
11 @echo ""
12 @echo "Make complete"
13
14 clean:
15 rm -f core *.o ioctl/*.o ioctl/*.so