diff options
| author | Loic Guegan <manzerberdes@gmx.com> | 2019-05-22 10:15:45 +0200 |
|---|---|---|
| committer | Loic Guegan <manzerberdes@gmx.com> | 2019-05-22 10:15:45 +0200 |
| commit | 5a77b67d6baae0414310d29cab6f240963866062 (patch) | |
| tree | 4121e3e4065872ee697fdf79033e11e9236d2cb6 /ns3-simulations/nix/simulator/Makefile | |
| parent | 4045a41e029ed11dde5763455095bd33c7746a72 (diff) | |
Clean repo, update paper
Diffstat (limited to 'ns3-simulations/nix/simulator/Makefile')
| -rw-r--r-- | ns3-simulations/nix/simulator/Makefile | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/ns3-simulations/nix/simulator/Makefile b/ns3-simulations/nix/simulator/Makefile deleted file mode 100644 index 63c0141..0000000 --- a/ns3-simulations/nix/simulator/Makefile +++ /dev/null @@ -1,26 +0,0 @@ - -EXEC=simulator - -##### NS3 g++ Arguments -NS3_ARGS= -D NS3_LOG_ENABLE -L ${NS3_PATH}/lib -I ${NS3_PATH}/include -NS3_ARGS+=$(addprefix -l, $(subst lib,,$(subst .so,,$(notdir $(wildcard ${NS3_PATH}/lib/libns3*.so))))) -NS3_VERSION="3.29" - - -##### Source Files -SRC=main.cc modules/platform.cc modules/energy.cc modules/callbacks.cc - - -all: $(EXEC) - -$(EXEC): $(SRC) - @echo -e "\e[32mDon't forget to define NS3_PATH env variable !\e[0m" - g++ -g -D NS3_VERSION=${NS3_VERSION} $(NS3_ARGS) $(SRC) -o $@ - @echo -e "\e[32mRun the following command before running $(EXEC):\e[0m" - @echo -e "\e[32mexport LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${NS3_PATH}/lib\e[0m" - -clean: - - rm $(EXEC) - - -.PHONY: clean |
