| 
									
										
										
										
											2005-05-05 05:39:33 +00:00
										 |  |  | #
 | 
					
						
							| 
									
										
										
										
											2012-10-14 21:56:13 +00:00
										 |  |  | # Asterisk -- An open source telephony toolkit.
 | 
					
						
							| 
									
										
										
										
											2017-12-22 09:23:22 -05:00
										 |  |  | #
 | 
					
						
							| 
									
										
										
										
											2005-05-05 05:39:33 +00:00
										 |  |  | # Makefile for dialplan functions
 | 
					
						
							|  |  |  | #
 | 
					
						
							| 
									
										
										
										
											2006-02-11 17:12:05 +00:00
										 |  |  | # Copyright (C) 2005-2006, Digium, Inc.
 | 
					
						
							| 
									
										
										
										
											2005-05-05 05:39:33 +00:00
										 |  |  | #
 | 
					
						
							|  |  |  | # This program is free software, distributed under the terms of
 | 
					
						
							|  |  |  | # the GNU General Public License
 | 
					
						
							|  |  |  | #
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-12-09 21:29:37 +00:00
										 |  |  | -include $(ASTTOPDIR)/menuselect.makeopts $(ASTTOPDIR)/menuselect.makedeps | 
					
						
							| 
									
										
										
										
											2006-06-07 16:03:31 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-12-17 07:25:35 +00:00
										 |  |  | MODULE_PREFIX=func | 
					
						
							|  |  |  | MENUSELECT_CATEGORY=FUNCS | 
					
						
							|  |  |  | MENUSELECT_DESCRIPTION=Dialplan Functions | 
					
						
							| 
									
										
										
										
											2005-05-05 05:39:33 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2006-06-24 19:43:31 +00:00
										 |  |  | all: _all | 
					
						
							| 
									
										
										
										
											2005-05-05 05:39:33 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2006-07-06 21:04:28 +00:00
										 |  |  | include $(ASTTOPDIR)/Makefile.moddir_rules | 
					
						
							| 
									
										
										
										
											2008-11-29 15:29:33 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | # the SPRINTF() function in func_sprintf accepts format specifiers
 | 
					
						
							|  |  |  | # and thus passes them to snprintf() as non-literal strings; the compiler
 | 
					
						
							|  |  |  | # can't check the string and arguments to ensure they match, so this
 | 
					
						
							|  |  |  | # warning must be disabled; for safety reasons, SPRINTF() is kept in
 | 
					
						
							|  |  |  | # a separate module so that as little code as possible is left unchecked
 | 
					
						
							| 
									
										
										
										
											2009-07-21 13:28:04 +00:00
										 |  |  | func_sprintf.o: _ASTCFLAGS+=-Wno-format-nonliteral | 
					
						
							| 
									
										
										
										
											2018-05-06 22:17:34 -04:00
										 |  |  | 
 | 
					
						
							|  |  |  | func_groupcount.o: _ASTCFLAGS+=$(AST_NO_FORMAT_TRUNCATION) |