30 lines
832 B
Makefile
30 lines
832 B
Makefile
################################################################################
|
|
# Automatically-generated file. Do not edit!
|
|
################################################################################
|
|
|
|
# Add inputs and outputs from these tool invocations to the build variables
|
|
C_SRCS += \
|
|
../lcd4.c \
|
|
../lcd_wait.c \
|
|
../lcdtest.c
|
|
|
|
OBJS += \
|
|
./lcd4.o \
|
|
./lcd_wait.o \
|
|
./lcdtest.o
|
|
|
|
C_DEPS += \
|
|
./lcd4.d \
|
|
./lcd_wait.d \
|
|
./lcdtest.d
|
|
|
|
|
|
# Each subdirectory must supply rules for building sources it contributes
|
|
%.o: ../%.c
|
|
@echo 'Building file: $<'
|
|
@echo 'Invoking: AVR Compiler'
|
|
avr-gcc -Wall -g2 -gstabs -O0 -fpack-struct -fshort-enums -std=gnu99 -funsigned-char -funsigned-bitfields -mmcu=atmega16 -DF_CPU=1000000UL -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -c -o"$@" "$<"
|
|
@echo 'Finished building: $<'
|
|
@echo ' '
|
|
|
|
|