[sim] removed launchsitl and replaced it with symlink to pprzsim-launch

This commit is contained in:
Felix Ruess
2013-01-24 13:01:44 +01:00
parent bab3e018af
commit 17c6cf2cac
7 changed files with 12 additions and 62 deletions
+1 -5
View File
@@ -53,7 +53,7 @@ VARINCLUDE=$(PAPARAZZI_HOME)/var/include
ACINCLUDE = $(PAPARAZZI_HOME)/var/$(AIRCRAFT)
all : gaia sitl.cma $(LAUNCHSITL) simhitl
all : gaia sitl.cma simhitl
simhitl : fg.o $(SIMHCMO) simhitl.cmo
@echo OL $@
@@ -90,10 +90,6 @@ diffusion : stdlib.cmo diffusion.cmo
@echo OC $<
$(Q)$(OCAMLC) $(INCLUDES) -c $<
launchsitl :
cat ../../src/$(@F) | sed s#OCAMLRUN#$(OCAMLRUN)# | sed s#OCAML#$(OCAML)# > $@
chmod a+x $@
# dependency on lib-pprz
simhitl diffusion gaia: $(LIBPPRZCMA)