repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
revert 213 commits (to 56092) from the last month. 10 still need work to resolve...
[AROS.git]
/
workbench
/
devs
/
AHI
/
Drivers
/
Void
/
Makefile.in
blob
12031b4e27675a92c67a2833d61342df09c3fccd
1
#
2
# Makefile.in for Void sound card driver
3
#
4
5
VPATH
=
@
srcdir
@
6
7
srcdir
=
@
srcdir
@
8
9
DRIVER
=
void.audio
10
MODEFILE
=
VOID
11
12
OBJECTS
=
void-init.o void-main.o void-playslave.o void-accel.o
13
14
MODEDEST
=
Storage
15
16
include
..
/
Common
/
Makefile.common