[zaptel-commits] tzafrir: branch 1.2 r4158 - /branches/1.2/xpp/utils/Makefile

SVN commits to the Zaptel project zaptel-commits at lists.digium.com
Wed Apr 9 00:17:52 CDT 2008


Author: tzafrir
Date: Wed Apr  9 00:17:52 2008
New Revision: 4158

URL: http://svn.digium.com/view/zaptel?view=rev&rev=4158
Log:
The rest of the backport.

Modified:
    branches/1.2/xpp/utils/Makefile

Modified: branches/1.2/xpp/utils/Makefile
URL: http://svn.digium.com/view/zaptel/branches/1.2/xpp/utils/Makefile?view=diff&rev=4158&r1=4157&r2=4158
==============================================================================
--- branches/1.2/xpp/utils/Makefile (original)
+++ branches/1.2/xpp/utils/Makefile Wed Apr  9 00:17:52 2008
@@ -48,8 +48,6 @@
 # Let's make a poor man detection of libusb
 PBX_LIBUSB	= $(shell if [ -r /usr/include/usb.h ]; then echo 1; else echo 0; fi)
 endif
-
-WCTDM=$(ZAP_KERNEL)/wctdm.c
 
 CFLAGS		= -g -Wall $(EXTRA_CFLAGS)
 
@@ -129,9 +127,6 @@
 print_modes: print_modes.c $(ZAP_KERNEL)/fxo_modes.h
 	$(HOSTCC) -I$(ZAP_KERNEL) -o $@ $(CFLAGS) $<
 
-wctdm_fxomodes.h: $(WCTDM)
-	perl -n -e 'print if (/^static struct fxo_mode {$$/ .. /};$$/)' $(WCTDM) >$@
-
 init_fxo_modes: print_modes
 	./$< >$@
 




More information about the zaptel-commits mailing list