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

-include ../makefile.init

RM := rm -f

# All of the sources participating in the build are defined here
-include sources.mk
-include subdir.mk
-include Project/subdir.mk
-include Graphics/subdir.mk
-include Commander/subdir.mk
-include Base/subdir.mk
-include objects.mk

-include ../makefile.defs

# Add inputs and outputs from these tool invocations to the build variables 

# All Target
all: managed_Framework_2

# Tool invocations
managed_Framework_2: $(OBJS) $(USER_OBJS)
	@echo 'Building target: $@'
	@echo 'Invoking: QCC'
	qcc -V2.95.3,gcc_ntoshle -lang-c++ -L"" -L"C:\QDE\ide4-workspace\managed_Framework_2_stripped\include" -L"C:\QDE\ide4-workspace\managed_Framework_2_stripped\include\freetype" -L"C:\QDE\ide4-workspace\managed_Framework_2_stripped\include\nvidia\gf" -L"C:\QDE\ide4-workspace\managed_Framework_2_stripped\include\nvidia\glel" -L"C:\QDE\ide4-workspace\managed_Framework_2_stripped\include\nvidia\GLES" -L"C:\QDE\ide4-workspace\managed_Framework_2_stripped\lib" -L"C:\QDE\ide4-workspace\managed_Framework_2_stripped\lib\grafik" -g -Y _ecpp-ne -o"managed_Framework_2" $(OBJS) $(USER_OBJS) $(LIBS)
	@echo 'Finished building target: $@'
	@echo ' '

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

.PHONY: all clean dependents
.SECONDARY:

-include ../makefile.targets
