X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=Debug%2Fsrc%2Fmap%2Fsubdir.mk;fp=Debug%2Fsrc%2Fmap%2Fsubdir.mk;h=5f0138cd2f28b4866353113a406086b5b4a76966;hb=59c4aea0762cbc5f1bf74c5b1b35629408fb92af;hp=0000000000000000000000000000000000000000;hpb=2a1d9169e1f6c2dfe0f93ed40d5fb68d3da342af;p=l2e.git diff --git a/Debug/src/map/subdir.mk b/Debug/src/map/subdir.mk new file mode 100644 index 0000000..5f0138c --- /dev/null +++ b/Debug/src/map/subdir.mk @@ -0,0 +1,30 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +# Add inputs and outputs from these tool invocations to the build variables +CPP_SRCS += \ +../src/map/Area.cpp \ +../src/map/Map.cpp \ +../src/map/Tile.cpp + +OBJS += \ +./src/map/Area.o \ +./src/map/Map.o \ +./src/map/Tile.o + +CPP_DEPS += \ +./src/map/Area.d \ +./src/map/Map.d \ +./src/map/Tile.d + + +# Each subdirectory must supply rules for building sources it contributes +src/map/%.o: ../src/map/%.cpp + @echo 'Building file: $<' + @echo 'Invoking: GCC C++ Compiler' + g++ -I/usr/include/SDL -O0 -g3 -Wall -Werror -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<" + @echo 'Finished building: $<' + @echo ' ' + +