-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMakefile.sources
147 lines (147 loc) · 3.97 KB
/
Makefile.sources
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
# List of compiled objects used in executable
OBJECT_LIST=\
conio_bgcolor.$(EXT) \
conio_bordercolor.$(EXT)\
conio_cclear.$(EXT) \
conio_cclearxy.$(EXT) \
conio_cgetc.$(EXT) \
conio_chline.$(EXT) \
conio_chlinexy.$(EXT) \
conio_clrscr.$(EXT) \
conio_cprintf.$(EXT) \
conio_cputc.$(EXT) \
conio_cputcxy.$(EXT) \
conio_cputs.$(EXT) \
conio_cputsxy.$(EXT) \
conio_cvline.$(EXT) \
conio_cvlinexy.$(EXT) \
conio_getvram.$(EXT) \
conio_kbhit.$(EXT) \
conio_reverse.$(EXT) \
conio_screensize.$(EXT)\
conio_textcolor.$(EXT) \
conio_wherex.$(EXT) \
conio_wherey.$(EXT) \
dsr_dsrlnk.$(EXT) \
dsr_dsrlnkraw.$(EXT) \
dsr_files.$(EXT) \
f18a_detect.$(EXT) \
f18a_loadpal.$(EXT) \
f18a_lock.$(EXT) \
f18a_reset.$(EXT) \
f18a_startgpu.$(EXT) \
f18a_stopgpu.$(EXT) \
f18a_unlock.$(EXT) \
grom_readdata.$(EXT) \
grom_writedata.$(EXT) \
grom_get_address.$(EXT) \
grom_set_address.$(EXT) \
joystfast.$(EXT) \
kscan.$(EXT) \
kscanfast.$(EXT) \
math_abs.$(EXT) \
math_sqrt.$(EXT) \
puff.$(EXT) \
puff16k.$(EXT) \
rs232_geterrs.$(EXT) \
rs232_poll.$(EXT) \
rs232_readbyte.$(EXT) \
rs232_readPIO.$(EXT) \
rs232_setbps.$(EXT) \
rs232_setcontrol.$(EXT) \
rs232_writebyte.$(EXT) \
rs232_writePIO.$(EXT) \
rs232raw_activateCard.$(EXT) \
rs232raw_checkstatus.$(EXT) \
rs232raw_deactivateCard.$(EXT) \
rs232raw_geterrs.$(EXT) \
rs232raw_getuart.$(EXT) \
rs232raw_poll.$(EXT) \
rs232raw_readbyte.$(EXT) \
rs232raw_setPIOinput.$(EXT) \
rs232raw_setPIOoutput.$(EXT) \
rs232raw_writebyte.$(EXT) \
sound_mutesound.$(EXT) \
speech_callsaferead.$(EXT) \
speech_copysaferead.$(EXT) \
speech_delayasm12.$(EXT) \
speech_delayasm42.$(EXT) \
speech_detectspeech.$(EXT) \
speech_loadspeechaddr.$(EXT) \
speech_saydata.$(EXT) \
speech_sayvocab.$(EXT) \
speech_speechcontinue.$(EXT) \
speech_speechreset.$(EXT) \
speech_speechstart.$(EXT) \
speech_speechwait.$(EXT) \
str_atoi.$(EXT) \
str_getchar.$(EXT) \
str_gets.$(EXT) \
str_int2str.$(EXT) \
str_uint2hex.$(EXT) \
str_uint2str.$(EXT) \
sys_checkreset.$(EXT) \
sys_exit.$(EXT) \
sys_halt.$(EXT) \
vdp_bigbuf.$(EXT) \
vdp_bmclearhlinefast.$(EXT) \
vdp_bmclearpixel.$(EXT) \
vdp_bmclearscreen.$(EXT) \
vdp_bmcolor.$(EXT) \
vdp_bmconsolefont.$(EXT) \
vdp_bmdrawline.$(EXT) \
vdp_bmdrawlinefast.$(EXT) \
vdp_bmputs.$(EXT) \
vdp_bmsethlinefast.$(EXT) \
vdp_bmsetpixel.$(EXT) \
vdp_byte2hex.$(EXT) \
vdp_char.$(EXT) \
vdp_charset.$(EXT) \
vdp_charsetlc.$(EXT) \
vdp_delsprite.$(EXT) \
vdp_fasterhexprint.$(EXT) \
vdp_fasthexprint.$(EXT) \
vdp_gchar.$(EXT) \
vdp_getscreenoffset.$(EXT) \
vdp_gplvdp.$(EXT) \
vdp_hchar.$(EXT) \
vdp_hchar64.$(EXT) \
vdp_hexprint.$(EXT) \
vdp_ints.$(EXT) \
vdp_memcpy.$(EXT) \
vdp_memread.$(EXT) \
vdp_memset.$(EXT) \
vdp_printf.$(EXT) \
vdp_putchar.$(EXT) \
vdp_putstring.$(EXT) \
vdp_rawmemcpy.$(EXT) \
vdp_rawmemset.$(EXT) \
vdp_readchar.$(EXT) \
vdp_safedelay.$(EXT) \
vdp_screenchar.$(EXT) \
vdp_screenpos.$(EXT) \
vdp_screentext.$(EXT) \
vdp_screentext64.$(EXT) \
vdp_screentext80.$(EXT) \
vdp_scrnscroll.$(EXT) \
vdp_setbitmap.$(EXT) \
vdp_setaddress.$(EXT) \
vdp_setaddresswrite.$(EXT) \
vdp_setgraphics.$(EXT) \
vdp_setmode.$(EXT) \
vdp_setmulticolor.$(EXT) \
vdp_setregister.$(EXT) \
vdp_settext.$(EXT) \
vdp_settext64.$(EXT) \
vdp_settext80.$(EXT) \
vdp_settext80color.$(EXT) \
vdp_settext80x30color.$(EXT) \
vdp_sprite.$(EXT) \
vdp_textdefs.$(EXT) \
vdp_vchar.$(EXT) \
vdp_vchar64.$(EXT) \
vdp_vsetchar.$(EXT) \
vdp_waitvint.$(EXT) \
vdp_writeinc.$(EXT) \
vdp_writescreeninc.$(EXT) \
vdp_writestring.$(EXT)