2 # Asterisk -- A telephony toolkit for Linux.
4 # Makefile for PBX frontends (dynamically loaded)
6 # Copyright (C) 1999, Adtran Inc. and Linux Support Services, LLC
8 # Mark Spencer <markster@linux-support.net>
10 # This program is free software, distributed under the terms of
11 # the GNU General Public License
14 APPS=app_dial.so app_playback.so app_voicemail.so app_directory.so app_intercom.so app_mp3.so
24 $(CC) -shared -Xlinker -x -o $@ $<
27 for x in $(APPS); do $(INSTALL) -m 755 $$x $(MODULES_DIR) ; done