################################################################################ # Automatically-generated file. Do not edit! ################################################################################ S_UPPER_SRCS += \ ${addprefix $(ROOT)/, \ } CPP_SRCS += \ ${addprefix $(ROOT)/, \ main.cpp \ } CC_SRCS += \ ${addprefix $(ROOT)/, \ } C_SRCS += \ ${addprefix $(ROOT)/, \ } C_UPPER_SRCS += \ ${addprefix $(ROOT)/, \ } CXX_SRCS += \ ${addprefix $(ROOT)/, \ } S_SRCS += \ ${addprefix $(ROOT)/, \ } # Each subdirectory must supply rules for building sources it contributes %.o: $(ROOT)/%.cpp @echo 'Building file: $<' @echo g++ -O0 -g3 -Wall -c -fmessage-length=0 -o$@ $< @g++ -O0 -g3 -Wall -c -fmessage-length=0 -o$@ $< && \ echo -n $(@:%.o=%.d) $(dir $@) > $(@:%.o=%.d) && \ g++ -MM -MG -P -w -O0 -g3 -Wall -c -fmessage-length=0 $< >> $(@:%.o=%.d) @echo 'Finished building: $<' @echo ' '