aboutsummaryrefslogtreecommitdiffstats
path: root/channels/misdn/Makefile
diff options
context:
space:
mode:
authorcrichter <crichter@f38db490-d61c-443f-a65b-d21fe96a405b>2006-02-23 20:52:39 +0000
committercrichter <crichter@f38db490-d61c-443f-a65b-d21fe96a405b>2006-02-23 20:52:39 +0000
commit899cac3c0f4002aeba2a701340e3c7a746197767 (patch)
tree5ee9b3a768721fabcc17c82b38c0f0dab877c166 /channels/misdn/Makefile
parent3ffc3c23aafaa97b4024604d451b0257393cc7d5 (diff)
removed the misdn Makefile target from channels/misdn/Makefile in favour of a short howto install mISDN/mISDNuser in the doc/misdn.txt file. This helps to make asterisk completely compileable by non-root users
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10914 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels/misdn/Makefile')
-rw-r--r--channels/misdn/Makefile11
1 files changed, 0 insertions, 11 deletions
diff --git a/channels/misdn/Makefile b/channels/misdn/Makefile
index 542c94ef1..1db4ee698 100644
--- a/channels/misdn/Makefile
+++ b/channels/misdn/Makefile
@@ -13,10 +13,8 @@ SOURCES = isdn_lib.c isdn_msg_parser.c
OBJDIR = .
OBJS = isdn_lib.o isdn_msg_parser.o fac.o
-
all: chan_misdn_lib.a
-
%.o: %.c
$(CC) $(CFLAGS) -o $@ $<
@@ -24,14 +22,5 @@ all: chan_misdn_lib.a
chan_misdn_lib.a: $(OBJS)
ar crv $@ $(OBJS)
-misdn:
- @mkdir -p lib
- cd lib ; cvs -d:pserver:anonymous:readonly@cvs.isdn4linux.de:/i4ldev co -r mqueue mISDN mISDNuser ;
- cd lib/mISDN ; make install
- cd lib/mISDNuser ; make install
-
-FORCE:
-
clean:
rm -rf *.a *.o *.so
- rm -rf lib