################################################################################
# Automatically-generated file. Do not edit!
################################################################################

# Add inputs and outputs from these tool invocations to the build variables 
CXX_SRCS += \
../cross-mingw/orig/hello.cxx 

C_SRCS += \
../cross-mingw/orig/hello.c 

CXX_DEPS += \
./cross-mingw/orig/hello.d 

C_DEPS += \
./cross-mingw/orig/hello.d 

OBJS += \
./cross-mingw/orig/hello.o 


# Each subdirectory must supply rules for building sources it contributes
cross-mingw/orig/%.o: ../cross-mingw/orig/%.c cross-mingw/orig/subdir.mk
	@echo 'Building file: $<'
	@echo 'Invoking: Cross GCC Compiler'
	gcc -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" -o "$@" "$<"
	@echo 'Finished building: $<'
	@echo ' '

cross-mingw/orig/%.o: ../cross-mingw/orig/%.cxx cross-mingw/orig/subdir.mk
	@echo 'Building file: $<'
	@echo 'Invoking: Cross G++ Compiler'
	g++ -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" -o "$@" "$<"
	@echo 'Finished building: $<'
	@echo ' '


clean: clean-cross-2d-mingw-2f-orig

clean-cross-2d-mingw-2f-orig:
	-$(RM) ./cross-mingw/orig/hello.d ./cross-mingw/orig/hello.o

.PHONY: clean-cross-2d-mingw-2f-orig

