[TeamTalk 89]: [626] moast-bth: New top-level builds for building both moast and the teamtalk simulator.

tk@edam.speech.cs.cmu.edu tk at edam.speech.cs.cmu.edu
Tue May 22 14:39:52 EDT 2007


An HTML attachment was scrubbed...
URL: http://mailman.srv.cs.cmu.edu/pipermail/teamtalk-developers/attachments/20070522/00ed9fb6/attachment.html
-------------- next part --------------
Added: moast-bth/Makefile
===================================================================
--- moast-bth/Makefile	                        (rev 0)
+++ moast-bth/Makefile	2007-05-22 18:39:51 UTC (rev 626)
@@ -0,0 +1,9 @@
+all: force
+	$(MAKE) -C moast
+	$(MAKE) -C TeamTalkSimulator
+
+clean: force
+	$(MAKE) -C moast clean
+	$(MAKE) -C TeamTalkSimulator clean
+
+force: ;
\ No newline at end of file

Added: moast-bth/bootstrap
===================================================================
--- moast-bth/bootstrap	                        (rev 0)
+++ moast-bth/bootstrap	2007-05-22 18:39:51 UTC (rev 626)
@@ -0,0 +1,4 @@
+#!/bin/sh -x
+
+cd moast
+./bootstrap


Property changes on: moast-bth/bootstrap
___________________________________________________________________
Name: svn:executable
   + *


More information about the TeamTalk-developers mailing list