~nrtb-core/nrtb/alpha

« back to all changes in this revision

Viewing changes to cpp/sim_engine/Makefile

  • Committer: Rick Stovall
  • Date: 2013-11-16 21:09:50 UTC
  • mfrom: (15.1.16 ricks-sprint-003)
  • Revision ID: rick_stovall_fpstovall-20131116210950-riiyz7lv1njccv96
Merging sprint-003. some refactoring, a couple bug fixes, and the interthread communications modules.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
./bin/nrtb_simulation: ../common/nrtb_common.a
22
22
        @echo "============= building simulation engine ==============="
23
23
        @make action=lib doit
24
 
        #temp target
25
 
        touch ./bin/nrtb_simulation
26
 
        @echo temp target created.
27
24
        @echo "============= simulation engine complete ==============="
28
25
 
29
26
modules:
38
35
        @echo "========== simulation engine cleanup complete ==========="
39
36
 
40
37
doit:
41
 
        cd comm_manager; make ${action}
 
38
        cd messages; make ${action}
 
39
        cd main; make ${action}
 
40
#       cd comm_manager; make ${action}
42
41
 
43
42
../common/nrtb_common.a:
44
43
        @cd ../common; make