summaryrefslogtreecommitdiff
path: root/extras/multipath/libdevmapper/Makefile
diff options
context:
space:
mode:
authorgreg@kroah.com <greg@kroah.com>2004-03-10 22:38:58 -0800
committerGreg KH <gregkh@suse.de>2005-04-26 21:35:09 -0700
commit49f9acf3844aa5c004b5794e919bd54166e53227 (patch)
tree0a158c6290d818727c31b09078300665a386c9e8 /extras/multipath/libdevmapper/Makefile
parente41016d3547ef704c0785ba197d36ef69de51260 (diff)
[PATCH] deleted current extras/multipath directory
Diffstat (limited to 'extras/multipath/libdevmapper/Makefile')
-rw-r--r--extras/multipath/libdevmapper/Makefile22
1 files changed, 0 insertions, 22 deletions
diff --git a/extras/multipath/libdevmapper/Makefile b/extras/multipath/libdevmapper/Makefile
deleted file mode 100644
index a05a31e85a..0000000000
--- a/extras/multipath/libdevmapper/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# 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: \(.*\)/\1include/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