################################################################################
# Automatically-generated file. Do not edit!
################################################################################

ROOT := ..

-include $(ROOT)/makefile.init

RM := rm -rf

# All of the sources participating in the build are defined here
-include sources.mk
-include $(SUBDIRS:%=%/subdir.mk)
-include objects.mk
ifneq ($(strip $(DEPS)),)
-include $(DEPS)
endif

-include $(ROOT)/makefile.defs

# Add inputs and outputs from these tool invocations to the build variables 
TEST30_1_GNU_SO_DEPLOY_OUTPUT_OUTPUTS += \
default.so.4.5.6 \

EXECUTABLES += \
test30_1.so.1.2.3 \


# All Target
all: Test30_1.so.4.5.6 secondary-outputs

# Tool invocations
Test30_1.so.4.5.6: $(EXECUTABLES)
	@echo 'Building target: $@'
	@echo 'Invoking: Deploy tool'
	@echo cp $(EXECUTABLES) Test30_1.so.4.5.6
	@cp $(EXECUTABLES) Test30_1.so.4.5.6
	@echo 'Finished building target: $@'
	@echo ' '

default.so.4.5.6: Test30_1.so.4.5.6

test30_1.so.1.2.3: $(STRIPPEDOBJS)
	@echo 'Invoking: MBS30.linker.gnu.c'
	@echo gcc -shared -Wl,-soname=test30_1.so.1.2.3 -otest30_1.so.1.2.3 $(STRIPPEDOBJS)
	@gcc -shared -Wl,-soname=test30_1.so.1.2.3 -otest30_1.so.1.2.3 $(STRIPPEDOBJS)
	@echo 'Finished building: $@'
	@echo ' '

# Other Targets
clean:
	-$(RM) $(TEST30_1_GNU_SO_TAR_OUTPUTBMP_OUTPUTS)$(TEST30_1_GNU_SO_TAR_OUTPUTH_OUTPUTS)$(TEST30_1_GNU_SO_TAR_OUTPUTC_OUTPUTS)$(FINAL)$(OBJS)$(TEST30_1_GNU_SO_CJPEG_OUTPUT_OUTPUTS)$(DEPS)$(EXECUTABLES)$(TEST30_1_GNU_SO_DEPLOY_OUTPUT_OUTPUTS)$(STRIPPEDOBJS) Test30_1.so.4.5.6
	-@echo ' '

secondary-outputs: $(TEST30_1_GNU_SO_CJPEG_OUTPUT_OUTPUTS)

.PHONY: all clean dependents
.SECONDARY:

-include $(ROOT)/makefile.targets
