[asterisk-commits] pabelanger: testsuite/asterisk/trunk r1617 - /asterisk/trunk/Makefile
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Fri Jun 3 11:54:18 CDT 2011
Author: pabelanger
Date: Fri Jun 3 11:54:14 2011
New Revision: 1617
URL: http://svnview.digium.com/svn/testsuite?view=rev&rev=1617
Log:
Top level Makefile
Added:
asterisk/trunk/Makefile (with props)
Added: asterisk/trunk/Makefile
URL: http://svnview.digium.com/svn/testsuite/asterisk/trunk/Makefile?view=auto&rev=1617
==============================================================================
--- asterisk/trunk/Makefile (added)
+++ asterisk/trunk/Makefile Fri Jun 3 11:54:14 2011
@@ -1,0 +1,30 @@
+#
+# Copyright (C) 2011, Digium, Inc.
+# Paul Belanger <pabelanger at digium.com>
+#
+# This program is free software, distributed under the terms of
+# the GNU General Public License Version 2.
+#
+
+all:
+ make -C asttest all
+
+clean: _clean
+
+_clean:
+ make -C asttest clean
+
+dist-clean: distclean
+
+distclean: _clean
+ make -C asttest distclean
+
+install:
+ make -C asttest install
+
+uninstall:
+
+update:
+
+asttest:
+
Propchange: asterisk/trunk/Makefile
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: asterisk/trunk/Makefile
------------------------------------------------------------------------------
svn:keywords = Author Date Id Revision
Propchange: asterisk/trunk/Makefile
------------------------------------------------------------------------------
svn:mime-type = text/plain
More information about the asterisk-commits
mailing list