Makefiles autogenerated by Eclipse for build

Makefiles may be used for build the project with 'make'
(generated on Linux)
This commit is contained in:
MihailRis
2021-08-20 16:17:50 +03:00
committed by GitHub
parent 1a00a11917
commit bb07d8e5ed
11 changed files with 341 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
################################################################################
# Automatically-generated file. Do not edit!
################################################################################
# Add inputs and outputs from these tool invocations to the build variables
CPP_SRCS += \
../src/voxel_engine.cpp
OBJS += \
./src/voxel_engine.o
CPP_DEPS += \
./src/voxel_engine.d
# Each subdirectory must supply rules for building sources it contributes
src/%.o: ../src/%.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 ' '