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

# Add inputs and outputs from these tool invocations to the build variables 
CPP_SRCS += \
../graphics/ofBitmapFont.cpp \
../graphics/ofGraphics.cpp \
../graphics/ofImage.cpp \
../graphics/ofTexture.cpp \
../graphics/ofTrueTypeFont.cpp 

OBJS += \
./graphics/ofBitmapFont.o \
./graphics/ofGraphics.o \
./graphics/ofImage.o \
./graphics/ofTexture.o \
./graphics/ofTrueTypeFont.o 

CPP_DEPS += \
./graphics/ofBitmapFont.d \
./graphics/ofGraphics.d \
./graphics/ofImage.d \
./graphics/ofTexture.d \
./graphics/ofTrueTypeFont.d 


# Each subdirectory must supply rules for building sources it contributes
graphics/%.o: ../graphics/%.cpp
	@echo 'Building file: $<'
	@echo 'Invoking: GCC C++ Compiler'
	g++ -I"/Users/reactable/Documents/workspace/ofLibs/fmodex/inc" -I"/Users/reactable/Documents/workspace/ofLibs/freeimage/include" -I"/Users/reactable/Documents/workspace/ofLibs/freetype/include" -I"/Users/reactable/Documents/workspace/ofLibs/freetype/include/freetype2" -I"/Users/reactable/Documents/workspace/ofLibs/GLee/include" -I"/Users/reactable/Documents/workspace/ofLibs/poco/include" -I"/Users/reactable/Documents/workspace/ofLibs/rtAudio/include" -I"/Users/reactable/Documents/workspace/openframeworks/app" -I"/Users/reactable/Documents/workspace/openframeworks/communication" -I"/Users/reactable/Documents/workspace/openframeworks/events" -I"/Users/reactable/Documents/workspace/openframeworks/graphics" -I"/Users/reactable/Documents/workspace/openframeworks/sound" -I"/Users/reactable/Documents/workspace/openframeworks/utils" -I"/Users/reactable/Documents/workspace/openframeworks/video" -I"/Users/reactable/Documents/workspace/openframeworks" -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o"$@" "$<"
	@echo 'Finished building: $<'
	@echo ' '


