Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 516 Bytes

Makefile.am

File metadata and controls

25 lines (22 loc) · 516 Bytes
 
Apr 26, 2001
Apr 26, 2001
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
## Makefile.am for SDL using the framebuffer console video driver
noinst_LTLIBRARIES = libvideo_fbcon.la
libvideo_fbcon_la_SOURCES = $(FBCON_SRCS)
# The SDL framebuffer console video driver sources
FBCON_SRCS = \
SDL_fbkeys.h \
SDL_fbvideo.h \
SDL_fbelo.c \
SDL_fbelo.h \
SDL_fbevents.c \
SDL_fbevents_c.h \
SDL_fb3dfx.c \
SDL_fb3dfx.h \
SDL_fbmatrox.c \
SDL_fbmatrox.h \
SDL_fbmouse.c \
SDL_fbmouse_c.h \
SDL_fbvideo.c \
3dfx_mmio.h \
3dfx_regs.h \
matrox_mmio.h \
matrox_regs.h