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

# Add inputs and outputs from these tool invocations to the build variables 
CPP_SRCS += \
../communication/ofArduino.cpp \
../communication/ofSerial.cpp \
../communication/ofStandardFirmata.cpp 

OBJS += \
./communication/ofArduino.o \
./communication/ofSerial.o \
./communication/ofStandardFirmata.o 

CPP_DEPS += \
./communication/ofArduino.d \
./communication/ofSerial.d \
./communication/ofStandardFirmata.d 


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


