mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-11-04 05:15:22 +00:00 
			
		
		
		
	Version 0.1.0 from FTP
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@18 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
		
							
								
								
									
										27
									
								
								apps/Makefile
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										27
									
								
								apps/Makefile
									
									
									
									
									
										Executable file
									
								
							@@ -0,0 +1,27 @@
 | 
			
		||||
#
 | 
			
		||||
# Asterisk -- A telephony toolkit for Linux.
 | 
			
		||||
# 
 | 
			
		||||
# Makefile for PBX frontends (dynamically loaded)
 | 
			
		||||
#
 | 
			
		||||
# Copyright (C) 1999, Adtran Inc. and Linux Support Services, LLC
 | 
			
		||||
#
 | 
			
		||||
# Mark Spencer <markster@linux-support.net>
 | 
			
		||||
#
 | 
			
		||||
# This program is free software, distributed under the terms of
 | 
			
		||||
# the GNU General Public License
 | 
			
		||||
#
 | 
			
		||||
 | 
			
		||||
APPS=app_dial.so app_playback.so app_voicemail.so app_directory.so app_intercom.so app_mp3.so
 | 
			
		||||
 | 
			
		||||
CFLAGS+=
 | 
			
		||||
 | 
			
		||||
all: $(APPS)
 | 
			
		||||
 | 
			
		||||
clean:
 | 
			
		||||
	rm -f *.so *.o
 | 
			
		||||
 | 
			
		||||
%.so : %.o
 | 
			
		||||
	$(CC) -shared -Xlinker -x -o $@ $<
 | 
			
		||||
 | 
			
		||||
install: all
 | 
			
		||||
	for x in $(APPS); do $(INSTALL) -m 755 $$x $(MODULES_DIR) ; done
 | 
			
		||||
		Reference in New Issue
	
	Block a user