mirror of https://github.com/axmolengine/axmol.git
40 lines
1.4 KiB
Makefile
40 lines
1.4 KiB
Makefile
################################################################################
|
|
# Automatically-generated file. Do not edit!
|
|
################################################################################
|
|
|
|
# Add inputs and outputs from these tool invocations to the build variables
|
|
CPP_SRCS += \
|
|
../CCCamera.cpp \
|
|
../CCConfiguration.cpp \
|
|
../CCDirector.cpp \
|
|
../CCDrawingPrimitives.cpp \
|
|
../CCScheduler.cpp \
|
|
../cocos2d.cpp
|
|
|
|
OBJS += \
|
|
./CCCamera.o \
|
|
./CCConfiguration.o \
|
|
./CCDirector.o \
|
|
./CCDrawingPrimitives.o \
|
|
./CCScheduler.o \
|
|
./cocos2d.o
|
|
|
|
CPP_DEPS += \
|
|
./CCCamera.d \
|
|
./CCConfiguration.d \
|
|
./CCDirector.d \
|
|
./CCDrawingPrimitives.d \
|
|
./CCScheduler.d \
|
|
./cocos2d.d
|
|
|
|
|
|
# Each subdirectory must supply rules for building sources it contributes
|
|
%.o: ../%.cpp
|
|
@echo 'Building file: $<'
|
|
@echo 'Invoking: GCC C++ Compiler'
|
|
arm-linux-androideabi-g++ -DANDROID -DUSE_FILE32API -I"/home/laschweinski/git/cocos2d-x/cocos2dx" -I"/home/laschweinski/git/cocos2d-x/cocos2dx/include" -I"/home/laschweinski/git/cocos2d-x/cocos2dx/platform" -I"/home/laschweinski/git/cocos2d-x/cocos2dx/platform/third_party/android/libjpeg" -I"/home/laschweinski/git/cocos2d-x/cocos2dx/platform/third_party/android/libpng" -I"/home/laschweinski/git/cocos2d-x/cocos2dx/platform/third_party/android/libxml2" -O3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
|
@echo 'Finished building: $<'
|
|
@echo ' '
|
|
|
|
|