public
Description: Mobility Framework for OMNeT++ 4
Homepage: http://wiki.github.com/mobility-fw/mf-opp4
Clone URL: git://github.com/mobility-fw/mf-opp4.git
mf-opp4 / makefrag
100644 20 lines (16 sloc) 0.624 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# makefrag for top level directory of the Mobility Framework
#
# this file automatically gets inserted into Makefiles generated by opp_makemake
# help output
help:
@echo
@echo "*******************************************************************"
@echo " Targets are:"
@echo " core -- create core library"
@echo " contrib -- create contrib library"
@echo " testSuite -- create tests "
@echo " all -- create core & contrib library, testSuite & networks "
@echo "*******************************************************************"
 
# add dependencies:
 
contrib_dir: core_dir
 
testSuite_dir: contrib_dir