]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
add banners to the end of make and make install
authorMichael Jerris <mike@jerris.com>
Tue, 19 Feb 2008 04:08:17 +0000 (04:08 +0000)
committerMichael Jerris <mike@jerris.com>
Tue, 19 Feb 2008 04:08:17 +0000 (04:08 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7696 d0543943-73ff-0310-b7d9-9358b9ac24b2

Makefile.am
build/Makefile [new file with mode: 0644]

index 9a4f0cb516cefd08f43e1d86367fc5e6fa3f65bc..cbecaf6a37a3cfa9482af0559e450ae1858ff30d 100644 (file)
@@ -1,5 +1,5 @@
 EXTRA_DIST =
-SUBDIRS = . src
+SUBDIRS = . src build
 AUTOMAKE_OPTS = foreign
 NAME=freeswitch
 PREFIX=$(prefix)
diff --git a/build/Makefile b/build/Makefile
new file mode 100644 (file)
index 0000000..67016c0
--- /dev/null
@@ -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 " +---------------------------------------------+"