diff --git a/HelloWorld/Debug/Classes/subdir.mk b/HelloWorld/Debug/Classes/subdir.mk new file mode 100644 index 0000000000..558a885a7e --- /dev/null +++ b/HelloWorld/Debug/Classes/subdir.mk @@ -0,0 +1,27 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +# Add inputs and outputs from these tool invocations to the build variables +CPP_SRCS += \ +../Classes/AppDelegate.cpp \ +../Classes/HelloWorldScene.cpp + +OBJS += \ +./Classes/AppDelegate.o \ +./Classes/HelloWorldScene.o + +CPP_DEPS += \ +./Classes/AppDelegate.d \ +./Classes/HelloWorldScene.d + + +# Each subdirectory must supply rules for building sources it contributes +Classes/%.o: ../Classes/%.cpp + @echo 'Building file: $<' + @echo 'Invoking: GCC C++ Compiler' + g++ -DLINUX -I"/home/laschweinski/git/cocos2d-x/cocos2dx" -I"/home/laschweinski/git/cocos2d-x/CocosDenshion/include" -I"/home/laschweinski/git/cocos2d-x/HelloWorld/Classes" -I/home/laschweinski/git/cocos2d-x/cocos2dx/include -I/home/laschweinski/git/cocos2d-x/cocos2dx/platform -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<" + @echo 'Finished building: $<' + @echo ' ' + + diff --git a/HelloWorld/Debug/HelloWorld.REMOVED.git-id b/HelloWorld/Debug/HelloWorld.REMOVED.git-id new file mode 100644 index 0000000000..9e62f51ebe --- /dev/null +++ b/HelloWorld/Debug/HelloWorld.REMOVED.git-id @@ -0,0 +1 @@ +b96c2b712f76b3685ef00fb9f2639525efd91342 \ No newline at end of file diff --git a/HelloWorld/Debug/Linux/subdir.mk b/HelloWorld/Debug/Linux/subdir.mk new file mode 100644 index 0000000000..cf2059cc22 --- /dev/null +++ b/HelloWorld/Debug/Linux/subdir.mk @@ -0,0 +1,24 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +# Add inputs and outputs from these tool invocations to the build variables +CPP_SRCS += \ +../Linux/main.cpp + +OBJS += \ +./Linux/main.o + +CPP_DEPS += \ +./Linux/main.d + + +# Each subdirectory must supply rules for building sources it contributes +Linux/%.o: ../Linux/%.cpp + @echo 'Building file: $<' + @echo 'Invoking: GCC C++ Compiler' + g++ -DLINUX -I"/home/laschweinski/git/cocos2d-x/cocos2dx" -I"/home/laschweinski/git/cocos2d-x/CocosDenshion/include" -I"/home/laschweinski/git/cocos2d-x/HelloWorld/Classes" -I/home/laschweinski/git/cocos2d-x/cocos2dx/include -I/home/laschweinski/git/cocos2d-x/cocos2dx/platform -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<" + @echo 'Finished building: $<' + @echo ' ' + + diff --git a/HelloWorld/Debug/makefile b/HelloWorld/Debug/makefile new file mode 100644 index 0000000000..023a622021 --- /dev/null +++ b/HelloWorld/Debug/makefile @@ -0,0 +1,60 @@ +################################################################################ +# 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 Linux/subdir.mk +-include Classes/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: HelloWorld + +# Tool invocations +HelloWorld: $(OBJS) $(USER_OBJS) + @echo 'Building target: $@' + @echo 'Invoking: GCC C++ Linker' + g++ -L"/home/laschweinski/git/cocos2d-x/lib/linux/Debug/" -o "HelloWorld" $(OBJS) $(USER_OBJS) $(LIBS) -Wl,-rpath,/home/laschweinski/git/cocos2d-x/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) HelloWorld + -@echo ' ' + +.PHONY: all clean dependents +.SECONDARY: + +-include ../makefile.targets diff --git a/HelloWorld/Debug/objects.mk b/HelloWorld/Debug/objects.mk new file mode 100644 index 0000000000..25a30a896f --- /dev/null +++ b/HelloWorld/Debug/objects.mk @@ -0,0 +1,8 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +USER_OBJS := + +LIBS := -lcocos2d -lz -lcocosdenshion + diff --git a/HelloWorld/Debug/sources.mk b/HelloWorld/Debug/sources.mk new file mode 100644 index 0000000000..e6df4461ef --- /dev/null +++ b/HelloWorld/Debug/sources.mk @@ -0,0 +1,28 @@ +################################################################################ +# 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 := \ +Linux \ +Classes \ + diff --git a/HelloWorld/Release/Classes/subdir.mk b/HelloWorld/Release/Classes/subdir.mk new file mode 100644 index 0000000000..8d80543937 --- /dev/null +++ b/HelloWorld/Release/Classes/subdir.mk @@ -0,0 +1,27 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +# Add inputs and outputs from these tool invocations to the build variables +CPP_SRCS += \ +../Classes/AppDelegate.cpp \ +../Classes/HelloWorldScene.cpp + +OBJS += \ +./Classes/AppDelegate.o \ +./Classes/HelloWorldScene.o + +CPP_DEPS += \ +./Classes/AppDelegate.d \ +./Classes/HelloWorldScene.d + + +# Each subdirectory must supply rules for building sources it contributes +Classes/%.o: ../Classes/%.cpp + @echo 'Building file: $<' + @echo 'Invoking: GCC C++ Compiler' + g++ -DLINUX -I"/home/laschweinski/git/cocos2d-x/cocos2dx" -I"/home/laschweinski/git/cocos2d-x/CocosDenshion/include" -I"/home/laschweinski/git/cocos2d-x/HelloWorld/Classes" -I/home/laschweinski/git/cocos2d-x/cocos2dx/include -I/home/laschweinski/git/cocos2d-x/cocos2dx/platform -O3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<" + @echo 'Finished building: $<' + @echo ' ' + + diff --git a/HelloWorld/Release/HelloWorld b/HelloWorld/Release/HelloWorld new file mode 100755 index 0000000000..b1d4417681 Binary files /dev/null and b/HelloWorld/Release/HelloWorld differ diff --git a/HelloWorld/Release/Linux/subdir.mk b/HelloWorld/Release/Linux/subdir.mk new file mode 100644 index 0000000000..954fe8d9b4 --- /dev/null +++ b/HelloWorld/Release/Linux/subdir.mk @@ -0,0 +1,24 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +# Add inputs and outputs from these tool invocations to the build variables +CPP_SRCS += \ +../Linux/main.cpp + +OBJS += \ +./Linux/main.o + +CPP_DEPS += \ +./Linux/main.d + + +# Each subdirectory must supply rules for building sources it contributes +Linux/%.o: ../Linux/%.cpp + @echo 'Building file: $<' + @echo 'Invoking: GCC C++ Compiler' + g++ -DLINUX -I"/home/laschweinski/git/cocos2d-x/cocos2dx" -I"/home/laschweinski/git/cocos2d-x/CocosDenshion/include" -I"/home/laschweinski/git/cocos2d-x/HelloWorld/Classes" -I/home/laschweinski/git/cocos2d-x/cocos2dx/include -I/home/laschweinski/git/cocos2d-x/cocos2dx/platform -O3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<" + @echo 'Finished building: $<' + @echo ' ' + + diff --git a/HelloWorld/Release/makefile b/HelloWorld/Release/makefile new file mode 100644 index 0000000000..b1640a4617 --- /dev/null +++ b/HelloWorld/Release/makefile @@ -0,0 +1,60 @@ +################################################################################ +# 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 Linux/subdir.mk +-include Classes/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: HelloWorld + +# Tool invocations +HelloWorld: $(OBJS) $(USER_OBJS) + @echo 'Building target: $@' + @echo 'Invoking: GCC C++ Linker' + g++ -L"/home/laschweinski/git/cocos2d-x/lib/linux/Release/" -o "HelloWorld" $(OBJS) $(USER_OBJS) $(LIBS) -Wl,-rpath,/home/laschweinski/git/cocos2d-x/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) HelloWorld + -@echo ' ' + +.PHONY: all clean dependents +.SECONDARY: + +-include ../makefile.targets diff --git a/HelloWorld/Release/objects.mk b/HelloWorld/Release/objects.mk new file mode 100644 index 0000000000..25a30a896f --- /dev/null +++ b/HelloWorld/Release/objects.mk @@ -0,0 +1,8 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +USER_OBJS := + +LIBS := -lcocos2d -lz -lcocosdenshion + diff --git a/HelloWorld/Release/sources.mk b/HelloWorld/Release/sources.mk new file mode 100644 index 0000000000..e6df4461ef --- /dev/null +++ b/HelloWorld/Release/sources.mk @@ -0,0 +1,28 @@ +################################################################################ +# 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 := \ +Linux \ +Classes \ +