mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-11-04 05:15:22 +00:00 
			
		
		
		
	https://origsvn.digium.com/svn/asterisk/trunk ........ r158072 | twilson | 2008-11-20 11:48:58 -0600 (Thu, 20 Nov 2008) | 2 lines Begin on a crusade to end trailing whitespace! ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@158135 65c4cc65-6c06-0410-ace0-fbb531ad65f3
		
			
				
	
	
		
			21 lines
		
	
	
		
			439 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			439 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
#
 | 
						|
# Asterisk -- A telephony toolkit for Linux.
 | 
						|
#
 | 
						|
# Makefile for CDR backends
 | 
						|
#
 | 
						|
# Copyright (C) 1999-2006, 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=cdr
 | 
						|
MENUSELECT_CATEGORY=CDR
 | 
						|
MENUSELECT_DESCRIPTION=Call Detail Recording
 | 
						|
 | 
						|
all: _all
 | 
						|
 | 
						|
include $(ASTTOPDIR)/Makefile.moddir_rules
 |