First real upload of the files used for developing
git-svn-id: https://clonekeenplus.svn.sourceforge.net/svnroot/clonekeenplus/cgenius/trunk@5 4df4b0f3-56ce-47cb-b001-ed939b7d65a6
This commit is contained in:
33
Linux64/src/hqp/subdir.mk
Normal file
33
Linux64/src/hqp/subdir.mk
Normal file
@@ -0,0 +1,33 @@
|
||||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
CPP_SRCS += \
|
||||
../src/hqp/CHQBitmap.cpp \
|
||||
../src/hqp/CMusic.cpp \
|
||||
../src/hqp/hq_sound.cpp \
|
||||
../src/hqp/musicdrv.cpp
|
||||
|
||||
OBJS += \
|
||||
./src/hqp/CHQBitmap.o \
|
||||
./src/hqp/CMusic.o \
|
||||
./src/hqp/hq_sound.o \
|
||||
./src/hqp/musicdrv.o
|
||||
|
||||
CPP_DEPS += \
|
||||
./src/hqp/CHQBitmap.d \
|
||||
./src/hqp/CMusic.d \
|
||||
./src/hqp/hq_sound.d \
|
||||
./src/hqp/musicdrv.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
src/hqp/%.o: ../src/hqp/%.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DBUILD_SDL -DBUILD_WITH_OGG -DTARGET_LNX -I/usr/include/SDL -I/usr/include/vorbis -O3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o"$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
|
||||
Reference in New Issue
Block a user