Skip to content

Commit

Permalink
All make-files enabled for dependency checking
Browse files Browse the repository at this point in the history
(except in boot/ and tools/)
  • Loading branch information
rsta2 committed Jan 30, 2020
1 parent d796a93 commit 4e78f4e
Show file tree
Hide file tree
Showing 95 changed files with 196 additions and 1 deletion.
2 changes: 2 additions & 0 deletions addon/OneWire/Makefile
Expand Up @@ -12,3 +12,5 @@ libonewire.a: $(OBJS)
@$(AR) cr $@ $(OBJS)

include $(CIRCLEHOME)/Rules.mk

-include $(DEPS)
2 changes: 2 additions & 0 deletions addon/OneWire/sample/Makefile
Expand Up @@ -10,3 +10,5 @@ LIBS = ../libonewire.a \
$(CIRCLEHOME)/lib/libcircle.a

include $(CIRCLEHOME)/sample/Rules.mk

-include $(DEPS)
2 changes: 2 additions & 0 deletions addon/Properties/Makefile
Expand Up @@ -12,3 +12,5 @@ libproperties.a: $(OBJS)
@$(AR) cr $@ $(OBJS)

include $(CIRCLEHOME)/Rules.mk

-include $(DEPS)
2 changes: 2 additions & 0 deletions addon/Properties/sample/Makefile
Expand Up @@ -27,3 +27,5 @@ LIBS = ../libproperties.a \
endif

include $(CIRCLEHOME)/sample/Rules.mk

-include $(DEPS)
2 changes: 2 additions & 0 deletions addon/SDCard/Makefile
Expand Up @@ -12,3 +12,5 @@ libsdcard.a: $(OBJS)
@$(AR) cr $@ $(OBJS)

include $(CIRCLEHOME)/Rules.mk

-include $(DEPS)
2 changes: 2 additions & 0 deletions addon/SDCard/sample/Makefile
Expand Up @@ -12,3 +12,5 @@ LIBS = ../libsdcard.a \
$(CIRCLEHOME)/lib/libcircle.a

include $(CIRCLEHOME)/sample/Rules.mk

-include $(DEPS)
2 changes: 2 additions & 0 deletions addon/Spectrum/Makefile
Expand Up @@ -12,3 +12,5 @@ libspectrum.a: $(OBJS)
@$(AR) cr $@ $(OBJS)

include $(CIRCLEHOME)/Rules.mk

-include $(DEPS)
2 changes: 2 additions & 0 deletions addon/Spectrum/sample/Makefile
Expand Up @@ -10,3 +10,5 @@ LIBS = ../libspectrum.a \
$(CIRCLEHOME)/lib/libcircle.a

include $(CIRCLEHOME)/sample/Rules.mk

-include $(DEPS)
2 changes: 2 additions & 0 deletions addon/WS28XX/Makefile
Expand Up @@ -12,3 +12,5 @@ libws28xx.a: $(OBJS)
@$(AR) cr $@ $(OBJS)

include $(CIRCLEHOME)/Rules.mk

-include $(DEPS)
2 changes: 2 additions & 0 deletions addon/WS28XX/sample/Makefile
Expand Up @@ -10,3 +10,5 @@ LIBS = ../libws28xx.a \
$(CIRCLEHOME)/lib/libcircle.a

include $(CIRCLEHOME)/sample/Rules.mk

-include $(DEPS)
2 changes: 2 additions & 0 deletions addon/dio/Makefile
Expand Up @@ -12,3 +12,5 @@ libdio.a: $(OBJS)
@$(AR) cr $@ $(OBJS)

include $(CIRCLEHOME)/Rules.mk

-include $(DEPS)
2 changes: 2 additions & 0 deletions addon/dio/sample/Makefile
Expand Up @@ -10,3 +10,5 @@ LIBS = ../libdio.a \
$(CIRCLEHOME)/lib/libcircle.a

include $(CIRCLEHOME)/sample/Rules.mk

-include $(DEPS)
2 changes: 2 additions & 0 deletions addon/display/Makefile
Expand Up @@ -12,3 +12,5 @@ libdisplay.a: $(OBJS)
@$(AR) cr $@ $(OBJS)

