swarm-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[swarm-cvs] [7945] update for make tools in share directory


From: Scott Christley
Subject: [swarm-cvs] [7945] update for make tools in share directory
Date: Thu, 15 Mar 2012 17:03:20 +0000

Revision: 7945
          http://svn.sv.gnu.org/viewvc/?view=rev&root=swarm&revision=7945
Author:   schristley
Date:     2012-03-15 17:03:18 +0000 (Thu, 15 Mar 2012)
Log Message:
-----------
update for make tools in share directory

Modified Paths:
--------------
    branches/Swarm-2_4/apps/objc/arborgamesII/ChangeLog
    branches/Swarm-2_4/apps/objc/arborgamesII/Makefile
    branches/Swarm-2_4/apps/objc/bank/ChangeLog
    branches/Swarm-2_4/apps/objc/bank/Makefile
    branches/Swarm-2_4/apps/objc/conway/ChangeLog
    branches/Swarm-2_4/apps/objc/conway/Makefile
    branches/Swarm-2_4/apps/objc/graph/ChangeLog
    branches/Swarm-2_4/apps/objc/graph/Makefile
    branches/Swarm-2_4/apps/objc/heatbugs/ChangeLog
    branches/Swarm-2_4/apps/objc/heatbugs/Makefile
    branches/Swarm-2_4/apps/objc/mousetrap/ChangeLog
    branches/Swarm-2_4/apps/objc/mousetrap/Makefile
    branches/Swarm-2_4/apps/objc/schellingII/ChangeLog
    branches/Swarm-2_4/apps/objc/schellingII/Makefile
    branches/Swarm-2_4/apps/objc/sss/ChangeLog
    branches/Swarm-2_4/apps/objc/sss/Makefile
    branches/Swarm-2_4/apps/objc/tutorial/simpleBatchBug1/ChangeLog
    branches/Swarm-2_4/apps/objc/tutorial/simpleBatchBug1/Makefile
    branches/Swarm-2_4/apps/objc/tutorial/simpleBatchBug2/ChangeLog
    branches/Swarm-2_4/apps/objc/tutorial/simpleBatchBug2/Makefile
    branches/Swarm-2_4/apps/objc/tutorial/simpleBatchBug3/ChangeLog
    branches/Swarm-2_4/apps/objc/tutorial/simpleBatchBug3/Makefile
    branches/Swarm-2_4/apps/objc/tutorial/simpleCBug/ChangeLog
    branches/Swarm-2_4/apps/objc/tutorial/simpleCBug/Makefile
    branches/Swarm-2_4/apps/objc/tutorial/simpleExperBug/ChangeLog
    branches/Swarm-2_4/apps/objc/tutorial/simpleExperBug/Makefile
    branches/Swarm-2_4/apps/objc/tutorial/simpleObjCBug/ChangeLog
    branches/Swarm-2_4/apps/objc/tutorial/simpleObjCBug/Makefile
    branches/Swarm-2_4/apps/objc/tutorial/simpleObjCBug2/ChangeLog
    branches/Swarm-2_4/apps/objc/tutorial/simpleObjCBug2/Makefile
    branches/Swarm-2_4/apps/objc/tutorial/simpleObserverBug/ChangeLog
    branches/Swarm-2_4/apps/objc/tutorial/simpleObserverBug/Makefile
    branches/Swarm-2_4/apps/objc/tutorial/simpleObserverBug2/ChangeLog
    branches/Swarm-2_4/apps/objc/tutorial/simpleObserverBug2/Makefile
    branches/Swarm-2_4/apps/objc/tutorial/simpleObserverBug3/ChangeLog
    branches/Swarm-2_4/apps/objc/tutorial/simpleObserverBug3/Makefile
    branches/Swarm-2_4/apps/objc/tutorial/simpleSwarmBug/ChangeLog
    branches/Swarm-2_4/apps/objc/tutorial/simpleSwarmBug/Makefile
    branches/Swarm-2_4/apps/objc/tutorial/simpleSwarmBug2/ChangeLog
    branches/Swarm-2_4/apps/objc/tutorial/simpleSwarmBug2/Makefile
    branches/Swarm-2_4/apps/objc/tutorial/simpleSwarmBug3/ChangeLog
    branches/Swarm-2_4/apps/objc/tutorial/simpleSwarmBug3/Makefile

Modified: branches/Swarm-2_4/apps/objc/arborgamesII/ChangeLog
===================================================================
--- branches/Swarm-2_4/apps/objc/arborgamesII/ChangeLog 2012-03-15 16:42:53 UTC 
(rev 7944)
+++ branches/Swarm-2_4/apps/objc/arborgamesII/ChangeLog 2012-03-15 17:03:18 UTC 
(rev 7945)
@@ -1,3 +1,7 @@
+2012-03-15  Scott Christley  <address@hidden>
+
+       * Makefile: make tools now in share directory.
+
 2004-09-24  Paul Johnson  <address@hidden>
 
        * ForestBatchSwarm.m ([ForestBatchSwarm -buildObjects]): Switch

