diff --git a/Wiz/makefile b/Wiz/makefile new file mode 100755 index 000000000..8aba3221c --- /dev/null +++ b/Wiz/makefile @@ -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 diff --git a/Wiz/objects.mk b/Wiz/objects.mk new file mode 100755 index 000000000..7aec204f9 --- /dev/null +++ b/Wiz/objects.mk @@ -0,0 +1,7 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +USER_OBJS := + +LIBS := -lSDL -lvorbisfile -lvorbis -logg diff --git a/Wiz/sources.mk b/Wiz/sources.mk new file mode 100755 index 000000000..a7b453a24 --- /dev/null +++ b/Wiz/sources.mk @@ -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 \ +