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

View File

@@ -0,0 +1,36 @@
################################################################################
# Automatically-generated file. Do not edit!
################################################################################
# Add inputs and outputs from these tool invocations to the build variables
CPP_SRCS += \
../src/scale2x/getopt.cpp \
../src/scale2x/pixel.cpp \
../src/scale2x/scale2x.cpp \
../src/scale2x/scale3x.cpp \
../src/scale2x/scalebit.cpp
OBJS += \
./src/scale2x/getopt.o \
./src/scale2x/pixel.o \
./src/scale2x/scale2x.o \
./src/scale2x/scale3x.o \
./src/scale2x/scalebit.o
CPP_DEPS += \
./src/scale2x/getopt.d \
./src/scale2x/pixel.d \
./src/scale2x/scale2x.d \
./src/scale2x/scale3x.d \
./src/scale2x/scalebit.d
# Each subdirectory must supply rules for building sources it contributes
src/scale2x/%.o: ../src/scale2x/%.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 ' '