mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 10:47:18 +00:00 
			
		
		
		
	Version 0.3.0 from FTP
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@605 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
		| @@ -16,12 +16,14 @@ APPS=app_dial.so app_playback.so app_voicemail.so app_directory.so app_intercom. | ||||
|      app_system.so app_echo.so app_record.so app_image.so app_url.so app_disa.so \ | ||||
|      app_agi.so app_qcall.so app_adsiprog.so app_getcpeid.so app_milliwatt.so \ | ||||
|      app_zapateller.so app_datetime.so app_setcallerid.so app_festival.so \ | ||||
|      app_queue.so | ||||
|      app_queue.so app_senddtmf.so app_parkandannounce.so app_striplsd.so \ | ||||
|      app_setcidname.so app_lookupcidname.so app_substring.so | ||||
|  | ||||
| #APPS+=app_sql_postgres.so | ||||
| #APPS+=app_sql_odbc.so | ||||
|  | ||||
| APPS+=$(shell if [ -f /usr/include/zap.h ]; then echo "app_zapras.so app_meetme.so" ; fi) | ||||
| APPS+=$(shell if [ -f /usr/include/zap.h ]; then echo "app_zapras.so app_meetme.so app_flash.so app_zapbarge.so" ; fi) | ||||
| #APPS+=$(shell if [ -f /usr/include/zap.h ]; then echo "app_rpt.so" ; fi) | ||||
|  | ||||
| CFLAGS+= | ||||
|  | ||||
| @@ -33,11 +35,14 @@ clean: | ||||
| %.so : %.o | ||||
| 	$(CC) -shared -Xlinker -x -o $@ $< | ||||
|  | ||||
| app_rpt.so : app_rpt.o | ||||
| 	$(CC) -shared -Xlinker -x -o $@ $< -ltonezone | ||||
|  | ||||
| install: all | ||||
| 	for x in $(APPS); do $(INSTALL) -m 755 $$x $(MODULES_DIR) ; done | ||||
|  | ||||
| app_todd.o: app_todd.c | ||||
| 	gcc -pipe -O6 -g  -Iinclude -I../include -D_REENTRANT -march=i586 -DDO_CRASH -DDEBUG_THREADS -c -o  app_todd.o app_todd.c | ||||
| 	gcc -pipe -O6 -g  -Iinclude -I../include -D_REENTRANT -march=i586 -DDO_CRASH -c -o  app_todd.o app_todd.c | ||||
|  | ||||
| app_todd.so: app_todd.o | ||||
| 	$(CC) -shared -Xlinker -x -o $@ $< -L/usr/local/ssl/lib -lssl -lcrypto | ||||
|   | ||||
		Reference in New Issue
	
	Block a user