scummvm/backends
D G Turner 469eecb9ee BUILD: Add port specific makefile for AmigaOS4.
This moves the AmigaOS4 specific packaging rules from the global
ports.mk to a port specific makefile in the AmigaOS subdirectory of
the SDL backend (used for AmigaOS).

Previously, port specific makefiles were only used for cross compiling
builds and thus had a single entry in the cross compiling section of
the configure. Since AmigaOS4 is a desktop system supporting native
build, this required a second entry for when the host system is detected
as ppc-amigaos to support native builds.

However, currently this does break packaging of cross compiled builds
for Win32, OSX and Unix when done on AmigaOS4... but this is not likely
and has limited impact. To fix this, default _port_mk lines would need
to be added to the sections of the cross compiling switch for mingw32
etc. to override the AmigaOS4 OS setting of _port_mk.
2014-07-20 04:18:46 +01:00
..
audiocd SDL: Make GPL headers consistent in themselves. 2014-02-18 02:39:38 +01:00
events SAMSUNGTV: Use virtual keyboard event directly, rather than using keycode. 2014-04-29 00:27:56 +01:00
fs Merge pull request #426 from sunmax/master 2014-04-28 21:20:42 +03:00
graphics OPENGLSDL: Don't ignore events after user-initiated resizes. 2014-07-04 22:37:43 +02:00
keymapper KEYMAPPER: Have clicking on another remap button disable remapping 2014-02-20 01:06:50 -05:00
log JANITORIAL: Remove trailing empty lines. 2011-08-07 13:53:33 +02:00
midi AMIGAOS: Minor change to replace strcpy usage with safer strlcpy. 2014-03-22 01:13:45 +00:00
mixer PS3: Default to 44kHz sound output. 2014-06-22 18:23:05 +02:00
mutex SDL: Make GPL headers consistent in themselves. 2014-02-18 02:39:38 +01:00
platform BUILD: Add port specific makefile for AmigaOS4. 2014-07-20 04:18:46 +01:00
plugins Merge pull request #426 from sunmax/master 2014-04-28 21:20:42 +03:00
saves WIN32: Make GPL headers consistent in themselves. 2014-02-18 02:39:40 +01:00
taskbar OSX: Implement TaskbarManager for Mac OS X 2014-02-23 21:54:47 +00:00
timer TIZEN: Make GPL headers consistent in themselves. 2014-02-18 02:39:39 +01:00
updates/macosx BACKENDS: Make GPL headers consistent in themselves. 2014-02-18 02:39:32 +01:00
vkeybd VKEYBD: Add small keyboard pack for virtual keyboard. 2014-04-27 03:51:19 +01:00
base-backend.cpp BACKENDS: Take advantage of Surface::getPixels. 2013-08-03 04:02:54 +02:00
base-backend.h BACKENDS: Make GPL headers consistent in themselves. 2014-02-18 02:39:32 +01:00
modular-backend.cpp BACKENDS: Make GPL headers consistent in themselves. 2014-02-18 02:39:32 +01:00
modular-backend.h BACKENDS: Make GPL headers consistent in themselves. 2014-02-18 02:39:32 +01:00
module.mk OSX: Implement TaskbarManager for Mac OS X 2014-02-23 21:54:47 +00:00