Makefile warning cleaning continued

This commit is contained in:
Christophe De Wagter
2011-11-18 14:57:26 +01:00
parent 3d2bbc2d3a
commit 1587f9db8f
6 changed files with 14 additions and 2 deletions
+1 -1
View File
@@ -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
View File
@@ -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
+2
View File
@@ -122,4 +122,6 @@ clean:
.depend:
$(OCAMLDEP) $(INCLUDES) *.mli *.ml > .depend
ifneq ($(MAKECMDGOALS),clean)
include .depend
endif
+2
View File
@@ -26,4 +26,6 @@ clean:
.depend:
$(OCAMLDEP) $(INCLUDES) *.mli *.ml > .depend
ifneq ($(MAKECMDGOALS),clean)
include .depend
endif
+4
View File
@@ -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