Modified: branches/Swarm-2_4/apps/objc/arborgamesII/Makefile
===================================================================
--- branches/Swarm-2_4/apps/objc/arborgamesII/Makefile  2012-03-15 16:42:53 UTC 
(rev 7944)
+++ branches/Swarm-2_4/apps/objc/arborgamesII/Makefile  2012-03-15 17:03:18 UTC 
(rev 7945)
@@ -9,7 +9,7 @@
         ForestBatchSwarm.o main.o
 DATAFILES = species.scm batch.setup experiment.setup
 
-include $(SWARMHOME)/etc/swarm/Makefile.appl
+include $(SWARMHOME)/share/swarm/Makefile.appl
 
 main.o: main.m ForestObserverSwarm.h ForestBatchSwarm.h
 ForestObserverSwarm.o: ForestObserverSwarm.m ForestObserverSwarm.h \

Modified: branches/Swarm-2_4/apps/objc/bank/ChangeLog
===================================================================
--- branches/Swarm-2_4/apps/objc/bank/ChangeLog 2012-03-15 16:42:53 UTC (rev 
7944)
+++ branches/Swarm-2_4/apps/objc/bank/ChangeLog 2012-03-15 17:03:18 UTC (rev 
7945)
@@ -1,3 +1,7 @@
+2012-03-15  Scott Christley  <address@hidden>
+
+       * Makefile: make tools now in share directory.
+
 2001-04-18  Marcus G. Daniels  <address@hidden>
 
        * FEntity.m ([FEntity -generateIOP]): Don't use nested expression

Modified: branches/Swarm-2_4/apps/objc/bank/Makefile
===================================================================
--- branches/Swarm-2_4/apps/objc/bank/Makefile  2012-03-15 16:42:53 UTC (rev 
7944)
+++ branches/Swarm-2_4/apps/objc/bank/Makefile  2012-03-15 17:03:18 UTC (rev 
7945)
@@ -9,7 +9,7 @@
 APPLIBS=-lgraph
 OTHERCLEAN=banks.data
 
-include $(SWARMHOME)/etc/swarm/Makefile.appl
+include $(SWARMHOME)/share/swarm/Makefile.appl
 
 main.o: main.m BankObserverSwarm.h BankBatchSwarm.h
 FEntity.o: FEntity.m FEntity.h

Modified: branches/Swarm-2_4/apps/objc/conway/ChangeLog
===================================================================
--- branches/Swarm-2_4/apps/objc/conway/ChangeLog       2012-03-15 16:42:53 UTC 
(rev 7944)
+++ branches/Swarm-2_4/apps/objc/conway/ChangeLog       2012-03-15 17:03:18 UTC 
(rev 7945)
@@ -1,3 +1,7 @@
+2012-03-15  Scott Christley  <address@hidden>
+
+       * Makefile: make tools now in share directory.
+
 2003-02-24  Paul E Johnson  <address@hidden>
 
        * ConwayWorld.m ([ConwayWorld -stepRule]): Replace profligate use

Modified: branches/Swarm-2_4/apps/objc/conway/Makefile
===================================================================
--- branches/Swarm-2_4/apps/objc/conway/Makefile        2012-03-15 16:42:53 UTC 
(rev 7944)
+++ branches/Swarm-2_4/apps/objc/conway/Makefile        2012-03-15 17:03:18 UTC 
(rev 7945)
@@ -5,7 +5,7 @@
 APPLICATION = conway1
 OBJECTS = main.o ObserverSwarm.o  ConwayWorld.o
 
-include $(SWARMHOME)/etc/swarm/Makefile.appl
+include $(SWARMHOME)/share/swarm/Makefile.appl
 main.o: main.m ObserverSwarm.h 
 ObserverSwarm.o: ObserverSwarm.m ObserverSwarm.h 
 ConwayWorld.o: ConwayWorld.m ConwayWorld.h

Modified: branches/Swarm-2_4/apps/objc/graph/ChangeLog
===================================================================
--- branches/Swarm-2_4/apps/objc/graph/ChangeLog        2012-03-15 16:42:53 UTC 
(rev 7944)
+++ branches/Swarm-2_4/apps/objc/graph/ChangeLog        2012-03-15 17:03:18 UTC 
(rev 7945)
@@ -1,3 +1,7 @@
+2012-03-15  Scott Christley  <address@hidden>
+
+       * Makefile: make tools now in share directory.
+
 2001-12-28    <address@hidden>
 
        * DiGraphNode.m ([DiGraphNode -setCanvas:withRandPosFunc:]): 

