############################################################################# # Makefile for building: libcpu.a # Generated by qmake (2.01a) (Qt 4.8.2) on: Sun Sep 2 16:20:22 2012 # Project: cpu.pro # Template: lib # Command: /usr/bin/qmake-qt4 -spec /usr/lib64/qt4/mkspecs/linux-g++ -o Makefile.cpu cpu.pro ############################################################################# ####### Compiler, tools and options CC = arm-none-eabi-gcc CXX = arm-none-eabi-g++ DEFINES = CFLAGS = -pipe -O3 -mlittle-endian -mthumb -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -std=c99 -Wall $(DEFINES) CXXFLAGS = -pipe -O3 -mlittle-endian -mthumb -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -std=c99 -Wall $(DEFINES) INCPATH = -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I../../../includes -I../../../includes/stm32f4-arm-none-eabi-gcc -I../../../includes -I../../../includes/stm32f4-arm-none-eabi-gcc AR = arm-none-eabi-ar rcs RANLIB = QMAKE = /usr/bin/qmake-qt4 TAR = tar -cf COMPRESS = gzip -9f COPY = cp -f SED = sed COPY_FILE = $(COPY) COPY_DIR = $(COPY) -r STRIP = arm-none-eabi-strip INSTALL_FILE = install -m 644 -p INSTALL_DIR = $(COPY_DIR) INSTALL_PROGRAM = install -m 755 -p DEL_FILE = rm -f SYMLINK = ln -f -s DEL_DIR = rmdir MOVE = mv -f CHK_DIR_EXISTS= test -d MKDIR = mkdir -p ####### Output directory OBJECTS_DIR = obj/ ####### Files SOURCES = stm32f4xx_it.c \ system_stm32f4xx.c \ misc.c \ stm32f4xx_adc.c \ stm32f4xx_can.c \ stm32f4xx_crc.c \ stm32f4xx_cryp_aes.c \ stm32f4xx_cryp.c \ stm32f4xx_cryp_des.c \ stm32f4xx_cryp_tdes.c \ stm32f4xx_dac.c \ stm32f4xx_dbgmcu.c \ stm32f4xx_dcmi.c \ stm32f4xx_dma.c \ stm32f4xx_exti.c \ stm32f4xx_flash.c \ stm32f4xx_fsmc.c \ stm32f4xx_gpio.c \ stm32f4xx_hash.c \ stm32f4xx_hash_md5.c \ stm32f4xx_hash_sha1.c \ stm32f4xx_i2c.c \ stm32f4xx_iwdg.c \ stm32f4xx_pwr.c \ stm32f4xx_rcc.c \ stm32f4xx_rng.c \ stm32f4xx_rtc.c \ stm32f4xx_sdio.c \ stm32f4xx_spi.c \ stm32f4xx_syscfg.c \ stm32f4xx_tim.c \ stm32f4xx_usart.c \ stm32f4xx_wwdg.c OBJECTS = obj/stm32f4xx_it.o \ obj/system_stm32f4xx.o \ obj/misc.o \ obj/stm32f4xx_adc.o \ obj/stm32f4xx_can.o \ obj/stm32f4xx_crc.o \ obj/stm32f4xx_cryp_aes.o \ obj/stm32f4xx_cryp.o \ obj/stm32f4xx_cryp_des.o \ obj/stm32f4xx_cryp_tdes.o \ obj/stm32f4xx_dac.o \ obj/stm32f4xx_dbgmcu.o \ obj/stm32f4xx_dcmi.o \ obj/stm32f4xx_dma.o \ obj/stm32f4xx_exti.o \ obj/stm32f4xx_flash.o \ obj/stm32f4xx_fsmc.o \ obj/stm32f4xx_gpio.o \ obj/stm32f4xx_hash.o \ obj/stm32f4xx_hash_md5.o \ obj/stm32f4xx_hash_sha1.o \ obj/stm32f4xx_i2c.o \ obj/stm32f4xx_iwdg.o \ obj/stm32f4xx_pwr.o \ obj/stm32f4xx_rcc.o \ obj/stm32f4xx_rng.o \ obj/stm32f4xx_rtc.o \ obj/stm32f4xx_sdio.o \ obj/stm32f4xx_spi.o \ obj/stm32f4xx_syscfg.o \ obj/stm32f4xx_tim.o \ obj/stm32f4xx_usart.o \ obj/stm32f4xx_wwdg.o DIST = /usr/lib64/qt4/mkspecs/common/unix.conf \ /usr/lib64/qt4/mkspecs/common/linux.conf \ /usr/lib64/qt4/mkspecs/common/gcc-base.conf \ /usr/lib64/qt4/mkspecs/common/gcc-base-unix.conf \ /usr/lib64/qt4/mkspecs/common/g++-base.conf \ /usr/lib64/qt4/mkspecs/common/g++-unix.conf \ /usr/lib64/qt4/mkspecs/qconfig.pri \ /usr/lib64/qt4/mkspecs/modules/qt_webkit_version.pri \ /usr/lib64/qt4/mkspecs/features/qt_functions.prf \ /usr/lib64/qt4/mkspecs/features/qt_config.prf \ /usr/lib64/qt4/mkspecs/features/exclusive_builds.prf \ /usr/lib64/qt4/mkspecs/features/default_pre.prf \ ../../../../rules/common/librules.pri \ ../../../../rules/stm32f4-arm-none-eabi-gcc/rules.pri \ /usr/lib64/qt4/mkspecs/features/release.prf \ /usr/lib64/qt4/mkspecs/features/default_post.prf \ /usr/lib64/qt4/mkspecs/features/staticlib.prf \ /usr/lib64/qt4/mkspecs/features/static.prf \ /usr/lib64/qt4/mkspecs/features/unix/gdb_dwarf_index.prf \ /usr/lib64/qt4/mkspecs/features/warn_on.prf \ /usr/lib64/qt4/mkspecs/features/resources.prf \ /usr/lib64/qt4/mkspecs/features/uic.prf \ /usr/lib64/qt4/mkspecs/features/yacc.prf \ /usr/lib64/qt4/mkspecs/features/lex.prf \ /usr/lib64/qt4/mkspecs/features/include_source_dir.prf \ cpu.pro QMAKE_TARGET = cpu DESTDIR = ../../../bin/stm32f4-arm-none-eabi-gcc/ TARGET = libcpu.a first: all ####### Implicit rules .SUFFIXES: .o .c .cpp .cc .cxx .C .cpp.o: $(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<" .cc.o: $(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<" .cxx.o: $(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<" .C.o: $(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<" .c.o: $(CC) -c $(CFLAGS) $(INCPATH) -o "$@" "$<" ####### Build rules all: Makefile.cpu ../../../bin/stm32f4-arm-none-eabi-gcc/$(TARGET) staticlib: ../../../bin/stm32f4-arm-none-eabi-gcc/$(TARGET) ../../../bin/stm32f4-arm-none-eabi-gcc/$(TARGET): $(OBJECTS) $(OBJCOMP) @$(CHK_DIR_EXISTS) ../../../bin/stm32f4-arm-none-eabi-gcc/ || $(MKDIR) ../../../bin/stm32f4-arm-none-eabi-gcc/ -$(DEL_FILE) $(TARGET) $(AR) $(TARGET) $(OBJECTS) -$(DEL_FILE) ../../../bin/stm32f4-arm-none-eabi-gcc/$(TARGET) -$(MOVE) $(TARGET) ../../../bin/stm32f4-arm-none-eabi-gcc/ Makefile.cpu: cpu.pro /usr/lib64/qt4/mkspecs/linux-g++/qmake.conf /usr/lib64/qt4/mkspecs/common/unix.conf \ /usr/lib64/qt4/mkspecs/common/linux.conf \ /usr/lib64/qt4/mkspecs/common/gcc-base.conf \ /usr/lib64/qt4/mkspecs/common/gcc-base-unix.conf \ /usr/lib64/qt4/mkspecs/common/g++-base.conf \ /usr/lib64/qt4/mkspecs/common/g++-unix.conf \ /usr/lib64/qt4/mkspecs/qconfig.pri \ /usr/lib64/qt4/mkspecs/modules/qt_webkit_version.pri \ /usr/lib64/qt4/mkspecs/features/qt_functions.prf \ /usr/lib64/qt4/mkspecs/features/qt_config.prf \ /usr/lib64/qt4/mkspecs/features/exclusive_builds.prf \ /usr/lib64/qt4/mkspecs/features/default_pre.prf \ ../../../../rules/common/librules.pri \ ../../../../rules/stm32f4-arm-none-eabi-gcc/rules.pri \ /usr/lib64/qt4/mkspecs/features/release.prf \ /usr/lib64/qt4/mkspecs/features/default_post.prf \ /usr/lib64/qt4/mkspecs/features/staticlib.prf \ /usr/lib64/qt4/mkspecs/features/static.prf \ /usr/lib64/qt4/mkspecs/features/unix/gdb_dwarf_index.prf \ /usr/lib64/qt4/mkspecs/features/warn_on.prf \ /usr/lib64/qt4/mkspecs/features/resources.prf \ /usr/lib64/qt4/mkspecs/features/uic.prf \ /usr/lib64/qt4/mkspecs/features/yacc.prf \ /usr/lib64/qt4/mkspecs/features/lex.prf \ /usr/lib64/qt4/mkspecs/features/include_source_dir.prf $(QMAKE) -spec /usr/lib64/qt4/mkspecs/linux-g++ -o Makefile.cpu cpu.pro /usr/lib64/qt4/mkspecs/common/unix.conf: /usr/lib64/qt4/mkspecs/common/linux.conf: /usr/lib64/qt4/mkspecs/common/gcc-base.conf: /usr/lib64/qt4/mkspecs/common/gcc-base-unix.conf: /usr/lib64/qt4/mkspecs/common/g++-base.conf: /usr/lib64/qt4/mkspecs/common/g++-unix.conf: /usr/lib64/qt4/mkspecs/qconfig.pri: /usr/lib64/qt4/mkspecs/modules/qt_webkit_version.pri: /usr/lib64/qt4/mkspecs/features/qt_functions.prf: /usr/lib64/qt4/mkspecs/features/qt_config.prf: /usr/lib64/qt4/mkspecs/features/exclusive_builds.prf: /usr/lib64/qt4/mkspecs/features/default_pre.prf: ../../../../rules/common/librules.pri: ../../../../rules/stm32f4-arm-none-eabi-gcc/rules.pri: /usr/lib64/qt4/mkspecs/features/release.prf: /usr/lib64/qt4/mkspecs/features/default_post.prf: /usr/lib64/qt4/mkspecs/features/staticlib.prf: /usr/lib64/qt4/mkspecs/features/static.prf: /usr/lib64/qt4/mkspecs/features/unix/gdb_dwarf_index.prf: /usr/lib64/qt4/mkspecs/features/warn_on.prf: /usr/lib64/qt4/mkspecs/features/resources.prf: /usr/lib64/qt4/mkspecs/features/uic.prf: /usr/lib64/qt4/mkspecs/features/yacc.prf: /usr/lib64/qt4/mkspecs/features/lex.prf: /usr/lib64/qt4/mkspecs/features/include_source_dir.prf: qmake: FORCE @$(QMAKE) -spec /usr/lib64/qt4/mkspecs/linux-g++ -o Makefile.cpu cpu.pro dist: @$(CHK_DIR_EXISTS) obj/cpu1.0.0 || $(MKDIR) obj/cpu1.0.0 $(COPY_FILE) --parents $(SOURCES) $(DIST) obj/cpu1.0.0/ && (cd `dirname obj/cpu1.0.0` && $(TAR) cpu1.0.0.tar cpu1.0.0 && $(COMPRESS) cpu1.0.0.tar) && $(MOVE) `dirname obj/cpu1.0.0`/cpu1.0.0.tar.gz . && $(DEL_FILE) -r obj/cpu1.0.0 clean:compiler_clean -$(DEL_FILE) $(OBJECTS) -$(DEL_FILE) *~ core *.core ####### Sub-libraries distclean: clean -$(DEL_FILE) $(TARGET) -$(DEL_FILE) Makefile.cpu check: first compiler_rcc_make_all: compiler_rcc_clean: compiler_uic_make_all: compiler_uic_clean: compiler_image_collection_make_all: qmake_image_collection.cpp compiler_image_collection_clean: -$(DEL_FILE) qmake_image_collection.cpp compiler_yacc_decl_make_all: compiler_yacc_decl_clean: compiler_yacc_impl_make_all: compiler_yacc_impl_clean: compiler_lex_make_all: compiler_lex_clean: compiler_clean: ####### Compile obj/stm32f4xx_it.o: stm32f4xx_it.c stm32f4xx_it.h $(CC) -c $(CFLAGS) $(INCPATH) -o obj/stm32f4xx_it.o stm32f4xx_it.c obj/system_stm32f4xx.o: system_stm32f4xx.c stm32f4xx.h \ core_cm4.h \ core_cmInstr.h \ core_cmFunc.h \ core_cm4_simd.h \ system_stm32f4xx.h \ stm32f4xx_conf.h \ stm32f4xx_adc.h \ stm32f4xx_can.h \ stm32f4xx_crc.h \ stm32f4xx_cryp.h \ stm32f4xx_dac.h \ stm32f4xx_dbgmcu.h \ stm32f4xx_dcmi.h \ stm32f4xx_dma.h \ stm32f4xx_exti.h \ stm32f4xx_flash.h \ stm32f4xx_fsmc.h \ stm32f4xx_hash.h \ stm32f4xx_gpio.h \ stm32f4xx_i2c.h \ stm32f4xx_iwdg.h \ stm32f4xx_pwr.h \ stm32f4xx_rcc.h \ stm32f4xx_rng.h \ stm32f4xx_rtc.h \ stm32f4xx_sdio.h \ stm32f4xx_spi.h \ stm32f4xx_syscfg.h \ stm32f4xx_tim.h \ stm32f4xx_usart.h \ stm32f4xx_wwdg.h \ misc.h $(CC) -c $(CFLAGS) $(INCPATH) -o obj/system_stm32f4xx.o system_stm32f4xx.c obj/misc.o: misc.c misc.h \ stm32f4xx.h \ core_cm4.h \ core_cmInstr.h \ core_cmFunc.h \ core_cm4_simd.h \ system_stm32f4xx.h \ stm32f4xx_conf.h \ stm32f4xx_adc.h \ stm32f4xx_can.h \ stm32f4xx_crc.h \ stm32f4xx_cryp.h \ stm32f4xx_dac.h \ stm32f4xx_dbgmcu.h \ stm32f4xx_dcmi.h \ stm32f4xx_dma.h \ stm32f4xx_exti.h \ stm32f4xx_flash.h \ stm32f4xx_fsmc.h \ stm32f4xx_hash.h \ stm32f4xx_gpio.h \ stm32f4xx_i2c.h \ stm32f4xx_iwdg.h \ stm32f4xx_pwr.h \ stm32f4xx_rcc.h \ stm32f4xx_rng.h \ stm32f4xx_rtc.h \ stm32f4xx_sdio.h \ stm32f4xx_spi.h \ stm32f4xx_syscfg.h \ stm32f4xx_tim.h \ stm32f4xx_usart.h \ stm32f4xx_wwdg.h $(CC) -c $(CFLAGS) $(INCPATH) -o obj/misc.o misc.c obj/stm32f4xx_adc.o: stm32f4xx_adc.c stm32f4xx_adc.h \ stm32f4xx.h \ core_cm4.h \ core_cmInstr.h \ core_cmFunc.h \ core_cm4_simd.h \ system_stm32f4xx.h \ stm32f4xx_conf.h \ stm32f4xx_can.h \ stm32f4xx_crc.h \ stm32f4xx_cryp.h \ stm32f4xx_dac.h \ stm32f4xx_dbgmcu.h \ stm32f4xx_dcmi.h \ stm32f4xx_dma.h \ stm32f4xx_exti.h \ stm32f4xx_flash.h \ stm32f4xx_fsmc.h \ stm32f4xx_hash.h \ stm32f4xx_gpio.h \ stm32f4xx_i2c.h \ stm32f4xx_iwdg.h \ stm32f4xx_pwr.h \ stm32f4xx_rcc.h \ stm32f4xx_rng.h \ stm32f4xx_rtc.h \ stm32f4xx_sdio.h \ stm32f4xx_spi.h \ stm32f4xx_syscfg.h \ stm32f4xx_tim.h \ stm32f4xx_usart.h \ stm32f4xx_wwdg.h \ misc.h $(CC) -c $(CFLAGS) $(INCPATH) -o obj/stm32f4xx_adc.o stm32f4xx_adc.c obj/stm32f4xx_can.o: stm32f4xx_can.c stm32f4xx_can.h \ stm32f4xx.h \ core_cm4.h \ core_cmInstr.h \ core_cmFunc.h \ core_cm4_simd.h \ system_stm32f4xx.h \ stm32f4xx_conf.h \ stm32f4xx_adc.h \ stm32f4xx_crc.h \ stm32f4xx_cryp.h \ stm32f4xx_dac.h \ stm32f4xx_dbgmcu.h \ stm32f4xx_dcmi.h \ stm32f4xx_dma.h \ stm32f4xx_exti.h \ stm32f4xx_flash.h \ stm32f4xx_fsmc.h \ stm32f4xx_hash.h \ stm32f4xx_gpio.h \ stm32f4xx_i2c.h \ stm32f4xx_iwdg.h \ stm32f4xx_pwr.h \ stm32f4xx_rcc.h \ stm32f4xx_rng.h \ stm32f4xx_rtc.h \ stm32f4xx_sdio.h \ stm32f4xx_spi.h \ stm32f4xx_syscfg.h \ stm32f4xx_tim.h \ stm32f4xx_usart.h \ stm32f4xx_wwdg.h \ misc.h $(CC) -c $(CFLAGS) $(INCPATH) -o obj/stm32f4xx_can.o stm32f4xx_can.c obj/stm32f4xx_crc.o: stm32f4xx_crc.c stm32f4xx_crc.h \ stm32f4xx.h \ core_cm4.h \ core_cmInstr.h \ core_cmFunc.h \ core_cm4_simd.h \ system_stm32f4xx.h \ stm32f4xx_conf.h \ stm32f4xx_adc.h \ stm32f4xx_can.h \ stm32f4xx_cryp.h \ stm32f4xx_dac.h \ stm32f4xx_dbgmcu.h \ stm32f4xx_dcmi.h \ stm32f4xx_dma.h \ stm32f4xx_exti.h \ stm32f4xx_flash.h \ stm32f4xx_fsmc.h \ stm32f4xx_hash.h \ stm32f4xx_gpio.h \ stm32f4xx_i2c.h \ stm32f4xx_iwdg.h \ stm32f4xx_pwr.h \ stm32f4xx_rcc.h \ stm32f4xx_rng.h \ stm32f4xx_rtc.h \ stm32f4xx_sdio.h \ stm32f4xx_spi.h \ stm32f4xx_syscfg.h \ stm32f4xx_tim.h \ stm32f4xx_usart.h \ stm32f4xx_wwdg.h \ misc.h $(CC) -c $(CFLAGS) $(INCPATH) -o obj/stm32f4xx_crc.o stm32f4xx_crc.c obj/stm32f4xx_cryp_aes.o: stm32f4xx_cryp_aes.c stm32f4xx_cryp.h \ stm32f4xx.h \ core_cm4.h \ core_cmInstr.h \ core_cmFunc.h \ core_cm4_simd.h \ system_stm32f4xx.h \ stm32f4xx_conf.h \ stm32f4xx_adc.h \ stm32f4xx_can.h \ stm32f4xx_crc.h \ stm32f4xx_dac.h \ stm32f4xx_dbgmcu.h \ stm32f4xx_dcmi.h \ stm32f4xx_dma.h \ stm32f4xx_exti.h \ stm32f4xx_flash.h \ stm32f4xx_fsmc.h \ stm32f4xx_hash.h \ stm32f4xx_gpio.h \ stm32f4xx_i2c.h \ stm32f4xx_iwdg.h \ stm32f4xx_pwr.h \ stm32f4xx_rcc.h \ stm32f4xx_rng.h \ stm32f4xx_rtc.h \ stm32f4xx_sdio.h \ stm32f4xx_spi.h \ stm32f4xx_syscfg.h \ stm32f4xx_tim.h \ stm32f4xx_usart.h \ stm32f4xx_wwdg.h \ misc.h $(CC) -c $(CFLAGS) $(INCPATH) -o obj/stm32f4xx_cryp_aes.o stm32f4xx_cryp_aes.c obj/stm32f4xx_cryp.o: stm32f4xx_cryp.c stm32f4xx_cryp.h \ stm32f4xx.h \ core_cm4.h \ core_cmInstr.h \ core_cmFunc.h \ core_cm4_simd.h \ system_stm32f4xx.h \ stm32f4xx_conf.h \ stm32f4xx_adc.h \ stm32f4xx_can.h \ stm32f4xx_crc.h \ stm32f4xx_dac.h \ stm32f4xx_dbgmcu.h \ stm32f4xx_dcmi.h \ stm32f4xx_dma.h \ stm32f4xx_exti.h \ stm32f4xx_flash.h \ stm32f4xx_fsmc.h \ stm32f4xx_hash.h \ stm32f4xx_gpio.h \ stm32f4xx_i2c.h \ stm32f4xx_iwdg.h \ stm32f4xx_pwr.h \ stm32f4xx_rcc.h \ stm32f4xx_rng.h \ stm32f4xx_rtc.h \ stm32f4xx_sdio.h \ stm32f4xx_spi.h \ stm32f4xx_syscfg.h \ stm32f4xx_tim.h \ stm32f4xx_usart.h \ stm32f4xx_wwdg.h \ misc.h $(CC) -c $(CFLAGS) $(INCPATH) -o obj/stm32f4xx_cryp.o stm32f4xx_cryp.c obj/stm32f4xx_cryp_des.o: stm32f4xx_cryp_des.c stm32f4xx_cryp.h \ stm32f4xx.h \ core_cm4.h \ core_cmInstr.h \ core_cmFunc.h \ core_cm4_simd.h \ system_stm32f4xx.h \ stm32f4xx_conf.h \ stm32f4xx_adc.h \ stm32f4xx_can.h \ stm32f4xx_crc.h \ stm32f4xx_dac.h \ stm32f4xx_dbgmcu.h \ stm32f4xx_dcmi.h \ stm32f4xx_dma.h \ stm32f4xx_exti.h \ stm32f4xx_flash.h \ stm32f4xx_fsmc.h \ stm32f4xx_hash.h \ stm32f4xx_gpio.h \ stm32f4xx_i2c.h \ stm32f4xx_iwdg.h \ stm32f4xx_pwr.h \ stm32f4xx_rcc.h \ stm32f4xx_rng.h \ stm32f4xx_rtc.h \ stm32f4xx_sdio.h \ stm32f4xx_spi.h \ stm32f4xx_syscfg.h \ stm32f4xx_tim.h \ stm32f4xx_usart.h \ stm32f4xx_wwdg.h \ misc.h $(CC) -c $(CFLAGS) $(INCPATH) -o obj/stm32f4xx_cryp_des.o stm32f4xx_cryp_des.c obj/stm32f4xx_cryp_tdes.o: stm32f4xx_cryp_tdes.c stm32f4xx_cryp.h \ stm32f4xx.h \ core_cm4.h \ core_cmInstr.h \ core_cmFunc.h \ core_cm4_simd.h \ system_stm32f4xx.h \ stm32f4xx_conf.h \ stm32f4xx_adc.h \ stm32f4xx_can.h \ stm32f4xx_crc.h \ stm32f4xx_dac.h \ stm32f4xx_dbgmcu.h \ stm32f4xx_dcmi.h \ stm32f4xx_dma.h \ stm32f4xx_exti.h \ stm32f4xx_flash.h \ stm32f4xx_fsmc.h \ stm32f4xx_hash.h \ stm32f4xx_gpio.h \ stm32f4xx_i2c.h \ stm32f4xx_iwdg.h \ stm32f4xx_pwr.h \ stm32f4xx_rcc.h \ stm32f4xx_rng.h \ stm32f4xx_rtc.h \ stm32f4xx_sdio.h \ stm32f4xx_spi.h \ stm32f4xx_syscfg.h \ stm32f4xx_tim.h \ stm32f4xx_usart.h \ stm32f4xx_wwdg.h \ misc.h $(CC) -c $(CFLAGS) $(INCPATH) -o obj/stm32f4xx_cryp_tdes.o stm32f4xx_cryp_tdes.c obj/stm32f4xx_dac.o: stm32f4xx_dac.c stm32f4xx_dac.h \ stm32f4xx.h \ core_cm4.h \ core_cmInstr.h \ core_cmFunc.h \ core_cm4_simd.h \ system_stm32f4xx.h \ stm32f4xx_conf.h \ stm32f4xx_adc.h \ stm32f4xx_can.h \ stm32f4xx_crc.h \ stm32f4xx_cryp.h \ stm32f4xx_dbgmcu.h \ stm32f4xx_dcmi.h \ stm32f4xx_dma.h \ stm32f4xx_exti.h \ stm32f4xx_flash.h \ stm32f4xx_fsmc.h \ stm32f4xx_hash.h \ stm32f4xx_gpio.h \ stm32f4xx_i2c.h \ stm32f4xx_iwdg.h \ stm32f4xx_pwr.h \ stm32f4xx_rcc.h \ stm32f4xx_rng.h \ stm32f4xx_rtc.h \ stm32f4xx_sdio.h \ stm32f4xx_spi.h \ stm32f4xx_syscfg.h \ stm32f4xx_tim.h \ stm32f4xx_usart.h \ stm32f4xx_wwdg.h \ misc.h $(CC) -c $(CFLAGS) $(INCPATH) -o obj/stm32f4xx_dac.o stm32f4xx_dac.c obj/stm32f4xx_dbgmcu.o: stm32f4xx_dbgmcu.c stm32f4xx_dbgmcu.h \ stm32f4xx.h \ core_cm4.h \ core_cmInstr.h \ core_cmFunc.h \ core_cm4_simd.h \ system_stm32f4xx.h \ stm32f4xx_conf.h \ stm32f4xx_adc.h \ stm32f4xx_can.h \ stm32f4xx_crc.h \ stm32f4xx_cryp.h \ stm32f4xx_dac.h \ stm32f4xx_dcmi.h \ stm32f4xx_dma.h \ stm32f4xx_exti.h \ stm32f4xx_flash.h \ stm32f4xx_fsmc.h \ stm32f4xx_hash.h \ stm32f4xx_gpio.h \ stm32f4xx_i2c.h \ stm32f4xx_iwdg.h \ stm32f4xx_pwr.h \ stm32f4xx_rcc.h \ stm32f4xx_rng.h \ stm32f4xx_rtc.h \ stm32f4xx_sdio.h \ stm32f4xx_spi.h \ stm32f4xx_syscfg.h \ stm32f4xx_tim.h \ stm32f4xx_usart.h \ stm32f4xx_wwdg.h \ misc.h $(CC) -c $(CFLAGS) $(INCPATH) -o obj/stm32f4xx_dbgmcu.o stm32f4xx_dbgmcu.c obj/stm32f4xx_dcmi.o: stm32f4xx_dcmi.c stm32f4xx_dcmi.h \ stm32f4xx.h \ core_cm4.h \ core_cmInstr.h \ core_cmFunc.h \ core_cm4_simd.h \ system_stm32f4xx.h \ stm32f4xx_conf.h \ stm32f4xx_adc.h \ stm32f4xx_can.h \ stm32f4xx_crc.h \ stm32f4xx_cryp.h \ stm32f4xx_dac.h \ stm32f4xx_dbgmcu.h \ stm32f4xx_dma.h \ stm32f4xx_exti.h \ stm32f4xx_flash.h \ stm32f4xx_fsmc.h \ stm32f4xx_hash.h \ stm32f4xx_gpio.h \ stm32f4xx_i2c.h \ stm32f4xx_iwdg.h \ stm32f4xx_pwr.h \ stm32f4xx_rcc.h \ stm32f4xx_rng.h \ stm32f4xx_rtc.h \ stm32f4xx_sdio.h \ stm32f4xx_spi.h \ stm32f4xx_syscfg.h \ stm32f4xx_tim.h \ stm32f4xx_usart.h \ stm32f4xx_wwdg.h \ misc.h $(CC) -c $(CFLAGS) $(INCPATH) -o obj/stm32f4xx_dcmi.o stm32f4xx_dcmi.c obj/stm32f4xx_dma.o: stm32f4xx_dma.c stm32f4xx_dma.h \ stm32f4xx.h \ core_cm4.h \ core_cmInstr.h \ core_cmFunc.h \ core_cm4_simd.h \ system_stm32f4xx.h \ stm32f4xx_conf.h \ stm32f4xx_adc.h \ stm32f4xx_can.h \ stm32f4xx_crc.h \ stm32f4xx_cryp.h \ stm32f4xx_dac.h \ stm32f4xx_dbgmcu.h \ stm32f4xx_dcmi.h \ stm32f4xx_exti.h \ stm32f4xx_flash.h \ stm32f4xx_fsmc.h \ stm32f4xx_hash.h \ stm32f4xx_gpio.h \ stm32f4xx_i2c.h \ stm32f4xx_iwdg.h \ stm32f4xx_pwr.h \ stm32f4xx_rcc.h \ stm32f4xx_rng.h \ stm32f4xx_rtc.h \ stm32f4xx_sdio.h \ stm32f4xx_spi.h \ stm32f4xx_syscfg.h \ stm32f4xx_tim.h \ stm32f4xx_usart.h \ stm32f4xx_wwdg.h \ misc.h $(CC) -c $(CFLAGS) $(INCPATH) -o obj/stm32f4xx_dma.o stm32f4xx_dma.c obj/stm32f4xx_exti.o: stm32f4xx_exti.c stm32f4xx_exti.h \ stm32f4xx.h \ core_cm4.h \ core_cmInstr.h \ core_cmFunc.h \ core_cm4_simd.h \ system_stm32f4xx.h \ stm32f4xx_conf.h \ stm32f4xx_adc.h \ stm32f4xx_can.h \ stm32f4xx_crc.h \ stm32f4xx_cryp.h \ stm32f4xx_dac.h \ stm32f4xx_dbgmcu.h \ stm32f4xx_dcmi.h \ stm32f4xx_dma.h \ stm32f4xx_flash.h \ stm32f4xx_fsmc.h \ stm32f4xx_hash.h \ stm32f4xx_gpio.h \ stm32f4xx_i2c.h \ stm32f4xx_iwdg.h \ stm32f4xx_pwr.h \ stm32f4xx_rcc.h \ stm32f4xx_rng.h \ stm32f4xx_rtc.h \ stm32f4xx_sdio.h \ stm32f4xx_spi.h \ stm32f4xx_syscfg.h \ stm32f4xx_tim.h \ stm32f4xx_usart.h \ stm32f4xx_wwdg.h \ misc.h $(CC) -c $(CFLAGS) $(INCPATH) -o obj/stm32f4xx_exti.o stm32f4xx_exti.c obj/stm32f4xx_flash.o: stm32f4xx_flash.c stm32f4xx_flash.h \ stm32f4xx.h \ core_cm4.h \ core_cmInstr.h \ core_cmFunc.h \ core_cm4_simd.h \ system_stm32f4xx.h \ stm32f4xx_conf.h \ stm32f4xx_adc.h \ stm32f4xx_can.h \ stm32f4xx_crc.h \ stm32f4xx_cryp.h \ stm32f4xx_dac.h \ stm32f4xx_dbgmcu.h \ stm32f4xx_dcmi.h \ stm32f4xx_dma.h \ stm32f4xx_exti.h \ stm32f4xx_fsmc.h \ stm32f4xx_hash.h \ stm32f4xx_gpio.h \ stm32f4xx_i2c.h \ stm32f4xx_iwdg.h \ stm32f4xx_pwr.h \ stm32f4xx_rcc.h \ stm32f4xx_rng.h \ stm32f4xx_rtc.h \ stm32f4xx_sdio.h \ stm32f4xx_spi.h \ stm32f4xx_syscfg.h \ stm32f4xx_tim.h \ stm32f4xx_usart.h \ stm32f4xx_wwdg.h \ misc.h $(CC) -c $(CFLAGS) $(INCPATH) -o obj/stm32f4xx_flash.o stm32f4xx_flash.c obj/stm32f4xx_fsmc.o: stm32f4xx_fsmc.c stm32f4xx_fsmc.h \ stm32f4xx.h \ core_cm4.h \ core_cmInstr.h \ core_cmFunc.h \ core_cm4_simd.h \ system_stm32f4xx.h \ stm32f4xx_conf.h \ stm32f4xx_adc.h \ stm32f4xx_can.h \ stm32f4xx_crc.h \ stm32f4xx_cryp.h \ stm32f4xx_dac.h \ stm32f4xx_dbgmcu.h \ stm32f4xx_dcmi.h \ stm32f4xx_dma.h \ stm32f4xx_exti.h \ stm32f4xx_flash.h \ stm32f4xx_hash.h \ stm32f4xx_gpio.h \ stm32f4xx_i2c.h \ stm32f4xx_iwdg.h \ stm32f4xx_pwr.h \ stm32f4xx_rcc.h \ stm32f4xx_rng.h \ stm32f4xx_rtc.h \ stm32f4xx_sdio.h \ stm32f4xx_spi.h \ stm32f4xx_syscfg.h \ stm32f4xx_tim.h \ stm32f4xx_usart.h \ stm32f4xx_wwdg.h \ misc.h $(CC) -c $(CFLAGS) $(INCPATH) -o obj/stm32f4xx_fsmc.o stm32f4xx_fsmc.c obj/stm32f4xx_gpio.o: stm32f4xx_gpio.c stm32f4xx_gpio.h \ stm32f4xx.h \ core_cm4.h \ core_cmInstr.h \ core_cmFunc.h \ core_cm4_simd.h \ system_stm32f4xx.h \ stm32f4xx_conf.h \ stm32f4xx_adc.h \ stm32f4xx_can.h \ stm32f4xx_crc.h \ stm32f4xx_cryp.h \ stm32f4xx_dac.h \ stm32f4xx_dbgmcu.h \ stm32f4xx_dcmi.h \ stm32f4xx_dma.h \ stm32f4xx_exti.h \ stm32f4xx_flash.h \ stm32f4xx_fsmc.h \ stm32f4xx_hash.h \ stm32f4xx_i2c.h \ stm32f4xx_iwdg.h \ stm32f4xx_pwr.h \ stm32f4xx_rcc.h \ stm32f4xx_rng.h \ stm32f4xx_rtc.h \ stm32f4xx_sdio.h \ stm32f4xx_spi.h \ stm32f4xx_syscfg.h \ stm32f4xx_tim.h \ stm32f4xx_usart.h \ stm32f4xx_wwdg.h \ misc.h $(CC) -c $(CFLAGS) $(INCPATH) -o obj/stm32f4xx_gpio.o stm32f4xx_gpio.c obj/stm32f4xx_hash.o: stm32f4xx_hash.c stm32f4xx_hash.h \ stm32f4xx.h \ core_cm4.h \ core_cmInstr.h \ core_cmFunc.h \ core_cm4_simd.h \ system_stm32f4xx.h \ stm32f4xx_conf.h \ stm32f4xx_adc.h \ stm32f4xx_can.h \ stm32f4xx_crc.h \ stm32f4xx_cryp.h \ stm32f4xx_dac.h \ stm32f4xx_dbgmcu.h \ stm32f4xx_dcmi.h \ stm32f4xx_dma.h \ stm32f4xx_exti.h \ stm32f4xx_flash.h \ stm32f4xx_fsmc.h \ stm32f4xx_gpio.h \ stm32f4xx_i2c.h \ stm32f4xx_iwdg.h \ stm32f4xx_pwr.h \ stm32f4xx_rcc.h \ stm32f4xx_rng.h \ stm32f4xx_rtc.h \ stm32f4xx_sdio.h \ stm32f4xx_spi.h \ stm32f4xx_syscfg.h \ stm32f4xx_tim.h \ stm32f4xx_usart.h \ stm32f4xx_wwdg.h \ misc.h $(CC) -c $(CFLAGS) $(INCPATH) -o obj/stm32f4xx_hash.o stm32f4xx_hash.c obj/stm32f4xx_hash_md5.o: stm32f4xx_hash_md5.c stm32f4xx_hash.h \ stm32f4xx.h \ core_cm4.h \ core_cmInstr.h \ core_cmFunc.h \ core_cm4_simd.h \ system_stm32f4xx.h \ stm32f4xx_conf.h \ stm32f4xx_adc.h \ stm32f4xx_can.h \ stm32f4xx_crc.h \ stm32f4xx_cryp.h \ stm32f4xx_dac.h \ stm32f4xx_dbgmcu.h \ stm32f4xx_dcmi.h \ stm32f4xx_dma.h \ stm32f4xx_exti.h \ stm32f4xx_flash.h \ stm32f4xx_fsmc.h \ stm32f4xx_gpio.h \ stm32f4xx_i2c.h \ stm32f4xx_iwdg.h \ stm32f4xx_pwr.h \ stm32f4xx_rcc.h \ stm32f4xx_rng.h \ stm32f4xx_rtc.h \ stm32f4xx_sdio.h \ stm32f4xx_spi.h \ stm32f4xx_syscfg.h \ stm32f4xx_tim.h \ stm32f4xx_usart.h \ stm32f4xx_wwdg.h \ misc.h $(CC) -c $(CFLAGS) $(INCPATH) -o obj/stm32f4xx_hash_md5.o stm32f4xx_hash_md5.c obj/stm32f4xx_hash_sha1.o: stm32f4xx_hash_sha1.c stm32f4xx_hash.h \ stm32f4xx.h \ core_cm4.h \ core_cmInstr.h \ core_cmFunc.h \ core_cm4_simd.h \ system_stm32f4xx.h \ stm32f4xx_conf.h \ stm32f4xx_adc.h \ stm32f4xx_can.h \ stm32f4xx_crc.h \ stm32f4xx_cryp.h \ stm32f4xx_dac.h \ stm32f4xx_dbgmcu.h \ stm32f4xx_dcmi.h \ stm32f4xx_dma.h \ stm32f4xx_exti.h \ stm32f4xx_flash.h \ stm32f4xx_fsmc.h \ stm32f4xx_gpio.h \ stm32f4xx_i2c.h \ stm32f4xx_iwdg.h \ stm32f4xx_pwr.h \ stm32f4xx_rcc.h \ stm32f4xx_rng.h \ stm32f4xx_rtc.h \ stm32f4xx_sdio.h \ stm32f4xx_spi.h \ stm32f4xx_syscfg.h \ stm32f4xx_tim.h \ stm32f4xx_usart.h \ stm32f4xx_wwdg.h \ misc.h $(CC) -c $(CFLAGS) $(INCPATH) -o obj/stm32f4xx_hash_sha1.o stm32f4xx_hash_sha1.c obj/stm32f4xx_i2c.o: stm32f4xx_i2c.c stm32f4xx_i2c.h \ stm32f4xx.h \ core_cm4.h \ core_cmInstr.h \ core_cmFunc.h \ core_cm4_simd.h \ system_stm32f4xx.h \ stm32f4xx_conf.h \ stm32f4xx_adc.h \ stm32f4xx_can.h \ stm32f4xx_crc.h \ stm32f4xx_cryp.h \ stm32f4xx_dac.h \ stm32f4xx_dbgmcu.h \ stm32f4xx_dcmi.h \ stm32f4xx_dma.h \ stm32f4xx_exti.h \ stm32f4xx_flash.h \ stm32f4xx_fsmc.h \ stm32f4xx_hash.h \ stm32f4xx_gpio.h \ stm32f4xx_iwdg.h \ stm32f4xx_pwr.h \ stm32f4xx_rcc.h \ stm32f4xx_rng.h \ stm32f4xx_rtc.h \ stm32f4xx_sdio.h \ stm32f4xx_spi.h \ stm32f4xx_syscfg.h \ stm32f4xx_tim.h \ stm32f4xx_usart.h \ stm32f4xx_wwdg.h \ misc.h $(CC) -c $(CFLAGS) $(INCPATH) -o obj/stm32f4xx_i2c.o stm32f4xx_i2c.c obj/stm32f4xx_iwdg.o: stm32f4xx_iwdg.c stm32f4xx_iwdg.h \ stm32f4xx.h \ core_cm4.h \ core_cmInstr.h \ core_cmFunc.h \ core_cm4_simd.h \ system_stm32f4xx.h \ stm32f4xx_conf.h \ stm32f4xx_adc.h \ stm32f4xx_can.h \ stm32f4xx_crc.h \ stm32f4xx_cryp.h \ stm32f4xx_dac.h \ stm32f4xx_dbgmcu.h \ stm32f4xx_dcmi.h \ stm32f4xx_dma.h \ stm32f4xx_exti.h \ stm32f4xx_flash.h \ stm32f4xx_fsmc.h \ stm32f4xx_hash.h \ stm32f4xx_gpio.h \ stm32f4xx_i2c.h \ stm32f4xx_pwr.h \ stm32f4xx_rcc.h \ stm32f4xx_rng.h \ stm32f4xx_rtc.h \ stm32f4xx_sdio.h \ stm32f4xx_spi.h \ stm32f4xx_syscfg.h \ stm32f4xx_tim.h \ stm32f4xx_usart.h \ stm32f4xx_wwdg.h \ misc.h $(CC) -c $(CFLAGS) $(INCPATH) -o obj/stm32f4xx_iwdg.o stm32f4xx_iwdg.c obj/stm32f4xx_pwr.o: stm32f4xx_pwr.c stm32f4xx_pwr.h \ stm32f4xx.h \ core_cm4.h \ core_cmInstr.h \ core_cmFunc.h \ core_cm4_simd.h \ system_stm32f4xx.h \ stm32f4xx_conf.h \ stm32f4xx_adc.h \ stm32f4xx_can.h \ stm32f4xx_crc.h \ stm32f4xx_cryp.h \ stm32f4xx_dac.h \ stm32f4xx_dbgmcu.h \ stm32f4xx_dcmi.h \ stm32f4xx_dma.h \ stm32f4xx_exti.h \ stm32f4xx_flash.h \ stm32f4xx_fsmc.h \ stm32f4xx_hash.h \ stm32f4xx_gpio.h \ stm32f4xx_i2c.h \ stm32f4xx_iwdg.h \ stm32f4xx_rcc.h \ stm32f4xx_rng.h \ stm32f4xx_rtc.h \ stm32f4xx_sdio.h \ stm32f4xx_spi.h \ stm32f4xx_syscfg.h \ stm32f4xx_tim.h \ stm32f4xx_usart.h \ stm32f4xx_wwdg.h \ misc.h $(CC) -c $(CFLAGS) $(INCPATH) -o obj/stm32f4xx_pwr.o stm32f4xx_pwr.c obj/stm32f4xx_rcc.o: stm32f4xx_rcc.c stm32f4xx_rcc.h \ stm32f4xx.h \ core_cm4.h \ core_cmInstr.h \ core_cmFunc.h \ core_cm4_simd.h \ system_stm32f4xx.h \ stm32f4xx_conf.h \ stm32f4xx_adc.h \ stm32f4xx_can.h \ stm32f4xx_crc.h \ stm32f4xx_cryp.h \ stm32f4xx_dac.h \ stm32f4xx_dbgmcu.h \ stm32f4xx_dcmi.h \ stm32f4xx_dma.h \ stm32f4xx_exti.h \ stm32f4xx_flash.h \ stm32f4xx_fsmc.h \ stm32f4xx_hash.h \ stm32f4xx_gpio.h \ stm32f4xx_i2c.h \ stm32f4xx_iwdg.h \ stm32f4xx_pwr.h \ stm32f4xx_rng.h \ stm32f4xx_rtc.h \ stm32f4xx_sdio.h \ stm32f4xx_spi.h \ stm32f4xx_syscfg.h \ stm32f4xx_tim.h \ stm32f4xx_usart.h \ stm32f4xx_wwdg.h \ misc.h $(CC) -c $(CFLAGS) $(INCPATH) -o obj/stm32f4xx_rcc.o stm32f4xx_rcc.c obj/stm32f4xx_rng.o: stm32f4xx_rng.c stm32f4xx_rng.h \ stm32f4xx.h \ core_cm4.h \ core_cmInstr.h \ core_cmFunc.h \ core_cm4_simd.h \ system_stm32f4xx.h \ stm32f4xx_conf.h \ stm32f4xx_adc.h \ stm32f4xx_can.h \ stm32f4xx_crc.h \ stm32f4xx_cryp.h \ stm32f4xx_dac.h \ stm32f4xx_dbgmcu.h \ stm32f4xx_dcmi.h \ stm32f4xx_dma.h \ stm32f4xx_exti.h \ stm32f4xx_flash.h \ stm32f4xx_fsmc.h \ stm32f4xx_hash.h \ stm32f4xx_gpio.h \ stm32f4xx_i2c.h \ stm32f4xx_iwdg.h \ stm32f4xx_pwr.h \ stm32f4xx_rcc.h \ stm32f4xx_rtc.h \ stm32f4xx_sdio.h \ stm32f4xx_spi.h \ stm32f4xx_syscfg.h \ stm32f4xx_tim.h \ stm32f4xx_usart.h \ stm32f4xx_wwdg.h \ misc.h $(CC) -c $(CFLAGS) $(INCPATH) -o obj/stm32f4xx_rng.o stm32f4xx_rng.c obj/stm32f4xx_rtc.o: stm32f4xx_rtc.c stm32f4xx_rtc.h \ stm32f4xx.h \ core_cm4.h \ core_cmInstr.h \ core_cmFunc.h \ core_cm4_simd.h \ system_stm32f4xx.h \ stm32f4xx_conf.h \ stm32f4xx_adc.h \ stm32f4xx_can.h \ stm32f4xx_crc.h \ stm32f4xx_cryp.h \ stm32f4xx_dac.h \ stm32f4xx_dbgmcu.h \ stm32f4xx_dcmi.h \ stm32f4xx_dma.h \ stm32f4xx_exti.h \ stm32f4xx_flash.h \ stm32f4xx_fsmc.h \ stm32f4xx_hash.h \ stm32f4xx_gpio.h \ stm32f4xx_i2c.h \ stm32f4xx_iwdg.h \ stm32f4xx_pwr.h \ stm32f4xx_rcc.h \ stm32f4xx_rng.h \ stm32f4xx_sdio.h \ stm32f4xx_spi.h \ stm32f4xx_syscfg.h \ stm32f4xx_tim.h \ stm32f4xx_usart.h \ stm32f4xx_wwdg.h \ misc.h $(CC) -c $(CFLAGS) $(INCPATH) -o obj/stm32f4xx_rtc.o stm32f4xx_rtc.c obj/stm32f4xx_sdio.o: stm32f4xx_sdio.c stm32f4xx_sdio.h \ stm32f4xx.h \ core_cm4.h \ core_cmInstr.h \ core_cmFunc.h \ core_cm4_simd.h \ system_stm32f4xx.h \ stm32f4xx_conf.h \ stm32f4xx_adc.h \ stm32f4xx_can.h \ stm32f4xx_crc.h \ stm32f4xx_cryp.h \ stm32f4xx_dac.h \ stm32f4xx_dbgmcu.h \ stm32f4xx_dcmi.h \ stm32f4xx_dma.h \ stm32f4xx_exti.h \ stm32f4xx_flash.h \ stm32f4xx_fsmc.h \ stm32f4xx_hash.h \ stm32f4xx_gpio.h \ stm32f4xx_i2c.h \ stm32f4xx_iwdg.h \ stm32f4xx_pwr.h \ stm32f4xx_rcc.h \ stm32f4xx_rng.h \ stm32f4xx_rtc.h \ stm32f4xx_spi.h \ stm32f4xx_syscfg.h \ stm32f4xx_tim.h \ stm32f4xx_usart.h \ stm32f4xx_wwdg.h \ misc.h $(CC) -c $(CFLAGS) $(INCPATH) -o obj/stm32f4xx_sdio.o stm32f4xx_sdio.c obj/stm32f4xx_spi.o: stm32f4xx_spi.c stm32f4xx_spi.h \ stm32f4xx.h \ core_cm4.h \ core_cmInstr.h \ core_cmFunc.h \ core_cm4_simd.h \ system_stm32f4xx.h \ stm32f4xx_conf.h \ stm32f4xx_adc.h \ stm32f4xx_can.h \ stm32f4xx_crc.h \ stm32f4xx_cryp.h \ stm32f4xx_dac.h \ stm32f4xx_dbgmcu.h \ stm32f4xx_dcmi.h \ stm32f4xx_dma.h \ stm32f4xx_exti.h \ stm32f4xx_flash.h \ stm32f4xx_fsmc.h \ stm32f4xx_hash.h \ stm32f4xx_gpio.h \ stm32f4xx_i2c.h \ stm32f4xx_iwdg.h \ stm32f4xx_pwr.h \ stm32f4xx_rcc.h \ stm32f4xx_rng.h \ stm32f4xx_rtc.h \ stm32f4xx_sdio.h \ stm32f4xx_syscfg.h \ stm32f4xx_tim.h \ stm32f4xx_usart.h \ stm32f4xx_wwdg.h \ misc.h $(CC) -c $(CFLAGS) $(INCPATH) -o obj/stm32f4xx_spi.o stm32f4xx_spi.c obj/stm32f4xx_syscfg.o: stm32f4xx_syscfg.c stm32f4xx_syscfg.h \ stm32f4xx.h \ core_cm4.h \ core_cmInstr.h \ core_cmFunc.h \ core_cm4_simd.h \ system_stm32f4xx.h \ stm32f4xx_conf.h \ stm32f4xx_adc.h \ stm32f4xx_can.h \ stm32f4xx_crc.h \ stm32f4xx_cryp.h \ stm32f4xx_dac.h \ stm32f4xx_dbgmcu.h \ stm32f4xx_dcmi.h \ stm32f4xx_dma.h \ stm32f4xx_exti.h \ stm32f4xx_flash.h \ stm32f4xx_fsmc.h \ stm32f4xx_hash.h \ stm32f4xx_gpio.h \ stm32f4xx_i2c.h \ stm32f4xx_iwdg.h \ stm32f4xx_pwr.h \ stm32f4xx_rcc.h \ stm32f4xx_rng.h \ stm32f4xx_rtc.h \ stm32f4xx_sdio.h \ stm32f4xx_spi.h \ stm32f4xx_tim.h \ stm32f4xx_usart.h \ stm32f4xx_wwdg.h \ misc.h $(CC) -c $(CFLAGS) $(INCPATH) -o obj/stm32f4xx_syscfg.o stm32f4xx_syscfg.c obj/stm32f4xx_tim.o: stm32f4xx_tim.c stm32f4xx_tim.h \ stm32f4xx.h \ core_cm4.h \ core_cmInstr.h \ core_cmFunc.h \ core_cm4_simd.h \ system_stm32f4xx.h \ stm32f4xx_conf.h \ stm32f4xx_adc.h \ stm32f4xx_can.h \ stm32f4xx_crc.h \ stm32f4xx_cryp.h \ stm32f4xx_dac.h \ stm32f4xx_dbgmcu.h \ stm32f4xx_dcmi.h \ stm32f4xx_dma.h \ stm32f4xx_exti.h \ stm32f4xx_flash.h \ stm32f4xx_fsmc.h \ stm32f4xx_hash.h \ stm32f4xx_gpio.h \ stm32f4xx_i2c.h \ stm32f4xx_iwdg.h \ stm32f4xx_pwr.h \ stm32f4xx_rcc.h \ stm32f4xx_rng.h \ stm32f4xx_rtc.h \ stm32f4xx_sdio.h \ stm32f4xx_spi.h \ stm32f4xx_syscfg.h \ stm32f4xx_usart.h \ stm32f4xx_wwdg.h \ misc.h $(CC) -c $(CFLAGS) $(INCPATH) -o obj/stm32f4xx_tim.o stm32f4xx_tim.c obj/stm32f4xx_usart.o: stm32f4xx_usart.c stm32f4xx_usart.h \ stm32f4xx.h \ core_cm4.h \ core_cmInstr.h \ core_cmFunc.h \ core_cm4_simd.h \ system_stm32f4xx.h \ stm32f4xx_conf.h \ stm32f4xx_adc.h \ stm32f4xx_can.h \ stm32f4xx_crc.h \ stm32f4xx_cryp.h \ stm32f4xx_dac.h \ stm32f4xx_dbgmcu.h \ stm32f4xx_dcmi.h \ stm32f4xx_dma.h \ stm32f4xx_exti.h \ stm32f4xx_flash.h \ stm32f4xx_fsmc.h \ stm32f4xx_hash.h \ stm32f4xx_gpio.h \ stm32f4xx_i2c.h \ stm32f4xx_iwdg.h \ stm32f4xx_pwr.h \ stm32f4xx_rcc.h \ stm32f4xx_rng.h \ stm32f4xx_rtc.h \ stm32f4xx_sdio.h \ stm32f4xx_spi.h \ stm32f4xx_syscfg.h \ stm32f4xx_tim.h \ stm32f4xx_wwdg.h \ misc.h $(CC) -c $(CFLAGS) $(INCPATH) -o obj/stm32f4xx_usart.o stm32f4xx_usart.c obj/stm32f4xx_wwdg.o: stm32f4xx_wwdg.c stm32f4xx_wwdg.h \ stm32f4xx.h \ core_cm4.h \ core_cmInstr.h \ core_cmFunc.h \ core_cm4_simd.h \ system_stm32f4xx.h \ stm32f4xx_conf.h \ stm32f4xx_adc.h \ stm32f4xx_can.h \ stm32f4xx_crc.h \ stm32f4xx_cryp.h \ stm32f4xx_dac.h \ stm32f4xx_dbgmcu.h \ stm32f4xx_dcmi.h \ stm32f4xx_dma.h \ stm32f4xx_exti.h \ stm32f4xx_flash.h \ stm32f4xx_fsmc.h \ stm32f4xx_hash.h \ stm32f4xx_gpio.h \ stm32f4xx_i2c.h \ stm32f4xx_iwdg.h \ stm32f4xx_pwr.h \ stm32f4xx_rcc.h \ stm32f4xx_rng.h \ stm32f4xx_rtc.h \ stm32f4xx_sdio.h \ stm32f4xx_spi.h \ stm32f4xx_syscfg.h \ stm32f4xx_tim.h \ stm32f4xx_usart.h \ misc.h $(CC) -c $(CFLAGS) $(INCPATH) -o obj/stm32f4xx_wwdg.o stm32f4xx_wwdg.c ####### Install install: FORCE uninstall: FORCE FORCE: