mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-23 04:45:37 +08:00
cleaning for install
This commit is contained in:
@@ -27,8 +27,10 @@ MAKEFLAGS += --no-print-directory
|
||||
endif
|
||||
|
||||
PAPARAZZI_SRC=$(shell pwd)
|
||||
ifeq ($(PAPARAZZI_HOME),)
|
||||
PAPARAZZI_HOME=$(PAPARAZZI_SRC)
|
||||
endif
|
||||
|
||||
include conf/Makefile.local
|
||||
|
||||
LIB=sw/lib
|
||||
AIRBORNE=sw/airborne
|
||||
@@ -47,6 +49,7 @@ UBX_PROTOCOL_H=$(STATICINCLUDE)/ubx_protocol.h
|
||||
DL_PROTOCOL_H=$(STATICINCLUDE)/dl_protocol.h
|
||||
MESSAGES_XML = $(CONF)/messages.xml
|
||||
UBX_XML = $(CONF)/ubx.xml
|
||||
TOOLS=$(PAPARAZZI_SRC)/sw/tools
|
||||
|
||||
|
||||
all: static
|
||||
@@ -156,12 +159,6 @@ clean:
|
||||
|
||||
dist_clean : clean
|
||||
|
||||
help:
|
||||
@echo "'make' to compile the libraries and tools"
|
||||
@echo "'make AIRCRAFT=NAME ac' to compile the NAMEd aircraft"
|
||||
@echo "'make AIRCRAFT=NAME sim' to compile the simulated NAMEd aircraft"
|
||||
@echo "'make Q='' ...' to get full echo of commands"
|
||||
|
||||
|
||||
test_all_example_airframes:
|
||||
make AIRCRAFT=TJ1 clean_ac fbw ap sim
|
||||
|
||||
Reference in New Issue
Block a user