X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;ds=sidebyside;f=Release%2Fsrc%2Fcommon%2Fsubdir.mk;fp=Release%2Fsrc%2Fcommon%2Fsubdir.mk;h=f4da71e698278d03e2ca52edf419830cd1e5ae9f;hb=2d08482879cca41a03c5812dde9690ff3e07b474;hp=0000000000000000000000000000000000000000;hpb=8723daa89e877ac98e6012b0c37e3b4eb6131426;p=l2e.git diff --git a/Release/src/common/subdir.mk b/Release/src/common/subdir.mk new file mode 100644 index 0000000..f4da71e --- /dev/null +++ b/Release/src/common/subdir.mk @@ -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/common/Item.cpp + +OBJS += \ +./src/common/Item.o + +CPP_DEPS += \ +./src/common/Item.d + + +# Each subdirectory must supply rules for building sources it contributes +src/common/%.o: ../src/common/%.cpp + @echo 'Building file: $<' + @echo 'Invoking: GCC C++ Compiler' + g++ -I/usr/include/SDL -O3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<" + @echo 'Finished building: $<' + @echo ' ' + +