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

# Custom includes added by CellDT makefile generator
-include import_spu.mk

# Macros added by the CDT's makefile generator

-include ../makefile.init

RM := rm -fr

# All of the sources participating in the build are defined here
-include sources.mk
-include subdir.mk
-include spu_objs/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: parrar_PPU

dependents:
	-cd /root/Desktop/workspace/farrar_SPU/spu-gnu-debug && $(MAKE) all

# Tool invocations
parrar_PPU: $(OBJS) $(USER_OBJS) /root/Desktop/workspace/farrar_SPU/spu-gnu-debug/farrar_SPU
	@echo 'Building target: $@'
	@echo 'Invoking: GCC C Linker'
	ppu-gcc -m32 -o"parrar_PPU" $(OBJS) $(USER_OBJS) $(LIBS)
	@echo 'Finished building target: $@'
	@echo ' '

# Other Targets
clean:
	-$(RM) $(OBJS)$(EXECUTABLES)$(C_DEPS) parrar_PPU
	-@echo ' '

.PHONY: all clean dependents
.SECONDARY:
/root/Desktop/workspace/farrar_SPU/spu-gnu-debug/farrar_SPU:

-include ../makefile.targets