Modified: branches/Swarm-2_4/apps/objc/graph/Makefile
===================================================================
--- branches/Swarm-2_4/apps/objc/graph/Makefile 2012-03-15 16:42:53 UTC (rev 
7944)
+++ branches/Swarm-2_4/apps/objc/graph/Makefile 2012-03-15 17:03:18 UTC (rev 
7945)
@@ -5,7 +5,7 @@
 OBJECTS=DiGraph.o DiGraphLink.o DiGraphNode.o graph.o
 HEADERS=DiGraph.h DiGraphLink.h DiGraphNode.h 
 
-include $(SWARMHOME)/etc/swarm/Makefile.lib
+include $(SWARMHOME)/share/swarm/Makefile.lib
 graph.o: graph.m graph.h
 DiGraph.o: DiGraph.m DiGraph.h DiGraphLink.h DiGraphNode.h
 DiGraphLink.o: DiGraphLink.m DiGraphLink.h 

Modified: branches/Swarm-2_4/apps/objc/heatbugs/ChangeLog
===================================================================
--- branches/Swarm-2_4/apps/objc/heatbugs/ChangeLog     2012-03-15 16:42:53 UTC 
(rev 7944)
+++ branches/Swarm-2_4/apps/objc/heatbugs/ChangeLog     2012-03-15 17:03:18 UTC 
(rev 7945)
@@ -1,3 +1,7 @@
+2012-03-15  Scott Christley  <address@hidden>
+
+       * Makefile: make tools now in share directory.
+
 2003-04-17    <address@hidden>
 
        * README: make EXTRACPPFLAGS="-DSCREENSHOTS -DFULL"

Modified: branches/Swarm-2_4/apps/objc/heatbugs/Makefile
===================================================================
--- branches/Swarm-2_4/apps/objc/heatbugs/Makefile      2012-03-15 16:42:53 UTC 
(rev 7944)
+++ branches/Swarm-2_4/apps/objc/heatbugs/Makefile      2012-03-15 17:03:18 UTC 
(rev 7945)
@@ -8,7 +8,7 @@
        HeatbugObserverSwarm.o HeatbugBatchSwarm.o
 DATAFILES = ant.png heatbugs.scm
 
-include $(SWARMHOME)/etc/swarm/Makefile.appl
+include $(SWARMHOME)/share/swarm/Makefile.appl
 
 main.o: main.m Heatbug.h HeatSpace.h HeatbugObserverSwarm.h HeatbugBatchSwarm.h
 Heatbug.o: Heatbug.m Heatbug.h

Modified: branches/Swarm-2_4/apps/objc/mousetrap/ChangeLog
===================================================================
--- branches/Swarm-2_4/apps/objc/mousetrap/ChangeLog    2012-03-15 16:42:53 UTC 
(rev 7944)
+++ branches/Swarm-2_4/apps/objc/mousetrap/ChangeLog    2012-03-15 17:03:18 UTC 
(rev 7945)
@@ -1,3 +1,7 @@
+2012-03-15  Scott Christley  <address@hidden>
+
+       * Makefile: make tools now in share directory.
+
 2000-02-27    <address@hidden>
 
        * Makefile (BUGADDRESS): Update to SDG.

Modified: branches/Swarm-2_4/apps/objc/mousetrap/Makefile
===================================================================
--- branches/Swarm-2_4/apps/objc/mousetrap/Makefile     2012-03-15 16:42:53 UTC 
(rev 7944)
+++ branches/Swarm-2_4/apps/objc/mousetrap/Makefile     2012-03-15 17:03:18 UTC 
(rev 7945)
@@ -7,7 +7,7 @@
 OBJECTS=main.o Mousetrap.o MousetrapModelSwarm.o MousetrapObserverSwarm.o 
MousetrapBatchSwarm.o
 DATAFILES = batch.scm
 
-include $(SWARMHOME)/etc/swarm/Makefile.appl
+include $(SWARMHOME)/share/swarm/Makefile.appl
 
 main.o: main.m MousetrapObserverSwarm.h MousetrapBatchSwarm.h
 Mousetrap.o: Mousetrap.m Mousetrap.h

Modified: branches/Swarm-2_4/apps/objc/schellingII/ChangeLog
===================================================================
--- branches/Swarm-2_4/apps/objc/schellingII/ChangeLog  2012-03-15 16:42:53 UTC 
(rev 7944)
+++ branches/Swarm-2_4/apps/objc/schellingII/ChangeLog  2012-03-15 17:03:18 UTC 
(rev 7945)
@@ -1,3 +1,7 @@
+2012-03-15  Scott Christley  <address@hidden>
+
+       * Makefile: make tools now in share directory.
+
 2005-02-14  Paul Johnson  <address@hidden>
 
        * Nhood2dCounter.h: new method 

