-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Makefile.am
345 lines (327 loc) · 14 KB
/
Makefile.am
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
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
SUBDIRS = src
ACLOCAL_AMFLAGS = -I m4
dist_pkgdata_DATA = \
share/ibmulator/icon.ico \
share/ibmulator/icon.png \
share/ibmulator/cmos_ps1_2011.bin \
share/ibmulator/cmos_ps1_2121.bin \
share/ibmulator/disk_images.zip \
share/ibmulator/keymap.map \
share/ibmulator/phones.txt
guidir = $(pkgdatadir)/gui
dist_gui_DATA = \
share/ibmulator/gui/audio_osd.rml \
share/ibmulator/gui/base.rcss \
share/ibmulator/gui/buttons.rcss \
share/ibmulator/gui/debugger.rcss \
share/ibmulator/gui/debugger286.rcss \
share/ibmulator/gui/debugger286.rml \
share/ibmulator/gui/debugger386.rcss \
share/ibmulator/gui/debugger386.rml \
share/ibmulator/gui/debugtools.rml \
share/ibmulator/gui/default.rcss \
share/ibmulator/gui/default.rml \
share/ibmulator/gui/desktop.rml \
share/ibmulator/gui/devstatus.rml \
share/ibmulator/gui/dialog.rcss \
share/ibmulator/gui/fileselect_grid.rcss \
share/ibmulator/gui/fileselect_list.rcss \
share/ibmulator/gui/fileselect.rcss \
share/ibmulator/gui/fileselect.rml \
share/ibmulator/gui/message_wnd.rml \
share/ibmulator/gui/mixer_control.rml \
share/ibmulator/gui/mixer_save_info.rml \
share/ibmulator/gui/mixerstate.rml \
share/ibmulator/gui/new_floppy.rml \
share/ibmulator/gui/normal_interface.rcss \
share/ibmulator/gui/normal_interface.rml \
share/ibmulator/gui/printer_control.rml \
share/ibmulator/gui/realistic_interface.rcss \
share/ibmulator/gui/realistic_interface.rml \
share/ibmulator/gui/shader_parameters.rml \
share/ibmulator/gui/shader_save_info.rml \
share/ibmulator/gui/speed_indicator.rcss \
share/ibmulator/gui/state_dialog.rcss \
share/ibmulator/gui/state_dialog.rml \
share/ibmulator/gui/state_dialog_grid.rcss \
share/ibmulator/gui/state_dialog_list.rcss \
share/ibmulator/gui/state_load.rml \
share/ibmulator/gui/state_save.rml \
share/ibmulator/gui/state_save_info.rml \
share/ibmulator/gui/stats.rml \
share/ibmulator/gui/status.rml
guiiconsdir = $(pkgdatadir)/gui/icons
dist_guiicons_DATA = \
share/ibmulator/gui/icons/arrow_left.png \
share/ibmulator/gui/icons/arrow_right.png \
share/ibmulator/gui/icons/arrow_up.png \
share/ibmulator/gui/icons/ascending.png \
share/ibmulator/gui/icons/audio_on.png \
share/ibmulator/gui/icons/buttonA.png \
share/ibmulator/gui/icons/buttonB.png \
share/ibmulator/gui/icons/cdrom_active.png \
share/ibmulator/gui/icons/cdrom.png \
share/ibmulator/gui/icons/cross.png \
share/ibmulator/gui/icons/descending.png \
share/ibmulator/gui/icons/dotted_grip_corner.png \
share/ibmulator/gui/icons/down.png \
share/ibmulator/gui/icons/drive_letter_A.png \
share/ibmulator/gui/icons/drive_letter_B.png \
share/ibmulator/gui/icons/drive_letter_CD.png \
share/ibmulator/gui/icons/eject.png \
share/ibmulator/gui/icons/exit.png \
share/ibmulator/gui/icons/file_select.png \
share/ibmulator/gui/icons/floppy_3_5_active.png \
share/ibmulator/gui/icons/floppy_3_5.png \
share/ibmulator/gui/icons/floppy_5_25_active.png \
share/ibmulator/gui/icons/floppy_5_25.png \
share/ibmulator/gui/icons/gear.png \
share/ibmulator/gui/icons/grid.png \
share/ibmulator/gui/icons/hdd_active.png \
share/ibmulator/gui/icons/hdd.png \
share/ibmulator/gui/icons/home.png \
share/ibmulator/gui/icons/info.png \
share/ibmulator/gui/icons/list.png \
share/ibmulator/gui/icons/pause.png \
share/ibmulator/gui/icons/power_active.png \
share/ibmulator/gui/icons/power.png \
share/ibmulator/gui/icons/printer.png \
share/ibmulator/gui/icons/reload.png \
share/ibmulator/gui/icons/restore.png \
share/ibmulator/gui/icons/restore_up.png \
share/ibmulator/gui/icons/resume_active.png \
share/ibmulator/gui/icons/resume.png \
share/ibmulator/gui/icons/save_down.png \
share/ibmulator/gui/icons/save.png \
share/ibmulator/gui/icons/trashcan_open.png \
share/ibmulator/gui/icons/trashcan.png \
share/ibmulator/gui/icons/up.png \
share/ibmulator/gui/icons/warning.png
guiiconsdebuggerdir = $(pkgdatadir)/gui/icons/debugger
dist_guiiconsdebugger_DATA = \
share/ibmulator/gui/icons/debugger/control_power.png \
share/ibmulator/gui/icons/debugger/control_pause.png \
share/ibmulator/gui/icons/debugger/control_run.png \
share/ibmulator/gui/icons/debugger/cpu_breakp.png \
share/ibmulator/gui/icons/debugger/cpu_skip.png \
share/ibmulator/gui/icons/debugger/cpu_step.png \
share/ibmulator/gui/icons/debugger/memory_dump.png \
share/ibmulator/gui/icons/debugger/processor_dump.png \
share/ibmulator/gui/icons/debugger/processor_rec.png \
share/ibmulator/gui/icons/debugger/state_restore.png \
share/ibmulator/gui/icons/debugger/state_save.png \
share/ibmulator/gui/icons/debugger/update.png
guiimagesdir = $(pkgdatadir)/gui/images
dist_guiimages_DATA = \
share/ibmulator/gui/images/drives.png \
share/ibmulator/gui/images/realistic_cdrom_led_bloom.png \
share/ibmulator/gui/images/realistic_fdd_3_5_led_bloom.png \
share/ibmulator/gui/images/realistic_fdd_5_25_led_bloom.png \
share/ibmulator/gui/images/realistic_hdd_led_bloom.png \
share/ibmulator/gui/images/realistic_power_led_bloom.png \
share/ibmulator/gui/images/realistic_reflection.png \
share/ibmulator/gui/images/realistic_slider_dark.png \
share/ibmulator/gui/images/realistic_slider.png \
share/ibmulator/gui/images/romshell_button.png \
share/ibmulator/gui/images/romshell_scroller.png
guiimages2011dir = $(pkgdatadir)/gui/images/2011
dist_guiimages2011_DATA = \
share/ibmulator/gui/images/2011/normal_cdrom_open.png \
share/ibmulator/gui/images/2011/normal_cdrom.png \
share/ibmulator/gui/images/2011/normal_fdd_3_5_disk.png \
share/ibmulator/gui/images/2011/normal_fdd_3_5.png \
share/ibmulator/gui/images/2011/normal_fdd_5_25_disk.png \
share/ibmulator/gui/images/2011/normal_fdd_5_25.png \
share/ibmulator/gui/images/2011/normal.png \
share/ibmulator/gui/images/2011/realistic_cdrom_dark.png \
share/ibmulator/gui/images/2011/realistic_cdrom_open_dark.png \
share/ibmulator/gui/images/2011/realistic_cdrom_open.png \
share/ibmulator/gui/images/2011/realistic_cdrom.png \
share/ibmulator/gui/images/2011/realistic_dark.png \
share/ibmulator/gui/images/2011/realistic_fdd_3_5_dark.png \
share/ibmulator/gui/images/2011/realistic_fdd_3_5_disk_dark.png \
share/ibmulator/gui/images/2011/realistic_fdd_3_5_disk.png \
share/ibmulator/gui/images/2011/realistic_fdd_3_5.png \
share/ibmulator/gui/images/2011/realistic_fdd_5_25_dark.png \
share/ibmulator/gui/images/2011/realistic_fdd_5_25_disk_dark.png \
share/ibmulator/gui/images/2011/realistic_fdd_5_25_disk.png \
share/ibmulator/gui/images/2011/realistic_fdd_5_25.png \
share/ibmulator/gui/images/2011/realistic_nomonitor_dark.png \
share/ibmulator/gui/images/2011/realistic_nomonitor.png \
share/ibmulator/gui/images/2011/realistic.png
commonshadersdir = $(pkgdatadir)/shaders/common
dist_commonshaders_DATA = \
share/ibmulator/shaders/common/color_functions.glsl \
share/ibmulator/shaders/common/black_fill.slang \
share/ibmulator/shaders/common/black_fill.slangp \
share/ibmulator/shaders/common/fb_blitter.slang \
share/ibmulator/shaders/common/filter_bilinear.slang \
share/ibmulator/shaders/common/filter_bicubic.slang \
share/ibmulator/shaders/common/filter_bicubic.glsl
normalshadersdir = $(pkgdatadir)/shaders/normal_mode
dist_normalshaders_DATA = \
share/ibmulator/shaders/normal_mode/stock.slangp \
share/ibmulator/shaders/normal_mode/stock.slang \
share/ibmulator/shaders/normal_mode/nearest_filter.slangp \
share/ibmulator/shaders/normal_mode/bicubic_filter.slangp
realisticshadersdir = $(pkgdatadir)/shaders/realistic_mode
dist_realisticshaders_DATA = \
share/ibmulator/shaders/realistic_mode/stock.slang \
share/ibmulator/shaders/realistic_mode/stock.slangp
guishadersdir = $(pkgdatadir)/shaders/gui
dist_guishaders_DATA = \
share/ibmulator/shaders/gui/color.slang \
share/ibmulator/shaders/gui/texture.slang
ps1shadersdir = $(pkgdatadir)/shaders/ps1
dist_ps1shaders_DATA = \
share/ibmulator/shaders/ps1/monitor.slangp \
share/ibmulator/shaders/ps1/monitor.slang \
share/ibmulator/shaders/ps1/crt.slang \
share/ibmulator/shaders/ps1/vga_reflection.slang \
share/ibmulator/shaders/ps1/functions.glsl
ps1texshadersdir = $(pkgdatadir)/shaders/ps1/texture
dist_ps1texshaders_DATA = \
share/ibmulator/shaders/ps1/texture/power_led_bloom.png \
share/ibmulator/shaders/ps1/texture/glass_envmap.png \
share/ibmulator/shaders/ps1/texture/monitor_frame.png
crtshadersdir = $(pkgdatadir)/shaders/crt
dist_crtshaders_DATA = \
share/ibmulator/shaders/crt/lottes.slang \
share/ibmulator/shaders/crt/lottes.slangp
guifontsdir = $(pkgdatadir)/gui/fonts
dist_guifonts_DATA = \
share/ibmulator/gui/fonts/Nouveau_IBM_Stretch.ttf \
share/ibmulator/gui/fonts/Nouveau_IBM.ttf \
share/ibmulator/gui/fonts/ProFontWindows-LICENSE \
share/ibmulator/gui/fonts/ProFontWindows-readme.txt \
share/ibmulator/gui/fonts/ProFontWindows.ttf \
share/ibmulator/gui/fonts/Ubuntu-Regular.ttf \
share/ibmulator/gui/fonts/Ubuntu-Bold.ttf \
share/ibmulator/gui/fonts/UFL.txt
soundscdromdir = $(pkgdatadir)/sounds/cdrom
dist_soundscdrom_DATA = \
share/ibmulator/sounds/cdrom/close_tray.wav \
share/ibmulator/sounds/cdrom/open_tray.wav \
share/ibmulator/sounds/cdrom/seek_in.wav \
share/ibmulator/sounds/cdrom/seek_out.wav \
share/ibmulator/sounds/cdrom/seek_step.wav \
share/ibmulator/sounds/cdrom/spin_start.wav \
share/ibmulator/sounds/cdrom/spin_stop.wav \
share/ibmulator/sounds/cdrom/spin.wav
soundsfloppydir = $(pkgdatadir)/sounds/floppy
dist_soundsfloppy_DATA = \
share/ibmulator/sounds/floppy/5_25_disk_insert.wav \
share/ibmulator/sounds/floppy/5_25_disk_eject.wav \
share/ibmulator/sounds/floppy/5_25_drive_spin.wav \
share/ibmulator/sounds/floppy/5_25_drive_spin_start.wav \
share/ibmulator/sounds/floppy/5_25_drive_spin_stop.wav \
share/ibmulator/sounds/floppy/5_25_drive_seek_step.wav \
share/ibmulator/sounds/floppy/5_25_drive_seek_up.wav \
share/ibmulator/sounds/floppy/5_25_drive_seek_down.wav \
share/ibmulator/sounds/floppy/5_25_drive_boot.wav \
share/ibmulator/sounds/floppy/3_5_disk_insert.wav \
share/ibmulator/sounds/floppy/3_5_disk_eject.wav \
share/ibmulator/sounds/floppy/3_5_drive_spin.wav \
share/ibmulator/sounds/floppy/3_5_drive_spin_start.wav \
share/ibmulator/sounds/floppy/3_5_drive_spin_stop.wav \
share/ibmulator/sounds/floppy/3_5_drive_seek_step.wav \
share/ibmulator/sounds/floppy/3_5_drive_seek_up.wav \
share/ibmulator/sounds/floppy/3_5_drive_seek_down.wav \
share/ibmulator/sounds/floppy/3_5_drive_snatch.wav \
share/ibmulator/sounds/floppy/3_5_drive_boot.wav \
share/ibmulator/sounds/floppy/3_5_drive_boot_disk.wav
soundshdddir = $(pkgdatadir)/sounds/hdd
dist_soundshdd_DATA = \
share/ibmulator/sounds/hdd/drive_spin_up.wav \
share/ibmulator/sounds/hdd/drive_spin_down.wav \
share/ibmulator/sounds/hdd/drive_spin.wav \
share/ibmulator/sounds/hdd/drive_seek.wav \
share/ibmulator/sounds/hdd/drive_seek_long.wav
soundssysdir = $(pkgdatadir)/sounds/system
dist_soundssys_DATA = \
share/ibmulator/sounds/system/power_up.wav \
share/ibmulator/sounds/system/power_down.wav \
share/ibmulator/sounds/system/power_on.wav
modemdir = $(pkgdatadir)/sounds/modem
dist_modem_DATA = \
share/ibmulator/sounds/modem/incoming.wav
dtmfdir = $(pkgdatadir)/sounds/modem/dtmf
dist_dtmf_DATA = \
share/ibmulator/sounds/modem/dtmf/0.wav \
share/ibmulator/sounds/modem/dtmf/1.wav \
share/ibmulator/sounds/modem/dtmf/2.wav \
share/ibmulator/sounds/modem/dtmf/3.wav \
share/ibmulator/sounds/modem/dtmf/4.wav \
share/ibmulator/sounds/modem/dtmf/5.wav \
share/ibmulator/sounds/modem/dtmf/6.wav \
share/ibmulator/sounds/modem/dtmf/7.wav \
share/ibmulator/sounds/modem/dtmf/8.wav \
share/ibmulator/sounds/modem/dtmf/9.wav \
share/ibmulator/sounds/modem/dtmf/a.wav \
share/ibmulator/sounds/modem/dtmf/b.wav \
share/ibmulator/sounds/modem/dtmf/c.wav \
share/ibmulator/sounds/modem/dtmf/d.wav \
share/ibmulator/sounds/modem/dtmf/pound.wav \
share/ibmulator/sounds/modem/dtmf/star.wav
eutonesdir = $(pkgdatadir)/sounds/modem/eu
dist_eutones_DATA = \
share/ibmulator/sounds/modem/eu/busy.wav \
share/ibmulator/sounds/modem/eu/dial.wav \
share/ibmulator/sounds/modem/eu/disconnect.wav \
share/ibmulator/sounds/modem/eu/reorder.wav \
share/ibmulator/sounds/modem/eu/ringing.wav
ustonesdir = $(pkgdatadir)/sounds/modem/us
dist_ustones_DATA = \
share/ibmulator/sounds/modem/us/busy.wav \
share/ibmulator/sounds/modem/us/dial.wav \
share/ibmulator/sounds/modem/us/disconnect.wav \
share/ibmulator/sounds/modem/us/reorder.wav \
share/ibmulator/sounds/modem/us/ringing.wav
handshakedir = $(pkgdatadir)/sounds/modem/handshake
dist_handshake_DATA = \
share/ibmulator/sounds/modem/handshake/300.wav \
share/ibmulator/sounds/modem/handshake/1200.wav \
share/ibmulator/sounds/modem/handshake/2400.wav \
share/ibmulator/sounds/modem/handshake/4800.wav \
share/ibmulator/sounds/modem/handshake/9600.wav \
share/ibmulator/sounds/modem/handshake/14400.wav \
share/ibmulator/sounds/modem/handshake/19200.wav \
share/ibmulator/sounds/modem/handshake/28800.wav \
share/ibmulator/sounds/modem/handshake/33600.wav \
share/ibmulator/sounds/modem/handshake/56000.wav
shorthandshakedir = $(pkgdatadir)/sounds/modem/handshake/short
dist_shorthandshake_DATA = \
share/ibmulator/sounds/modem/handshake/short/300.wav \
share/ibmulator/sounds/modem/handshake/short/1200.wav \
share/ibmulator/sounds/modem/handshake/short/2400.wav \
share/ibmulator/sounds/modem/handshake/short/4800.wav \
share/ibmulator/sounds/modem/handshake/short/9600.wav \
share/ibmulator/sounds/modem/handshake/short/14400.wav \
share/ibmulator/sounds/modem/handshake/short/19200.wav \
share/ibmulator/sounds/modem/handshake/short/28800.wav \
share/ibmulator/sounds/modem/handshake/short/33600.wav \
share/ibmulator/sounds/modem/handshake/short/56000.wav
extraprogsdir = $(pkgdatadir)/extra
dist_extraprogs_DATA = \
share/ibmulator/extra/CMOSDUMP.C \
share/ibmulator/extra/CMOSDUMP.EXE \
share/ibmulator/extra/COPYING \
share/ibmulator/extra/README \
share/ibmulator/extra/ROMDUMP.C \
share/ibmulator/extra/ROMDUMP.EXE \
share/ibmulator/extra/SPKRTONE.C \
share/ibmulator/extra/SPKRTONE.EXE \
share/ibmulator/extra/SPKRWAV.C \
share/ibmulator/extra/SPKRWAV.EXE \
share/ibmulator/extra/HDDTEST.C \
share/ibmulator/extra/FDDTEST.C \
share/ibmulator/extra/MEMDUMP.C \
share/ibmulator/extra/MEMDUMP.EXE \
share/ibmulator/extra/XCDROM-driver.img
desktopdir = $(pkgdatadir)/../applications
dist_desktop_DATA = \
share/applications/ibmulator.desktop
pixmapdir = $(pkgdatadir)/../pixmaps
dist_pixmap_DATA = \
share/pixmaps/ibmulator.png
EXTRA_DIST = README.md SHADERS.md KEYMAPS.md BUILD_LINUX.md BUILD_WINDOWS.md