1################################################################################ 2# Automatically-generated file. Do not edit! 3################################################################################ 4 5-include ../makefile.init 6 7RM := rm -rf 8 9# All of the sources participating in the build are defined here 10-include sources.mk 11-include MQTTPacket/src/subdir.mk 12-include MQTTPacket/samples/subdir.mk 13-include subdir.mk 14-include objects.mk 15 16ifneq ($(MAKECMDGOALS),clean) 17ifneq ($(strip $(C_DEPS)),) 18-include $(C_DEPS) 19endif 20endif 21 22-include ../makefile.defs 23 24# Add inputs and outputs from these tool invocations to the build variables 25 26# All Target 27all: libembedded-C.so 28 29# Tool invocations 30libembedded-C.so: $(OBJS) $(USER_OBJS) 31 @echo 'Building target: $@' 32 @echo 'Invoking: GCC C Linker' 33 gcc -shared -o "libembedded-C.so" $(OBJS) $(USER_OBJS) $(LIBS) 34 @echo 'Finished building target: $@' 35 @echo ' ' 36 37# Other Targets 38clean: 39 -$(RM) $(C_DEPS)$(LIBRARIES)$(OBJS) libembedded-C.so 40 -@echo ' ' 41 42.PHONY: all clean dependents 43.SECONDARY: 44 45-include ../makefile.targets 46