mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-06 07:53:43 +08:00
*** empty log message ***
This commit is contained in:
@@ -53,7 +53,7 @@ SIMDIR=$(shell echo `pwd`)
|
||||
|
||||
|
||||
#all : simhitl.out sitl.cma $(GEN_DOWNLINK)
|
||||
all : gaia sitl.cma $(GEN_DOWNLINK)
|
||||
all : gaia sitl.cma $(GEN_DOWNLINK) fg.o
|
||||
|
||||
sim_sitl : $(OBJDIR)/simsitl
|
||||
|
||||
@@ -63,6 +63,9 @@ simhitl.out : $(SIMHCMO) simhitl.cmo
|
||||
sitl.cma : fg.o $(SIMSCMO)
|
||||
ocamlc -o $@ -a $^
|
||||
|
||||
fg.o : fg.c
|
||||
$(OCAMLC) -cclib -lm fg.c
|
||||
|
||||
sitl.cmxa : $(SIMSCMX)
|
||||
ocamlopt -o $@ -a $^
|
||||
|
||||
|
||||
Reference in New Issue
Block a user