Modified: branches/Swarm-2_4/apps/objc/schellingII/Makefile
===================================================================
--- branches/Swarm-2_4/apps/objc/schellingII/Makefile   2012-03-15 16:42:53 UTC 
(rev 7944)
+++ branches/Swarm-2_4/apps/objc/schellingII/Makefile   2012-03-15 17:03:18 UTC 
(rev 7945)
@@ -6,7 +6,7 @@
 APPLICATION=schellingSwarm
 OBJECTS=main.o ObserverSwarm.o ModelSwarm.o SchellingWorld.o  Person.o  
Nhood2dCounter.o Output.o BatchSwarm.o Parameters.o BatchColormap.o 
BatchRaster.o
 
-include $(SWARMHOME)/etc/swarm/Makefile.appl
+include $(SWARMHOME)/share/swarm/Makefile.appl
 main.o: main.m ObserverSwarm.h ModelSwarm.h BatchSwarm.h
 SchellingWorld.o: SchellingWorld.m SchellingWorld.h
 Person.o: Person.h Person.m

Modified: branches/Swarm-2_4/apps/objc/sss/ChangeLog
===================================================================
--- branches/Swarm-2_4/apps/objc/sss/ChangeLog  2012-03-15 16:42:53 UTC (rev 
7944)
+++ branches/Swarm-2_4/apps/objc/sss/ChangeLog  2012-03-15 17:03:18 UTC (rev 
7945)
@@ -1,3 +1,7 @@
+2012-03-15  Scott Christley  <address@hidden>
+
+       * Makefile: make tools now in share directory.
+
 2003-04-18  Paul E. Johnson  <address@hidden>
 
        * SugarSpace.m ([SugarSpace -createEnd]): change usage of methods

Modified: branches/Swarm-2_4/apps/objc/sss/Makefile
===================================================================
--- branches/Swarm-2_4/apps/objc/sss/Makefile   2012-03-15 16:42:53 UTC (rev 
7944)
+++ branches/Swarm-2_4/apps/objc/sss/Makefile   2012-03-15 17:03:18 UTC (rev 
7945)
@@ -10,5 +10,5 @@
 
 DATAFILES = sugarspace.pgm
 
-include $(SWARMHOME)/etc/swarm/Makefile.appl
+include $(SWARMHOME)/share/swarm/Makefile.appl
 

Modified: branches/Swarm-2_4/apps/objc/tutorial/simpleBatchBug1/ChangeLog
===================================================================
--- branches/Swarm-2_4/apps/objc/tutorial/simpleBatchBug1/ChangeLog     
2012-03-15 16:42:53 UTC (rev 7944)
+++ branches/Swarm-2_4/apps/objc/tutorial/simpleBatchBug1/ChangeLog     
2012-03-15 17:03:18 UTC (rev 7945)
@@ -1,3 +1,7 @@
+2012-03-15  Scott Christley  <address@hidden>
+
+       * Makefile: make tools now in share directory.
+
 2004-04-13    <address@hidden>
 
        * bug.scm (cons): inserted file. Have no idea why it was not

Modified: branches/Swarm-2_4/apps/objc/tutorial/simpleBatchBug1/Makefile
===================================================================
--- branches/Swarm-2_4/apps/objc/tutorial/simpleBatchBug1/Makefile      
2012-03-15 16:42:53 UTC (rev 7944)
+++ branches/Swarm-2_4/apps/objc/tutorial/simpleBatchBug1/Makefile      
2012-03-15 17:03:18 UTC (rev 7945)
@@ -5,7 +5,7 @@
 APPVERSION=2.1
 address@hidden
 OBJECTS=Bug.o  main.o ObserverSwarm.o BatchSwarm.o ModelSwarm.o FoodSpace.o 
Parameters.o
-include $(SWARMHOME)/etc/swarm/Makefile.appl
+include $(SWARMHOME)/share/swarm/Makefile.appl
 
 main.o: main.m ObserverSwarm.h BatchSwarm.m Bug.h FoodSpace.h  Parameters.h
 Parameters.o: Parameters.h Parameters.m

Modified: branches/Swarm-2_4/apps/objc/tutorial/simpleBatchBug2/ChangeLog
===================================================================
--- branches/Swarm-2_4/apps/objc/tutorial/simpleBatchBug2/ChangeLog     
2012-03-15 16:42:53 UTC (rev 7944)
+++ branches/Swarm-2_4/apps/objc/tutorial/simpleBatchBug2/ChangeLog     
2012-03-15 17:03:18 UTC (rev 7945)
@@ -1,3 +1,7 @@
+2012-03-15  Scott Christley  <address@hidden>
+
+       * Makefile: make tools now in share directory.
+
 2005-03-01  Paul Johnson  <address@hidden>
 
        * README (http): corrected some typographical errors

