Initial commit
This commit is contained in:
4
Release/libs/lcd/hd44780/hd44780.d
Normal file
4
Release/libs/lcd/hd44780/hd44780.d
Normal file
@@ -0,0 +1,4 @@
|
||||
libs/lcd/hd44780/hd44780.o: ../libs/lcd/hd44780/hd44780.c \
|
||||
../libs/lcd/hd44780/hd44780.h
|
||||
|
||||
../libs/lcd/hd44780/hd44780.h:
|
||||
BIN
Release/libs/lcd/hd44780/hd44780.o
Normal file
BIN
Release/libs/lcd/hd44780/hd44780.o
Normal file
Binary file not shown.
24
Release/libs/lcd/hd44780/subdir.mk
Normal file
24
Release/libs/lcd/hd44780/subdir.mk
Normal file
@@ -0,0 +1,24 @@
|
||||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
C_SRCS += \
|
||||
../libs/lcd/hd44780/hd44780.c
|
||||
|
||||
OBJS += \
|
||||
./libs/lcd/hd44780/hd44780.o
|
||||
|
||||
C_DEPS += \
|
||||
./libs/lcd/hd44780/hd44780.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
libs/lcd/hd44780/%.o: ../libs/lcd/hd44780/%.c
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: AVR Compiler'
|
||||
avr-gcc -Wall -Os -fpack-struct -fshort-enums -ffunction-sections -fdata-sections -std=gnu99 -funsigned-char -funsigned-bitfields -mmcu=atmega168p -DF_CPU=8000000UL -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -c -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
|
||||
8
Release/libs/lcd/subdir.mk
Normal file
8
Release/libs/lcd/subdir.mk
Normal file
@@ -0,0 +1,8 @@
|
||||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
|
||||
3
Release/libs/led/led.d
Normal file
3
Release/libs/led/led.d
Normal file
@@ -0,0 +1,3 @@
|
||||
libs/led/led.o: ../libs/led/led.c ../libs/led/led.h
|
||||
|
||||
../libs/led/led.h:
|
||||
BIN
Release/libs/led/led.o
Normal file
BIN
Release/libs/led/led.o
Normal file
Binary file not shown.
24
Release/libs/led/subdir.mk
Normal file
24
Release/libs/led/subdir.mk
Normal file
@@ -0,0 +1,24 @@
|
||||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
C_SRCS += \
|
||||
../libs/led/led.c
|
||||
|
||||
OBJS += \
|
||||
./libs/led/led.o
|
||||
|
||||
C_DEPS += \
|
||||
./libs/led/led.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
libs/led/%.o: ../libs/led/%.c
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: AVR Compiler'
|
||||
avr-gcc -Wall -Os -fpack-struct -fshort-enums -ffunction-sections -fdata-sections -std=gnu99 -funsigned-char -funsigned-bitfields -mmcu=atmega168p -DF_CPU=8000000UL -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -c -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
|
||||
Reference in New Issue
Block a user