mirror of https://github.com/axmolengine/axmol.git
commit
ed92de6a7c
|
@ -5,9 +5,6 @@
|
|||
<storageModule moduleId="org.eclipse.cdt.core.settings">
|
||||
<cconfiguration id="cdt.managedbuild.config.gnu.exe.debug.1378309016">
|
||||
<storageModule buildSystemId="org.eclipse.cdt.managedbuilder.core.configurationDataProvider" id="cdt.managedbuild.config.gnu.exe.debug.1378309016" moduleId="org.eclipse.cdt.core.settings" name="Debug">
|
||||
<macros>
|
||||
<stringMacro name="cocos2dx_loc" type="VALUE_TEXT" value="/home/laschweinski/git/cocos2d-x"/>
|
||||
</macros>
|
||||
<externalSettings/>
|
||||
<extensions>
|
||||
<extension id="org.eclipse.cdt.core.ELF" point="org.eclipse.cdt.core.BinaryParser"/>
|
||||
|
@ -29,11 +26,11 @@
|
|||
<option id="gnu.cpp.compiler.exe.debug.option.optimization.level.513215504" name="Optimization Level" superClass="gnu.cpp.compiler.exe.debug.option.optimization.level" value="gnu.cpp.compiler.optimization.level.none" valueType="enumerated"/>
|
||||
<option id="gnu.cpp.compiler.exe.debug.option.debugging.level.354795965" name="Debug Level" superClass="gnu.cpp.compiler.exe.debug.option.debugging.level" value="gnu.cpp.compiler.debugging.level.max" valueType="enumerated"/>
|
||||
<option id="gnu.cpp.compiler.option.include.paths.577331571" name="Include paths (-I)" superClass="gnu.cpp.compiler.option.include.paths" valueType="includePath">
|
||||
<listOptionValue builtIn="false" value=""${cocos2dx_loc}/cocos2dx""/>
|
||||
<listOptionValue builtIn="false" value=""${cocos2dx_loc}/CocosDenshion/include""/>
|
||||
<listOptionValue builtIn="false" value=""${workspace_loc:/${ProjName}/Classes}""/>
|
||||
<listOptionValue builtIn="false" value="${cocos2dx_loc}/cocos2dx/include"/>
|
||||
<listOptionValue builtIn="false" value="${cocos2dx_loc}/cocos2dx/platform"/>
|
||||
<listOptionValue builtIn="false" value="../../../cocos2dx"/>
|
||||
<listOptionValue builtIn="false" value="../../../CocosDenshion/include"/>
|
||||
<listOptionValue builtIn="false" value="../../Classes"/>
|
||||
<listOptionValue builtIn="false" value="../../../cocos2dx/include"/>
|
||||
<listOptionValue builtIn="false" value="../../../cocos2dx/platform"/>
|
||||
</option>
|
||||
<option id="gnu.cpp.compiler.option.preprocessor.def.753894218" name="Defined symbols (-D)" superClass="gnu.cpp.compiler.option.preprocessor.def" valueType="definedSymbols">
|
||||
<listOptionValue builtIn="false" value="LINUX"/>
|
||||
|
@ -56,14 +53,14 @@
|
|||
<inputType id="cdt.managedbuild.tool.gnu.c.compiler.input.1184297872" superClass="cdt.managedbuild.tool.gnu.c.compiler.input"/>
|
||||
</tool>
|
||||
<tool commandLinePattern="${COMMAND} ${FLAGS} ${OUTPUT_FLAG} ${OUTPUT_PREFIX}${OUTPUT} ${INPUTS} -Wl,-rpath,${cocos2dx_loc}/lib/linux/Debug/" id="cdt.managedbuild.tool.gnu.c.linker.exe.debug.1033696081" name="GCC C Linker" superClass="cdt.managedbuild.tool.gnu.c.linker.exe.debug"/>
|
||||
<tool command="g++" commandLinePattern="${COMMAND} ${FLAGS} ${OUTPUT_FLAG} ${OUTPUT_PREFIX}${OUTPUT} ${INPUTS} -Wl,-rpath,${cocos2dx_loc}/lib/linux/Debug/" id="cdt.managedbuild.tool.gnu.cpp.linker.exe.debug.1383466696" name="GCC C++ Linker" superClass="cdt.managedbuild.tool.gnu.cpp.linker.exe.debug">
|
||||
<tool command="g++" commandLinePattern="${COMMAND} ${FLAGS} ${OUTPUT_FLAG} ${OUTPUT_PREFIX}${OUTPUT} ${INPUTS} -Wl,-rpath,../../lib/linux/Debug/" id="cdt.managedbuild.tool.gnu.cpp.linker.exe.debug.1383466696" name="GCC C++ Linker" superClass="cdt.managedbuild.tool.gnu.cpp.linker.exe.debug">
|
||||
<option id="gnu.cpp.link.option.libs.1391251808" name="Libraries (-l)" superClass="gnu.cpp.link.option.libs" valueType="libs">
|
||||
<listOptionValue builtIn="false" value="cocos2d"/>
|
||||
<listOptionValue builtIn="false" value="z"/>
|
||||
<listOptionValue builtIn="false" value="cocosdenshion"/>
|
||||
</option>
|
||||
<option id="gnu.cpp.link.option.paths.1730426040" name="Library search path (-L)" superClass="gnu.cpp.link.option.paths" valueType="libPaths">
|
||||
<listOptionValue builtIn="false" value=""${cocos2dx_loc}/lib/linux/Debug/""/>
|
||||
<listOptionValue builtIn="false" value="../../../lib/linux/Debug/"/>
|
||||
</option>
|
||||
<inputType id="cdt.managedbuild.tool.gnu.cpp.linker.input.338357910" superClass="cdt.managedbuild.tool.gnu.cpp.linker.input">
|
||||
<additionalInput kind="additionalinputdependency" paths="$(USER_OBJS)"/>
|
||||
|
@ -108,11 +105,11 @@
|
|||
<option id="gnu.cpp.compiler.exe.release.option.optimization.level.1579660092" name="Optimization Level" superClass="gnu.cpp.compiler.exe.release.option.optimization.level" value="gnu.cpp.compiler.optimization.level.most" valueType="enumerated"/>
|
||||
<option id="gnu.cpp.compiler.exe.release.option.debugging.level.67257659" name="Debug Level" superClass="gnu.cpp.compiler.exe.release.option.debugging.level" value="gnu.cpp.compiler.debugging.level.none" valueType="enumerated"/>
|
||||
<option id="gnu.cpp.compiler.option.include.paths.1175073911" name="Include paths (-I)" superClass="gnu.cpp.compiler.option.include.paths" valueType="includePath">
|
||||
<listOptionValue builtIn="false" value=""${cocos2dx_loc}/cocos2dx""/>
|
||||
<listOptionValue builtIn="false" value=""${cocos2dx_loc}/CocosDenshion/include""/>
|
||||
<listOptionValue builtIn="false" value=""${workspace_loc:/${ProjName}/Classes}""/>
|
||||
<listOptionValue builtIn="false" value="${cocos2dx_loc}/cocos2dx/include"/>
|
||||
<listOptionValue builtIn="false" value="${cocos2dx_loc}/cocos2dx/platform"/>
|
||||
<listOptionValue builtIn="false" value="../../../cocos2dx"/>
|
||||
<listOptionValue builtIn="false" value="../../../CocosDenshion/include"/>
|
||||
<listOptionValue builtIn="false" value="../../Classes"/>
|
||||
<listOptionValue builtIn="false" value="../../../cocos2dx/include"/>
|
||||
<listOptionValue builtIn="false" value="../../../cocos2dx/platform"/>
|
||||
</option>
|
||||
<option id="gnu.cpp.compiler.option.preprocessor.def.1649765609" name="Defined symbols (-D)" superClass="gnu.cpp.compiler.option.preprocessor.def" valueType="definedSymbols">
|
||||
<listOptionValue builtIn="false" value="LINUX"/>
|
||||
|
@ -135,14 +132,14 @@
|
|||
<inputType id="cdt.managedbuild.tool.gnu.c.compiler.input.1476095646" superClass="cdt.managedbuild.tool.gnu.c.compiler.input"/>
|
||||
</tool>
|
||||
<tool commandLinePattern="${COMMAND} ${FLAGS} ${OUTPUT_FLAG} ${OUTPUT_PREFIX}${OUTPUT} ${INPUTS} -Wl,-rpath,${cocos2dx_loc}/lib/linux/Debug/" id="cdt.managedbuild.tool.gnu.c.linker.exe.release.1136815621" name="GCC C Linker" superClass="cdt.managedbuild.tool.gnu.c.linker.exe.release"/>
|
||||
<tool commandLinePattern="${COMMAND} ${FLAGS} ${OUTPUT_FLAG} ${OUTPUT_PREFIX}${OUTPUT} ${INPUTS} -Wl,-rpath,${cocos2dx_loc}/lib/linux/Release" id="cdt.managedbuild.tool.gnu.cpp.linker.exe.release.1566686420" name="GCC C++ Linker" superClass="cdt.managedbuild.tool.gnu.cpp.linker.exe.release">
|
||||
<tool commandLinePattern="${COMMAND} ${FLAGS} ${OUTPUT_FLAG} ${OUTPUT_PREFIX}${OUTPUT} ${INPUTS} -Wl,-rpath,../../lib/linux/Release" id="cdt.managedbuild.tool.gnu.cpp.linker.exe.release.1566686420" name="GCC C++ Linker" superClass="cdt.managedbuild.tool.gnu.cpp.linker.exe.release">
|
||||
<option id="gnu.cpp.link.option.libs.956118225" name="Libraries (-l)" superClass="gnu.cpp.link.option.libs" valueType="libs">
|
||||
<listOptionValue builtIn="false" value="cocos2d"/>
|
||||
<listOptionValue builtIn="false" value="z"/>
|
||||
<listOptionValue builtIn="false" value="cocosdenshion"/>
|
||||
</option>
|
||||
<option id="gnu.cpp.link.option.paths.510724007" name="Library search path (-L)" superClass="gnu.cpp.link.option.paths" valueType="libPaths">
|
||||
<listOptionValue builtIn="false" value=""${cocos2dx_loc}/lib/linux/Release/""/>
|
||||
<listOptionValue builtIn="false" value="../../../lib/linux/Release/"/>
|
||||
</option>
|
||||
<inputType id="cdt.managedbuild.tool.gnu.cpp.linker.input.970027608" superClass="cdt.managedbuild.tool.gnu.cpp.linker.input">
|
||||
<additionalInput kind="additionalinputdependency" paths="$(USER_OBJS)"/>
|
||||
|
|
|
@ -239,7 +239,7 @@ namespace cocos2d {
|
|||
if( ! tile )
|
||||
{
|
||||
CCRect rect = m_pTileSet->rectForGID(gid);
|
||||
rect = CCRect::CCRectMake(rect.origin.x / m_fContentScaleFactor, rect.origin.y / m_fContentScaleFactor, rect.size.width/ m_fContentScaleFactor, rect.size.height/ m_fContentScaleFactor);
|
||||
rect = CCRectMake(rect.origin.x / m_fContentScaleFactor, rect.origin.y / m_fContentScaleFactor, rect.size.width/ m_fContentScaleFactor, rect.size.height/ m_fContentScaleFactor);
|
||||
|
||||
tile = new CCSprite();
|
||||
tile->initWithBatchNode(this, rect);
|
||||
|
@ -268,7 +268,7 @@ namespace cocos2d {
|
|||
CCSprite * CCTMXLayer::insertTileForGID(unsigned int gid, const CCPoint& pos)
|
||||
{
|
||||
CCRect rect = m_pTileSet->rectForGID(gid);
|
||||
rect = CCRect::CCRectMake(rect.origin.x / m_fContentScaleFactor, rect.origin.y / m_fContentScaleFactor, rect.size.width/ m_fContentScaleFactor, rect.size.height/ m_fContentScaleFactor);
|
||||
rect = CCRectMake(rect.origin.x / m_fContentScaleFactor, rect.origin.y / m_fContentScaleFactor, rect.size.width/ m_fContentScaleFactor, rect.size.height/ m_fContentScaleFactor);
|
||||
|
||||
int z = (int)(pos.x + pos.y * m_tLayerSize.width);
|
||||
|
||||
|
@ -318,7 +318,7 @@ namespace cocos2d {
|
|||
CCSprite * CCTMXLayer::updateTileForGID(unsigned int gid, const CCPoint& pos)
|
||||
{
|
||||
CCRect rect = m_pTileSet->rectForGID(gid);
|
||||
rect = CCRect::CCRectMake(rect.origin.x / m_fContentScaleFactor, rect.origin.y / m_fContentScaleFactor, rect.size.width/ m_fContentScaleFactor, rect.size.height/ m_fContentScaleFactor);
|
||||
rect = CCRectMake(rect.origin.x / m_fContentScaleFactor, rect.origin.y / m_fContentScaleFactor, rect.size.width/ m_fContentScaleFactor, rect.size.height/ m_fContentScaleFactor);
|
||||
int z = (int)(pos.x + pos.y * m_tLayerSize.width);
|
||||
|
||||
if( ! m_pReusedTile )
|
||||
|
@ -351,7 +351,7 @@ namespace cocos2d {
|
|||
CCSprite * CCTMXLayer::appendTileForGID(unsigned int gid, const CCPoint& pos)
|
||||
{
|
||||
CCRect rect = m_pTileSet->rectForGID(gid);
|
||||
rect = CCRect::CCRectMake(rect.origin.x / m_fContentScaleFactor, rect.origin.y / m_fContentScaleFactor, rect.size.width/ m_fContentScaleFactor, rect.size.height/ m_fContentScaleFactor);
|
||||
rect = CCRectMake(rect.origin.x / m_fContentScaleFactor, rect.origin.y / m_fContentScaleFactor, rect.size.width/ m_fContentScaleFactor, rect.size.height/ m_fContentScaleFactor);
|
||||
|
||||
int z = (int)(pos.x + pos.y * m_tLayerSize.width);
|
||||
|
||||
|
@ -447,7 +447,7 @@ namespace cocos2d {
|
|||
if( sprite )
|
||||
{
|
||||
CCRect rect = m_pTileSet->rectForGID(gid);
|
||||
rect = CCRect::CCRectMake(rect.origin.x / m_fContentScaleFactor, rect.origin.y / m_fContentScaleFactor, rect.size.width/ m_fContentScaleFactor, rect.size.height/ m_fContentScaleFactor);
|
||||
rect = CCRectMake(rect.origin.x / m_fContentScaleFactor, rect.origin.y / m_fContentScaleFactor, rect.size.width/ m_fContentScaleFactor, rect.size.height/ m_fContentScaleFactor);
|
||||
|
||||
sprite->setTextureRectInPixels(rect, false, rect.size);
|
||||
m_pTiles[z] = gid;
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
1b3e5c21514a780cdf103254278017482fde6fdf
|
|
@ -1 +0,0 @@
|
|||
44df184b33ff13c8b7f673ff651334bca3a50fdd
|
|
@ -1 +0,0 @@
|
|||
362628e06964c9b6adb7dfdee29a4cebab35fd70
|
|
@ -1 +0,0 @@
|
|||
273438a6408c82cbe725fd85c3519c44833e65db
|
|
@ -1 +0,0 @@
|
|||
0ffbc9f6a7b350e7027f65b7e4c6c64dd4e9d997
|
|
@ -1 +0,0 @@
|
|||
903cf660609d197aef295100485c4c842a7732ad
|
|
@ -1 +0,0 @@
|
|||
0f68c17cc75a926c7c3b1b2189f23894cf5b2e2d
|
|
@ -32,7 +32,7 @@
|
|||
<listOptionValue builtIn="false" value="../../../cocos2dx"/>
|
||||
<listOptionValue builtIn="false" value="../../../cocos2dx/platform"/>
|
||||
<listOptionValue builtIn="false" value="../../../CocosDenshion/include"/>
|
||||
<listOptionValue builtIn="false" value="../../..//chipmunk/include/chipmunk"/>
|
||||
<listOptionValue builtIn="false" value="../../../chipmunk/include/chipmunk"/>
|
||||
<listOptionValue builtIn="false" value="../../../"/>
|
||||
</option>
|
||||
<option id="gnu.cpp.compiler.option.preprocessor.def.331369055" name="Defined symbols (-D)" superClass="gnu.cpp.compiler.option.preprocessor.def" valueType="definedSymbols">
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
ce1cb5bb4abb02a724539265c80a6cf943bd8f13
|
|
@ -1,99 +0,0 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
-include ../makefile.init
|
||||
|
||||
RM := rm -rf
|
||||
|
||||
# All of the sources participating in the build are defined here
|
||||
-include sources.mk
|
||||
-include subdir.mk
|
||||
-include tests/subdir.mk
|
||||
-include tests/ZwoptexTest/subdir.mk
|
||||
-include tests/UserDefaultTest/subdir.mk
|
||||
-include tests/TransitionsTest/subdir.mk
|
||||
-include tests/TouchesTest/subdir.mk
|
||||
-include tests/TileMapTest/subdir.mk
|
||||
-include tests/Texture2dTest/subdir.mk
|
||||
-include tests/TextInputTest/subdir.mk
|
||||
-include tests/SpriteTest/subdir.mk
|
||||
-include tests/SchedulerTest/subdir.mk
|
||||
-include tests/SceneTest/subdir.mk
|
||||
-include tests/RotateWorldTest/subdir.mk
|
||||
-include tests/RenderTextureTest/subdir.mk
|
||||
-include tests/ProgressActionsTest/subdir.mk
|
||||
-include tests/ParallaxTest/subdir.mk
|
||||
-include tests/MotionStreakTest/subdir.mk
|
||||
-include tests/MenuTest/subdir.mk
|
||||
-include tests/LayerTest/subdir.mk
|
||||
-include tests/LabelTest/subdir.mk
|
||||
-include tests/KeypadTest/subdir.mk
|
||||
-include tests/IntervalTest/subdir.mk
|
||||
-include tests/HiResTest/subdir.mk
|
||||
-include tests/FontTest/subdir.mk
|
||||
-include tests/EffectsTest/subdir.mk
|
||||
-include tests/EffectsAdvancedTest/subdir.mk
|
||||
-include tests/EaseActionsTest/subdir.mk
|
||||
-include tests/DrawPrimitivesTest/subdir.mk
|
||||
-include tests/DirectorTest/subdir.mk
|
||||
-include tests/CurrentLanguageTest/subdir.mk
|
||||
-include tests/CurlTest/subdir.mk
|
||||
-include tests/CocosNodeTest/subdir.mk
|
||||
-include tests/CocosDenshionTest/subdir.mk
|
||||
-include tests/ClickAndMoveTest/subdir.mk
|
||||
-include tests/ChipmunkTest/subdir.mk
|
||||
-include tests/BugsTest/subdir.mk
|
||||
-include tests/BugsTest/Bug-458/subdir.mk
|
||||
-include tests/Box2DTestBed/subdir.mk
|
||||
-include tests/Box2DTest/subdir.mk
|
||||
-include tests/ActionsTest/subdir.mk
|
||||
-include tests/ActionManagerTest/subdir.mk
|
||||
-include tests/AccelerometerTest/subdir.mk
|
||||
-include objects.mk
|
||||
|
||||
ifneq ($(MAKECMDGOALS),clean)
|
||||
ifneq ($(strip $(C++_DEPS)),)
|
||||
-include $(C++_DEPS)
|
||||
endif
|
||||
ifneq ($(strip $(C_DEPS)),)
|
||||
-include $(C_DEPS)
|
||||
endif
|
||||
ifneq ($(strip $(CC_DEPS)),)
|
||||
-include $(CC_DEPS)
|
||||
endif
|
||||
ifneq ($(strip $(CPP_DEPS)),)
|
||||
-include $(CPP_DEPS)
|
||||
endif
|
||||
ifneq ($(strip $(CXX_DEPS)),)
|
||||
-include $(CXX_DEPS)
|
||||
endif
|
||||
ifneq ($(strip $(C_UPPER_DEPS)),)
|
||||
-include $(C_UPPER_DEPS)
|
||||
endif
|
||||
endif
|
||||
|
||||
-include ../makefile.defs
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
|
||||
# All Target
|
||||
all: cocos2dx-test
|
||||
|
||||
# Tool invocations
|
||||
cocos2dx-test: $(OBJS) $(USER_OBJS)
|
||||
@echo 'Building target: $@'
|
||||
@echo 'Invoking: GCC C++ Linker'
|
||||
g++ -L"/home/laschweinski/git/cocos2d-x/lib/linux/Debug" -o "cocos2dx-test" $(OBJS) $(USER_OBJS) $(LIBS) -Wl,-rpath,../../lib/linux/Debug/
|
||||
@echo 'Finished building target: $@'
|
||||
@echo ' '
|
||||
|
||||
# Other Targets
|
||||
clean:
|
||||
-$(RM) $(OBJS)$(C++_DEPS)$(C_DEPS)$(CC_DEPS)$(CPP_DEPS)$(EXECUTABLES)$(CXX_DEPS)$(C_UPPER_DEPS) cocos2dx-test
|
||||
-@echo ' '
|
||||
|
||||
.PHONY: all clean dependents
|
||||
.SECONDARY:
|
||||
|
||||
-include ../makefile.targets
|
|
@ -1,8 +0,0 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
USER_OBJS := /home/laschweinski/git/cocos2d-x/Box2D/lib/linux/libBox2D.a /home/laschweinski/git/cocos2d-x/cocos2dx/platform/third_party/linux/libraries/libcurl.a /home/laschweinski/git/cocos2d-x/chipmunk/lib/linux/libchipmunk.a
|
||||
|
||||
LIBS := -lcocos2d -lrt -lz -lcocosdenshion
|
||||
|
|
@ -1,68 +0,0 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
O_SRCS :=
|
||||
CPP_SRCS :=
|
||||
C_UPPER_SRCS :=
|
||||
C_SRCS :=
|
||||
S_UPPER_SRCS :=
|
||||
OBJ_SRCS :=
|
||||
ASM_SRCS :=
|
||||
CXX_SRCS :=
|
||||
C++_SRCS :=
|
||||
CC_SRCS :=
|
||||
OBJS :=
|
||||
C++_DEPS :=
|
||||
C_DEPS :=
|
||||
CC_DEPS :=
|
||||
CPP_DEPS :=
|
||||
EXECUTABLES :=
|
||||
CXX_DEPS :=
|
||||
C_UPPER_DEPS :=
|
||||
|
||||
# Every subdirectory with source files must be described here
|
||||
SUBDIRS := \
|
||||
tests \
|
||||
tests/ZwoptexTest \
|
||||
tests/UserDefaultTest \
|
||||
tests/TransitionsTest \
|
||||
tests/TouchesTest \
|
||||
tests/TileMapTest \
|
||||
tests/Texture2dTest \
|
||||
tests/TextInputTest \
|
||||
tests/SpriteTest \
|
||||
tests/SchedulerTest \
|
||||
tests/SceneTest \
|
||||
tests/RotateWorldTest \
|
||||
tests/RenderTextureTest \
|
||||
tests/ProgressActionsTest \
|
||||
tests/ParallaxTest \
|
||||
tests/MotionStreakTest \
|
||||
tests/MenuTest \
|
||||
tests/LayerTest \
|
||||
tests/LabelTest \
|
||||
tests/KeypadTest \
|
||||
tests/IntervalTest \
|
||||
tests/HiResTest \
|
||||
tests/FontTest \
|
||||
tests/EffectsTest \
|
||||
tests/EffectsAdvancedTest \
|
||||
tests/EaseActionsTest \
|
||||
tests/DrawPrimitivesTest \
|
||||
tests/DirectorTest \
|
||||
tests/CurrentLanguageTest \
|
||||
tests/CurlTest \
|
||||
tests/CocosNodeTest \
|
||||
tests/CocosDenshionTest \
|
||||
tests/ClickAndMoveTest \
|
||||
tests/ChipmunkTest \
|
||||
tests/BugsTest \
|
||||
tests/BugsTest/Bug-458 \
|
||||
tests/Box2DTestBed \
|
||||
tests/Box2DTest \
|
||||
tests/ActionsTest \
|
||||
tests/ActionManagerTest \
|
||||
tests/AccelerometerTest \
|
||||
. \
|
||||
|
|
@ -1,34 +0,0 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
CPP_SRCS += \
|
||||
/home/laschweinski/git/cocos2d-x/tests/AppDelegate.cpp \
|
||||
../main.cpp
|
||||
|
||||
OBJS += \
|
||||
./AppDelegate.o \
|
||||
./main.o
|
||||
|
||||
CPP_DEPS += \
|
||||
./AppDelegate.d \
|
||||
./main.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
AppDelegate.o: /home/laschweinski/git/cocos2d-x/tests/AppDelegate.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
%.o: ../%.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
|
|
@ -1,24 +0,0 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
CPP_SRCS += \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/AccelerometerTest/AccelerometerTest.cpp
|
||||
|
||||
OBJS += \
|
||||
./tests/AccelerometerTest/AccelerometerTest.o
|
||||
|
||||
CPP_DEPS += \
|
||||
./tests/AccelerometerTest/AccelerometerTest.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
tests/AccelerometerTest/AccelerometerTest.o: /home/laschweinski/git/cocos2d-x/tests/tests/AccelerometerTest/AccelerometerTest.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
|
|
@ -1,24 +0,0 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
CPP_SRCS += \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/ActionManagerTest/ActionManagerTest.cpp
|
||||
|
||||
OBJS += \
|
||||
./tests/ActionManagerTest/ActionManagerTest.o
|
||||
|
||||
CPP_DEPS += \
|
||||
./tests/ActionManagerTest/ActionManagerTest.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
tests/ActionManagerTest/ActionManagerTest.o: /home/laschweinski/git/cocos2d-x/tests/tests/ActionManagerTest/ActionManagerTest.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
|
|
@ -1,24 +0,0 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
CPP_SRCS += \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/ActionsTest/ActionsTest.cpp
|
||||
|
||||
OBJS += \
|
||||
./tests/ActionsTest/ActionsTest.o
|
||||
|
||||
CPP_DEPS += \
|
||||
./tests/ActionsTest/ActionsTest.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
tests/ActionsTest/ActionsTest.o: /home/laschweinski/git/cocos2d-x/tests/tests/ActionsTest/ActionsTest.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
|
|
@ -1,24 +0,0 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
CPP_SRCS += \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/Box2DTest/Box2dTest.cpp
|
||||
|
||||
OBJS += \
|
||||
./tests/Box2DTest/Box2dTest.o
|
||||
|
||||
CPP_DEPS += \
|
||||
./tests/Box2DTest/Box2dTest.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
tests/Box2DTest/Box2dTest.o: /home/laschweinski/git/cocos2d-x/tests/tests/Box2DTest/Box2dTest.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
|
|
@ -1,54 +0,0 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
CPP_SRCS += \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/Box2DTestBed/Box2dView.cpp \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/Box2DTestBed/GLES-Render.cpp \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/Box2DTestBed/Test.cpp \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/Box2DTestBed/TestEntries.cpp
|
||||
|
||||
OBJS += \
|
||||
./tests/Box2DTestBed/Box2dView.o \
|
||||
./tests/Box2DTestBed/GLES-Render.o \
|
||||
./tests/Box2DTestBed/Test.o \
|
||||
./tests/Box2DTestBed/TestEntries.o
|
||||
|
||||
CPP_DEPS += \
|
||||
./tests/Box2DTestBed/Box2dView.d \
|
||||
./tests/Box2DTestBed/GLES-Render.d \
|
||||
./tests/Box2DTestBed/Test.d \
|
||||
./tests/Box2DTestBed/TestEntries.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
tests/Box2DTestBed/Box2dView.o: /home/laschweinski/git/cocos2d-x/tests/tests/Box2DTestBed/Box2dView.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
tests/Box2DTestBed/GLES-Render.o: /home/laschweinski/git/cocos2d-x/tests/tests/Box2DTestBed/GLES-Render.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
tests/Box2DTestBed/Test.o: /home/laschweinski/git/cocos2d-x/tests/tests/Box2DTestBed/Test.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
tests/Box2DTestBed/TestEntries.o: /home/laschweinski/git/cocos2d-x/tests/tests/Box2DTestBed/TestEntries.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
|
|
@ -1,34 +0,0 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
CPP_SRCS += \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/BugsTest/Bug-458/Bug-458.cpp \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/BugsTest/Bug-458/QuestionContainerSprite.cpp
|
||||
|
||||
OBJS += \
|
||||
./tests/BugsTest/Bug-458/Bug-458.o \
|
||||
./tests/BugsTest/Bug-458/QuestionContainerSprite.o
|
||||
|
||||
CPP_DEPS += \
|
||||
./tests/BugsTest/Bug-458/Bug-458.d \
|
||||
./tests/BugsTest/Bug-458/QuestionContainerSprite.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
tests/BugsTest/Bug-458/Bug-458.o: /home/laschweinski/git/cocos2d-x/tests/tests/BugsTest/Bug-458/Bug-458.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
tests/BugsTest/Bug-458/QuestionContainerSprite.o: /home/laschweinski/git/cocos2d-x/tests/tests/BugsTest/Bug-458/QuestionContainerSprite.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
|
|
@ -1,104 +0,0 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
CPP_SRCS += \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/BugsTest/Bug-1159.cpp \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/BugsTest/Bug-1174.cpp \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/BugsTest/Bug-350.cpp \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/BugsTest/Bug-422.cpp \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/BugsTest/Bug-624.cpp \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/BugsTest/Bug-886.cpp \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/BugsTest/Bug-899.cpp \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/BugsTest/Bug-914.cpp \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/BugsTest/BugsTest.cpp
|
||||
|
||||
OBJS += \
|
||||
./tests/BugsTest/Bug-1159.o \
|
||||
./tests/BugsTest/Bug-1174.o \
|
||||
./tests/BugsTest/Bug-350.o \
|
||||
./tests/BugsTest/Bug-422.o \
|
||||
./tests/BugsTest/Bug-624.o \
|
||||
./tests/BugsTest/Bug-886.o \
|
||||
./tests/BugsTest/Bug-899.o \
|
||||
./tests/BugsTest/Bug-914.o \
|
||||
./tests/BugsTest/BugsTest.o
|
||||
|
||||
CPP_DEPS += \
|
||||
./tests/BugsTest/Bug-1159.d \
|
||||
./tests/BugsTest/Bug-1174.d \
|
||||
./tests/BugsTest/Bug-350.d \
|
||||
./tests/BugsTest/Bug-422.d \
|
||||
./tests/BugsTest/Bug-624.d \
|
||||
./tests/BugsTest/Bug-886.d \
|
||||
./tests/BugsTest/Bug-899.d \
|
||||
./tests/BugsTest/Bug-914.d \
|
||||
./tests/BugsTest/BugsTest.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
tests/BugsTest/Bug-1159.o: /home/laschweinski/git/cocos2d-x/tests/tests/BugsTest/Bug-1159.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
tests/BugsTest/Bug-1174.o: /home/laschweinski/git/cocos2d-x/tests/tests/BugsTest/Bug-1174.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
tests/BugsTest/Bug-350.o: /home/laschweinski/git/cocos2d-x/tests/tests/BugsTest/Bug-350.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
tests/BugsTest/Bug-422.o: /home/laschweinski/git/cocos2d-x/tests/tests/BugsTest/Bug-422.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
tests/BugsTest/Bug-624.o: /home/laschweinski/git/cocos2d-x/tests/tests/BugsTest/Bug-624.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
tests/BugsTest/Bug-886.o: /home/laschweinski/git/cocos2d-x/tests/tests/BugsTest/Bug-886.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
tests/BugsTest/Bug-899.o: /home/laschweinski/git/cocos2d-x/tests/tests/BugsTest/Bug-899.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
tests/BugsTest/Bug-914.o: /home/laschweinski/git/cocos2d-x/tests/tests/BugsTest/Bug-914.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
tests/BugsTest/BugsTest.o: /home/laschweinski/git/cocos2d-x/tests/tests/BugsTest/BugsTest.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
|
|
@ -1,224 +0,0 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
CPP_SRCS += \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/ChipmunkTest/Bounce.cpp \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/ChipmunkTest/Joints.cpp \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/ChipmunkTest/LogoSmash.cpp \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/ChipmunkTest/MagnetsElectric.cpp \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/ChipmunkTest/OneWay.cpp \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/ChipmunkTest/Planet.cpp \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/ChipmunkTest/Player.cpp \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/ChipmunkTest/Plink.cpp \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/ChipmunkTest/Pump.cpp \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/ChipmunkTest/PyramidStack.cpp \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/ChipmunkTest/PyramidTopple.cpp \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/ChipmunkTest/Query.cpp \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/ChipmunkTest/Sensors.cpp \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/ChipmunkTest/Simple.cpp \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/ChipmunkTest/Springies.cpp \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/ChipmunkTest/Tank.cpp \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/ChipmunkTest/TheoJansen.cpp \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/ChipmunkTest/Tumble.cpp \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/ChipmunkTest/UnsafeOps.cpp \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/ChipmunkTest/cocos2dChipmunkDemo.cpp \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/ChipmunkTest/drawSpace.cpp
|
||||
|
||||
OBJS += \
|
||||
./tests/ChipmunkTest/Bounce.o \
|
||||
./tests/ChipmunkTest/Joints.o \
|
||||
./tests/ChipmunkTest/LogoSmash.o \
|
||||
./tests/ChipmunkTest/MagnetsElectric.o \
|
||||
./tests/ChipmunkTest/OneWay.o \
|
||||
./tests/ChipmunkTest/Planet.o \
|
||||
./tests/ChipmunkTest/Player.o \
|
||||
./tests/ChipmunkTest/Plink.o \
|
||||
./tests/ChipmunkTest/Pump.o \
|
||||
./tests/ChipmunkTest/PyramidStack.o \
|
||||
./tests/ChipmunkTest/PyramidTopple.o \
|
||||
./tests/ChipmunkTest/Query.o \
|
||||
./tests/ChipmunkTest/Sensors.o \
|
||||
./tests/ChipmunkTest/Simple.o \
|
||||
./tests/ChipmunkTest/Springies.o \
|
||||
./tests/ChipmunkTest/Tank.o \
|
||||
./tests/ChipmunkTest/TheoJansen.o \
|
||||
./tests/ChipmunkTest/Tumble.o \
|
||||
./tests/ChipmunkTest/UnsafeOps.o \
|
||||
./tests/ChipmunkTest/cocos2dChipmunkDemo.o \
|
||||
./tests/ChipmunkTest/drawSpace.o
|
||||
|
||||
CPP_DEPS += \
|
||||
./tests/ChipmunkTest/Bounce.d \
|
||||
./tests/ChipmunkTest/Joints.d \
|
||||
./tests/ChipmunkTest/LogoSmash.d \
|
||||
./tests/ChipmunkTest/MagnetsElectric.d \
|
||||
./tests/ChipmunkTest/OneWay.d \
|
||||
./tests/ChipmunkTest/Planet.d \
|
||||
./tests/ChipmunkTest/Player.d \
|
||||
./tests/ChipmunkTest/Plink.d \
|
||||
./tests/ChipmunkTest/Pump.d \
|
||||
./tests/ChipmunkTest/PyramidStack.d \
|
||||
./tests/ChipmunkTest/PyramidTopple.d \
|
||||
./tests/ChipmunkTest/Query.d \
|
||||
./tests/ChipmunkTest/Sensors.d \
|
||||
./tests/ChipmunkTest/Simple.d \
|
||||
./tests/ChipmunkTest/Springies.d \
|
||||
./tests/ChipmunkTest/Tank.d \
|
||||
./tests/ChipmunkTest/TheoJansen.d \
|
||||
./tests/ChipmunkTest/Tumble.d \
|
||||
./tests/ChipmunkTest/UnsafeOps.d \
|
||||
./tests/ChipmunkTest/cocos2dChipmunkDemo.d \
|
||||
./tests/ChipmunkTest/drawSpace.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
tests/ChipmunkTest/Bounce.o: /home/laschweinski/git/cocos2d-x/tests/tests/ChipmunkTest/Bounce.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
tests/ChipmunkTest/Joints.o: /home/laschweinski/git/cocos2d-x/tests/tests/ChipmunkTest/Joints.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
tests/ChipmunkTest/LogoSmash.o: /home/laschweinski/git/cocos2d-x/tests/tests/ChipmunkTest/LogoSmash.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
tests/ChipmunkTest/MagnetsElectric.o: /home/laschweinski/git/cocos2d-x/tests/tests/ChipmunkTest/MagnetsElectric.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
tests/ChipmunkTest/OneWay.o: /home/laschweinski/git/cocos2d-x/tests/tests/ChipmunkTest/OneWay.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
tests/ChipmunkTest/Planet.o: /home/laschweinski/git/cocos2d-x/tests/tests/ChipmunkTest/Planet.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
tests/ChipmunkTest/Player.o: /home/laschweinski/git/cocos2d-x/tests/tests/ChipmunkTest/Player.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
tests/ChipmunkTest/Plink.o: /home/laschweinski/git/cocos2d-x/tests/tests/ChipmunkTest/Plink.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
tests/ChipmunkTest/Pump.o: /home/laschweinski/git/cocos2d-x/tests/tests/ChipmunkTest/Pump.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
tests/ChipmunkTest/PyramidStack.o: /home/laschweinski/git/cocos2d-x/tests/tests/ChipmunkTest/PyramidStack.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
tests/ChipmunkTest/PyramidTopple.o: /home/laschweinski/git/cocos2d-x/tests/tests/ChipmunkTest/PyramidTopple.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
tests/ChipmunkTest/Query.o: /home/laschweinski/git/cocos2d-x/tests/tests/ChipmunkTest/Query.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
tests/ChipmunkTest/Sensors.o: /home/laschweinski/git/cocos2d-x/tests/tests/ChipmunkTest/Sensors.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
tests/ChipmunkTest/Simple.o: /home/laschweinski/git/cocos2d-x/tests/tests/ChipmunkTest/Simple.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
tests/ChipmunkTest/Springies.o: /home/laschweinski/git/cocos2d-x/tests/tests/ChipmunkTest/Springies.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
tests/ChipmunkTest/Tank.o: /home/laschweinski/git/cocos2d-x/tests/tests/ChipmunkTest/Tank.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
tests/ChipmunkTest/TheoJansen.o: /home/laschweinski/git/cocos2d-x/tests/tests/ChipmunkTest/TheoJansen.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
tests/ChipmunkTest/Tumble.o: /home/laschweinski/git/cocos2d-x/tests/tests/ChipmunkTest/Tumble.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
tests/ChipmunkTest/UnsafeOps.o: /home/laschweinski/git/cocos2d-x/tests/tests/ChipmunkTest/UnsafeOps.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
tests/ChipmunkTest/cocos2dChipmunkDemo.o: /home/laschweinski/git/cocos2d-x/tests/tests/ChipmunkTest/cocos2dChipmunkDemo.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
tests/ChipmunkTest/drawSpace.o: /home/laschweinski/git/cocos2d-x/tests/tests/ChipmunkTest/drawSpace.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
|
|
@ -1,24 +0,0 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
CPP_SRCS += \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/ClickAndMoveTest/ClickAndMoveTest.cpp
|
||||
|
||||
OBJS += \
|
||||
./tests/ClickAndMoveTest/ClickAndMoveTest.o
|
||||
|
||||
CPP_DEPS += \
|
||||
./tests/ClickAndMoveTest/ClickAndMoveTest.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
tests/ClickAndMoveTest/ClickAndMoveTest.o: /home/laschweinski/git/cocos2d-x/tests/tests/ClickAndMoveTest/ClickAndMoveTest.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
|
|
@ -1,24 +0,0 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
CPP_SRCS += \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/CocosDenshionTest/CocosDenshionTest.cpp
|
||||
|
||||
OBJS += \
|
||||
./tests/CocosDenshionTest/CocosDenshionTest.o
|
||||
|
||||
CPP_DEPS += \
|
||||
./tests/CocosDenshionTest/CocosDenshionTest.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
tests/CocosDenshionTest/CocosDenshionTest.o: /home/laschweinski/git/cocos2d-x/tests/tests/CocosDenshionTest/CocosDenshionTest.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
|
|
@ -1,24 +0,0 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
CPP_SRCS += \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/CocosNodeTest/CocosNodeTest.cpp
|
||||
|
||||
OBJS += \
|
||||
./tests/CocosNodeTest/CocosNodeTest.o
|
||||
|
||||
CPP_DEPS += \
|
||||
./tests/CocosNodeTest/CocosNodeTest.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
tests/CocosNodeTest/CocosNodeTest.o: /home/laschweinski/git/cocos2d-x/tests/tests/CocosNodeTest/CocosNodeTest.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
|
|
@ -1,24 +0,0 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
CPP_SRCS += \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/CurlTest/CurlTest.cpp
|
||||
|
||||
OBJS += \
|
||||
./tests/CurlTest/CurlTest.o
|
||||
|
||||
CPP_DEPS += \
|
||||
./tests/CurlTest/CurlTest.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
tests/CurlTest/CurlTest.o: /home/laschweinski/git/cocos2d-x/tests/tests/CurlTest/CurlTest.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
|
|
@ -1,24 +0,0 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
CPP_SRCS += \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/CurrentLanguageTest/CurrentLanguageTest.cpp
|
||||
|
||||
OBJS += \
|
||||
./tests/CurrentLanguageTest/CurrentLanguageTest.o
|
||||
|
||||
CPP_DEPS += \
|
||||
./tests/CurrentLanguageTest/CurrentLanguageTest.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
tests/CurrentLanguageTest/CurrentLanguageTest.o: /home/laschweinski/git/cocos2d-x/tests/tests/CurrentLanguageTest/CurrentLanguageTest.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
|
|
@ -1,24 +0,0 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
CPP_SRCS += \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/DirectorTest/DirectorTest.cpp
|
||||
|
||||
OBJS += \
|
||||
./tests/DirectorTest/DirectorTest.o
|
||||
|
||||
CPP_DEPS += \
|
||||
./tests/DirectorTest/DirectorTest.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
tests/DirectorTest/DirectorTest.o: /home/laschweinski/git/cocos2d-x/tests/tests/DirectorTest/DirectorTest.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
|
|
@ -1,24 +0,0 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
CPP_SRCS += \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/DrawPrimitivesTest/DrawPrimitivesTest.cpp
|
||||
|
||||
OBJS += \
|
||||
./tests/DrawPrimitivesTest/DrawPrimitivesTest.o
|
||||
|
||||
CPP_DEPS += \
|
||||
./tests/DrawPrimitivesTest/DrawPrimitivesTest.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
tests/DrawPrimitivesTest/DrawPrimitivesTest.o: /home/laschweinski/git/cocos2d-x/tests/tests/DrawPrimitivesTest/DrawPrimitivesTest.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
|
|
@ -1,24 +0,0 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
CPP_SRCS += \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/EaseActionsTest/EaseActionsTest.cpp
|
||||
|
||||
OBJS += \
|
||||
./tests/EaseActionsTest/EaseActionsTest.o
|
||||
|
||||
CPP_DEPS += \
|
||||
./tests/EaseActionsTest/EaseActionsTest.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
tests/EaseActionsTest/EaseActionsTest.o: /home/laschweinski/git/cocos2d-x/tests/tests/EaseActionsTest/EaseActionsTest.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
|
|
@ -1,24 +0,0 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
CPP_SRCS += \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/EffectsAdvancedTest/EffectsAdvancedTest.cpp
|
||||
|
||||
OBJS += \
|
||||
./tests/EffectsAdvancedTest/EffectsAdvancedTest.o
|
||||
|
||||
CPP_DEPS += \
|
||||
./tests/EffectsAdvancedTest/EffectsAdvancedTest.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
tests/EffectsAdvancedTest/EffectsAdvancedTest.o: /home/laschweinski/git/cocos2d-x/tests/tests/EffectsAdvancedTest/EffectsAdvancedTest.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
|
|
@ -1,24 +0,0 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
CPP_SRCS += \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/EffectsTest/EffectsTest.cpp
|
||||
|
||||
OBJS += \
|
||||
./tests/EffectsTest/EffectsTest.o
|
||||
|
||||
CPP_DEPS += \
|
||||
./tests/EffectsTest/EffectsTest.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
tests/EffectsTest/EffectsTest.o: /home/laschweinski/git/cocos2d-x/tests/tests/EffectsTest/EffectsTest.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
|
|
@ -1,24 +0,0 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
CPP_SRCS += \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/FontTest/FontTest.cpp
|
||||
|
||||
OBJS += \
|
||||
./tests/FontTest/FontTest.o
|
||||
|
||||
CPP_DEPS += \
|
||||
./tests/FontTest/FontTest.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
tests/FontTest/FontTest.o: /home/laschweinski/git/cocos2d-x/tests/tests/FontTest/FontTest.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
|
|
@ -1,24 +0,0 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
CPP_SRCS += \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/HiResTest/HiResTest.cpp
|
||||
|
||||
OBJS += \
|
||||
./tests/HiResTest/HiResTest.o
|
||||
|
||||
CPP_DEPS += \
|
||||
./tests/HiResTest/HiResTest.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
tests/HiResTest/HiResTest.o: /home/laschweinski/git/cocos2d-x/tests/tests/HiResTest/HiResTest.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
|
|
@ -1,24 +0,0 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
CPP_SRCS += \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/IntervalTest/IntervalTest.cpp
|
||||
|
||||
OBJS += \
|
||||
./tests/IntervalTest/IntervalTest.o
|
||||
|
||||
CPP_DEPS += \
|
||||
./tests/IntervalTest/IntervalTest.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
tests/IntervalTest/IntervalTest.o: /home/laschweinski/git/cocos2d-x/tests/tests/IntervalTest/IntervalTest.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
|
|
@ -1,24 +0,0 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
CPP_SRCS += \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/KeypadTest/KeypadTest.cpp
|
||||
|
||||
OBJS += \
|
||||
./tests/KeypadTest/KeypadTest.o
|
||||
|
||||
CPP_DEPS += \
|
||||
./tests/KeypadTest/KeypadTest.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
tests/KeypadTest/KeypadTest.o: /home/laschweinski/git/cocos2d-x/tests/tests/KeypadTest/KeypadTest.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
|
|
@ -1,24 +0,0 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
CPP_SRCS += \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/LabelTest/LabelTest.cpp
|
||||
|
||||
OBJS += \
|
||||
./tests/LabelTest/LabelTest.o
|
||||
|
||||
CPP_DEPS += \
|
||||
./tests/LabelTest/LabelTest.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
tests/LabelTest/LabelTest.o: /home/laschweinski/git/cocos2d-x/tests/tests/LabelTest/LabelTest.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
|
|
@ -1,24 +0,0 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
CPP_SRCS += \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/LayerTest/LayerTest.cpp
|
||||
|
||||
OBJS += \
|
||||
./tests/LayerTest/LayerTest.o
|
||||
|
||||
CPP_DEPS += \
|
||||
./tests/LayerTest/LayerTest.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
tests/LayerTest/LayerTest.o: /home/laschweinski/git/cocos2d-x/tests/tests/LayerTest/LayerTest.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
|
|
@ -1,24 +0,0 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
CPP_SRCS += \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/MenuTest/MenuTest.cpp
|
||||
|
||||
OBJS += \
|
||||
./tests/MenuTest/MenuTest.o
|
||||
|
||||
CPP_DEPS += \
|
||||
./tests/MenuTest/MenuTest.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
tests/MenuTest/MenuTest.o: /home/laschweinski/git/cocos2d-x/tests/tests/MenuTest/MenuTest.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
|
|
@ -1,24 +0,0 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
CPP_SRCS += \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/MotionStreakTest/MotionStreakTest.cpp
|
||||
|
||||
OBJS += \
|
||||
./tests/MotionStreakTest/MotionStreakTest.o
|
||||
|
||||
CPP_DEPS += \
|
||||
./tests/MotionStreakTest/MotionStreakTest.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
tests/MotionStreakTest/MotionStreakTest.o: /home/laschweinski/git/cocos2d-x/tests/tests/MotionStreakTest/MotionStreakTest.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
|
|
@ -1,24 +0,0 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
CPP_SRCS += \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/ParallaxTest/ParallaxTest.cpp
|
||||
|
||||
OBJS += \
|
||||
./tests/ParallaxTest/ParallaxTest.o
|
||||
|
||||
CPP_DEPS += \
|
||||
./tests/ParallaxTest/ParallaxTest.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
tests/ParallaxTest/ParallaxTest.o: /home/laschweinski/git/cocos2d-x/tests/tests/ParallaxTest/ParallaxTest.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
|
|
@ -1,24 +0,0 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
CPP_SRCS += \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/ParticleTest/ParticleTest.cpp
|
||||
|
||||
OBJS += \
|
||||
./tests/ParticleTest/ParticleTest.o
|
||||
|
||||
CPP_DEPS += \
|
||||
./tests/ParticleTest/ParticleTest.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
tests/ParticleTest/ParticleTest.o: /home/laschweinski/git/cocos2d-x/tests/tests/ParticleTest/ParticleTest.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I/usr/include/cocos2dx -I/usr/include/cocos2dx/platform -I/usr/include/cocos2dx/include -I"/home/laschweinski/git/cocos2d-x/tests" -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
|
|
@ -1,74 +0,0 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
CPP_SRCS += \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/PerformanceTest/PerformanceNodeChildrenTest.cpp \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/PerformanceTest/PerformanceParticleTest.cpp \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/PerformanceTest/PerformanceSpriteTest.cpp \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/PerformanceTest/PerformanceTest.cpp \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/PerformanceTest/PerformanceTextureTest.cpp \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/PerformanceTest/PerformanceTouchesTest.cpp
|
||||
|
||||
OBJS += \
|
||||
./tests/PerformanceTest/PerformanceNodeChildrenTest.o \
|
||||
./tests/PerformanceTest/PerformanceParticleTest.o \
|
||||
./tests/PerformanceTest/PerformanceSpriteTest.o \
|
||||
./tests/PerformanceTest/PerformanceTest.o \
|
||||
./tests/PerformanceTest/PerformanceTextureTest.o \
|
||||
./tests/PerformanceTest/PerformanceTouchesTest.o
|
||||
|
||||
CPP_DEPS += \
|
||||
./tests/PerformanceTest/PerformanceNodeChildrenTest.d \
|
||||
./tests/PerformanceTest/PerformanceParticleTest.d \
|
||||
./tests/PerformanceTest/PerformanceSpriteTest.d \
|
||||
./tests/PerformanceTest/PerformanceTest.d \
|
||||
./tests/PerformanceTest/PerformanceTextureTest.d \
|
||||
./tests/PerformanceTest/PerformanceTouchesTest.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
tests/PerformanceTest/PerformanceNodeChildrenTest.o: /home/laschweinski/git/cocos2d-x/tests/tests/PerformanceTest/PerformanceNodeChildrenTest.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I/usr/include/cocos2dx -I/usr/include/cocos2dx/platform -I/usr/include/cocos2dx/include -I"/home/laschweinski/git/cocos2d-x/tests" -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
tests/PerformanceTest/PerformanceParticleTest.o: /home/laschweinski/git/cocos2d-x/tests/tests/PerformanceTest/PerformanceParticleTest.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I/usr/include/cocos2dx -I/usr/include/cocos2dx/platform -I/usr/include/cocos2dx/include -I"/home/laschweinski/git/cocos2d-x/tests" -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
tests/PerformanceTest/PerformanceSpriteTest.o: /home/laschweinski/git/cocos2d-x/tests/tests/PerformanceTest/PerformanceSpriteTest.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I/usr/include/cocos2dx -I/usr/include/cocos2dx/platform -I/usr/include/cocos2dx/include -I"/home/laschweinski/git/cocos2d-x/tests" -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
tests/PerformanceTest/PerformanceTest.o: /home/laschweinski/git/cocos2d-x/tests/tests/PerformanceTest/PerformanceTest.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I/usr/include/cocos2dx -I/usr/include/cocos2dx/platform -I/usr/include/cocos2dx/include -I"/home/laschweinski/git/cocos2d-x/tests" -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
tests/PerformanceTest/PerformanceTextureTest.o: /home/laschweinski/git/cocos2d-x/tests/tests/PerformanceTest/PerformanceTextureTest.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I/usr/include/cocos2dx -I/usr/include/cocos2dx/platform -I/usr/include/cocos2dx/include -I"/home/laschweinski/git/cocos2d-x/tests" -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
tests/PerformanceTest/PerformanceTouchesTest.o: /home/laschweinski/git/cocos2d-x/tests/tests/PerformanceTest/PerformanceTouchesTest.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I/usr/include/cocos2dx -I/usr/include/cocos2dx/platform -I/usr/include/cocos2dx/include -I"/home/laschweinski/git/cocos2d-x/tests" -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
|
|
@ -1,24 +0,0 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
CPP_SRCS += \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/ProgressActionsTest/ProgressActionsTest.cpp
|
||||
|
||||
OBJS += \
|
||||
./tests/ProgressActionsTest/ProgressActionsTest.o
|
||||
|
||||
CPP_DEPS += \
|
||||
./tests/ProgressActionsTest/ProgressActionsTest.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
tests/ProgressActionsTest/ProgressActionsTest.o: /home/laschweinski/git/cocos2d-x/tests/tests/ProgressActionsTest/ProgressActionsTest.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
|
|
@ -1,24 +0,0 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
CPP_SRCS += \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/RenderTextureTest/RenderTextureTest.cpp
|
||||
|
||||
OBJS += \
|
||||
./tests/RenderTextureTest/RenderTextureTest.o
|
||||
|
||||
CPP_DEPS += \
|
||||
./tests/RenderTextureTest/RenderTextureTest.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
tests/RenderTextureTest/RenderTextureTest.o: /home/laschweinski/git/cocos2d-x/tests/tests/RenderTextureTest/RenderTextureTest.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
|
|
@ -1,24 +0,0 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
CPP_SRCS += \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/RotateWorldTest/RotateWorldTest.cpp
|
||||
|
||||
OBJS += \
|
||||
./tests/RotateWorldTest/RotateWorldTest.o
|
||||
|
||||
CPP_DEPS += \
|
||||
./tests/RotateWorldTest/RotateWorldTest.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
tests/RotateWorldTest/RotateWorldTest.o: /home/laschweinski/git/cocos2d-x/tests/tests/RotateWorldTest/RotateWorldTest.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
|
|
@ -1,24 +0,0 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
CPP_SRCS += \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/SceneTest/SceneTest.cpp
|
||||
|
||||
OBJS += \
|
||||
./tests/SceneTest/SceneTest.o
|
||||
|
||||
CPP_DEPS += \
|
||||
./tests/SceneTest/SceneTest.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
tests/SceneTest/SceneTest.o: /home/laschweinski/git/cocos2d-x/tests/tests/SceneTest/SceneTest.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
|
|
@ -1,24 +0,0 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
CPP_SRCS += \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/SchedulerTest/SchedulerTest.cpp
|
||||
|
||||
OBJS += \
|
||||
./tests/SchedulerTest/SchedulerTest.o
|
||||
|
||||
CPP_DEPS += \
|
||||
./tests/SchedulerTest/SchedulerTest.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
tests/SchedulerTest/SchedulerTest.o: /home/laschweinski/git/cocos2d-x/tests/tests/SchedulerTest/SchedulerTest.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
|
|
@ -1,24 +0,0 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
CPP_SRCS += \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/SpriteTest/SpriteTest.cpp
|
||||
|
||||
OBJS += \
|
||||
./tests/SpriteTest/SpriteTest.o
|
||||
|
||||
CPP_DEPS += \
|
||||
./tests/SpriteTest/SpriteTest.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
tests/SpriteTest/SpriteTest.o: /home/laschweinski/git/cocos2d-x/tests/tests/SpriteTest/SpriteTest.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
|
|
@ -1,24 +0,0 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
CPP_SRCS += \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/TextInputTest/TextInputTest.cpp
|
||||
|
||||
OBJS += \
|
||||
./tests/TextInputTest/TextInputTest.o
|
||||
|
||||
CPP_DEPS += \
|
||||
./tests/TextInputTest/TextInputTest.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
tests/TextInputTest/TextInputTest.o: /home/laschweinski/git/cocos2d-x/tests/tests/TextInputTest/TextInputTest.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
|
|
@ -1,24 +0,0 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
CPP_SRCS += \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/Texture2dTest/Texture2dTest.cpp
|
||||
|
||||
OBJS += \
|
||||
./tests/Texture2dTest/Texture2dTest.o
|
||||
|
||||
CPP_DEPS += \
|
||||
./tests/Texture2dTest/Texture2dTest.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
tests/Texture2dTest/Texture2dTest.o: /home/laschweinski/git/cocos2d-x/tests/tests/Texture2dTest/Texture2dTest.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
|
|
@ -1,24 +0,0 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
CPP_SRCS += \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/TileMapTest/TileMapTest.cpp
|
||||
|
||||
OBJS += \
|
||||
./tests/TileMapTest/TileMapTest.o
|
||||
|
||||
CPP_DEPS += \
|
||||
./tests/TileMapTest/TileMapTest.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
tests/TileMapTest/TileMapTest.o: /home/laschweinski/git/cocos2d-x/tests/tests/TileMapTest/TileMapTest.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
|
|
@ -1,44 +0,0 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
CPP_SRCS += \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/TouchesTest/Ball.cpp \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/TouchesTest/Paddle.cpp \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/TouchesTest/TouchesTest.cpp
|
||||
|
||||
OBJS += \
|
||||
./tests/TouchesTest/Ball.o \
|
||||
./tests/TouchesTest/Paddle.o \
|
||||
./tests/TouchesTest/TouchesTest.o
|
||||
|
||||
CPP_DEPS += \
|
||||
./tests/TouchesTest/Ball.d \
|
||||
./tests/TouchesTest/Paddle.d \
|
||||
./tests/TouchesTest/TouchesTest.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
tests/TouchesTest/Ball.o: /home/laschweinski/git/cocos2d-x/tests/tests/TouchesTest/Ball.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
tests/TouchesTest/Paddle.o: /home/laschweinski/git/cocos2d-x/tests/tests/TouchesTest/Paddle.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
tests/TouchesTest/TouchesTest.o: /home/laschweinski/git/cocos2d-x/tests/tests/TouchesTest/TouchesTest.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
|
|
@ -1,24 +0,0 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
CPP_SRCS += \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/TransitionsTest/TransitionsTest.cpp
|
||||
|
||||
OBJS += \
|
||||
./tests/TransitionsTest/TransitionsTest.o
|
||||
|
||||
CPP_DEPS += \
|
||||
./tests/TransitionsTest/TransitionsTest.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
tests/TransitionsTest/TransitionsTest.o: /home/laschweinski/git/cocos2d-x/tests/tests/TransitionsTest/TransitionsTest.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
|
|
@ -1,24 +0,0 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
CPP_SRCS += \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/UserDefaultTest/UserDefaultTest.cpp
|
||||
|
||||
OBJS += \
|
||||
./tests/UserDefaultTest/UserDefaultTest.o
|
||||
|
||||
CPP_DEPS += \
|
||||
./tests/UserDefaultTest/UserDefaultTest.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
tests/UserDefaultTest/UserDefaultTest.o: /home/laschweinski/git/cocos2d-x/tests/tests/UserDefaultTest/UserDefaultTest.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
|
|
@ -1,24 +0,0 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
CPP_SRCS += \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/ZwoptexTest/ZwoptexTest.cpp
|
||||
|
||||
OBJS += \
|
||||
./tests/ZwoptexTest/ZwoptexTest.o
|
||||
|
||||
CPP_DEPS += \
|
||||
./tests/ZwoptexTest/ZwoptexTest.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
tests/ZwoptexTest/ZwoptexTest.o: /home/laschweinski/git/cocos2d-x/tests/tests/ZwoptexTest/ZwoptexTest.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
|
|
@ -1,34 +0,0 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
CPP_SRCS += \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/controller.cpp \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/testBasic.cpp
|
||||
|
||||
OBJS += \
|
||||
./tests/controller.o \
|
||||
./tests/testBasic.o
|
||||
|
||||
CPP_DEPS += \
|
||||
./tests/controller.d \
|
||||
./tests/testBasic.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
tests/controller.o: /home/laschweinski/git/cocos2d-x/tests/tests/controller.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
tests/testBasic.o: /home/laschweinski/git/cocos2d-x/tests/tests/testBasic.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
|
|
@ -1 +0,0 @@
|
|||
bd0a7c5a0c75a9d628e5ff502c90ad2962155ff1
|
|
@ -1,99 +0,0 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
-include ../makefile.init
|
||||
|
||||
RM := rm -rf
|
||||
|
||||
# All of the sources participating in the build are defined here
|
||||
-include sources.mk
|
||||
-include subdir.mk
|
||||
-include tests/subdir.mk
|
||||
-include tests/ZwoptexTest/subdir.mk
|
||||
-include tests/UserDefaultTest/subdir.mk
|
||||
-include tests/TransitionsTest/subdir.mk
|
||||
-include tests/TouchesTest/subdir.mk
|
||||
-include tests/TileMapTest/subdir.mk
|
||||
-include tests/Texture2dTest/subdir.mk
|
||||
-include tests/TextInputTest/subdir.mk
|
||||
-include tests/SpriteTest/subdir.mk
|
||||
-include tests/SchedulerTest/subdir.mk
|
||||
-include tests/SceneTest/subdir.mk
|
||||
-include tests/RotateWorldTest/subdir.mk
|
||||
-include tests/RenderTextureTest/subdir.mk
|
||||
-include tests/ProgressActionsTest/subdir.mk
|
||||
-include tests/ParallaxTest/subdir.mk
|
||||
-include tests/MotionStreakTest/subdir.mk
|
||||
-include tests/MenuTest/subdir.mk
|
||||
-include tests/LayerTest/subdir.mk
|
||||
-include tests/LabelTest/subdir.mk
|
||||
-include tests/KeypadTest/subdir.mk
|
||||
-include tests/IntervalTest/subdir.mk
|
||||
-include tests/HiResTest/subdir.mk
|
||||
-include tests/FontTest/subdir.mk
|
||||
-include tests/EffectsTest/subdir.mk
|
||||
-include tests/EffectsAdvancedTest/subdir.mk
|
||||
-include tests/EaseActionsTest/subdir.mk
|
||||
-include tests/DrawPrimitivesTest/subdir.mk
|
||||
-include tests/DirectorTest/subdir.mk
|
||||
-include tests/CurrentLanguageTest/subdir.mk
|
||||
-include tests/CurlTest/subdir.mk
|
||||
-include tests/CocosNodeTest/subdir.mk
|
||||
-include tests/CocosDenshionTest/subdir.mk
|
||||
-include tests/ClickAndMoveTest/subdir.mk
|
||||
-include tests/ChipmunkTest/subdir.mk
|
||||
-include tests/BugsTest/subdir.mk
|
||||
-include tests/BugsTest/Bug-458/subdir.mk
|
||||
-include tests/Box2DTestBed/subdir.mk
|
||||
-include tests/Box2DTest/subdir.mk
|
||||
-include tests/ActionsTest/subdir.mk
|
||||
-include tests/ActionManagerTest/subdir.mk
|
||||
-include tests/AccelerometerTest/subdir.mk
|
||||
-include objects.mk
|
||||
|
||||
ifneq ($(MAKECMDGOALS),clean)
|
||||
ifneq ($(strip $(C++_DEPS)),)
|
||||
-include $(C++_DEPS)
|
||||
endif
|
||||
ifneq ($(strip $(C_DEPS)),)
|
||||
-include $(C_DEPS)
|
||||
endif
|
||||
ifneq ($(strip $(CC_DEPS)),)
|
||||
-include $(CC_DEPS)
|
||||
endif
|
||||
ifneq ($(strip $(CPP_DEPS)),)
|
||||
-include $(CPP_DEPS)
|
||||
endif
|
||||
ifneq ($(strip $(CXX_DEPS)),)
|
||||
-include $(CXX_DEPS)
|
||||
endif
|
||||
ifneq ($(strip $(C_UPPER_DEPS)),)
|
||||
-include $(C_UPPER_DEPS)
|
||||
endif
|
||||
endif
|
||||
|
||||
-include ../makefile.defs
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
|
||||
# All Target
|
||||
all: cocos2dx-test
|
||||
|
||||
# Tool invocations
|
||||
cocos2dx-test: $(OBJS) $(USER_OBJS)
|
||||
@echo 'Building target: $@'
|
||||
@echo 'Invoking: GCC C++ Linker'
|
||||
g++ -L"/home/laschweinski/git/cocos2d-x/lib/linux/Release" -o "cocos2dx-test" $(OBJS) $(USER_OBJS) $(LIBS) -Wl,-rpath,../../lib/linux/Release/
|
||||
@echo 'Finished building target: $@'
|
||||
@echo ' '
|
||||
|
||||
# Other Targets
|
||||
clean:
|
||||
-$(RM) $(OBJS)$(C++_DEPS)$(C_DEPS)$(CC_DEPS)$(CPP_DEPS)$(EXECUTABLES)$(CXX_DEPS)$(C_UPPER_DEPS) cocos2dx-test
|
||||
-@echo ' '
|
||||
|
||||
.PHONY: all clean dependents
|
||||
.SECONDARY:
|
||||
|
||||
-include ../makefile.targets
|
|
@ -1,8 +0,0 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
USER_OBJS := /home/laschweinski/git/cocos2d-x/Box2D/lib/linux/libBox2D.a /home/laschweinski/git/cocos2d-x/cocos2dx/platform/third_party/linux/libraries/libcurl.a /home/laschweinski/git/cocos2d-x/chipmunk/lib/linux/libchipmunk.a
|
||||
|
||||
LIBS := -lcocos2d -lrt -lz -lcocosdenshion
|
||||
|
|
@ -1,68 +0,0 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
O_SRCS :=
|
||||
CPP_SRCS :=
|
||||
C_UPPER_SRCS :=
|
||||
C_SRCS :=
|
||||
S_UPPER_SRCS :=
|
||||
OBJ_SRCS :=
|
||||
ASM_SRCS :=
|
||||
CXX_SRCS :=
|
||||
C++_SRCS :=
|
||||
CC_SRCS :=
|
||||
OBJS :=
|
||||
C++_DEPS :=
|
||||
C_DEPS :=
|
||||
CC_DEPS :=
|
||||
CPP_DEPS :=
|
||||
EXECUTABLES :=
|
||||
CXX_DEPS :=
|
||||
C_UPPER_DEPS :=
|
||||
|
||||
# Every subdirectory with source files must be described here
|
||||
SUBDIRS := \
|
||||
tests \
|
||||
tests/ZwoptexTest \
|
||||
tests/UserDefaultTest \
|
||||
tests/TransitionsTest \
|
||||
tests/TouchesTest \
|
||||
tests/TileMapTest \
|
||||
tests/Texture2dTest \
|
||||
tests/TextInputTest \
|
||||
tests/SpriteTest \
|
||||
tests/SchedulerTest \
|
||||
tests/SceneTest \
|
||||
tests/RotateWorldTest \
|
||||
tests/RenderTextureTest \
|
||||
tests/ProgressActionsTest \
|
||||
tests/ParallaxTest \
|
||||
tests/MotionStreakTest \
|
||||
tests/MenuTest \
|
||||
tests/LayerTest \
|
||||
tests/LabelTest \
|
||||
tests/KeypadTest \
|
||||
tests/IntervalTest \
|
||||
tests/HiResTest \
|
||||
tests/FontTest \
|
||||
tests/EffectsTest \
|
||||
tests/EffectsAdvancedTest \
|
||||
tests/EaseActionsTest \
|
||||
tests/DrawPrimitivesTest \
|
||||
tests/DirectorTest \
|
||||
tests/CurrentLanguageTest \
|
||||
tests/CurlTest \
|
||||
tests/CocosNodeTest \
|
||||
tests/CocosDenshionTest \
|
||||
tests/ClickAndMoveTest \
|
||||
tests/ChipmunkTest \
|
||||
tests/BugsTest \
|
||||
tests/BugsTest/Bug-458 \
|
||||
tests/Box2DTestBed \
|
||||
tests/Box2DTest \
|
||||
tests/ActionsTest \
|
||||
tests/ActionManagerTest \
|
||||
tests/AccelerometerTest \
|
||||
. \
|
||||
|
|
@ -1,34 +0,0 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
CPP_SRCS += \
|
||||
/home/laschweinski/git/cocos2d-x/tests/AppDelegate.cpp \
|
||||
../main.cpp
|
||||
|
||||
OBJS += \
|
||||
./AppDelegate.o \
|
||||
./main.o
|
||||
|
||||
CPP_DEPS += \
|
||||
./AppDelegate.d \
|
||||
./main.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
AppDelegate.o: /home/laschweinski/git/cocos2d-x/tests/AppDelegate.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
%.o: ../%.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
|
|
@ -1,24 +0,0 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
CPP_SRCS += \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/AccelerometerTest/AccelerometerTest.cpp
|
||||
|
||||
OBJS += \
|
||||
./tests/AccelerometerTest/AccelerometerTest.o
|
||||
|
||||
CPP_DEPS += \
|
||||
./tests/AccelerometerTest/AccelerometerTest.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
tests/AccelerometerTest/AccelerometerTest.o: /home/laschweinski/git/cocos2d-x/tests/tests/AccelerometerTest/AccelerometerTest.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
|
|
@ -1,24 +0,0 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
CPP_SRCS += \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/ActionManagerTest/ActionManagerTest.cpp
|
||||
|
||||
OBJS += \
|
||||
./tests/ActionManagerTest/ActionManagerTest.o
|
||||
|
||||
CPP_DEPS += \
|
||||
./tests/ActionManagerTest/ActionManagerTest.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
tests/ActionManagerTest/ActionManagerTest.o: /home/laschweinski/git/cocos2d-x/tests/tests/ActionManagerTest/ActionManagerTest.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
|
|
@ -1,24 +0,0 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
CPP_SRCS += \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/ActionsTest/ActionsTest.cpp
|
||||
|
||||
OBJS += \
|
||||
./tests/ActionsTest/ActionsTest.o
|
||||
|
||||
CPP_DEPS += \
|
||||
./tests/ActionsTest/ActionsTest.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
tests/ActionsTest/ActionsTest.o: /home/laschweinski/git/cocos2d-x/tests/tests/ActionsTest/ActionsTest.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
|
|
@ -1,24 +0,0 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
CPP_SRCS += \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/Box2DTest/Box2dTest.cpp
|
||||
|
||||
OBJS += \
|
||||
./tests/Box2DTest/Box2dTest.o
|
||||
|
||||
CPP_DEPS += \
|
||||
./tests/Box2DTest/Box2dTest.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
tests/Box2DTest/Box2dTest.o: /home/laschweinski/git/cocos2d-x/tests/tests/Box2DTest/Box2dTest.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
|
|
@ -1,54 +0,0 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
CPP_SRCS += \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/Box2DTestBed/Box2dView.cpp \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/Box2DTestBed/GLES-Render.cpp \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/Box2DTestBed/Test.cpp \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/Box2DTestBed/TestEntries.cpp
|
||||
|
||||
OBJS += \
|
||||
./tests/Box2DTestBed/Box2dView.o \
|
||||
./tests/Box2DTestBed/GLES-Render.o \
|
||||
./tests/Box2DTestBed/Test.o \
|
||||
./tests/Box2DTestBed/TestEntries.o
|
||||
|
||||
CPP_DEPS += \
|
||||
./tests/Box2DTestBed/Box2dView.d \
|
||||
./tests/Box2DTestBed/GLES-Render.d \
|
||||
./tests/Box2DTestBed/Test.d \
|
||||
./tests/Box2DTestBed/TestEntries.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
tests/Box2DTestBed/Box2dView.o: /home/laschweinski/git/cocos2d-x/tests/tests/Box2DTestBed/Box2dView.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
tests/Box2DTestBed/GLES-Render.o: /home/laschweinski/git/cocos2d-x/tests/tests/Box2DTestBed/GLES-Render.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
tests/Box2DTestBed/Test.o: /home/laschweinski/git/cocos2d-x/tests/tests/Box2DTestBed/Test.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
tests/Box2DTestBed/TestEntries.o: /home/laschweinski/git/cocos2d-x/tests/tests/Box2DTestBed/TestEntries.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
|
|
@ -1,34 +0,0 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
CPP_SRCS += \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/BugsTest/Bug-458/Bug-458.cpp \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/BugsTest/Bug-458/QuestionContainerSprite.cpp
|
||||
|
||||
OBJS += \
|
||||
./tests/BugsTest/Bug-458/Bug-458.o \
|
||||
./tests/BugsTest/Bug-458/QuestionContainerSprite.o
|
||||
|
||||
CPP_DEPS += \
|
||||
./tests/BugsTest/Bug-458/Bug-458.d \
|
||||
./tests/BugsTest/Bug-458/QuestionContainerSprite.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
tests/BugsTest/Bug-458/Bug-458.o: /home/laschweinski/git/cocos2d-x/tests/tests/BugsTest/Bug-458/Bug-458.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
tests/BugsTest/Bug-458/QuestionContainerSprite.o: /home/laschweinski/git/cocos2d-x/tests/tests/BugsTest/Bug-458/QuestionContainerSprite.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
|
|
@ -1,104 +0,0 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
CPP_SRCS += \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/BugsTest/Bug-1159.cpp \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/BugsTest/Bug-1174.cpp \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/BugsTest/Bug-350.cpp \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/BugsTest/Bug-422.cpp \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/BugsTest/Bug-624.cpp \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/BugsTest/Bug-886.cpp \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/BugsTest/Bug-899.cpp \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/BugsTest/Bug-914.cpp \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/BugsTest/BugsTest.cpp
|
||||
|
||||
OBJS += \
|
||||
./tests/BugsTest/Bug-1159.o \
|
||||
./tests/BugsTest/Bug-1174.o \
|
||||
./tests/BugsTest/Bug-350.o \
|
||||
./tests/BugsTest/Bug-422.o \
|
||||
./tests/BugsTest/Bug-624.o \
|
||||
./tests/BugsTest/Bug-886.o \
|
||||
./tests/BugsTest/Bug-899.o \
|
||||
./tests/BugsTest/Bug-914.o \
|
||||
./tests/BugsTest/BugsTest.o
|
||||
|
||||
CPP_DEPS += \
|
||||
./tests/BugsTest/Bug-1159.d \
|
||||
./tests/BugsTest/Bug-1174.d \
|
||||
./tests/BugsTest/Bug-350.d \
|
||||
./tests/BugsTest/Bug-422.d \
|
||||
./tests/BugsTest/Bug-624.d \
|
||||
./tests/BugsTest/Bug-886.d \
|
||||
./tests/BugsTest/Bug-899.d \
|
||||
./tests/BugsTest/Bug-914.d \
|
||||
./tests/BugsTest/BugsTest.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
tests/BugsTest/Bug-1159.o: /home/laschweinski/git/cocos2d-x/tests/tests/BugsTest/Bug-1159.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
tests/BugsTest/Bug-1174.o: /home/laschweinski/git/cocos2d-x/tests/tests/BugsTest/Bug-1174.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
tests/BugsTest/Bug-350.o: /home/laschweinski/git/cocos2d-x/tests/tests/BugsTest/Bug-350.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
tests/BugsTest/Bug-422.o: /home/laschweinski/git/cocos2d-x/tests/tests/BugsTest/Bug-422.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
tests/BugsTest/Bug-624.o: /home/laschweinski/git/cocos2d-x/tests/tests/BugsTest/Bug-624.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
tests/BugsTest/Bug-886.o: /home/laschweinski/git/cocos2d-x/tests/tests/BugsTest/Bug-886.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
tests/BugsTest/Bug-899.o: /home/laschweinski/git/cocos2d-x/tests/tests/BugsTest/Bug-899.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
tests/BugsTest/Bug-914.o: /home/laschweinski/git/cocos2d-x/tests/tests/BugsTest/Bug-914.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
tests/BugsTest/BugsTest.o: /home/laschweinski/git/cocos2d-x/tests/tests/BugsTest/BugsTest.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
|
|
@ -1,224 +0,0 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
CPP_SRCS += \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/ChipmunkTest/Bounce.cpp \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/ChipmunkTest/Joints.cpp \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/ChipmunkTest/LogoSmash.cpp \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/ChipmunkTest/MagnetsElectric.cpp \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/ChipmunkTest/OneWay.cpp \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/ChipmunkTest/Planet.cpp \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/ChipmunkTest/Player.cpp \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/ChipmunkTest/Plink.cpp \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/ChipmunkTest/Pump.cpp \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/ChipmunkTest/PyramidStack.cpp \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/ChipmunkTest/PyramidTopple.cpp \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/ChipmunkTest/Query.cpp \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/ChipmunkTest/Sensors.cpp \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/ChipmunkTest/Simple.cpp \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/ChipmunkTest/Springies.cpp \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/ChipmunkTest/Tank.cpp \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/ChipmunkTest/TheoJansen.cpp \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/ChipmunkTest/Tumble.cpp \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/ChipmunkTest/UnsafeOps.cpp \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/ChipmunkTest/cocos2dChipmunkDemo.cpp \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/ChipmunkTest/drawSpace.cpp
|
||||
|
||||
OBJS += \
|
||||
./tests/ChipmunkTest/Bounce.o \
|
||||
./tests/ChipmunkTest/Joints.o \
|
||||
./tests/ChipmunkTest/LogoSmash.o \
|
||||
./tests/ChipmunkTest/MagnetsElectric.o \
|
||||
./tests/ChipmunkTest/OneWay.o \
|
||||
./tests/ChipmunkTest/Planet.o \
|
||||
./tests/ChipmunkTest/Player.o \
|
||||
./tests/ChipmunkTest/Plink.o \
|
||||
./tests/ChipmunkTest/Pump.o \
|
||||
./tests/ChipmunkTest/PyramidStack.o \
|
||||
./tests/ChipmunkTest/PyramidTopple.o \
|
||||
./tests/ChipmunkTest/Query.o \
|
||||
./tests/ChipmunkTest/Sensors.o \
|
||||
./tests/ChipmunkTest/Simple.o \
|
||||
./tests/ChipmunkTest/Springies.o \
|
||||
./tests/ChipmunkTest/Tank.o \
|
||||
./tests/ChipmunkTest/TheoJansen.o \
|
||||
./tests/ChipmunkTest/Tumble.o \
|
||||
./tests/ChipmunkTest/UnsafeOps.o \
|
||||
./tests/ChipmunkTest/cocos2dChipmunkDemo.o \
|
||||
./tests/ChipmunkTest/drawSpace.o
|
||||
|
||||
CPP_DEPS += \
|
||||
./tests/ChipmunkTest/Bounce.d \
|
||||
./tests/ChipmunkTest/Joints.d \
|
||||
./tests/ChipmunkTest/LogoSmash.d \
|
||||
./tests/ChipmunkTest/MagnetsElectric.d \
|
||||
./tests/ChipmunkTest/OneWay.d \
|
||||
./tests/ChipmunkTest/Planet.d \
|
||||
./tests/ChipmunkTest/Player.d \
|
||||
./tests/ChipmunkTest/Plink.d \
|
||||
./tests/ChipmunkTest/Pump.d \
|
||||
./tests/ChipmunkTest/PyramidStack.d \
|
||||
./tests/ChipmunkTest/PyramidTopple.d \
|
||||
./tests/ChipmunkTest/Query.d \
|
||||
./tests/ChipmunkTest/Sensors.d \
|
||||
./tests/ChipmunkTest/Simple.d \
|
||||
./tests/ChipmunkTest/Springies.d \
|
||||
./tests/ChipmunkTest/Tank.d \
|
||||
./tests/ChipmunkTest/TheoJansen.d \
|
||||
./tests/ChipmunkTest/Tumble.d \
|
||||
./tests/ChipmunkTest/UnsafeOps.d \
|
||||
./tests/ChipmunkTest/cocos2dChipmunkDemo.d \
|
||||
./tests/ChipmunkTest/drawSpace.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
tests/ChipmunkTest/Bounce.o: /home/laschweinski/git/cocos2d-x/tests/tests/ChipmunkTest/Bounce.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
tests/ChipmunkTest/Joints.o: /home/laschweinski/git/cocos2d-x/tests/tests/ChipmunkTest/Joints.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
tests/ChipmunkTest/LogoSmash.o: /home/laschweinski/git/cocos2d-x/tests/tests/ChipmunkTest/LogoSmash.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
tests/ChipmunkTest/MagnetsElectric.o: /home/laschweinski/git/cocos2d-x/tests/tests/ChipmunkTest/MagnetsElectric.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
tests/ChipmunkTest/OneWay.o: /home/laschweinski/git/cocos2d-x/tests/tests/ChipmunkTest/OneWay.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
tests/ChipmunkTest/Planet.o: /home/laschweinski/git/cocos2d-x/tests/tests/ChipmunkTest/Planet.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
tests/ChipmunkTest/Player.o: /home/laschweinski/git/cocos2d-x/tests/tests/ChipmunkTest/Player.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
tests/ChipmunkTest/Plink.o: /home/laschweinski/git/cocos2d-x/tests/tests/ChipmunkTest/Plink.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
tests/ChipmunkTest/Pump.o: /home/laschweinski/git/cocos2d-x/tests/tests/ChipmunkTest/Pump.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
tests/ChipmunkTest/PyramidStack.o: /home/laschweinski/git/cocos2d-x/tests/tests/ChipmunkTest/PyramidStack.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
tests/ChipmunkTest/PyramidTopple.o: /home/laschweinski/git/cocos2d-x/tests/tests/ChipmunkTest/PyramidTopple.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
tests/ChipmunkTest/Query.o: /home/laschweinski/git/cocos2d-x/tests/tests/ChipmunkTest/Query.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
tests/ChipmunkTest/Sensors.o: /home/laschweinski/git/cocos2d-x/tests/tests/ChipmunkTest/Sensors.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
tests/ChipmunkTest/Simple.o: /home/laschweinski/git/cocos2d-x/tests/tests/ChipmunkTest/Simple.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
tests/ChipmunkTest/Springies.o: /home/laschweinski/git/cocos2d-x/tests/tests/ChipmunkTest/Springies.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
tests/ChipmunkTest/Tank.o: /home/laschweinski/git/cocos2d-x/tests/tests/ChipmunkTest/Tank.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
tests/ChipmunkTest/TheoJansen.o: /home/laschweinski/git/cocos2d-x/tests/tests/ChipmunkTest/TheoJansen.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
tests/ChipmunkTest/Tumble.o: /home/laschweinski/git/cocos2d-x/tests/tests/ChipmunkTest/Tumble.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
tests/ChipmunkTest/UnsafeOps.o: /home/laschweinski/git/cocos2d-x/tests/tests/ChipmunkTest/UnsafeOps.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
tests/ChipmunkTest/cocos2dChipmunkDemo.o: /home/laschweinski/git/cocos2d-x/tests/tests/ChipmunkTest/cocos2dChipmunkDemo.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
tests/ChipmunkTest/drawSpace.o: /home/laschweinski/git/cocos2d-x/tests/tests/ChipmunkTest/drawSpace.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
|
|
@ -1,24 +0,0 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
CPP_SRCS += \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/ClickAndMoveTest/ClickAndMoveTest.cpp
|
||||
|
||||
OBJS += \
|
||||
./tests/ClickAndMoveTest/ClickAndMoveTest.o
|
||||
|
||||
CPP_DEPS += \
|
||||
./tests/ClickAndMoveTest/ClickAndMoveTest.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
tests/ClickAndMoveTest/ClickAndMoveTest.o: /home/laschweinski/git/cocos2d-x/tests/tests/ClickAndMoveTest/ClickAndMoveTest.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
|
|
@ -1,24 +0,0 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
CPP_SRCS += \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/CocosDenshionTest/CocosDenshionTest.cpp
|
||||
|
||||
OBJS += \
|
||||
./tests/CocosDenshionTest/CocosDenshionTest.o
|
||||
|
||||
CPP_DEPS += \
|
||||
./tests/CocosDenshionTest/CocosDenshionTest.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
tests/CocosDenshionTest/CocosDenshionTest.o: /home/laschweinski/git/cocos2d-x/tests/tests/CocosDenshionTest/CocosDenshionTest.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
|
|
@ -1,24 +0,0 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
CPP_SRCS += \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/CocosNodeTest/CocosNodeTest.cpp
|
||||
|
||||
OBJS += \
|
||||
./tests/CocosNodeTest/CocosNodeTest.o
|
||||
|
||||
CPP_DEPS += \
|
||||
./tests/CocosNodeTest/CocosNodeTest.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
tests/CocosNodeTest/CocosNodeTest.o: /home/laschweinski/git/cocos2d-x/tests/tests/CocosNodeTest/CocosNodeTest.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
|
|
@ -1,24 +0,0 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
CPP_SRCS += \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/CurlTest/CurlTest.cpp
|
||||
|
||||
OBJS += \
|
||||
./tests/CurlTest/CurlTest.o
|
||||
|
||||
CPP_DEPS += \
|
||||
./tests/CurlTest/CurlTest.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
tests/CurlTest/CurlTest.o: /home/laschweinski/git/cocos2d-x/tests/tests/CurlTest/CurlTest.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
|
|
@ -1,24 +0,0 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
CPP_SRCS += \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/CurrentLanguageTest/CurrentLanguageTest.cpp
|
||||
|
||||
OBJS += \
|
||||
./tests/CurrentLanguageTest/CurrentLanguageTest.o
|
||||
|
||||
CPP_DEPS += \
|
||||
./tests/CurrentLanguageTest/CurrentLanguageTest.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
tests/CurrentLanguageTest/CurrentLanguageTest.o: /home/laschweinski/git/cocos2d-x/tests/tests/CurrentLanguageTest/CurrentLanguageTest.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
|
|
@ -1,24 +0,0 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
CPP_SRCS += \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/DirectorTest/DirectorTest.cpp
|
||||
|
||||
OBJS += \
|
||||
./tests/DirectorTest/DirectorTest.o
|
||||
|
||||
CPP_DEPS += \
|
||||
./tests/DirectorTest/DirectorTest.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
tests/DirectorTest/DirectorTest.o: /home/laschweinski/git/cocos2d-x/tests/tests/DirectorTest/DirectorTest.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
|
|
@ -1,24 +0,0 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
CPP_SRCS += \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/DrawPrimitivesTest/DrawPrimitivesTest.cpp
|
||||
|
||||
OBJS += \
|
||||
./tests/DrawPrimitivesTest/DrawPrimitivesTest.o
|
||||
|
||||
CPP_DEPS += \
|
||||
./tests/DrawPrimitivesTest/DrawPrimitivesTest.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
tests/DrawPrimitivesTest/DrawPrimitivesTest.o: /home/laschweinski/git/cocos2d-x/tests/tests/DrawPrimitivesTest/DrawPrimitivesTest.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
|
|
@ -1,24 +0,0 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
CPP_SRCS += \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/EaseActionsTest/EaseActionsTest.cpp
|
||||
|
||||
OBJS += \
|
||||
./tests/EaseActionsTest/EaseActionsTest.o
|
||||
|
||||
CPP_DEPS += \
|
||||
./tests/EaseActionsTest/EaseActionsTest.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
tests/EaseActionsTest/EaseActionsTest.o: /home/laschweinski/git/cocos2d-x/tests/tests/EaseActionsTest/EaseActionsTest.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
|
|
@ -1,24 +0,0 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
CPP_SRCS += \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/EffectsAdvancedTest/EffectsAdvancedTest.cpp
|
||||
|
||||
OBJS += \
|
||||
./tests/EffectsAdvancedTest/EffectsAdvancedTest.o
|
||||
|
||||
CPP_DEPS += \
|
||||
./tests/EffectsAdvancedTest/EffectsAdvancedTest.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
tests/EffectsAdvancedTest/EffectsAdvancedTest.o: /home/laschweinski/git/cocos2d-x/tests/tests/EffectsAdvancedTest/EffectsAdvancedTest.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
|
|
@ -1,24 +0,0 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
CPP_SRCS += \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/EffectsTest/EffectsTest.cpp
|
||||
|
||||
OBJS += \
|
||||
./tests/EffectsTest/EffectsTest.o
|
||||
|
||||
CPP_DEPS += \
|
||||
./tests/EffectsTest/EffectsTest.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
tests/EffectsTest/EffectsTest.o: /home/laschweinski/git/cocos2d-x/tests/tests/EffectsTest/EffectsTest.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
|
|
@ -1,24 +0,0 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
CPP_SRCS += \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/FontTest/FontTest.cpp
|
||||
|
||||
OBJS += \
|
||||
./tests/FontTest/FontTest.o
|
||||
|
||||
CPP_DEPS += \
|
||||
./tests/FontTest/FontTest.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
tests/FontTest/FontTest.o: /home/laschweinski/git/cocos2d-x/tests/tests/FontTest/FontTest.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
|
|
@ -1,24 +0,0 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
CPP_SRCS += \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/HiResTest/HiResTest.cpp
|
||||
|
||||
OBJS += \
|
||||
./tests/HiResTest/HiResTest.o
|
||||
|
||||
CPP_DEPS += \
|
||||
./tests/HiResTest/HiResTest.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
tests/HiResTest/HiResTest.o: /home/laschweinski/git/cocos2d-x/tests/tests/HiResTest/HiResTest.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
|
|
@ -1,24 +0,0 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
CPP_SRCS += \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/IntervalTest/IntervalTest.cpp
|
||||
|
||||
OBJS += \
|
||||
./tests/IntervalTest/IntervalTest.o
|
||||
|
||||
CPP_DEPS += \
|
||||
./tests/IntervalTest/IntervalTest.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
tests/IntervalTest/IntervalTest.o: /home/laschweinski/git/cocos2d-x/tests/tests/IntervalTest/IntervalTest.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
|
|
@ -1,24 +0,0 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
CPP_SRCS += \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/KeypadTest/KeypadTest.cpp
|
||||
|
||||
OBJS += \
|
||||
./tests/KeypadTest/KeypadTest.o
|
||||
|
||||
CPP_DEPS += \
|
||||
./tests/KeypadTest/KeypadTest.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
tests/KeypadTest/KeypadTest.o: /home/laschweinski/git/cocos2d-x/tests/tests/KeypadTest/KeypadTest.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
|
|
@ -1,24 +0,0 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
CPP_SRCS += \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/LabelTest/LabelTest.cpp
|
||||
|
||||
OBJS += \
|
||||
./tests/LabelTest/LabelTest.o
|
||||
|
||||
CPP_DEPS += \
|
||||
./tests/LabelTest/LabelTest.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
tests/LabelTest/LabelTest.o: /home/laschweinski/git/cocos2d-x/tests/tests/LabelTest/LabelTest.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
|
|
@ -1,24 +0,0 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
CPP_SRCS += \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/LayerTest/LayerTest.cpp
|
||||
|
||||
OBJS += \
|
||||
./tests/LayerTest/LayerTest.o
|
||||
|
||||
CPP_DEPS += \
|
||||
./tests/LayerTest/LayerTest.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
tests/LayerTest/LayerTest.o: /home/laschweinski/git/cocos2d-x/tests/tests/LayerTest/LayerTest.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
|
|
@ -1,24 +0,0 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
CPP_SRCS += \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/MenuTest/MenuTest.cpp
|
||||
|
||||
OBJS += \
|
||||
./tests/MenuTest/MenuTest.o
|
||||
|
||||
CPP_DEPS += \
|
||||
./tests/MenuTest/MenuTest.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
tests/MenuTest/MenuTest.o: /home/laschweinski/git/cocos2d-x/tests/tests/MenuTest/MenuTest.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
|
|
@ -1,24 +0,0 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
CPP_SRCS += \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/MotionStreakTest/MotionStreakTest.cpp
|
||||
|
||||
OBJS += \
|
||||
./tests/MotionStreakTest/MotionStreakTest.o
|
||||
|
||||
CPP_DEPS += \
|
||||
./tests/MotionStreakTest/MotionStreakTest.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
tests/MotionStreakTest/MotionStreakTest.o: /home/laschweinski/git/cocos2d-x/tests/tests/MotionStreakTest/MotionStreakTest.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
|
|
@ -1,24 +0,0 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
CPP_SRCS += \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/ParallaxTest/ParallaxTest.cpp
|
||||
|
||||
OBJS += \
|
||||
./tests/ParallaxTest/ParallaxTest.o
|
||||
|
||||
CPP_DEPS += \
|
||||
./tests/ParallaxTest/ParallaxTest.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
tests/ParallaxTest/ParallaxTest.o: /home/laschweinski/git/cocos2d-x/tests/tests/ParallaxTest/ParallaxTest.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
|
|
@ -1,24 +0,0 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
CPP_SRCS += \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/ParticleTest/ParticleTest.cpp
|
||||
|
||||
OBJS += \
|
||||
./tests/ParticleTest/ParticleTest.o
|
||||
|
||||
CPP_DEPS += \
|
||||
./tests/ParticleTest/ParticleTest.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
tests/ParticleTest/ParticleTest.o: /home/laschweinski/git/cocos2d-x/tests/tests/ParticleTest/ParticleTest.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I/usr/include/cocos2dx -I/usr/include/cocos2dx/platform -I/usr/include/cocos2dx/include -I"/home/laschweinski/git/cocos2d-x/tests" -O3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
|
|
@ -1,74 +0,0 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
CPP_SRCS += \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/PerformanceTest/PerformanceNodeChildrenTest.cpp \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/PerformanceTest/PerformanceParticleTest.cpp \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/PerformanceTest/PerformanceSpriteTest.cpp \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/PerformanceTest/PerformanceTest.cpp \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/PerformanceTest/PerformanceTextureTest.cpp \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/PerformanceTest/PerformanceTouchesTest.cpp
|
||||
|
||||
OBJS += \
|
||||
./tests/PerformanceTest/PerformanceNodeChildrenTest.o \
|
||||
./tests/PerformanceTest/PerformanceParticleTest.o \
|
||||
./tests/PerformanceTest/PerformanceSpriteTest.o \
|
||||
./tests/PerformanceTest/PerformanceTest.o \
|
||||
./tests/PerformanceTest/PerformanceTextureTest.o \
|
||||
./tests/PerformanceTest/PerformanceTouchesTest.o
|
||||
|
||||
CPP_DEPS += \
|
||||
./tests/PerformanceTest/PerformanceNodeChildrenTest.d \
|
||||
./tests/PerformanceTest/PerformanceParticleTest.d \
|
||||
./tests/PerformanceTest/PerformanceSpriteTest.d \
|
||||
./tests/PerformanceTest/PerformanceTest.d \
|
||||
./tests/PerformanceTest/PerformanceTextureTest.d \
|
||||
./tests/PerformanceTest/PerformanceTouchesTest.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
tests/PerformanceTest/PerformanceNodeChildrenTest.o: /home/laschweinski/git/cocos2d-x/tests/tests/PerformanceTest/PerformanceNodeChildrenTest.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I/usr/include/cocos2dx -I/usr/include/cocos2dx/platform -I/usr/include/cocos2dx/include -I"/home/laschweinski/git/cocos2d-x/tests" -O3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
tests/PerformanceTest/PerformanceParticleTest.o: /home/laschweinski/git/cocos2d-x/tests/tests/PerformanceTest/PerformanceParticleTest.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I/usr/include/cocos2dx -I/usr/include/cocos2dx/platform -I/usr/include/cocos2dx/include -I"/home/laschweinski/git/cocos2d-x/tests" -O3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
tests/PerformanceTest/PerformanceSpriteTest.o: /home/laschweinski/git/cocos2d-x/tests/tests/PerformanceTest/PerformanceSpriteTest.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I/usr/include/cocos2dx -I/usr/include/cocos2dx/platform -I/usr/include/cocos2dx/include -I"/home/laschweinski/git/cocos2d-x/tests" -O3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
tests/PerformanceTest/PerformanceTest.o: /home/laschweinski/git/cocos2d-x/tests/tests/PerformanceTest/PerformanceTest.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I/usr/include/cocos2dx -I/usr/include/cocos2dx/platform -I/usr/include/cocos2dx/include -I"/home/laschweinski/git/cocos2d-x/tests" -O3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
tests/PerformanceTest/PerformanceTextureTest.o: /home/laschweinski/git/cocos2d-x/tests/tests/PerformanceTest/PerformanceTextureTest.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I/usr/include/cocos2dx -I/usr/include/cocos2dx/platform -I/usr/include/cocos2dx/include -I"/home/laschweinski/git/cocos2d-x/tests" -O3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
tests/PerformanceTest/PerformanceTouchesTest.o: /home/laschweinski/git/cocos2d-x/tests/tests/PerformanceTest/PerformanceTouchesTest.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I/usr/include/cocos2dx -I/usr/include/cocos2dx/platform -I/usr/include/cocos2dx/include -I"/home/laschweinski/git/cocos2d-x/tests" -O3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
|
|
@ -1,24 +0,0 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
CPP_SRCS += \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/ProgressActionsTest/ProgressActionsTest.cpp
|
||||
|
||||
OBJS += \
|
||||
./tests/ProgressActionsTest/ProgressActionsTest.o
|
||||
|
||||
CPP_DEPS += \
|
||||
./tests/ProgressActionsTest/ProgressActionsTest.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
tests/ProgressActionsTest/ProgressActionsTest.o: /home/laschweinski/git/cocos2d-x/tests/tests/ProgressActionsTest/ProgressActionsTest.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
|
|
@ -1,24 +0,0 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
CPP_SRCS += \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/RenderTextureTest/RenderTextureTest.cpp
|
||||
|
||||
OBJS += \
|
||||
./tests/RenderTextureTest/RenderTextureTest.o
|
||||
|
||||
CPP_DEPS += \
|
||||
./tests/RenderTextureTest/RenderTextureTest.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
tests/RenderTextureTest/RenderTextureTest.o: /home/laschweinski/git/cocos2d-x/tests/tests/RenderTextureTest/RenderTextureTest.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
|
|
@ -1,24 +0,0 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
CPP_SRCS += \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/RotateWorldTest/RotateWorldTest.cpp
|
||||
|
||||
OBJS += \
|
||||
./tests/RotateWorldTest/RotateWorldTest.o
|
||||
|
||||
CPP_DEPS += \
|
||||
./tests/RotateWorldTest/RotateWorldTest.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
tests/RotateWorldTest/RotateWorldTest.o: /home/laschweinski/git/cocos2d-x/tests/tests/RotateWorldTest/RotateWorldTest.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
|
|
@ -1,24 +0,0 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
CPP_SRCS += \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/SceneTest/SceneTest.cpp
|
||||
|
||||
OBJS += \
|
||||
./tests/SceneTest/SceneTest.o
|
||||
|
||||
CPP_DEPS += \
|
||||
./tests/SceneTest/SceneTest.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
tests/SceneTest/SceneTest.o: /home/laschweinski/git/cocos2d-x/tests/tests/SceneTest/SceneTest.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
|
|
@ -1,24 +0,0 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
CPP_SRCS += \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/SchedulerTest/SchedulerTest.cpp
|
||||
|
||||
OBJS += \
|
||||
./tests/SchedulerTest/SchedulerTest.o
|
||||
|
||||
CPP_DEPS += \
|
||||
./tests/SchedulerTest/SchedulerTest.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
tests/SchedulerTest/SchedulerTest.o: /home/laschweinski/git/cocos2d-x/tests/tests/SchedulerTest/SchedulerTest.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
|
|
@ -1,24 +0,0 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
CPP_SRCS += \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/SpriteTest/SpriteTest.cpp
|
||||
|
||||
OBJS += \
|
||||
./tests/SpriteTest/SpriteTest.o
|
||||
|
||||
CPP_DEPS += \
|
||||
./tests/SpriteTest/SpriteTest.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
tests/SpriteTest/SpriteTest.o: /home/laschweinski/git/cocos2d-x/tests/tests/SpriteTest/SpriteTest.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
|
|
@ -1,24 +0,0 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
CPP_SRCS += \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/TextInputTest/TextInputTest.cpp
|
||||
|
||||
OBJS += \
|
||||
./tests/TextInputTest/TextInputTest.o
|
||||
|
||||
CPP_DEPS += \
|
||||
./tests/TextInputTest/TextInputTest.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
tests/TextInputTest/TextInputTest.o: /home/laschweinski/git/cocos2d-x/tests/tests/TextInputTest/TextInputTest.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
|
|
@ -1,24 +0,0 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
CPP_SRCS += \
|
||||
/home/laschweinski/git/cocos2d-x/tests/tests/Texture2dTest/Texture2dTest.cpp
|
||||
|
||||
OBJS += \
|
||||
./tests/Texture2dTest/Texture2dTest.o
|
||||
|
||||
CPP_DEPS += \
|
||||
./tests/Texture2dTest/Texture2dTest.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
tests/Texture2dTest/Texture2dTest.o: /home/laschweinski/git/cocos2d-x/tests/tests/Texture2dTest/Texture2dTest.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C++ Compiler'
|
||||
g++ -DLINUX -I../../ -I../../../cocos2dx/platform/third_party/linux -I../../../cocos2dx/include -I../../../cocos2dx -I../../../cocos2dx/platform -I../../../CocosDenshion/include -I../../..//chipmunk/include/chipmunk -I../../../Box2D -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue