OSDN Git Service

Add VC++ project files.
[timidity41/timidity41.git] / libunimod / Makefile.am
1 # TiMidity++ -- MIDI to WAVE converter and player
2 # Copyright (C) 1999-2002 Masanao Izumo <mo@goice.co.jp>
3 # Copyright (C) 1995 Tuukka Toivonen <tt@cgs.fi>
4 #
5 # This program is free software; you can redistribute it and/or modify
6 # it under the terms of the GNU General Public License as published by
7 # the Free Software Foundation; either version 2 of the License, or
8 # (at your option) any later version.
9 #
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY; without even the implied warranty of
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13 # GNU General Public License for more details.
14 #
15 # You should have received a copy of the GNU General Public License
16 # along with this program; if not, write to the Free Software
17 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
18
19 include $(top_srcdir)/common.makefile.in
20
21 INCLUDES = \
22         -I$(top_srcdir) \
23         -I$(top_srcdir)/timidity \
24         -I$(top_srcdir)/utils \
25         -I$(top_srcdir)/libarc \
26         $(EXTRAINCS)
27
28
29 noinst_LIBRARIES = libunimod.a
30
31 libunimod_a_SOURCES = \
32         load_669.c \
33         load_amf.c \
34         load_dsm.c \
35         load_far.c \
36         load_gdm.c \
37         load_imf.c \
38         load_it.c \
39         load_m15.c \
40         load_med.c \
41         load_mod.c \
42         load_mtm.c \
43         load_okt.c \
44         load_s3m.c \
45         load_stm.c \
46         load_stx.c \
47         load_ult.c \
48         load_uni.c \
49         load_xm.c \
50         mloader.c \
51         mlutil.c \
52         mmsup.c \
53         munitrk.c \
54         unimod.h \
55         unimod_priv.h