include $(CIRCLEHOME)/Rules.mk

-include $(DEPS)
2 changes: 2 additions & 0 deletions addon/display/sample/Makefile
Expand Up @@ -13,3 +13,5 @@ LIBS = ../libdisplay.a \
$(CIRCLEHOME)/lib/libcircle.a

include $(CIRCLEHOME)/Rules.mk

-include $(DEPS)
2 changes: 2 additions & 0 deletions addon/fatfs/Makefile
Expand Up @@ -12,3 +12,5 @@ libfatfs.a: $(OBJS)
@$(AR) cr $@ $(OBJS)

include $(CIRCLEHOME)/Rules.mk

-include $(DEPS)
2 changes: 2 additions & 0 deletions addon/fatfs/sample/Makefile
Expand Up @@ -14,3 +14,5 @@ LIBS = ../libfatfs.a \
$(CIRCLEHOME)/lib/libcircle.a

include $(CIRCLEHOME)/sample/Rules.mk

-include $(DEPS)
2 changes: 2 additions & 0 deletions addon/linux/Makefile
Expand Up @@ -15,3 +15,5 @@ liblinuxemu.a: $(OBJS)
@$(AR) cr $@ $(OBJS)

include $(CIRCLEHOME)/Rules.mk

-include $(DEPS)
6 changes: 6 additions & 0 deletions addon/littlevgl/Makefile
Expand Up @@ -30,3 +30,9 @@ include $(CIRCLEHOME)/Rules.mk

INCLUDE += -I $(LVGL_DIR)
CFLAGS += -Wno-narrowing -Wno-pointer-to-int-cast

-include $(DEPS)

ifeq ($(strip $(CHECK_DEPS)),1)
-include $(EXOBJS:.o=.d)
endif
2 changes: 2 additions & 0 deletions addon/littlevgl/sample/Makefile
Expand Up @@ -16,3 +16,5 @@ LIBS = ../liblvgl.a \
include $(CIRCLEHOME)/Rules.mk

CFLAGS += -Wno-narrowing

-include $(DEPS)
2 changes: 2 additions & 0 deletions addon/qemu/Makefile
Expand Up @@ -12,3 +12,5 @@ libqemusupport.a: $(OBJS)
@$(AR) cr $@ $(OBJS)

include $(CIRCLEHOME)/Rules.mk

-include $(DEPS)
2 changes: 2 additions & 0 deletions addon/qemu/gpiodemo/Makefile
Expand Up @@ -9,3 +9,5 @@ OBJS = main.o kernel.o
LIBS = $(CIRCLEHOME)/lib/libcircle.a

include $(CIRCLEHOME)/sample/Rules.mk

-include $(DEPS)
2 changes: 2 additions & 0 deletions addon/qemu/hostlogdemo/Makefile
Expand Up @@ -10,3 +10,5 @@ LIBS = $(CIRCLEHOME)/addon/qemu/libqemusupport.a \
$(CIRCLEHOME)/lib/libcircle.a

include $(CIRCLEHOME)/Rules.mk

-include $(DEPS)
2 changes: 2 additions & 0 deletions addon/rtc/Makefile
Expand Up @@ -12,3 +12,5 @@ librtc.a: $(OBJS)
@$(AR) cr $@ $(OBJS)

include $(CIRCLEHOME)/Rules.mk

-include $(DEPS)
2 changes: 2 additions & 0 deletions addon/rtc/sample/Makefile
Expand Up @@ -15,3 +15,5 @@ LIBS = ../librtc.a \
$(CIRCLEHOME)/lib/libcircle.a

include $(CIRCLEHOME)/sample/Rules.mk

-include $(DEPS)
2 changes: 2 additions & 0 deletions addon/sensor/Makefile
Expand Up @@ -12,3 +12,5 @@ libsensor.a: $(OBJS)
@$(AR) cr $@ $(OBJS)

include $(CIRCLEHOME)/Rules.mk

-include $(DEPS)
2 changes: 2 additions & 0 deletions addon/sensor/sample/bmp180/Makefile
Expand Up @@ -10,3 +10,5 @@ LIBS = ../../libsensor.a \
$(CIRCLEHOME)/lib/libcircle.a

