Files
commandergenius/Debug/src/game/subdir.mk
2009-06-06 19:24:55 +00:00

25 lines
804 B
Makefile

################################################################################
# Automatically-generated file. Do not edit!
################################################################################
# Add inputs and outputs from these tool invocations to the build variables
CPP_SRCS += \
../src/game/Resources.cpp
OBJS += \
./src/game/Resources.o
CPP_DEPS += \
./src/game/Resources.d
# Each subdirectory must supply rules for building sources it contributes
src/game/%.o: ../src/game/%.cpp
@echo 'Building file: $<'
@echo 'Invoking: GCC C++ Compiler'
g++ -DBUILD_SDL -DDEBUG -DBUILD_WITH_OGG -DTARGET_LNX -I/usr/include/SDL -I/usr/include/vorbis -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o"$@" "$<"
@echo 'Finished building: $<'
@echo ' '