repo.or.cz
/
chocolate-doom.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add weapon cycling bindings for mouse and joystick buttons. Add weapon cycling bindi...
[chocolate-doom.git]
/
opl
/
Makefile.am
blob
d099b8753ddbbefff84297246c50bdb5d96e5bf7
1
2
AM_CFLAGS=@SDLMIXER_CFLAGS@
3
4
SUBDIRS = . examples
5
6
noinst_LIBRARIES=libopl.a
7
8
libopl_a_SOURCES = \
9
opl_internal.h \
10
opl.c opl.h \
11
opl_linux.c \
12
opl_obsd.c \
13
opl_queue.c opl_queue.h \
14
opl_sdl.c \
15
opl_timer.c opl_timer.h \
16
opl_win32.c \
17
ioperm_sys.c ioperm_sys.h \
18
fmopl.c fmopl.h
19