MihailRis bb07d8e5ed
Makefiles autogenerated by Eclipse for build
Makefiles may be used for build the project with 'make'
(generated on Linux)
2021-08-20 16:17:50 +03:00

31 lines
908 B
Makefile

################################################################################
# Automatically-generated file. Do not edit!
################################################################################
# Add inputs and outputs from these tool invocations to the build variables
CPP_SRCS += \
../src/lighting/LightSolver.cpp \
../src/lighting/Lighting.cpp \
../src/lighting/Lightmap.cpp
OBJS += \
./src/lighting/LightSolver.o \
./src/lighting/Lighting.o \
./src/lighting/Lightmap.o
CPP_DEPS += \
./src/lighting/LightSolver.d \
./src/lighting/Lighting.d \
./src/lighting/Lightmap.d
# Each subdirectory must supply rules for building sources it contributes
src/lighting/%.o: ../src/lighting/%.cpp
@echo 'Building file: $<'
@echo 'Invoking: Cross G++ Compiler'
g++ -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
@echo 'Finished building: $<'
@echo ' '