Linux makefiles updated

This commit is contained in:
MihailRis
2022-03-20 23:49:26 +03:00
committed by GitHub
parent 1770acbfef
commit 5363d0e7ba
5 changed files with 33 additions and 1 deletions
+27
View File
@@ -0,0 +1,27 @@
################################################################################
# Automatically-generated file. Do not edit!
################################################################################
# Add inputs and outputs from these tool invocations to the build variables
CPP_SRCS += \
../src/audio/Audio.cpp \
../src/audio/audioutil.cpp
OBJS += \
./src/audio/Audio.o \
./src/audio/audioutil.o
CPP_DEPS += \
./src/audio/Audio.d \
./src/audio/audioutil.d
# Each subdirectory must supply rules for building sources it contributes
src/audio/%.o: ../src/audio/%.cpp src/audio/subdir.mk
@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 ' '
+3
View File
@@ -5,6 +5,7 @@
# Add inputs and outputs from these tool invocations to the build variables
CPP_SRCS += \
../src/graphics/Batch2D.cpp \
../src/graphics/Font.cpp \
../src/graphics/LineBatch.cpp \
../src/graphics/Mesh.cpp \
../src/graphics/Shader.cpp \
@@ -13,6 +14,7 @@ CPP_SRCS += \
OBJS += \
./src/graphics/Batch2D.o \
./src/graphics/Font.o \
./src/graphics/LineBatch.o \
./src/graphics/Mesh.o \
./src/graphics/Shader.o \
@@ -21,6 +23,7 @@ OBJS += \
CPP_DEPS += \
./src/graphics/Batch2D.d \
./src/graphics/Font.d \
./src/graphics/LineBatch.d \
./src/graphics/Mesh.d \
./src/graphics/Shader.d \