Modified: branches/Swarm-2_4/apps/objc/tutorial/simpleBatchBug2/Makefile
===================================================================
--- branches/Swarm-2_4/apps/objc/tutorial/simpleBatchBug2/Makefile      
2012-03-15 16:42:53 UTC (rev 7944)
+++ branches/Swarm-2_4/apps/objc/tutorial/simpleBatchBug2/Makefile      
2012-03-15 17:03:18 UTC (rev 7945)
@@ -5,7 +5,7 @@
 APPVERSION=2.1
 address@hidden
 OBJECTS=Bug.o  main.o ObserverSwarm.o BatchSwarm.o ModelSwarm.o FoodSpace.o 
Parameters.o Output.o
-include $(SWARMHOME)/etc/swarm/Makefile.appl
+include $(SWARMHOME)/share/swarm/Makefile.appl
 
 main.o: main.m ObserverSwarm.h BatchSwarm.m Bug.h FoodSpace.h  Parameters.h
 Parameters.o: Parameters.h Parameters.m

Modified: branches/Swarm-2_4/apps/objc/tutorial/simpleBatchBug3/ChangeLog
===================================================================
--- branches/Swarm-2_4/apps/objc/tutorial/simpleBatchBug3/ChangeLog     
2012-03-15 16:42:53 UTC (rev 7944)
+++ branches/Swarm-2_4/apps/objc/tutorial/simpleBatchBug3/ChangeLog     
2012-03-15 17:03:18 UTC (rev 7945)
@@ -1,3 +1,7 @@
+2012-03-15  Scott Christley  <address@hidden>
+
+       * Makefile: make tools now in share directory.
+
 2003-08-18     David H. Clements <address@hidden>
 
        * In Output.m removed the asprintf and replaced them with a snprintf 
hack

Modified: branches/Swarm-2_4/apps/objc/tutorial/simpleBatchBug3/Makefile
===================================================================
--- branches/Swarm-2_4/apps/objc/tutorial/simpleBatchBug3/Makefile      
2012-03-15 16:42:53 UTC (rev 7944)
+++ branches/Swarm-2_4/apps/objc/tutorial/simpleBatchBug3/Makefile      
2012-03-15 17:03:18 UTC (rev 7945)
@@ -5,7 +5,7 @@
 APPVERSION=2.1
 address@hidden
 OBJECTS=Bug.o  main.o ObserverSwarm.o BatchSwarm.o ModelSwarm.o FoodSpace.o 
Parameters.o Output.o
-include $(SWARMHOME)/etc/swarm/Makefile.appl
+include $(SWARMHOME)/share/swarm/Makefile.appl
 
 main.o: main.m ObserverSwarm.h BatchSwarm.m Bug.h FoodSpace.h  Parameters.h
 Parameters.o: Parameters.h Parameters.m

Modified: branches/Swarm-2_4/apps/objc/tutorial/simpleCBug/ChangeLog
===================================================================
--- branches/Swarm-2_4/apps/objc/tutorial/simpleCBug/ChangeLog  2012-03-15 
16:42:53 UTC (rev 7944)
+++ branches/Swarm-2_4/apps/objc/tutorial/simpleCBug/ChangeLog  2012-03-15 
17:03:18 UTC (rev 7945)
@@ -1,3 +1,7 @@
+2012-03-15  Scott Christley  <address@hidden>
+
+       * Makefile: make tools now in share directory.
+
 2000-02-27    <address@hidden>
 
        * Makefile (SWARMHOME, APPVERSION): Update for 2.1.

Modified: branches/Swarm-2_4/apps/objc/tutorial/simpleCBug/Makefile
===================================================================
--- branches/Swarm-2_4/apps/objc/tutorial/simpleCBug/Makefile   2012-03-15 
16:42:53 UTC (rev 7944)
+++ branches/Swarm-2_4/apps/objc/tutorial/simpleCBug/Makefile   2012-03-15 
17:03:18 UTC (rev 7945)
@@ -5,7 +5,7 @@
 APPVERSION=2.1
 address@hidden
 OBJECTS= main.o 
-include $(SWARMHOME)/etc/swarm/Makefile.appl
+include $(SWARMHOME)/share/swarm/Makefile.appl
 
 main.o: main.m 
 

Modified: branches/Swarm-2_4/apps/objc/tutorial/simpleExperBug/ChangeLog
===================================================================
--- branches/Swarm-2_4/apps/objc/tutorial/simpleExperBug/ChangeLog      
2012-03-15 16:42:53 UTC (rev 7944)
+++ branches/Swarm-2_4/apps/objc/tutorial/simpleExperBug/ChangeLog      
2012-03-15 17:03:18 UTC (rev 7945)
@@ -1,3 +1,7 @@
+2012-03-15  Scott Christley  <address@hidden>
+
+       * Makefile: make tools now in share directory.
+
 2003-03-11  David H. Clements <address@hidden>
 
        * FoodSpace.m: Removed the comparison between an unsigned and a signed

