nrtb-core team mailing list archive
-
nrtb-core team
-
Mailing list archive
-
Message #00505
[Branch ~fpstovall/nrtb/fps-sprint-003] Rev 22: Removed obsolete directory structures.
------------------------------------------------------------
revno: 22
committer: Rick Stovall <fpstovall>
branch nick: ricks-sprint-003
timestamp: Sun 2013-08-18 21:05:49 -0400
message:
Removed obsolete directory structures.
removed:
cpp/sim_engine/physics/
cpp/sim_engine/physics/Makefile
cpp/sim_engine/physics/abstract_effector/
cpp/sim_engine/physics/include/
cpp/sim_engine/physics/obj/
cpp/sim_engine/physics/rigid_body/
--
lp:~fpstovall/nrtb/fps-sprint-003
https://code.launchpad.net/~fpstovall/nrtb/fps-sprint-003
Your team NRTB Core is subscribed to branch lp:~fpstovall/nrtb/fps-sprint-003.
To unsubscribe from this branch go to https://code.launchpad.net/~fpstovall/nrtb/fps-sprint-003/+edit-subscription
=== removed directory 'cpp/sim_engine/physics'
=== removed file 'cpp/sim_engine/physics/Makefile'
--- cpp/sim_engine/physics/Makefile 2011-09-19 02:03:55 +0000
+++ cpp/sim_engine/physics/Makefile 1970-01-01 00:00:00 +0000
@@ -1,45 +0,0 @@
-#***********************************************
-#This file is part of the NRTB project (https://launchpad.net/nrtb).
-#
-# NRTB is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
-#
-# NRTB is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with NRTB. If not, see <http://www.gnu.org/licenses/>.
-#
-#***********************************************
-
-lib: ../lib/nrtb_physics.a
-
-../lib/nrtb_physics.a: ../../commmon/lib.nrtb_common.a
- @echo "============= building physics ==============="
- @make action=lib doit
- @ar -r ../lib/nrtb_physics.a ./obj/*.o
- @cp -v ./include/* ../include
- @echo "============= physics complete ==============="
-
-../../commmon/lib.nrtb_common.a:
- @cd ../../common; make
-
-modules:
- @echo "============= building physics modules ==============="
- @make doit
- @echo "============= completed physics modules =============="
-
-clean:
- @echo "============= cleaning physics ==============="
- @cd include; for file in *; do rm -fv ../include/$$file; done
- @make action=clean doit
- @rm -fv ./obj/* ./lib/* ./include/*
- @echo "========== physics cleanup complete ==========="
-
-doit:
-# @cd abstract_effector; make ${action}
-# @cd point_mass; make ${action}
=== removed directory 'cpp/sim_engine/physics/abstract_effector'
=== removed directory 'cpp/sim_engine/physics/include'
=== removed directory 'cpp/sim_engine/physics/obj'
=== removed directory 'cpp/sim_engine/physics/rigid_body'