- removed define tags out of COpenGL.*

git-svn-id: https://clonekeenplus.svn.sourceforge.net/svnroot/clonekeenplus/cgenius/trunk@9 4df4b0f3-56ce-47cb-b001-ed939b7d65a6
This commit is contained in:
gerstrong
2009-06-08 17:25:10 +00:00
parent 37cbe42b7e
commit 4d91f473ba
3 changed files with 114 additions and 0 deletions

71
Wiz/makefile Executable file
View File

@@ -0,0 +1,71 @@
################################################################################
# Automatically-generated file. Do not edit!
################################################################################
PREFIX=/mythtv/media/devel/toolchains/openwiz/arm-openwiz-linux-gnu
PLATFORM=arm-openwiz-linux-gnu
-include ../makefile.init
RM := rm -rf
# All of the sources participating in the build are defined here
-include sources.mk
-include subdir.mk
-include src/vorticon/subdir.mk
-include src/vorbis/subdir.mk
-include src/subdir.mk
-include src/sdl/video/subdir.mk
-include src/sdl/sound/subdir.mk
-include src/sdl/subdir.mk
-include src/scale2x/subdir.mk
-include src/hqp/subdir.mk
-include src/fileio/subdir.mk
-include src/ai/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: CommanderGenius
# Tool invocations
CommanderGenius: $(OBJS) $(USER_OBJS)
@echo 'Building target: $@'
@echo 'Invoking: GCC C++ Linker'
$(PREFIX)/bin/$(PLATFORM)-g++ -L$(PREFIX)/lib -o"CommanderGenius" $(OBJS) $(USER_OBJS) $(LIBS)
@echo 'Finished building target: $@'
@echo ' '
# Other Targets
clean:
-$(RM) $(OBJS)$(C++_DEPS)$(C_DEPS)$(CC_DEPS)$(CPP_DEPS)$(EXECUTABLES)$(CXX_DEPS)$(C_UPPER_DEPS) CommanderGenius
-@echo ' '
.PHONY: all clean dependents
.SECONDARY:
-include ../makefile.targets

7
Wiz/objects.mk Executable file
View File

@@ -0,0 +1,7 @@
################################################################################
# Automatically-generated file. Do not edit!
################################################################################
USER_OBJS :=
LIBS := -lSDL -lvorbisfile -lvorbis -logg

36
Wiz/sources.mk Executable file
View File

@@ -0,0 +1,36 @@
################################################################################
# Automatically-generated file. Do not edit!
################################################################################
O_SRCS :=
CPP_SRCS :=
C_UPPER_SRCS :=
C_SRCS :=
S_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 := \
src/vorticon \
src/vorbis \
src \
src/sdl/video \
src/sdl/sound \
src/sdl \
src/scale2x \
src/hqp \
src/fileio \
src/ai \