| 
									
										
										
										
											2009-03-05 18:18:27 +00:00
										 |  |  | #
 | 
					
						
							| 
									
										
										
										
											2012-10-14 21:56:13 +00:00
										 |  |  | # Asterisk -- An open source telephony toolkit.
 | 
					
						
							| 
									
										
										
										
											2017-12-22 09:23:22 -05:00
										 |  |  | #
 | 
					
						
							| 
									
										
										
										
											2009-03-05 18:18:27 +00:00
										 |  |  | # Makefile for bridging modules
 | 
					
						
							|  |  |  | #
 | 
					
						
							|  |  |  | # Copyright (C) 2005-2007, Digium, Inc.
 | 
					
						
							|  |  |  | #
 | 
					
						
							|  |  |  | # This program is free software, distributed under the terms of
 | 
					
						
							|  |  |  | # the GNU General Public License
 | 
					
						
							|  |  |  | #
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | -include $(ASTTOPDIR)/menuselect.makeopts $(ASTTOPDIR)/menuselect.makedeps | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | MODULE_PREFIX=bridge | 
					
						
							|  |  |  | MENUSELECT_CATEGORY=BRIDGES | 
					
						
							|  |  |  | MENUSELECT_DESCRIPTION=Bridging Modules | 
					
						
							| 
									
										
										
										
											2016-08-12 18:23:18 +02:00
										 |  |  | MODULE_EXCLUDE=binaural_rendering_in_bridge_softmix | 
					
						
							| 
									
										
										
										
											2009-03-05 18:18:27 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | all: _all | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-08-12 18:23:18 +02:00
										 |  |  | ifeq ($(findstring binaural_rendering_in_bridge_softmix,$(MENUSELECT_BRIDGES)),) | 
					
						
							|  |  |  | bridge_softmix.o bridge_softmix/bridge_softmix_binaural.o: _ASTCFLAGS+=-DBINAURAL_RENDERING | 
					
						
							|  |  |  | bridge_softmix.so: LIBS+=$(FFTW3_LIB) | 
					
						
							|  |  |  | endif | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-03-05 18:18:27 +00:00
										 |  |  | include $(ASTTOPDIR)/Makefile.moddir_rules | 
					
						
							| 
									
										
										
										
											2016-08-12 18:23:18 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  | $(call MOD_ADD_C,bridge_softmix,$(wildcard bridge_softmix/*.c)) |