aboutsummaryrefslogtreecommitdiff
path: root/backends
diff options
context:
space:
mode:
Diffstat (limited to 'backends')
-rw-r--r--backends/platform/gp2x/build.rules5
-rw-r--r--backends/platform/morphos/build.rules11
-rw-r--r--backends/platform/sdl/build.rules9
-rw-r--r--backends/platform/x11/build.rules7
4 files changed, 0 insertions, 32 deletions
diff --git a/backends/platform/gp2x/build.rules b/backends/platform/gp2x/build.rules
deleted file mode 100644
index 1a1134d2ac..0000000000
--- a/backends/platform/gp2x/build.rules
+++ /dev/null
@@ -1,5 +0,0 @@
-# Build settings for the GP2X backend
-MODULES += backends/gp2x
-DEFINES += -DUNIX -DGP2X
-INCLUDES += `sdl-config --cflags`
-LIBS += `sdl-config --libs`
diff --git a/backends/platform/morphos/build.rules b/backends/platform/morphos/build.rules
deleted file mode 100644
index 13b0033b8c..0000000000
--- a/backends/platform/morphos/build.rules
+++ /dev/null
@@ -1,11 +0,0 @@
-CXX = g++
-CXXFLAGS = -Wno-multichar -fstrength-reduce -fsigned-char -O2
-DEFINES = -DNDEBUG
-LDFLAGS = -noixemul -s
-LIBS = -lamiga -lamigastubs -lcybergraphics
-INCLUDES += -Ibackends/morphos
-MODULES += backends/morphos
-OBJS += backends/morphos/morphos.o backends/morphos/morphos_scaler.o \
- backends/morphos/morphos_sound.o backends/morphos/morphos_start.o \
- backends/morphos/morphos_timer.o
-
diff --git a/backends/platform/sdl/build.rules b/backends/platform/sdl/build.rules
deleted file mode 100644
index 14cfe0ebdf..0000000000
--- a/backends/platform/sdl/build.rules
+++ /dev/null
@@ -1,9 +0,0 @@
-# Build settings for the SDL backend
-MODULES += backends/sdl
-DEFINES += -DUNIX
-INCLUDES += `sdl-config --cflags`
-LIBS += `sdl-config --libs`
-
-# Uncomment this in addition to the above if you compile on Mac OS X
-# DEFINES += -DMACOSX
-# LIBS += -framework QuickTime -framework AudioUnit
diff --git a/backends/platform/x11/build.rules b/backends/platform/x11/build.rules
deleted file mode 100644
index 1540d452d6..0000000000
--- a/backends/platform/x11/build.rules
+++ /dev/null
@@ -1,7 +0,0 @@
-# Build settings for the X11 backend
-MODULES += backends/x11
-OBJS += backends/x11/x11.o
-DEFINES += -DUNIX -DX11_BACKEND
-LDFLAGS += -L/usr/X11R6/lib -L/usr/local/lib
-INCLUDES+= -I/usr/X11R6/include
-LIBS += -lpthread -lXext -lX11