include $(CIRCLEHOME)/sample/Rules.mk

-include $(DEPS)
2 changes: 2 additions & 0 deletions addon/sensor/sample/hcsr04/Makefile
Expand Up @@ -10,3 +10,5 @@ LIBS = ../../libsensor.a \
$(CIRCLEHOME)/lib/libcircle.a

include $(CIRCLEHOME)/sample/Rules.mk

-include $(DEPS)
2 changes: 2 additions & 0 deletions addon/sensor/sample/mpu6050/Makefile
Expand Up @@ -10,3 +10,5 @@ LIBS = ../../libsensor.a \
$(CIRCLEHOME)/lib/libcircle.a

include $(CIRCLEHOME)/sample/Rules.mk

-include $(DEPS)
2 changes: 2 additions & 0 deletions addon/tftpfileserver/Makefile
Expand Up @@ -12,3 +12,5 @@ libtftpfileserver.a: $(OBJS)
@$(AR) cr $@ $(OBJS)

include $(CIRCLEHOME)/Rules.mk

-include $(DEPS)
2 changes: 2 additions & 0 deletions addon/tftpfileserver/sample/Makefile
Expand Up @@ -17,3 +17,5 @@ LIBS = ../libtftpfileserver.a \
$(CIRCLEHOME)/lib/libcircle.a

include $(CIRCLEHOME)/sample/Rules.mk

-include $(DEPS)
2 changes: 2 additions & 0 deletions addon/ugui/Makefile
Expand Up @@ -12,3 +12,5 @@ libugui.a: $(OBJS)
@$(AR) cr $@ $(OBJS)

include $(CIRCLEHOME)/Rules.mk

-include $(DEPS)
2 changes: 2 additions & 0 deletions addon/ugui/sample/Makefile
Expand Up @@ -15,3 +15,5 @@ LIBS = ../libugui.a \
$(CIRCLEHOME)/lib/libcircle.a

include $(CIRCLEHOME)/sample/Rules.mk

-include $(DEPS)
2 changes: 2 additions & 0 deletions addon/vc4/interface/bcm_host/Makefile
Expand Up @@ -16,3 +16,5 @@ include $(CIRCLEHOME)/Rules.mk
ifeq ($(strip $(AARCH)),64)
$(error AARCH = 64 is not supported here)
endif

-include $(DEPS)
5 changes: 4 additions & 1 deletion addon/vc4/interface/khronos/Makefile
Expand Up @@ -31,7 +31,8 @@ libkhrn_client.a: $(OBJS)
@rm -f $@
@$(AR) cr $@ $(OBJS)

