################################################################################
# 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 
TAROUT += \
new.tar \

LOGFILE += \
new.log \


# All Target
all: test30_2.tmp

# Tool invocations
test30_2.tmp: $(LOGFILE)
	@echo 'Building target: $@'
	@echo 'Invoking: cat'
	@echo cat $(LOGFILE)
	@cat $(LOGFILE)
	@echo 'Finished building target: $@'
	@echo ' '

new.tar: $(CPP_SRCS) $(ASM_SRCS)
	@echo 'Invoking: tar-create'
	@echo tar -cf new.tar $(CPP_SRCS) $(ASM_SRCS)
	@tar -cf new.tar $(CPP_SRCS) $(ASM_SRCS)
	@echo 'Finished building: $@'
	@echo ' '

new.log: $(TAROUT)
	@echo 'Invoking: tar-list'
	@echo tar -tf $(TAROUT) > new.log
	@tar -tf $(TAROUT) > new.log
	@echo 'Finished building: $@'
	@echo ' '

# Other Targets
clean:
	-$(RM) $(LOGFILE)$(DEPS)$(TAROUT)$(TERMINAL__DUMMY_OUTPUT__OUTPUTS) test30_2.tmp
	-@echo ' '

.PHONY: all clean dependents
.SECONDARY:

-include $(ROOT)/makefile.targets
