New configure-based build system. Still work in progress, but much improved

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401365
This commit is contained in:
Sam Lantinga 2006-02-16 10:11:48 +00:00
parent 1507846225
commit d3805eef09
453 changed files with 3534 additions and 6707 deletions

View file

@ -1,17 +0,0 @@
## Makefile.am for SDL using the DirectFB video driver
INCLUDES = $(DIRECTFB_CFLAGS)
noinst_LTLIBRARIES = libvideo_directfb.la
libvideo_directfb_la_SOURCES = $(DIRECTFB_SRCS)
libvideo_directfb_la_LIBADD = $(DIRECTFB_LIBS)
# The SDL DirectFB video driver sources
DIRECTFB_SRCS = \
SDL_DirectFB_events.c \
SDL_DirectFB_events.h \
SDL_DirectFB_video.c \
SDL_DirectFB_video.h \
SDL_DirectFB_yuv.c \
SDL_DirectFB_yuv.h

View file

@ -31,9 +31,9 @@
#include <directfb.h>
#include "SDL.h"
#include "SDL_sysevents.h"
#include "SDL_sysvideo.h"
#include "SDL_events_c.h"
#include "../SDL_sysvideo.h"
#include "../../events/SDL_sysevents.h"
#include "../../events/SDL_events_c.h"
#include "SDL_DirectFB_video.h"
#include "SDL_DirectFB_events.h"

View file

@ -36,9 +36,9 @@
#include "SDL_video.h"
#include "SDL_mouse.h"
#include "SDL_sysvideo.h"
#include "SDL_pixels_c.h"
#include "SDL_events_c.h"
#include "../SDL_sysvideo.h"
#include "../SDL_pixels_c.h"
#include "../../events/SDL_events_c.h"
#include "SDL_DirectFB_video.h"
#include "SDL_DirectFB_events.h"
#include "SDL_DirectFB_yuv.h"

View file

@ -26,7 +26,7 @@
#include <directfb.h>
#include "SDL_mouse.h"
#include "SDL_sysvideo.h"
#include "../SDL_sysvideo.h"
#define _THIS SDL_VideoDevice *this

View file

@ -24,7 +24,7 @@
#include "SDL_video.h"
#include "SDL_DirectFB_yuv.h"
#include "SDL_yuvfuncs.h"
#include "../SDL_yuvfuncs.h"
/* The functions used to manipulate software video overlays */