Mercurial > sdl-ios-xcode
comparison src/video/ps2gs/Makefile.am @ 70:f590dd383b5d
Added Linux PlayStation 2 Graphics Synthesizer support
author | Sam Lantinga <slouken@lokigames.com> |
---|---|
date | Sat, 16 Jun 2001 03:17:45 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
69:280ff3af2ecc | 70:f590dd383b5d |
---|---|
1 | |
2 ## Makefile.am for SDL using the framebuffer console video driver | |
3 | |
4 noinst_LTLIBRARIES = libvideo_ps2gs.la | |
5 libvideo_ps2gs_la_SOURCES = $(PS2GS_SRCS) | |
6 | |
7 # The SDL framebuffer console video driver sources | |
8 PS2GS_SRCS = \ | |
9 SDL_gsevents.c \ | |
10 SDL_gsevents_c.h \ | |
11 SDL_gskeys.h \ | |
12 SDL_gsmouse.c \ | |
13 SDL_gsmouse_c.h \ | |
14 SDL_gsvideo.c \ | |
15 SDL_gsvideo.h \ | |
16 SDL_gsyuv.c \ | |
17 SDL_gsyuv_c.h |