1#
2#  MPEG Maaate: An Australian MPEG audio analysis toolkit
3#  Copyright (C) 2000
4#  Commonwealth Scientific and Industrial Research Organisation
5#  (CSIRO), Australia.
6#
7#  This program is free software; you can redistribute it and/or modify
8#  it under the terms of the GNU General Public License as published by
9#  the Free Software Foundation; either version 2 of the License, or
10#  (at your option) any later version.
11#
12#  This program is distributed in the hope that it will be useful,
13#  but WITHOUT ANY WARRANTY; without even the implied warranty of
14#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15#  GNU General Public License for more details.
16#
17#  You should have received a copy of the GNU General Public License
18#  along with this program; if not, write to the Free Software
19#  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
20
21## Process this file with automake to produce Makefile.in
22
23# Don't require all the GNU mandated files
24AUTOMAKE_OPTIONS = foreign
25
26# Subdirectories to build
27SUBDIRS = src demos VisualC++
28
29# Non-Automake subdirectories to distribute
30EXTRA_DIST = doc/API.html \
31	doc/COPYING \
32	doc/ChangeLog \
33	doc/THANKS \
34	doc/applications.html \
35	doc/download.html \
36	doc/header.txt \
37	doc/index.html \
38	doc/layer1.txt \
39	doc/layer2.txt \
40	doc/layer3.txt \
41	doc/maaate-faq.txt \
42	doc/module_guide.txt \
43	doc/modules.html \
44	doc/tr_196_01_CSIRO.pdf \
45	doc/formula/bandnrj.gif \
46	doc/formula/bandwidth.gif \
47	doc/formula/bdnrjratio.gif \
48	doc/formula/centroid.gif \
49	doc/formula/cmoment.gif \
50	doc/formula/lownrj.gif \
51	doc/formula/pauser.gif \
52	doc/formula/rolloff.gif \
53	doc/formula/sbmean.gif \
54	doc/formula/sbnrj_spres.gif \
55	doc/formula/sbnrj_winres.gif \
56	doc/formula/sbrms.gif \
57	doc/formula/scalefactor.gif \
58	doc/formula/sigmag.gif \
59	doc/formula/signrj.gif \
60	doc/formula/sigsb.gif \
61	doc/formula/spflux.gif \
62	images/CSIROlogo.gif \
63	images/maaate-small.gif \
64	images/maaate.gif \
65	images/maaate_structure.gif \
66	test.mp2 \
67	WinStart.bat \
68	cc2cpp.bat \
69	cpp2cc.bat \
70	Maaate.spec.in \
71	ToDo.txt
72
73Applicationsdir = $(datadir)/bin
74