Files
SyncHome/trunk/workspace/AVR-Lego_RC/Release/subdir.mk
2023-03-13 08:36:51 +00:00

31 lines
933 B
Makefile

################################################################################
# Automatically-generated file. Do not edit!
################################################################################
# Add inputs and outputs from these tool invocations to the build variables
C_SRCS += \
../hal.c \
../main.c \
../openpf.c
OBJS += \
./hal.o \
./main.o \
./openpf.o
C_DEPS += \
./hal.d \
./main.d \
./openpf.d
# Each subdirectory must supply rules for building sources it contributes
%.o: ../%.c
@echo 'Building file: $<'
@echo 'Invoking: AVR Compiler'
avr-gcc -I"A:\hardware\tools\avr\avr\include\avr" -I"A:\hardware\tools\avr\avr" -Wall -Os -fpack-struct -fshort-enums -ffunction-sections -fdata-sections -std=gnu99 -funsigned-char -funsigned-bitfields -mmcu=attiny84a -DF_CPU=8000000UL -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -c -o "$@" "$<"
@echo 'Finished building: $<'
@echo ' '