mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-23 21:36:28 +08:00
Makefile warning cleaning continued
This commit is contained in:
@@ -265,7 +265,7 @@ test_all_example_airframes:
|
||||
$(MAKE) AIRCRAFT=Tiny_IMU clean_ac ap
|
||||
$(MAKE) AIRCRAFT=EasyStar_ETS clean_ac ap sim
|
||||
|
||||
test_all_example_airframes2: all
|
||||
test_all_example_airframes2:
|
||||
for ap in `grep name conf/conf.xml.example | sed -e 's/.*name=\"//' | sed -e 's/"//'`; do echo "Making $$ap"; make -C ./ AIRCRAFT=$$ap clean_ac ap.compile; done
|
||||
|
||||
commands: paparazzi sw/simulator/launchsitl
|
||||
|
||||
+2
-1
@@ -10,7 +10,8 @@ $(DATADIR):
|
||||
mkdir $(DATADIR)
|
||||
|
||||
$(DATADIR)/maps.google.com: $(DATADIR) FORCE
|
||||
wget -O $(@) http://maps.google.com/
|
||||
@echo "DOWNLOAD: google maps version code";
|
||||
$(Q)wget -q -O $(@) http://maps.google.com/
|
||||
|
||||
$(PAPARAZZI_HOME)/conf/maps.xml: $(DATADIR)/maps.google.com
|
||||
$(Q)echo "<!DOCTYPE maps SYSTEM \"maps.dtd\">" > $(@)
|
||||
|
||||
@@ -5,6 +5,9 @@ obj-m += go7007.o go7007-usb.o snd-go7007.o wis-saa7115.o wis-tw9903.o \
|
||||
wis-tw2804.o
|
||||
go7007-objs := go7007-v4l2.o go7007-driver.o go7007-i2c.o go7007-fw.o
|
||||
|
||||
clean:
|
||||
rm -f $(obj-m)
|
||||
|
||||
ifneq ($(SAA7134_BUILD),)
|
||||
obj-m += saa7134-go7007.o
|
||||
endif
|
||||
|
||||
@@ -122,4 +122,6 @@ clean:
|
||||
.depend:
|
||||
$(OCAMLDEP) $(INCLUDES) *.mli *.ml > .depend
|
||||
|
||||
ifneq ($(MAKECMDGOALS),clean)
|
||||
include .depend
|
||||
endif
|
||||
|
||||
@@ -26,4 +26,6 @@ clean:
|
||||
.depend:
|
||||
$(OCAMLDEP) $(INCLUDES) *.mli *.ml > .depend
|
||||
|
||||
ifneq ($(MAKECMDGOALS),clean)
|
||||
include .depend
|
||||
endif
|
||||
|
||||
@@ -4,3 +4,7 @@ GLIB_LDFLAGS = `pkg-config glib-2.0 --libs` -lglibivy -lpcre
|
||||
|
||||
ttx2scilab: ttx2scilab.c
|
||||
$(CC) -Wall $(GLIB_CFLAGS) -o $@ $< $(GLIB_LDFLAGS)
|
||||
|
||||
clean:
|
||||
rm -f ttx2scilab
|
||||
|
||||
|
||||
Reference in New Issue
Block a user