From 11d0ef50306e4b0b00f17ba075c7619b7eac51d3 Mon Sep 17 00:00:00 2001 From: "simon.kagstrom" Date: Tue, 5 May 2009 18:10:59 +0000 Subject: [PATCH] Fix issue #5 --- SDL_gfx/Makefile | 11 +++++++++++ SDL_image/Makefile | 10 ++++++++++ SDL_mixer/Makefile | 11 +++++++++++ SDL_net/Makefile | 11 +++++++++++ SDL_ttf/Makefile | 11 +++++++++++ 5 files changed, 54 insertions(+) diff --git a/SDL_gfx/Makefile b/SDL_gfx/Makefile index 2b8a666..147ed76 100644 --- a/SDL_gfx/Makefile +++ b/SDL_gfx/Makefile @@ -1,3 +1,14 @@ +#--------------------------------------------------------------------------------- +# Clear the implicit built in rules +#--------------------------------------------------------------------------------- +.SUFFIXES: +#--------------------------------------------------------------------------------- +ifeq ($(strip $(DEVKITPPC)),) +$(error "Please set DEVKITPPC in your environment. export DEVKITPPC=devkitPPC") +endif + +include $(DEVKITPPC)/wii_rules + # Directories. OBJ_DIR := obj LIB_DIR := lib diff --git a/SDL_image/Makefile b/SDL_image/Makefile index 8da8687..269cbd7 100644 --- a/SDL_image/Makefile +++ b/SDL_image/Makefile @@ -1,3 +1,13 @@ +#--------------------------------------------------------------------------------- +# Clear the implicit built in rules +#--------------------------------------------------------------------------------- +.SUFFIXES: +#--------------------------------------------------------------------------------- +ifeq ($(strip $(DEVKITPPC)),) +$(error "Please set DEVKITPPC in your environment. export DEVKITPPC=devkitPPC") +endif + +include $(DEVKITPPC)/wii_rules # Directories. OBJ_DIR := obj LIB_DIR := lib diff --git a/SDL_mixer/Makefile b/SDL_mixer/Makefile index 7a9fcd3..432ee35 100644 --- a/SDL_mixer/Makefile +++ b/SDL_mixer/Makefile @@ -1,3 +1,14 @@ +#--------------------------------------------------------------------------------- +# Clear the implicit built in rules +#--------------------------------------------------------------------------------- +.SUFFIXES: +#--------------------------------------------------------------------------------- +ifeq ($(strip $(DEVKITPPC)),) +$(error "Please set DEVKITPPC in your environment. export DEVKITPPC=devkitPPC") +endif + +include $(DEVKITPPC)/wii_rules + # Directories. OBJ_DIR := obj LIB_DIR := lib diff --git a/SDL_net/Makefile b/SDL_net/Makefile index fc4e79d..fe32fa8 100644 --- a/SDL_net/Makefile +++ b/SDL_net/Makefile @@ -1,3 +1,14 @@ +#--------------------------------------------------------------------------------- +# Clear the implicit built in rules +#--------------------------------------------------------------------------------- +.SUFFIXES: +#--------------------------------------------------------------------------------- +ifeq ($(strip $(DEVKITPPC)),) +$(error "Please set DEVKITPPC in your environment. export DEVKITPPC=devkitPPC") +endif + +include $(DEVKITPPC)/wii_rules + # Directories. OBJ_DIR := obj LIB_DIR := lib diff --git a/SDL_ttf/Makefile b/SDL_ttf/Makefile index e128d55..a832b42 100644 --- a/SDL_ttf/Makefile +++ b/SDL_ttf/Makefile @@ -1,3 +1,14 @@ +#--------------------------------------------------------------------------------- +# Clear the implicit built in rules +#--------------------------------------------------------------------------------- +.SUFFIXES: +#--------------------------------------------------------------------------------- +ifeq ($(strip $(DEVKITPPC)),) +$(error "Please set DEVKITPPC in your environment. export DEVKITPPC=devkitPPC") +endif + +include $(DEVKITPPC)/wii_rules + # Directories. OBJ_DIR := obj LIB_DIR := lib