mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-06 07:53:43 +08:00
netsys needed in Hardy
This commit is contained in:
+2
-2
@@ -45,11 +45,11 @@ gen_flight_plan.cmo : fp_parser.cmi fp_proc.cmi
|
|||||||
fp_syntax.cmo : fp_syntax.cmi
|
fp_syntax.cmo : fp_syntax.cmi
|
||||||
|
|
||||||
|
|
||||||
%.out : %.ml
|
%.out : %.ml Makefile
|
||||||
@echo OC $<
|
@echo OC $<
|
||||||
$(Q)$(OCAMLC) $(INCLUDES) -o $@ unix.cma str.cma ivy-ocaml.cma xml-light.cma lib-pprz.cma $<
|
$(Q)$(OCAMLC) $(INCLUDES) -o $@ unix.cma str.cma ivy-ocaml.cma xml-light.cma lib-pprz.cma $<
|
||||||
@cat ../../pprz_src_test.sh > $@
|
@cat ../../pprz_src_test.sh > $@
|
||||||
@echo '$(OCAML) -I +xml-light -I +pcre -I +netstring -I $$PAPARAZZI_SRC/sw/lib/ocaml unix.cma str.cma ivy-ocaml.cma xml-light.cma pcre.cma netstring.cma lib-pprz.cma $$PAPARAZZI_BIN/$< $$*' >> $@
|
@echo '$(OCAML) -I +xml-light -I +pcre -I +netsys -I +netstring -I $$PAPARAZZI_SRC/sw/lib/ocaml unix.cma str.cma ivy-ocaml.cma xml-light.cma pcre.cma netsys.cma netstring.cma lib-pprz.cma $$PAPARAZZI_BIN/$< $$*' >> $@
|
||||||
@chmod a+x $@
|
@chmod a+x $@
|
||||||
|
|
||||||
%.cmo : %.ml ../lib/ocaml/lib-pprz.cma
|
%.cmo : %.ml ../lib/ocaml/lib-pprz.cma
|
||||||
|
|||||||
Reference in New Issue
Block a user