Mercurial > sdl-ios-xcode
view src/video/directfb/Makefile.am @ 1185:58538e140e2d
Apparently some bits of the BSD joystick code are x86 only...joystick.h
only exists at /usr/sys/arch/i386/include/joystick.h, for example.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Tue, 22 Nov 2005 15:10:41 +0000 |
parents | 707748c422f8 |
children |
line wrap: on
line source
## 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