Modified: branches/Swarm-2_4/apps/objc/tutorial/simpleExperBug/Makefile
===================================================================
--- branches/Swarm-2_4/apps/objc/tutorial/simpleExperBug/Makefile       
2012-03-15 16:42:53 UTC (rev 7944)
+++ branches/Swarm-2_4/apps/objc/tutorial/simpleExperBug/Makefile       
2012-03-15 17:03:18 UTC (rev 7945)
@@ -8,7 +8,7 @@
 OTHERCLEAN = output.hdf output.scm
 DATAFILES = bug.scm
 
-include $(SWARMHOME)/etc/swarm/Makefile.appl
+include $(SWARMHOME)/share/swarm/Makefile.appl
 
 main.o: main.m ExperSwarm.h Bug.h FoodSpace.h 
 Bug.o: Bug.h Bug.m

Modified: branches/Swarm-2_4/apps/objc/tutorial/simpleObjCBug/ChangeLog
===================================================================
--- branches/Swarm-2_4/apps/objc/tutorial/simpleObjCBug/ChangeLog       
2012-03-15 16:42:53 UTC (rev 7944)
+++ branches/Swarm-2_4/apps/objc/tutorial/simpleObjCBug/ChangeLog       
2012-03-15 17:03:18 UTC (rev 7945)
@@ -1,3 +1,7 @@
+2012-03-15  Scott Christley  <address@hidden>
+
+       * Makefile: make tools now in share directory.
+
 2000-02-27    <address@hidden>
 
        * Makefile (SWARMHOME, APPVERSION): Update to 2.1.

Modified: branches/Swarm-2_4/apps/objc/tutorial/simpleObjCBug/Makefile
===================================================================
--- branches/Swarm-2_4/apps/objc/tutorial/simpleObjCBug/Makefile        
2012-03-15 16:42:53 UTC (rev 7944)
+++ branches/Swarm-2_4/apps/objc/tutorial/simpleObjCBug/Makefile        
2012-03-15 17:03:18 UTC (rev 7945)
@@ -5,7 +5,7 @@
 APPVERSION=2.1
 address@hidden
 OBJECTS= main.o  Bug.o
-include $(SWARMHOME)/etc/swarm/Makefile.appl
+include $(SWARMHOME)/share/swarm/Makefile.appl
 
 main.o: main.m Bug.h
 Bug.o: Bug.h Bug.m

Modified: branches/Swarm-2_4/apps/objc/tutorial/simpleObjCBug2/ChangeLog
===================================================================
--- branches/Swarm-2_4/apps/objc/tutorial/simpleObjCBug2/ChangeLog      
2012-03-15 16:42:53 UTC (rev 7944)
+++ branches/Swarm-2_4/apps/objc/tutorial/simpleObjCBug2/ChangeLog      
2012-03-15 17:03:18 UTC (rev 7945)
@@ -1,3 +1,7 @@
+2012-03-15  Scott Christley  <address@hidden>
+
+       * Makefile: make tools now in share directory.
+
 2003-03-11  David H. Clements <address@hidden>
 
        * FoodSpace.m: Removed the comparison between an unsigned and a signed

Modified: branches/Swarm-2_4/apps/objc/tutorial/simpleObjCBug2/Makefile
===================================================================
--- branches/Swarm-2_4/apps/objc/tutorial/simpleObjCBug2/Makefile       
2012-03-15 16:42:53 UTC (rev 7944)
+++ branches/Swarm-2_4/apps/objc/tutorial/simpleObjCBug2/Makefile       
2012-03-15 17:03:18 UTC (rev 7945)
@@ -6,7 +6,7 @@
 address@hidden
 OBJECTS= main.o Bug.o FoodSpace.o
 
-include $(SWARMHOME)/etc/swarm/Makefile.appl
+include $(SWARMHOME)/share/swarm/Makefile.appl
 
 main.o: main.m Bug.h FoodSpace.h
 Bug.o: Bug.h Bug.m

Modified: branches/Swarm-2_4/apps/objc/tutorial/simpleObserverBug/ChangeLog
===================================================================
--- branches/Swarm-2_4/apps/objc/tutorial/simpleObserverBug/ChangeLog   
2012-03-15 16:42:53 UTC (rev 7944)
+++ branches/Swarm-2_4/apps/objc/tutorial/simpleObserverBug/ChangeLog   
2012-03-15 17:03:18 UTC (rev 7945)
@@ -1,3 +1,7 @@
+2012-03-15  Scott Christley  <address@hidden>
+
+       * Makefile: make tools now in share directory.
+
 2003-03-11  David H. Clements <address@hidden>
 
        * FoodSpace.m: Removed the comparison between an unsigned and a signed

