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:
gerstrong
2009-06-06 19:24:55 +00:00
commit 563103b890
310 changed files with 42607 additions and 0 deletions

33
Linux32/src/hqp/subdir.mk Normal file
View 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 -D__i386__ -DBUILD_WITH_OGG -DTARGET_LNX -I/usr/include/SDL -I/usr/include/vorbis -O3 -Wall -c -fmessage-length=0 -m32 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o"$@" "$<"
@echo 'Finished building: $<'
@echo ' '