summaryrefslogtreecommitdiff
path: root/ns-3_wifi_tests/Makefile
diff options
context:
space:
mode:
authorLoic Guegan <manzerberdes@gmx.com>2019-05-22 10:15:45 +0200
committerLoic Guegan <manzerberdes@gmx.com>2019-05-22 10:15:45 +0200
commit5a77b67d6baae0414310d29cab6f240963866062 (patch)
tree4121e3e4065872ee697fdf79033e11e9236d2cb6 /ns-3_wifi_tests/Makefile
parent4045a41e029ed11dde5763455095bd33c7746a72 (diff)
Clean repo, update paper
Diffstat (limited to 'ns-3_wifi_tests/Makefile')
-rw-r--r--ns-3_wifi_tests/Makefile17
1 files changed, 0 insertions, 17 deletions
diff --git a/ns-3_wifi_tests/Makefile b/ns-3_wifi_tests/Makefile
deleted file mode 100644
index 03f9ab6..0000000
--- a/ns-3_wifi_tests/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-
-NS3_ARGS= -D NS3_LOG_ENABLE -L ${NS3_PATH}/build/lib -I ${NS3_PATH}/build/
-NS3_ARGS+=$(addprefix -l, $(subst lib,,$(subst .so,,$(notdir $(wildcard ${NS3_PATH}/build/lib/*.so)))))
-
-all: wifi-test
-
-wifi-test: wifi-test.cc
- g++ $(NS3_ARGS) $^ -o $@
-
-run:
- @LD_LIBRARY_PATH=$LD_LIBRARY_PATH:${NS3_PATH}/build/lib ./wifi-test
-
-export:
- @echo export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${NS3_PATH}/build/lib
-
-clean:
- - rm wifi-test