EXTRACLEAN = common/*.o egl/*.o ext/*.o glxx/*.o vg/*.o
EXTRACLEAN = common/*.o egl/*.o ext/*.o glxx/*.o vg/*.o \
common/*.d egl/*.d ext/*.d glxx/*.d vg/*.d

include $(CIRCLEHOME)/Rules.mk

Expand All @@ -41,3 +42,5 @@ DEFINE += -DEGL_SERVER_DISPMANX
ifeq ($(strip $(AARCH)),64)
$(error AARCH = 64 is not supported here)
endif

-include $(DEPS)
2 changes: 2 additions & 0 deletions addon/vc4/interface/sample/hello_dispmanx/Makefile
Expand Up @@ -15,3 +15,5 @@ LIBS = $(CIRCLEHOME)/addon/vc4/interface/bcm_host/libbcm_host.a \
$(CIRCLEHOME)/lib/libcircle.a

include $(CIRCLEHOME)/Rules.mk

-include $(DEPS)
2 changes: 2 additions & 0 deletions addon/vc4/interface/sample/hello_tiger/Makefile
Expand Up @@ -18,3 +18,5 @@ LIBS = $(CIRCLEHOME)/addon/vc4/interface/bcm_host/libbcm_host.a \
include $(CIRCLEHOME)/Rules.mk

CFLAGS += -D__RASPBERRYPI__

-include $(DEPS)
2 changes: 2 additions & 0 deletions addon/vc4/interface/sample/hello_triangle/Makefile
Expand Up @@ -32,3 +32,5 @@ $(IMAGES): converttool
converttool: converttool.c
@echo " TOOL $@"
@gcc -o converttool converttool.c

-include $(DEPS)
2 changes: 2 additions & 0 deletions addon/vc4/interface/sample/hello_triangle2/Makefile
Expand Up @@ -19,3 +19,5 @@ LIBS = $(CIRCLEHOME)/addon/vc4/interface/bcm_host/libbcm_host.a \
$(CIRCLEHOME)/lib/libcircle.a

include $(CIRCLEHOME)/Rules.mk

-include $(DEPS)
2 changes: 2 additions & 0 deletions addon/vc4/interface/vcos/Makefile
Expand Up @@ -18,3 +18,5 @@ include $(CIRCLEHOME)/Rules.mk
ifeq ($(strip $(AARCH)),64)
$(error AARCH = 64 is not supported here)
endif

-include $(DEPS)
2 changes: 2 additions & 0 deletions addon/vc4/interface/vmcs_host/Makefile
Expand Up @@ -16,3 +16,5 @@ include $(CIRCLEHOME)/Rules.mk
ifeq ($(strip $(AARCH)),64)
$(error AARCH = 64 is not supported here)
endif

-include $(DEPS)
2 changes: 2 additions & 0 deletions addon/vc4/sound/Makefile
Expand Up @@ -12,3 +12,5 @@ libvchiqsound.a: $(OBJS)
@$(AR) cr $@ $(OBJS)

include $(CIRCLEHOME)/Rules.mk

-include $(DEPS)
2 changes: 2 additions & 0 deletions addon/vc4/sound/sample/Makefile
Expand Up @@ -21,3 +21,5 @@ kernel.o: sound.h
sound.h: sound.h.gz
@echo " UNZIP $@"
@gunzip -c sound.h.gz > sound.h

-include $(DEPS)
2 changes: 2 additions & 0 deletions addon/vc4/vchiq/Makefile
Expand Up @@ -14,3 +14,5 @@ libvchiq.a: $(OBJS)
@$(AR) cr $@ $(OBJS)

include $(CIRCLEHOME)/Rules.mk

-include $(DEPS)
2 changes: 2 additions & 0 deletions addon/webconsole/Makefile
Expand Up @@ -12,3 +12,5 @@ libwebconsole.a: $(OBJS)
@$(AR) cr $@ $(OBJS)

include $(CIRCLEHOME)/Rules.mk

-include $(DEPS)
2 changes: 2 additions & 0 deletions addon/webconsole/sample/Makefile
Expand Up @@ -15,3 +15,5 @@ LIBS = ../libwebconsole.a \
$(CIRCLEHOME)/lib/libcircle.a

include $(CIRCLEHOME)/sample/Rules.mk

-include $(DEPS)
2 changes: 2 additions & 0 deletions app/lib/template/Makefile
Expand Up @@ -12,3 +12,5 @@ libtempl.a: $(OBJS)
@$(AR) cr $@ $(OBJS)

include $(CIRCLEHOME)/Rules.mk

-include $(DEPS)
2 changes: 2 additions & 0 deletions app/template/Makefile
Expand Up @@ -10,3 +10,5 @@ LIBS = $(CIRCLEHOME)/app/lib/template/libtempl.a \
$(CIRCLEHOME)/lib/libcircle.a

include ../Rules.mk

-include $(DEPS)
2 changes: 2 additions & 0 deletions lib/Makefile
Expand Up @@ -63,3 +63,5 @@ libcircle.a: $(OBJS)
@echo " AR $@"
@rm -f $@
@$(AR) cr $@ $(OBJS)

-include $(DEPS)
2 changes: 2 additions & 0 deletions lib/bt/Makefile
Expand Up @@ -45,3 +45,5 @@ BCM43430A1.h: converttool
converttool: converttool.c
@echo " TOOL $@"
@gcc -o converttool converttool.c

-include $(DEPS)
2 changes: 2 additions & 0 deletions lib/fs/Makefile
Expand Up @@ -28,3 +28,5 @@ libfs.a: $(OBJS)
@$(AR) cr $@ $(OBJS)

include $(CIRCLEHOME)/Rules.mk

-include $(DEPS)
2 changes: 2 additions & 0 deletions lib/fs/fat/Makefile
Expand Up @@ -28,3 +28,5 @@ libfatfs.a: $(OBJS)
@$(AR) cr $@ $(OBJS)

include $(CIRCLEHOME)/Rules.mk

-include $(DEPS)
2 changes: 2 additions & 0 deletions lib/input/Makefile
Expand Up @@ -29,3 +29,5 @@ libinput.a: $(OBJS)
@$(AR) cr $@ $(OBJS)

include $(CIRCLEHOME)/Rules.mk

-include $(DEPS)
2 changes: 2 additions & 0 deletions lib/net/Makefile
Expand Up @@ -35,3 +35,5 @@ libnet.a: $(OBJS)
@$(AR) cr $@ $(OBJS)

include $(CIRCLEHOME)/Rules.mk

-include $(DEPS)
2 changes: 2 additions & 0 deletions lib/sched/Makefile
Expand Up @@ -28,3 +28,5 @@ libsched.a: $(OBJS)
@$(AR) cr $@ $(OBJS)

include $(CIRCLEHOME)/Rules.mk

-include $(DEPS)
2 changes: 2 additions & 0 deletions lib/usb/Makefile
Expand Up @@ -44,3 +44,5 @@ libusb.a: $(OBJS)
@echo " AR $@"
@rm -f $@
@$(AR) cr $@ $(OBJS)

-include $(DEPS)
2 changes: 2 additions & 0 deletions sample/01-gpiosimple/Makefile
Expand Up @@ -9,3 +9,5 @@ OBJS = main.o kernel.o
LIBS = $(CIRCLEHOME)/lib/libcircle.a

include ../Rules.mk

-include $(DEPS)
2 changes: 2 additions & 0 deletions sample/02-screenpixel/Makefile
Expand Up @@ -9,3 +9,5 @@ OBJS = main.o kernel.o
LIBS = $(CIRCLEHOME)/lib/libcircle.a

include ../Rules.mk

-include $(DEPS)
2 changes: 2 additions & 0 deletions sample/03-screentext/Makefile
Expand Up @@ -9,3 +9,5 @@ OBJS = main.o kernel.o
LIBS = $(CIRCLEHOME)/lib/libcircle.a

include ../Rules.mk

-include $(DEPS)
2 changes: 2 additions & 0 deletions sample/04-timer/Makefile
Expand Up @@ -9,3 +9,5 @@ OBJS = main.o kernel.o
LIBS = $(CIRCLEHOME)/lib/libcircle.a

include ../Rules.mk

-include $(DEPS)
2 changes: 2 additions & 0 deletions sample/05-usbsimple/Makefile
Expand Up @@ -12,3 +12,5 @@ LIBS = $(CIRCLEHOME)/lib/usb/libusb.a \
$(CIRCLEHOME)/lib/libcircle.a

include ../Rules.mk

-include $(DEPS)
2 changes: 2 additions & 0 deletions sample/06-ethernet/Makefile
Expand Up @@ -12,3 +12,5 @@ LIBS = $(CIRCLEHOME)/lib/usb/libusb.a \
$(CIRCLEHOME)/lib/libcircle.a

include ../Rules.mk

-include $(DEPS)
2 changes: 2 additions & 0 deletions sample/07-usbstorage/Makefile
Expand Up @@ -12,3 +12,5 @@ LIBS = $(CIRCLEHOME)/lib/usb/libusb.a \
$(CIRCLEHOME)/lib/libcircle.a

include ../Rules.mk

-include $(DEPS)
2 changes: 2 additions & 0 deletions sample/08-usbkeyboard/Makefile
Expand Up @@ -12,3 +12,5 @@ LIBS = $(CIRCLEHOME)/lib/usb/libusb.a \
$(CIRCLEHOME)/lib/libcircle.a

include ../Rules.mk

-include $(DEPS)
2 changes: 2 additions & 0 deletions sample/09-softserial/Makefile
Expand Up @@ -9,3 +9,5 @@ OBJS = main.o kernel.o softserial.o
LIBS = $(CIRCLEHOME)/lib/libcircle.a

include ../Rules.mk

-include $(DEPS)

0 comments on commit 4e78f4e

Please sign in to comment.