[Freeswitch-svn] [commit] r7696 - in freeswitch/trunk: . build

Freeswitch SVN mikej at freeswitch.org
Mon Feb 18 23:08:17 EST 2008


Author: mikej
Date: Mon Feb 18 23:08:17 2008
New Revision: 7696

Added:
   freeswitch/trunk/build/Makefile
Modified:
   freeswitch/trunk/Makefile.am

Log:
add banners to the end of make and make install

Modified: freeswitch/trunk/Makefile.am
==============================================================================
--- freeswitch/trunk/Makefile.am	(original)
+++ freeswitch/trunk/Makefile.am	Mon Feb 18 23:08:17 2008
@@ -1,5 +1,5 @@
 EXTRA_DIST =
-SUBDIRS = . src
+SUBDIRS = . src build
 AUTOMAKE_OPTS = foreign
 NAME=freeswitch
 PREFIX=$(prefix)

Added: freeswitch/trunk/build/Makefile
==============================================================================
--- (empty file)
+++ freeswitch/trunk/build/Makefile	Mon Feb 18 23:08:17 2008
@@ -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 " +---------------------------------------------+"  



More information about the Freeswitch-svn mailing list