Update of /cvsroot/playerstage/code/stage/examples/ctrl
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv637/examples/ctrl
Modified Files:
Makefile.am
Log Message:
added stall sensor and visualization
Index: Makefile.am
===================================================================
RCS file: /cvsroot/playerstage/code/stage/examples/ctrl/Makefile.am,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Makefile.am 4 Mar 2008 02:09:56 -0000 1.3
--- Makefile.am 1 Apr 2008 23:57:41 -0000 1.4
***************
*** 26,27 ****
--- 26,39 ----
lasernoise_la_SOURCES = lasernoise.cc ../../libstage/stage.hh
lasernoise_la_LDFLAGS = -module
+
+
+ lib_LTLIBRARIES += predator.la prey.la
+
+ # PREDATOR CONTROLLER
+ predator_la_SOURCES = predator.cc mydef.cc mydef.hh ../../libstage/stage.hh
+ predator_la_LDFLAGS = -module
+
+ # PREY CONTROLLER
+ prey_la_SOURCES = prey.cc mydef.cc mydef.hh ../../libstage/stage.hh
+ prey_la_LDFLAGS = -module
+
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit