Cross Reference:
xref
: /
systemd
/
extras
/
multipath
/
libdevmapper
/
Makefile
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
Makefile revision 977083c253a6c7ec282f1cf36c496ee280dbf069
# Makefile
#
# Copyright (C) 2003 Christophe Varoqui, <christophe.varoqui@free.fr>
CC
=
gcc
udevdir
= ../../..
klibcdir
=
$(
udevdir
)
/
klibc
CC
=
gcc
GCCINCDIR
:= ${
shell
$(
CC
)
-
print
-
search
-
dirs
|
sed
-
ne
"
s
/
install
: \(.*\)/\1
include
/
gp
"
}
CFLAGS
= -
pipe
-g -
O2
-
Wall
-
Wunused
-
Wstrict
-
prototypes
-
nostdinc
\
-I
$(
klibcdir
)
/
klibc
/
include
-I
$(
klibcdir
)
/
klibc
/
include
/
bits32
\
-I
$(
GCCINCDIR
)
-I
$(
KERNEL_DIR
)
/
include
-I. -
Iioctl
OBJS
=
ioctl
/
libdevmapper.o
libdm-common.o
all
:
$(
OBJS
)
@
echo
""
@
echo
"Make complete"
clean
:
rm
-f
core
*.o
ioctl
/*.o
ioctl
/*.
so