################################################################################ # Automatically-generated file. Do not edit! ################################################################################ # Add inputs and outputs from these tool invocations to the build variables CPP_SRCS += \ ../MessageGenerator.cpp \ ../Receiver.cpp \ ../SessionInfo.cpp \ ../UDPserver.cpp \ ../driver_main.cpp \ ../edge.cpp \ ../graph.cpp \ ../netHelper.cpp \ ../socket.cpp \ ../vertex.cpp CPP_DEPS += \ ./MessageGenerator.d \ ./Receiver.d \ ./SessionInfo.d \ ./UDPserver.d \ ./driver_main.d \ ./edge.d \ ./graph.d \ ./netHelper.d \ ./socket.d \ ./vertex.d OBJS += \ ./MessageGenerator.o \ ./Receiver.o \ ./SessionInfo.o \ ./UDPserver.o \ ./driver_main.o \ ./edge.o \ ./graph.o \ ./netHelper.o \ ./socket.o \ ./vertex.o # Each subdirectory must supply rules for building sources it contributes %.o: ../%.cpp @echo 'Building file: $<' @echo 'Invoking: GCC C++ Compiler' g++ -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o"$@" "$<" @echo 'Finished building: $<' @echo ' '