gitignore generated files for jack_mix_box
[jack_mixer.git] / Makefile.am
blobe920e4485ea0ea34f05dd424f91caf0cb1d35664
2 # This file is part of jack_mixer
4 # Copyright (C) 2007 Nedko Arnaudov <nedko@arnaudov.name>
6 # This program is free software; you can redistribute it and/or modify
7 # it under the terms of the GNU General Public License as published by
8 # the Free Software Foundation; version 2 of the License
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.
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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
20 AM_CFLAGS = $(JACKMIXER_CFLAGS) -D_GNU_SOURCE -Wall -fno-strict-aliasing
21 if DEV_VERSION
22 AM_CFLAGS +=  -Werror
23 endif
25 SUBDIRS = data
27 INCLUDES = $(PYTHON_INCLUDES)
29 jack_mixerdir = $(pkgdatadir)
30 pkgpyexecdir = $(pythondir)
31 pkgpyexec_LTLIBRARIES = jack_mixer_c.la
33 jack_mixer_c_la_LDFLAGS = -module -avoid-version
35 jack_mixer_c_la_LIBADD = $(JACKMIXER_LIBS)
37 jack_mixer_c_la_SOURCES = \
38         jack_mixer.c jack_mixer.h list.h memory_atomic.c memory_atomic.h log.h log.c scale.c jack_compat.h \
39         jack_mixer_c.c
41 dist_jack_mixer_DATA = abspeak.py channel.py gui.py meter.py scale.py serialization.py serialization_xml.py slider.py preferences.py
43 CLEANFILES = *.pyc
44 EXTRA_DIST = test.py COPYING jack_mixer.schemas jack_mixer.py NEWS
46 bin_SCRIPTS = $(srcdir)/jack_mixer.py
48 bin_PROGRAMS = jack_mix_box
50 jack_mixer_c.so: jack_mixer_c.la
51         ln -nfs .libs/jack_mixer_c.so
53 jack_mix_box_SOURCES = jack_mix_box.c jack_mixer.c scale.c log.c
55 jack_mix_box_CFLAGS = $(JACKMIXER_CFLAGS)
57 jack_mix_box_LDADD = $(JACKMIXER_LIBS) -lm
59 test: _jack_mixer_c.so
60         @./test.py
62 schemadir = @GCONF_SCHEMA_FILE_DIR@
63 schema_DATA = jack_mixer.schemas
65 install-exec-hook:
66         ln -vfs jack_mixer.py $(DESTDIR)$(bindir)/jack_mixer
68 if GCONF_SCHEMAS_INSTALL
69 install-data-hook:
70         GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(srcdir)/$(schema_DATA)
72 uninstall-hook:
73         GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-uninstall-rule $(srcdir)/$(schema_DATA)
74         rm -vf $(DESTDIR)$(bindir)/jack_mixer
75 endif
77 pacoinstall:
78         test `whoami` == root # test for root
79         -paco -rvB jack_mixer
80         -paco -lE `pwd` -E /etc -p jack_mixer-`svnversion` "make install"
81         -paco -i jack_mixer