equal
deleted
inserted
replaced
|
1 |
|
2 ## Makefile.am for SDL using the Atari bios |
|
3 |
|
4 noinst_LTLIBRARIES = libvideo_ataricommon.la |
|
5 libvideo_ataricommon_la_SOURCES = $(ATARICOMMON_SRCS) |
|
6 |
|
7 # The SDL Atari bios driver sources |
|
8 ATARICOMMON_SRCS = \ |
|
9 SDL_ataric2p.S \ |
|
10 SDL_ataric2p_s.h \ |
|
11 SDL_ataric2p060.c \ |
|
12 SDL_ataric2p060_c.h \ |
|
13 SDL_atarieddi.S \ |
|
14 SDL_atarieddi_s.h \ |
|
15 SDL_atarievents.c \ |
|
16 SDL_atarievents_c.h \ |
|
17 SDL_atarikeys.h \ |
|
18 SDL_atarimxalloc.c \ |
|
19 SDL_atarimxalloc_c.h \ |
|
20 SDL_biosevents.c \ |
|
21 SDL_biosevents_c.h \ |
|
22 SDL_gemdosevents.c \ |
|
23 SDL_gemdosevents_c.h \ |
|
24 SDL_ikbdevents.c \ |
|
25 SDL_ikbdevents_c.h \ |
|
26 SDL_ikbdinterrupt.S \ |
|
27 SDL_ikbdinterrupt_s.h \ |
|
28 SDL_xbiosmouseevents.c \ |
|
29 SDL_xbiosmouseevents_c.h \ |
|
30 SDL_xbiosmouseinterrupt.S \ |
|
31 SDL_xbiosmouseinterrupt_s.h |