[asterisk-commits] kpfleming: branch 1.4 r48554 - in /branches/1.4: codecs/gsm/ codecs/ilbc/ cod...

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Mon Dec 18 04:59:24 MST 2006


Author: kpfleming
Date: Mon Dec 18 05:59:24 2006
New Revision: 48554

URL: http://svn.digium.com/view/asterisk?view=rev&rev=48554
Log:
remove some now-unnecessary explicit includes of autoconfig.h
clean up per-file dependencies during 'make clean'

Modified:
    branches/1.4/codecs/gsm/Makefile
    branches/1.4/codecs/ilbc/Makefile
    branches/1.4/codecs/lpc10/Makefile
    branches/1.4/main/Makefile
    branches/1.4/utils/ael_main.c
    branches/1.4/utils/astman.c
    branches/1.4/utils/smsq.c

Modified: branches/1.4/codecs/gsm/Makefile
URL: http://svn.digium.com/view/asterisk/branches/1.4/codecs/gsm/Makefile?view=diff&rev=48554&r1=48553&r2=48554
==============================================================================
--- branches/1.4/codecs/gsm/Makefile (original)
+++ branches/1.4/codecs/gsm/Makefile Mon Dec 18 05:59:24 2006
@@ -477,6 +477,7 @@
 			$(TOAST) $(TCAT) $(UNTOAST)	\
 			$(ROOT)/gsm-1.0.tar.Z
 		rm -rf lib
+		rm -f .*.d
 
 # Two tools that helped me generate gsm_encode.c and gsm_decode.c,
 # but aren't generally needed to port this.

Modified: branches/1.4/codecs/ilbc/Makefile
URL: http://svn.digium.com/view/asterisk/branches/1.4/codecs/ilbc/Makefile?view=diff&rev=48554&r1=48553&r2=48554
==============================================================================
--- branches/1.4/codecs/ilbc/Makefile (original)
+++ branches/1.4/codecs/ilbc/Makefile Mon Dec 18 05:59:24 2006
@@ -17,4 +17,4 @@
 	$(CMD_PREFIX) $(RANLIB) $@
 
 clean:
-	rm -f $(LIB) *.o
+	rm -f $(LIB) *.o .*.d

Modified: branches/1.4/codecs/lpc10/Makefile
URL: http://svn.digium.com/view/asterisk/branches/1.4/codecs/lpc10/Makefile?view=diff&rev=48554&r1=48553&r2=48554
==============================================================================
--- branches/1.4/codecs/lpc10/Makefile (original)
+++ branches/1.4/codecs/lpc10/Makefile Mon Dec 18 05:59:24 2006
@@ -74,4 +74,4 @@
 	$(CMD_PREFIX) $(RANLIB) $@
 
 clean:
-	rm -f *.o $(LIB)
+	rm -f *.o $(LIB) .*.d

Modified: branches/1.4/main/Makefile
URL: http://svn.digium.com/view/asterisk/branches/1.4/main/Makefile?view=diff&rev=48554&r1=48553&r2=48554
==============================================================================
--- branches/1.4/main/Makefile (original)
+++ branches/1.4/main/Makefile Mon Dec 18 05:59:24 2006
@@ -140,6 +140,7 @@
 
 clean::
 	rm -f asterisk
+	rm -f db1-ast/.*.d
 	@if [ -f editline/Makefile ]; then $(MAKE) -C editline distclean ; fi
 	@$(MAKE) -C db1-ast clean
 	@$(MAKE) -C stdtime clean

Modified: branches/1.4/utils/ael_main.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/utils/ael_main.c?view=diff&rev=48554&r1=48553&r2=48554
==============================================================================
--- branches/1.4/utils/ael_main.c (original)
+++ branches/1.4/utils/ael_main.c Mon Dec 18 05:59:24 2006
@@ -1,5 +1,3 @@
-#include "asterisk/autoconfig.h"
-
 #include <sys/types.h>
 #include <stdio.h>
 #include <stdlib.h>

Modified: branches/1.4/utils/astman.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/utils/astman.c?view=diff&rev=48554&r1=48553&r2=48554
==============================================================================
--- branches/1.4/utils/astman.c (original)
+++ branches/1.4/utils/astman.c Mon Dec 18 05:59:24 2006
@@ -22,8 +22,6 @@
  *
  */
  
-#include "asterisk/autoconfig.h"
-
 #include <newt.h>
 #include <stdio.h>
 #include <sys/time.h>

Modified: branches/1.4/utils/smsq.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/utils/smsq.c?view=diff&rev=48554&r1=48553&r2=48554
==============================================================================
--- branches/1.4/utils/smsq.c (original)
+++ branches/1.4/utils/smsq.c Mon Dec 18 05:59:24 2006
@@ -16,8 +16,6 @@
  * the GNU General Public License Version 2. See the LICENSE file
  * at the top of the source tree.
  */
-
-#include "asterisk/autoconfig.h"
 
 #include <stdio.h>
 #include <popt.h>



More information about the asterisk-commits mailing list