Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 511 Bytes

Makefile.am

File metadata and controls

25 lines (22 loc) · 511 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
## Makefile.am for SDL using the CyberGFX video driver
noinst_LTLIBRARIES = libvideo_cgx.la
libvideo_cgx_la_SOURCES = $(CGX_SRCS)
# The SDL CyberGFX video driver sources
CGX_SRCS = \
SDL_amigaevents.c \
SDL_amigaevents_c.h \
SDL_amigamouse.c \
SDL_amigamouse_c.h \
SDL_cgxaccel.c \
SDL_cgxgl.c \
SDL_cgxgl_c.h \
SDL_cgximage.c \
SDL_cgximage_c.h \
SDL_cgxmodes.c \
SDL_cgxmodes_c.h \
SDL_cgxvideo.c \
SDL_cgxvideo.h \
SDL_cgxwm.c \
May 10, 2001
May 10, 2001
23
24
25
SDL_cgxwm_c.h \
SDL_cgxyuv.c \
SDL_cgxyuv_c.h