230 lines
8.3 KiB
Makefile
230 lines
8.3 KiB
Makefile
################################################################################
|
|
# Automatically-generated file. Do not edit!
|
|
################################################################################
|
|
|
|
SHELL := cmd.exe
|
|
RM := rm -rf
|
|
|
|
USER_OBJS :=
|
|
|
|
LIBS :=
|
|
PROJ :=
|
|
|
|
O_SRCS :=
|
|
C_SRCS :=
|
|
S_SRCS :=
|
|
S_UPPER_SRCS :=
|
|
OBJ_SRCS :=
|
|
ASM_SRCS :=
|
|
PREPROCESSING_SRCS :=
|
|
OBJS :=
|
|
OBJS_AS_ARGS :=
|
|
C_DEPS :=
|
|
C_DEPS_AS_ARGS :=
|
|
EXECUTABLES :=
|
|
OUTPUT_FILE_PATH :=
|
|
OUTPUT_FILE_PATH_AS_ARGS :=
|
|
AVR_APP_PATH :=$$$AVR_APP_PATH$$$
|
|
QUOTE := "
|
|
ADDITIONAL_DEPENDENCIES:=
|
|
OUTPUT_FILE_DEP:=
|
|
LIB_DEP:=
|
|
LINKER_SCRIPT_DEP:=
|
|
|
|
# Every subdirectory with source files must be described here
|
|
SUBDIRS :=
|
|
|
|
|
|
# Add inputs and outputs from these tool invocations to the build variables
|
|
C_SRCS += \
|
|
../AttCmdAct.c \
|
|
../AttCtrlMain.c \
|
|
../AttDaoYing.c \
|
|
../AttDataPre.c \
|
|
../AttEnvMod.c \
|
|
../AttMath.c \
|
|
../AttModeSel.c \
|
|
../AttPosCtrl.c \
|
|
../AttPosGet.c \
|
|
../AttRECheck.c
|
|
|
|
|
|
PREPROCESSING_SRCS +=
|
|
|
|
|
|
ASM_SRCS +=
|
|
|
|
|
|
OBJS += \
|
|
AttCmdAct.o \
|
|
AttCtrlMain.o \
|
|
AttDaoYing.o \
|
|
AttDataPre.o \
|
|
AttEnvMod.o \
|
|
AttMath.o \
|
|
AttModeSel.o \
|
|
AttPosCtrl.o \
|
|
AttPosGet.o \
|
|
AttRECheck.o
|
|
|
|
OBJS_AS_ARGS += \
|
|
AttCmdAct.o \
|
|
AttCtrlMain.o \
|
|
AttDaoYing.o \
|
|
AttDataPre.o \
|
|
AttEnvMod.o \
|
|
AttMath.o \
|
|
AttModeSel.o \
|
|
AttPosCtrl.o \
|
|
AttPosGet.o \
|
|
AttRECheck.o
|
|
|
|
C_DEPS += \
|
|
AttCmdAct.d \
|
|
AttCtrlMain.d \
|
|
AttDaoYing.d \
|
|
AttDataPre.d \
|
|
AttEnvMod.d \
|
|
AttMath.d \
|
|
AttModeSel.d \
|
|
AttPosCtrl.d \
|
|
AttPosGet.d \
|
|
AttRECheck.d
|
|
|
|
C_DEPS_AS_ARGS += \
|
|
AttCmdAct.d \
|
|
AttCtrlMain.d \
|
|
AttDaoYing.d \
|
|
AttDataPre.d \
|
|
AttEnvMod.d \
|
|
AttMath.d \
|
|
AttModeSel.d \
|
|
AttPosCtrl.d \
|
|
AttPosGet.d \
|
|
AttRECheck.d
|
|
|
|
OUTPUT_FILE_PATH +=libPrjAttCtrlMng.a
|
|
|
|
OUTPUT_FILE_PATH_AS_ARGS +=libPrjAttCtrlMng.a
|
|
|
|
ADDITIONAL_DEPENDENCIES:=
|
|
|
|
OUTPUT_FILE_DEP:= ./makedep.mk
|
|
|
|
LIB_DEP+=
|
|
|
|
LINKER_SCRIPT_DEP+=
|
|
|
|
|
|
# AVR32/GNU C Compiler
|
|
./AttCmdAct.o: .././AttCmdAct.c
|
|
@echo Building file: $<
|
|
@echo Invoking: ARM/GNU C Compiler : 6.3.1
|
|
$(QUOTE)D:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe$(QUOTE) -x c -mthumb -D__SAMV71Q21B__ -DDEBUG -I"../../libos3/include" -I"../../PrjCommon" -I"../../PrjCommon/drivers" -I"../../PrjCommon/gcc" -I"../../PrjModLoader/src/symbol" -O0 -ffunction-sections -mlong-calls -Wall -mcpu=cortex-m7 -c -std=gnu99 -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -o "$@" "$<"
|
|
@echo Finished building: $<
|
|
|
|
|
|
./AttCtrlMain.o: .././AttCtrlMain.c
|
|
@echo Building file: $<
|
|
@echo Invoking: ARM/GNU C Compiler : 6.3.1
|
|
$(QUOTE)D:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe$(QUOTE) -x c -mthumb -D__SAMV71Q21B__ -DDEBUG -I"../../libos3/include" -I"../../PrjCommon" -I"../../PrjCommon/drivers" -I"../../PrjCommon/gcc" -I"../../PrjModLoader/src/symbol" -O0 -ffunction-sections -mlong-calls -Wall -mcpu=cortex-m7 -c -std=gnu99 -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -o "$@" "$<"
|
|
@echo Finished building: $<
|
|
|
|
|
|
./AttDaoYing.o: .././AttDaoYing.c
|
|
@echo Building file: $<
|
|
@echo Invoking: ARM/GNU C Compiler : 6.3.1
|
|
$(QUOTE)D:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe$(QUOTE) -x c -mthumb -D__SAMV71Q21B__ -DDEBUG -I"../../libos3/include" -I"../../PrjCommon" -I"../../PrjCommon/drivers" -I"../../PrjCommon/gcc" -I"../../PrjModLoader/src/symbol" -O0 -ffunction-sections -mlong-calls -Wall -mcpu=cortex-m7 -c -std=gnu99 -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -o "$@" "$<"
|
|
@echo Finished building: $<
|
|
|
|
|
|
./AttDataPre.o: .././AttDataPre.c
|
|
@echo Building file: $<
|
|
@echo Invoking: ARM/GNU C Compiler : 6.3.1
|
|
$(QUOTE)D:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe$(QUOTE) -x c -mthumb -D__SAMV71Q21B__ -DDEBUG -I"../../libos3/include" -I"../../PrjCommon" -I"../../PrjCommon/drivers" -I"../../PrjCommon/gcc" -I"../../PrjModLoader/src/symbol" -O0 -ffunction-sections -mlong-calls -Wall -mcpu=cortex-m7 -c -std=gnu99 -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -o "$@" "$<"
|
|
@echo Finished building: $<
|
|
|
|
|
|
./AttEnvMod.o: .././AttEnvMod.c
|
|
@echo Building file: $<
|
|
@echo Invoking: ARM/GNU C Compiler : 6.3.1
|
|
$(QUOTE)D:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe$(QUOTE) -x c -mthumb -D__SAMV71Q21B__ -DDEBUG -I"../../libos3/include" -I"../../PrjCommon" -I"../../PrjCommon/drivers" -I"../../PrjCommon/gcc" -I"../../PrjModLoader/src/symbol" -O0 -ffunction-sections -mlong-calls -Wall -mcpu=cortex-m7 -c -std=gnu99 -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -o "$@" "$<"
|
|
@echo Finished building: $<
|
|
|
|
|
|
./AttMath.o: .././AttMath.c
|
|
@echo Building file: $<
|
|
@echo Invoking: ARM/GNU C Compiler : 6.3.1
|
|
$(QUOTE)D:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe$(QUOTE) -x c -mthumb -D__SAMV71Q21B__ -DDEBUG -I"../../libos3/include" -I"../../PrjCommon" -I"../../PrjCommon/drivers" -I"../../PrjCommon/gcc" -I"../../PrjModLoader/src/symbol" -O0 -ffunction-sections -mlong-calls -Wall -mcpu=cortex-m7 -c -std=gnu99 -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -o "$@" "$<"
|
|
@echo Finished building: $<
|
|
|
|
|
|
./AttModeSel.o: .././AttModeSel.c
|
|
@echo Building file: $<
|
|
@echo Invoking: ARM/GNU C Compiler : 6.3.1
|
|
$(QUOTE)D:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe$(QUOTE) -x c -mthumb -D__SAMV71Q21B__ -DDEBUG -I"../../libos3/include" -I"../../PrjCommon" -I"../../PrjCommon/drivers" -I"../../PrjCommon/gcc" -I"../../PrjModLoader/src/symbol" -O0 -ffunction-sections -mlong-calls -Wall -mcpu=cortex-m7 -c -std=gnu99 -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -o "$@" "$<"
|
|
@echo Finished building: $<
|
|
|
|
|
|
./AttPosCtrl.o: .././AttPosCtrl.c
|
|
@echo Building file: $<
|
|
@echo Invoking: ARM/GNU C Compiler : 6.3.1
|
|
$(QUOTE)D:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe$(QUOTE) -x c -mthumb -D__SAMV71Q21B__ -DDEBUG -I"../../libos3/include" -I"../../PrjCommon" -I"../../PrjCommon/drivers" -I"../../PrjCommon/gcc" -I"../../PrjModLoader/src/symbol" -O0 -ffunction-sections -mlong-calls -Wall -mcpu=cortex-m7 -c -std=gnu99 -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -o "$@" "$<"
|
|
@echo Finished building: $<
|
|
|
|
|
|
./AttPosGet.o: .././AttPosGet.c
|
|
@echo Building file: $<
|
|
@echo Invoking: ARM/GNU C Compiler : 6.3.1
|
|
$(QUOTE)D:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe$(QUOTE) -x c -mthumb -D__SAMV71Q21B__ -DDEBUG -I"../../libos3/include" -I"../../PrjCommon" -I"../../PrjCommon/drivers" -I"../../PrjCommon/gcc" -I"../../PrjModLoader/src/symbol" -O0 -ffunction-sections -mlong-calls -Wall -mcpu=cortex-m7 -c -std=gnu99 -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -o "$@" "$<"
|
|
@echo Finished building: $<
|
|
|
|
|
|
./AttRECheck.o: .././AttRECheck.c
|
|
@echo Building file: $<
|
|
@echo Invoking: ARM/GNU C Compiler : 6.3.1
|
|
$(QUOTE)D:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe$(QUOTE) -x c -mthumb -D__SAMV71Q21B__ -DDEBUG -I"../../libos3/include" -I"../../PrjCommon" -I"../../PrjCommon/drivers" -I"../../PrjCommon/gcc" -I"../../PrjModLoader/src/symbol" -O0 -ffunction-sections -mlong-calls -Wall -mcpu=cortex-m7 -c -std=gnu99 -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -o "$@" "$<"
|
|
@echo Finished building: $<
|
|
|
|
|
|
|
|
|
|
|
|
# AVR32/GNU Preprocessing Assembler
|
|
|
|
|
|
|
|
# AVR32/GNU Assembler
|
|
|
|
|
|
|
|
|
|
ifneq ($(MAKECMDGOALS),clean)
|
|
ifneq ($(strip $(C_DEPS)),)
|
|
-include $(C_DEPS)
|
|
endif
|
|
endif
|
|
|
|
# Add inputs and outputs from these tool invocations to the build variables
|
|
|
|
# All Target
|
|
all: $(OUTPUT_FILE_PATH) $(ADDITIONAL_DEPENDENCIES)
|
|
|
|
|
|
$(OUTPUT_FILE_PATH): $(OBJS) $(USER_OBJS) $(OUTPUT_FILE_DEP)
|
|
@echo Building target: $@
|
|
@echo Invoking: ARM/GNU Archiver : 6.3.1
|
|
$(QUOTE)D:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-ar.exe$(QUOTE) -r -o$(OUTPUT_FILE_PATH_AS_ARGS) $(OBJS_AS_ARGS) $(USER_OBJS) $(LIBS)
|
|
@echo Finished building target: $@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Other Targets
|
|
clean:
|
|
-$(RM) $(OBJS_AS_ARGS) $(EXECUTABLES)
|
|
-$(RM) $(C_DEPS_AS_ARGS)
|
|
rm -rf "libPrjAttCtrlMng.elf" "libPrjAttCtrlMng.a" "libPrjAttCtrlMng.hex" "libPrjAttCtrlMng.bin" "libPrjAttCtrlMng.lss" "libPrjAttCtrlMng.eep" "libPrjAttCtrlMng.map" "libPrjAttCtrlMng.srec"
|
|
|