Modified: branches/Swarm-2_4/apps/objc/tutorial/simpleObserverBug/Makefile
===================================================================
--- branches/Swarm-2_4/apps/objc/tutorial/simpleObserverBug/Makefile    
2012-03-15 16:42:53 UTC (rev 7944)
+++ branches/Swarm-2_4/apps/objc/tutorial/simpleObserverBug/Makefile    
2012-03-15 17:03:18 UTC (rev 7945)
@@ -6,7 +6,7 @@
 address@hidden
 OBJECTS=Bug.o  main.o ObserverSwarm.o ModelSwarm.o FoodSpace.o
 DATAFILES = model.setup
-include $(SWARMHOME)/etc/swarm/Makefile.appl
+include $(SWARMHOME)/share/swarm/Makefile.appl
 
 main.o: main.m ObserverSwarm.h Bug.h FoodSpace.h 
 Bug.o: Bug.h Bug.m

Modified: branches/Swarm-2_4/apps/objc/tutorial/simpleObserverBug2/ChangeLog
===================================================================
--- branches/Swarm-2_4/apps/objc/tutorial/simpleObserverBug2/ChangeLog  
2012-03-15 16:42:53 UTC (rev 7944)
+++ branches/Swarm-2_4/apps/objc/tutorial/simpleObserverBug2/ChangeLog  
2012-03-15 17:03:18 UTC (rev 7945)
@@ -1,3 +1,7 @@
+2012-03-15  Scott Christley  <address@hidden>
+
+       * Makefile: make tools now in share directory.
+
 2003-03-11  David H. Clements <address@hidden>
 
        * FoodSpace.m: Removed the comparison between an unsigned and a signed

Modified: branches/Swarm-2_4/apps/objc/tutorial/simpleObserverBug2/Makefile
===================================================================
--- branches/Swarm-2_4/apps/objc/tutorial/simpleObserverBug2/Makefile   
2012-03-15 16:42:53 UTC (rev 7944)
+++ branches/Swarm-2_4/apps/objc/tutorial/simpleObserverBug2/Makefile   
2012-03-15 17:03:18 UTC (rev 7945)
@@ -5,7 +5,7 @@
 APPVERSION=2.2
 address@hidden
 OBJECTS=Bug.o  main.o ObserverSwarm.o ModelSwarm.o FoodSpace.o
-include $(SWARMHOME)/etc/swarm/Makefile.appl
+include $(SWARMHOME)/share/swarm/Makefile.appl
 
 main.o: main.m ObserverSwarm.h Bug.h FoodSpace.h 
 Bug.o: Bug.h Bug.m

Modified: branches/Swarm-2_4/apps/objc/tutorial/simpleObserverBug3/ChangeLog
===================================================================
--- branches/Swarm-2_4/apps/objc/tutorial/simpleObserverBug3/ChangeLog  
2012-03-15 16:42:53 UTC (rev 7944)
+++ branches/Swarm-2_4/apps/objc/tutorial/simpleObserverBug3/ChangeLog  
2012-03-15 17:03:18 UTC (rev 7945)
@@ -1,3 +1,7 @@
+2012-03-15  Scott Christley  <address@hidden>
+
+       * Makefile: make tools now in share directory.
+
 2003-05-16  Paul E. Johnson  <address@hidden>
 
        * Parameters.m: removed the -S command line option 

Modified: branches/Swarm-2_4/apps/objc/tutorial/simpleObserverBug3/Makefile
===================================================================
--- branches/Swarm-2_4/apps/objc/tutorial/simpleObserverBug3/Makefile   
2012-03-15 16:42:53 UTC (rev 7944)
+++ branches/Swarm-2_4/apps/objc/tutorial/simpleObserverBug3/Makefile   
2012-03-15 17:03:18 UTC (rev 7945)
@@ -5,7 +5,7 @@
 APPVERSION=2.1
 address@hidden
 OBJECTS=Bug.o  main.o ObserverSwarm.o ModelSwarm.o FoodSpace.o Parameters.o
-include $(SWARMHOME)/etc/swarm/Makefile.appl
+include $(SWARMHOME)/share/swarm/Makefile.appl
 
 main.o: main.m ObserverSwarm.h Bug.h FoodSpace.h  Parameters.h
 Parameters.o: Parameters.h Parameters.m

Modified: branches/Swarm-2_4/apps/objc/tutorial/simpleSwarmBug/ChangeLog
===================================================================
--- branches/Swarm-2_4/apps/objc/tutorial/simpleSwarmBug/ChangeLog      
2012-03-15 16:42:53 UTC (rev 7944)
+++ branches/Swarm-2_4/apps/objc/tutorial/simpleSwarmBug/ChangeLog      
2012-03-15 17:03:18 UTC (rev 7945)
@@ -1,3 +1,7 @@
+2012-03-15  Scott Christley  <address@hidden>
+
+       * Makefile: make tools now in share directory.
+
 2003-03-11  David H. Clements <address@hidden>
 
        * FoodSpace.m: Removed the comparison between an unsigned and a signed

Modified: branches/Swarm-2_4/apps/objc/tutorial/simpleSwarmBug/Makefile
===================================================================
--- branches/Swarm-2_4/apps/objc/tutorial/simpleSwarmBug/Makefile       
2012-03-15 16:42:53 UTC (rev 7944)
+++ branches/Swarm-2_4/apps/objc/tutorial/simpleSwarmBug/Makefile       
2012-03-15 17:03:18 UTC (rev 7945)
@@ -5,7 +5,7 @@
 APPVERSION=2.2
 address@hidden
 OBJECTS=Bug.o  main.o ModelSwarm.o FoodSpace.o
-include $(SWARMHOME)/etc/swarm/Makefile.appl
+include $(SWARMHOME)/share/swarm/Makefile.appl
 
 main.o: main.m ModelSwarm.h
 Bug.o: Bug.h Bug.m

Modified: branches/Swarm-2_4/apps/objc/tutorial/simpleSwarmBug2/ChangeLog
===================================================================
--- branches/Swarm-2_4/apps/objc/tutorial/simpleSwarmBug2/ChangeLog     
2012-03-15 16:42:53 UTC (rev 7944)
+++ branches/Swarm-2_4/apps/objc/tutorial/simpleSwarmBug2/ChangeLog     
2012-03-15 17:03:18 UTC (rev 7945)
@@ -1,3 +1,7 @@
+2012-03-15  Scott Christley  <address@hidden>
+
+       * Makefile: make tools now in share directory.
+
 2003-03-11  David H. Clements <address@hidden>
 
        * FoodSpace.m: Removed the comparison between an unsigned and a signed

Modified: branches/Swarm-2_4/apps/objc/tutorial/simpleSwarmBug2/Makefile
===================================================================
--- branches/Swarm-2_4/apps/objc/tutorial/simpleSwarmBug2/Makefile      
2012-03-15 16:42:53 UTC (rev 7944)
+++ branches/Swarm-2_4/apps/objc/tutorial/simpleSwarmBug2/Makefile      
2012-03-15 17:03:18 UTC (rev 7945)
@@ -5,7 +5,7 @@
 APPVERSION=2.2
 address@hidden
 OBJECTS=Bug.o  main.o ModelSwarm.o FoodSpace.o
-include $(SWARMHOME)/etc/swarm/Makefile.appl
+include $(SWARMHOME)/share/swarm/Makefile.appl
 
 main.o: main.m ModelSwarm.h
 Bug.o: Bug.h Bug.m

Modified: branches/Swarm-2_4/apps/objc/tutorial/simpleSwarmBug3/ChangeLog
===================================================================
--- branches/Swarm-2_4/apps/objc/tutorial/simpleSwarmBug3/ChangeLog     
2012-03-15 16:42:53 UTC (rev 7944)
+++ branches/Swarm-2_4/apps/objc/tutorial/simpleSwarmBug3/ChangeLog     
2012-03-15 17:03:18 UTC (rev 7945)
@@ -1,3 +1,7 @@
+2012-03-15  Scott Christley  <address@hidden>
+
+       * Makefile: make tools now in share directory.
+
 2003-03-11  David H. Clements <address@hidden>
 
        * README: Changed the "next" pointer to simpleObserverBug instead of

Modified: branches/Swarm-2_4/apps/objc/tutorial/simpleSwarmBug3/Makefile
===================================================================
--- branches/Swarm-2_4/apps/objc/tutorial/simpleSwarmBug3/Makefile      
2012-03-15 16:42:53 UTC (rev 7944)
+++ branches/Swarm-2_4/apps/objc/tutorial/simpleSwarmBug3/Makefile      
2012-03-15 17:03:18 UTC (rev 7945)
@@ -6,7 +6,7 @@
 address@hidden
 OBJECTS=Bug.o  main.o ModelSwarm.o FoodSpace.o
 DATAFILES = model.setup
-include $(SWARMHOME)/etc/swarm/Makefile.appl
+include $(SWARMHOME)/share/swarm/Makefile.appl
 
 main.o: main.m ModelSwarm.h
 Bug.o: Bug.h Bug.m




reply via email to

[Prev in Thread] Current Thread [Next in Thread]