3 # Copyright (C) 2004 Christophe Varoqui, <christophe.varoqui@free.fr>
6 # Allow to force some libraries to be used statically. (Uncomment one of the
7 # following lines or define the values when calling make.)
10 # WITH_LOCAL_LIBSYSFS = 1
17 exec_prefix = $(prefix)
18 bindir = $(exec_prefix)/sbin
19 libudevdir = ${prefix}/lib/udev
20 multipathdir = $(TOPDIR)/libmultipath
21 mandir = $(prefix)/usr/share/man/man8
22 man5dir = $(prefix)/usr/share/man/man5
23 rcdir = $(prefix)/etc/init.d
24 libdir = $(prefix)/lib/multipath
26 GZIP = /bin/gzip -9 -c
27 INSTALL_PROGRAM = install
29 OPTFLAGS = -pipe -g -Wall -Wunused -Wstrict-prototypes -fPIC
31 SHARED_FLAGS = -shared
34 $(CC) $(CFLAGS) -c -o $@ $<