2023-11-15 09:50:20 +08:00

44 lines
1.1 KiB
Makefile

################################################################################
# Automatically-generated file. Do not edit!
################################################################################
-include ../makefile.init
RM := find . -path './build' -prune -o -print -a -type f -not -name '*.mk' -a -not -name '*.ld' -a -not -name 'makefile' -a -not -name 'genhex.sh' -delete & rm -rf
# All of the sources participating in the build are defined here
-include sources.mk
-include ../Src/subdir.mk
-include subdir.mk
-include objects.mk
ifneq ($(MAKECMDGOALS),clean)
ifneq ($(strip $(C_DEPS)),)
-include $(C_DEPS)
endif
endif
-include ../makefile.defs
# Add inputs and outputs from these tool invocations to the build variables
# All Target
all: libsmartos_code.a
# Tool invocations
libsmartos_code.a: $(OBJS)
@echo 'Building target: $@'
@echo 'Invoking: GNU archiver'
ar rcs "libsmartos_code.a" $(USER_OBJS) $(OBJS) $(LIBS)
@echo 'Finished building target: $@'
@echo ' '
# Other Targets
clean:
-$(RM) $(LIB)$(OBJS)$(C_DEPS) libsmartos_code.a
-@echo ' '
.PHONY: all clean dependents
-include ../makefile.targets