Skip to content

Latest commit

 

History

History
30 lines (27 loc) · 451 Bytes

Makefile.am

File metadata and controls

30 lines (27 loc) · 451 Bytes
 
Oct 21, 1999
Oct 21, 1999
1
2
3
4
5
6
7
8
9
10
11
12
noinst_LTLIBRARIES = libmikmod.la
libmikmod_la_SOURCES = \
drv_nos.c \
load_it.c \
load_mod.c \
load_s3m.c \
load_xm.c \
mdreg.c \
mdriver.c \
mikmod.h \
Dec 27, 1999
Dec 27, 1999
13
14
mikmod_build.h \
mikmod_internals.h \
Oct 21, 1999
Oct 21, 1999
15
16
mloader.c \
mlreg.c \
Dec 27, 1999
Dec 27, 1999
17
mlutil.c \
Oct 21, 1999
Oct 21, 1999
18
19
20
21
22
mmalloc.c \
mmerror.c \
mmio.c \
mplayer.c \
munitrk.c \
Dec 27, 1999
Dec 27, 1999
23
mwav.c \
Oct 21, 1999
Oct 21, 1999
24
25
npertab.c \
sloader.c \
Dec 27, 1999
Dec 27, 1999
26
27
28
virtch.c \
virtch2.c \
virtch_common.c
Oct 21, 1999
Oct 21, 1999
29
Dec 27, 1999
Dec 27, 1999
30
EXTRA_DIST = AUTHORS COPYING.LESSER README