add banners to the end of make and make install

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7696 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2008-02-19 04:08:17 +00:00
parent d8acb66cc9
commit bd09dd9707
2 changed files with 28 additions and 1 deletions

View File

@ -1,5 +1,5 @@
EXTRA_DIST =
SUBDIRS = . src
SUBDIRS = . src build
AUTOMAKE_OPTS = foreign
NAME=freeswitch
PREFIX=$(prefix)

27
build/Makefile Normal file
View File

@ -0,0 +1,27 @@
all:
@echo " +-------- FreeSWITCH Build Complete --------+"
@echo " + FreeSWITCH has been successfully built. +"
@echo " + Install by running: +"
@echo " + +"
@echo " + $(MAKE) install +"
@echo " +-------------------------------------------+"
install:
@echo " +-------- FreeSWITCH install Complete --------+"
@echo " + FreeSWITCH has been successfully installed. +"
@echo " + +"
@echo " + Install sounds by running: +"
@echo " + +"
@echo " + $(MAKE) sounds-install +"
@echo " + $(MAKE) moh-install +"
@echo " + +"
@echo " + Additional resources: +"
@echo " + http://wiki.freeswitch.org +"
@echo " + +"
@echo " + Additional make targets: +"
@echo " + +"
@echo " + $(MAKE) sure +"
@echo " + $(MAKE) current +"
@echo " + $(MAKE) samples +"
@echo " + +"
@echo " +---------------------------------------------+"