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

# Add inputs and outputs from these tool invocations to the build variables 
CPP_SRCS += \
../video/ofQtUtils.cpp \
../video/ofUCUtils.cpp \
../video/ofVideoGrabber.cpp \
../video/ofVideoPlayer.cpp 

OBJS += \
./video/ofQtUtils.o \
./video/ofUCUtils.o \
./video/ofVideoGrabber.o \
./video/ofVideoPlayer.o 

CPP_DEPS += \
./video/ofQtUtils.d \
./video/ofUCUtils.d \
./video/ofVideoGrabber.d \
./video/ofVideoPlayer.d 


# Each subdirectory must supply rules for building sources it contributes
video/%.o: ../video/%.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/freetype" -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 ' '


