Mercurial > audlegacy-plugins
annotate mk/rules.mk.in @ 1671:49704b7f41db audacious-plugins-1.4.0-dr3
Use SIMPLE_INPUT_PLUGIN
author | Christian Birchinger <joker@netswarm.net> |
---|---|
date | Sat, 08 Sep 2007 14:52:29 +0200 |
parents | 71138874c5fd |
children | 2e60ba395140 |
rev | line source |
---|---|
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1 @SET_MAKE@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
2 |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
3 srcdir ?= @srcdir@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
4 top_srcdir ?= @top_srcdir@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
5 VPATH ?= @srcdir@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
6 pkgdatadir ?= $(datadir)/@PACKAGE@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
7 pkglibdir ?= $(libdir)/@PACKAGE@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
8 pkgincludedir ?= $(includedir)/@PACKAGE@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
9 top_builddir ?= . |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
10 am__cd ?= CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
11 INSTALL ?= @INSTALL@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
12 install_sh_DATA ?= $(install_sh) -c -m 644 |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
13 install_sh_PROGRAM ?= $(install_sh) -c |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
14 install_sh_SCRIPT ?= $(install_sh) -c |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
15 INSTALL_HEADER ?= $(INSTALL_DATA) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
16 transform ?= $(program_transform_name) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
17 NORMAL_INSTALL ?= : |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
18 PRE_INSTALL ?= : |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
19 POST_INSTALL ?= : |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
20 NORMAL_UNINSTALL ?= : |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
21 PRE_UNINSTALL ?= : |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
22 POST_UNINSTALL ?= : |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
23 build_triplet ?= @build@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
24 host_triplet ?= @host@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
25 target_triplet ?= @target@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
26 subdir ?= . |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
27 ACLOCAL_M4 ?= $(top_srcdir)/aclocal.m4 |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
28 CONFIG_HEADER ?= config.h |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
29 CONFIG_CLEAN_FILES ?= audacious.1 audacious.spec audacious.pc \ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
30 intl/Makefile |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
31 SOURCES = |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
32 DIST_SOURCES = |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
33 man1dir ?= $(mandir)/man1 |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
34 am__installdirs ?= "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(pkgconfigdir)" |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
35 NROFF ?= nroff |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
36 MANS ?= $(man_MANS) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
37 am__vpath_adj_setup ?= srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
38 am__vpath_adj ?= case $$p in \ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
39 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
40 *) f=$$p;; \ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
41 esac; |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
42 am__strip_dir ?= `echo $$p | sed -e 's|^.*/||'`; |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
43 pkgconfigDATA_INSTALL ?= $(INSTALL_DATA) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
44 DATA ?= $(pkgconfig_DATA) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
45 ETAGS ?= etags |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
46 CTAGS ?= ctags |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
47 DIST_SUBDIRS ?= $(SUBDIRS) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
48 DISTFILES ?= $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
49 distdir ?= $(PACKAGE)-$(VERSION) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
50 top_distdir ?= $(distdir) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
51 am__remove_distdir ?= \ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
52 { test ! -d $(distdir) \ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
53 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
54 && rm -fr $(distdir); }; } |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
55 DIST_ARCHIVES ?= $(distdir).tar.gz |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
56 GZIP_ENV ?= --best |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
57 distuninstallcheck_listfiles ?= find . -type f -print |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
58 distcleancheck_listfiles ?= find . -type f -print |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
59 ACLOCAL ?= @ACLOCAL@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
60 ALLOCA ?= @ALLOCA@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
61 ALSA_CFLAGS ?= @ALSA_CFLAGS@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
62 ALSA_LIBS ?= @ALSA_LIBS@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
63 AMDEP_FALSE ?= @AMDEP_FALSE@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
64 AMDEP_TRUE ?= @AMDEP_TRUE@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
65 AMIDIPLUGBACKENDDIR ?= @AMIDIPLUGBACKENDDIR@ |
40
f15e55bc0e60
[svn] - fixed some issues for amidiplug compilation after migraton in audacious-plugins (backends were not compiled and amidiplug was uselessly installed twice on make install)
giacomo
parents:
33
diff
changeset
|
66 AMIDIPLUG_BACKENDS ?= @AMIDIPLUG_BACKENDS@ |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
67 AMTAR ?= @AMTAR@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
68 AR ?= @AR@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
69 ARCH_DEFINES ?= @ARCH_DEFINES@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
70 ARCH_X86_FALSE ?= @ARCH_X86_FALSE@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
71 ARCH_X86_TRUE ?= @ARCH_X86_TRUE@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
72 ARTSC_CFLAGS ?= @ARTSC_CFLAGS@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
73 ARTSC_LIBS ?= @ARTSC_LIBS@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
74 AUTOCONF ?= @AUTOCONF@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
75 AUTOHEADER ?= @AUTOHEADER@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
76 AUTOMAKE ?= @AUTOMAKE@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
77 AWK ?= @AWK@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
78 BEEP_DEFINES ?= @BEEP_DEFINES@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
79 BEEP_PATH ?= @BEEP_PATH@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
80 BINIO_CFLAGS ?= @BINIO_CFLAGS@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
81 BINIO_LIBS ?= @BINIO_LIBS@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
82 BUILDERS_INCLUDES ?= @BUILDERS_INCLUDES@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
83 BUILDERS_LDFLAGS ?= @BUILDERS_LDFLAGS@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
84 BUILD_INCLUDED_LIBINTL ?= @BUILD_INCLUDED_LIBINTL@ |
579 | 85 CAIRO_CFLAGS ?= @CAIRO_CFLAGS@ |
86 CAIRO_LIBS ?= @CAIRO_LIBS@ | |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
87 CATOBJEXT ?= @CATOBJEXT@ |
88
80a28e538008
[svn] - Replace ?= at CFLAGS, CPPFLAGS and CXXFLAGS with +=
js
parents:
48
diff
changeset
|
88 CC = @CC@ |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
89 CCAS ?= @CCAS@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
90 CCASFLAGS ?= @CCASFLAGS@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
91 CCDEPMODE ?= @CCDEPMODE@ |
88
80a28e538008
[svn] - Replace ?= at CFLAGS, CPPFLAGS and CXXFLAGS with +=
js
parents:
48
diff
changeset
|
92 CFLAGS += @CFLAGS@ |
80a28e538008
[svn] - Replace ?= at CFLAGS, CPPFLAGS and CXXFLAGS with +=
js
parents:
48
diff
changeset
|
93 CPP = @CPP@ |
80a28e538008
[svn] - Replace ?= at CFLAGS, CPPFLAGS and CXXFLAGS with +=
js
parents:
48
diff
changeset
|
94 CPPFLAGS += @CPPFLAGS@ |
80a28e538008
[svn] - Replace ?= at CFLAGS, CPPFLAGS and CXXFLAGS with +=
js
parents:
48
diff
changeset
|
95 CXX = @CXX@ |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
96 CXXCPP ?= @CXXCPP@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
97 CXXDEPMODE ?= @CXXDEPMODE@ |
88
80a28e538008
[svn] - Replace ?= at CFLAGS, CPPFLAGS and CXXFLAGS with +=
js
parents:
48
diff
changeset
|
98 CXXFLAGS += @CXXFLAGS@ |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
99 CYGPATH_W ?= @CYGPATH_W@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
100 DATADIRNAME ?= @DATADIRNAME@ |
1005
2346d918470d
[svn] Fixed rootvis' config to only declare stuff once; modified alarm.c to use dbus and made appropriate changes to the build system.
magma
parents:
930
diff
changeset
|
101 DBUS_CFLAGS ?= @DBUS_CFLAGS@ |
2346d918470d
[svn] Fixed rootvis' config to only declare stuff once; modified alarm.c to use dbus and made appropriate changes to the build system.
magma
parents:
930
diff
changeset
|
102 DBUS_LIBS ?= @DBUS_LIBS@ |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
103 DCT64 ?= @DCT64@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
104 DEFS ?= @DEFS@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
105 DEPDIR ?= @DEPDIR@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
106 ECHO ?= @ECHO@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
107 ECHO_C ?= @ECHO_C@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
108 ECHO_N ?= @ECHO_N@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
109 ECHO_T ?= @ECHO_T@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
110 EFFECT_PLUGINS ?= @EFFECT_PLUGINS@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
111 EFFECT_PLUGIN_DIR ?= @EFFECT_PLUGIN_DIR@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
112 EGREP ?= @EGREP@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
113 ENABLE_AAC_FALSE ?= @ENABLE_AAC_FALSE@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
114 ENABLE_AAC_TRUE ?= @ENABLE_AAC_TRUE@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
115 ENABLE_AMIDIPLUG_FALSE ?= @ENABLE_AMIDIPLUG_FALSE@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
116 ENABLE_AMIDIPLUG_TRUE ?= @ENABLE_AMIDIPLUG_TRUE@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
117 ENABLE_CROSSFADE_FALSE ?= @ENABLE_CROSSFADE_FALSE@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
118 ENABLE_CROSSFADE_TRUE ?= @ENABLE_CROSSFADE_TRUE@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
119 ENABLE_MPG123_FALSE ?= @ENABLE_MPG123_FALSE@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
120 ENABLE_MPG123_TRUE ?= @ENABLE_MPG123_TRUE@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
121 ENABLE_MUSEPACK_FALSE ?= @ENABLE_MUSEPACK_FALSE@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
122 ENABLE_MUSEPACK_TRUE ?= @ENABLE_MUSEPACK_TRUE@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
123 ENABLE_TIMIDITY_FALSE ?= @ENABLE_TIMIDITY_FALSE@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
124 ENABLE_TIMIDITY_TRUE ?= @ENABLE_TIMIDITY_TRUE@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
125 ENABLE_WMA_FALSE ?= @ENABLE_WMA_FALSE@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
126 ENABLE_WMA_TRUE ?= @ENABLE_WMA_TRUE@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
127 ESD_CFLAGS ?= @ESD_CFLAGS@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
128 ESD_LIBS ?= @ESD_LIBS@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
129 EXEEXT ?= @EXEEXT@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
130 FLUIDSYNTH_CFLAGS ?= @FLUIDSYNTH_CFLAGS@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
131 FLUIDSYNTH_LIBS ?= @FLUIDSYNTH_LIBS@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
132 GCONF_CFLAGS ?= @GCONF_CFLAGS@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
133 GCONF_LIBS ?= @GCONF_LIBS@ |
433
38fe08dff5cd
[svn] - added status icon plugin (written from scratch, with code from gtk 2.10)
giacomo
parents:
388
diff
changeset
|
134 GDKX11_CFLAGS ?= @GDKX11_CFLAGS@ |
38fe08dff5cd
[svn] - added status icon plugin (written from scratch, with code from gtk 2.10)
giacomo
parents:
388
diff
changeset
|
135 GDKX11_LIBS ?= @GDKX11_LIBS@ |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
136 GENCAT ?= @GENCAT@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
137 GENERAL_PLUGINS ?= @GENERAL_PLUGINS@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
138 GENERAL_PLUGIN_DIR ?= @GENERAL_PLUGIN_DIR@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
139 GLIBC21 ?= @GLIBC21@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
140 GLIB_CFLAGS ?= @GLIB_CFLAGS@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
141 GLIB_LIBS ?= @GLIB_LIBS@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
142 GMODULE_CFLAGS ?= @GMODULE_CFLAGS@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
143 GMODULE_LIBS ?= @GMODULE_LIBS@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
144 GMSGFMT ?= @GMSGFMT@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
145 GNOMEVFS_CFLAGS ?= @GNOMEVFS_CFLAGS@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
146 GNOMEVFS_LIBS ?= @GNOMEVFS_LIBS@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
147 GTK_CFLAGS ?= @GTK_CFLAGS@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
148 GTK_LIBS ?= @GTK_LIBS@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
149 HARDSID_LDADD ?= @HARDSID_LDADD@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
150 HAVE_ADPLUG_FALSE ?= @HAVE_ADPLUG_FALSE@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
151 HAVE_ADPLUG_TRUE ?= @HAVE_ADPLUG_TRUE@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
152 HAVE_ALSA_FALSE ?= @HAVE_ALSA_FALSE@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
153 HAVE_ALSA_TRUE ?= @HAVE_ALSA_TRUE@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
154 HAVE_CDROM_FALSE ?= @HAVE_CDROM_FALSE@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
155 HAVE_CDROM_TRUE ?= @HAVE_CDROM_TRUE@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
156 HAVE_ESD_FALSE ?= @HAVE_ESD_FALSE@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
157 HAVE_ESD_TRUE ?= @HAVE_ESD_TRUE@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
158 HAVE_FLAC_FALSE ?= @HAVE_FLAC_FALSE@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
159 HAVE_FLAC_TRUE ?= @HAVE_FLAC_TRUE@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
160 HAVE_GCONF_FALSE ?= @HAVE_GCONF_FALSE@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
161 HAVE_GCONF_TRUE ?= @HAVE_GCONF_TRUE@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
162 HAVE_GNOME_VFS_FALSE ?= @HAVE_GNOME_VFS_FALSE@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
163 HAVE_GNOME_VFS_TRUE ?= @HAVE_GNOME_VFS_TRUE@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
164 HAVE_JACK_FALSE ?= @HAVE_JACK_FALSE@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
165 HAVE_JACK_TRUE ?= @HAVE_JACK_TRUE@ |
144
5dfc0e491ad3
[svn] Null output plugin added; original code by Christian Birchinger <joker -at- gentoo.org>
kiyoshi
parents:
119
diff
changeset
|
166 HAVE_NULL_TRUE ?= @HAVE_NULL_TRUE@ |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
167 HAVE_LIBSAMPLERATE_FALSE ?= @HAVE_LIBSAMPLERATE_FALSE@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
168 HAVE_LIBSAMPLERATE_TRUE ?= @HAVE_LIBSAMPLERATE_TRUE@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
169 HAVE_LIBSNDFILE_FALSE ?= @HAVE_LIBSNDFILE_FALSE@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
170 HAVE_LIBSNDFILE_TRUE ?= @HAVE_LIBSNDFILE_TRUE@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
171 HAVE_LIBVISUAL_FALSE ?= @HAVE_LIBVISUAL_FALSE@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
172 HAVE_LIBVISUAL_TRUE ?= @HAVE_LIBVISUAL_TRUE@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
173 HAVE_LINUX_JOYSTICK_FALSE ?= @HAVE_LINUX_JOYSTICK_FALSE@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
174 HAVE_LINUX_JOYSTICK_TRUE ?= @HAVE_LINUX_JOYSTICK_TRUE@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
175 HAVE_LIRC_FALSE ?= @HAVE_LIRC_FALSE@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
176 HAVE_LIRC_TRUE ?= @HAVE_LIRC_TRUE@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
177 HAVE_MODPLUG_FALSE ?= @HAVE_MODPLUG_FALSE@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
178 HAVE_MODPLUG_TRUE ?= @HAVE_MODPLUG_TRUE@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
179 HAVE_OGGVORBIS_FALSE ?= @HAVE_OGGVORBIS_FALSE@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
180 HAVE_OGGVORBIS_TRUE ?= @HAVE_OGGVORBIS_TRUE@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
181 HAVE_OSS_FALSE ?= @HAVE_OSS_FALSE@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
182 HAVE_OSS_TRUE ?= @HAVE_OSS_TRUE@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
183 HAVE_SIDPLAY_FALSE ?= @HAVE_SIDPLAY_FALSE@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
184 HAVE_SIDPLAY_TRUE ?= @HAVE_SIDPLAY_TRUE@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
185 HAVE_SOLARIS_FALSE ?= @HAVE_SOLARIS_FALSE@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
186 HAVE_SOLARIS_TRUE ?= @HAVE_SOLARIS_TRUE@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
187 HAVE_SUN_FALSE ?= @HAVE_SUN_FALSE@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
188 HAVE_SUN_TRUE ?= @HAVE_SUN_TRUE@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
189 INPUT_PLUGINS ?= @INPUT_PLUGINS@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
190 INPUT_PLUGIN_DIR ?= @INPUT_PLUGIN_DIR@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
191 INSTALL_DATA ?= @INSTALL_DATA@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
192 INSTALL_PROGRAM ?= @INSTALL_PROGRAM@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
193 INSTALL_SCRIPT ?= @INSTALL_SCRIPT@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
194 INSTALL_STRIP_PROGRAM ?= @INSTALL_STRIP_PROGRAM@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
195 INSTOBJEXT ?= @INSTOBJEXT@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
196 INTLBISON ?= @INTLBISON@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
197 INTLLIBS ?= @INTLLIBS@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
198 INTLOBJS ?= @INTLOBJS@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
199 INTL_LIBTOOL_SUFFIX_PREFIX ?= @INTL_LIBTOOL_SUFFIX_PREFIX@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
200 JACK_CFLAGS ?= @JACK_CFLAGS@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
201 JACK_LIBS ?= @JACK_LIBS@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
202 LDFLAGS ?= @LDFLAGS@ |
327
f3f77cbd58f3
[svn] Add support for Apple PMU front LED to Rocklight. Tested on PowerBook 5,9; works but is rather slow to update.
chainsaw
parents:
144
diff
changeset
|
203 LEDCODE ?= @LEDCODE@ |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
204 LIBBEEP_MAJOR_VERSION ?= @LIBBEEP_MAJOR_VERSION@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
205 LIBBEEP_MICRO_VERSION ?= @LIBBEEP_MICRO_VERSION@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
206 LIBBEEP_MINOR_VERSION ?= @LIBBEEP_MINOR_VERSION@ |
930
2f742d127b3e
[svn] - initial import of flacng from audacious-flacng-0.012
nenolod
parents:
922
diff
changeset
|
207 FLAC_CFLAGS ?= @FLAC_CFLAGS@ |
2f742d127b3e
[svn] - initial import of flacng from audacious-flacng-0.012
nenolod
parents:
922
diff
changeset
|
208 FLAC_LIBS ?= @FLAC_LIBS@ |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
209 LIBGLADE_CFLAGS ?= @LIBGLADE_CFLAGS@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
210 LIBGLADE_LIBS ?= @LIBGLADE_LIBS@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
211 LIBNMS_CFLAGS ?= @LIBNMS_CFLAGS@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
212 LIBNMS_LIBS ?= @LIBNMS_LIBS@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
213 LIBNMS_SRC ?= @LIBNMS_SRC@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
214 LIBICONV ?= @LIBICONV@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
215 LIBINTL ?= @LIBINTL@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
216 LIBOBJS ?= @LIBOBJS@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
217 LIBS ?= @LIBS@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
218 LIBTOOL ?= @LIBTOOL@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
219 LIBVISUAL_CFLAGS ?= @LIBVISUAL_CFLAGS@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
220 LIBVISUAL_LIBS ?= @LIBVISUAL_LIBS@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
221 LN_S ?= @LN_S@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
222 LTLIBICONV ?= @LTLIBICONV@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
223 LTLIBINTL ?= @LTLIBINTL@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
224 LTLIBOBJS ?= @LTLIBOBJS@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
225 MAKEINFO ?= @MAKEINFO@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
226 MKINSTALLDIRS ?= @MKINSTALLDIRS@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
227 MSGFMT ?= @MSGFMT@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
228 MSGMERGE ?= @MSGMERGE@ |
1457
71138874c5fd
fixed linking
Cristi Magherusan <majeru@atheme-project.org>
parents:
1338
diff
changeset
|
229 MTP_CFLAGS ?= @MTP_CFLAGS@ |
71138874c5fd
fixed linking
Cristi Magherusan <majeru@atheme-project.org>
parents:
1338
diff
changeset
|
230 MTP_LIBS ?= @MTP_LIBS@ |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
231 OBJEXT ?= @OBJEXT@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
232 OGG_VORBIS_CFLAGS ?= @OGG_VORBIS_CFLAGS@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
233 OGG_VORBIS_LIBS ?= @OGG_VORBIS_LIBS@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
234 OSS_LIBS ?= @OSS_LIBS@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
235 OUTPUT_PLUGINS ?= @OUTPUT_PLUGINS@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
236 OUTPUT_PLUGIN_DIR ?= @OUTPUT_PLUGIN_DIR@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
237 PACKAGE ?= @PACKAGE@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
238 PACKAGE_BUGREPORT ?= @PACKAGE_BUGREPORT@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
239 PACKAGE_NAME ?= @PACKAGE_NAME@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
240 PACKAGE_STRING ?= @PACKAGE_STRING@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
241 PACKAGE_TARNAME ?= @PACKAGE_TARNAME@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
242 PACKAGE_VERSION ?= @PACKAGE_VERSION@ |
578
550c9e382cf8
[svn] - splitted GTK_CFLAGS in GTK_CFLAGS, GLIB_CFLAGS and PANGO_CFLAGS, splitted GTK_LIBS in GTK_LIBS, GLIB_LIBS, PANGO_LIBS
giacomo
parents:
503
diff
changeset
|
243 PANGO_CFLAGS ?= @PANGO_CFLAGS@ |
550c9e382cf8
[svn] - splitted GTK_CFLAGS in GTK_CFLAGS, GLIB_CFLAGS and PANGO_CFLAGS, splitted GTK_LIBS in GTK_LIBS, GLIB_LIBS, PANGO_LIBS
giacomo
parents:
503
diff
changeset
|
244 PANGO_LIBS ?= @PANGO_LIBS@ |
579 | 245 PANGOCAIRO_CFLAGS ?= @PANGOCAIRO_CFLAGS@ |
246 PANGOCAIRO_LIBS ?= @PANGOCAIRO_LIBS@ | |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
247 PATH_SEPARATOR ?= @PATH_SEPARATOR@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
248 PC_REQUIRES ?= @PC_REQUIRES@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
249 PKG_CONFIG ?= @PKG_CONFIG@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
250 PLUGIN_LDFLAGS ?= @PLUGIN_LDFLAGS@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
251 POSUB ?= @POSUB@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
252 RANLIB ?= @RANLIB@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
253 RESID_LDADD ?= @RESID_LDADD@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
254 SAMPLERATE_CFLAGS ?= @SAMPLERATE_CFLAGS@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
255 SAMPLERATE_LIBS ?= @SAMPLERATE_LIBS@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
256 SDL_CFLAGS ?= @SDL_CFLAGS@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
257 SDL_CONFIG ?= @SDL_CONFIG@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
258 SDL_LIBS ?= @SDL_LIBS@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
259 SET_MAKE ?= @SET_MAKE@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
260 SHELL ?= @SHELL@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
261 SIDPLAY1_INCLUDES ?= @SIDPLAY1_INCLUDES@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
262 SIDPLAY1_LDADD ?= @SIDPLAY1_LDADD@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
263 SIDPLAY2_INCLUDES ?= @SIDPLAY2_INCLUDES@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
264 SIDPLAY2_LDADD ?= @SIDPLAY2_LDADD@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
265 SNDFILE_CFLAGS ?= @SNDFILE_CFLAGS@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
266 SNDFILE_LIBS ?= @SNDFILE_LIBS@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
267 STRIP ?= @STRIP@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
268 TAGLIB_CFLAGS ?= @TAGLIB_CFLAGS@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
269 TAGLIB_CONFIG ?= @TAGLIB_CONFIG@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
270 TAGLIB_LIBS ?= @TAGLIB_LIBS@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
271 USE_INCLUDED_LIBINTL ?= @USE_INCLUDED_LIBINTL@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
272 USE_NLS ?= @USE_NLS@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
273 USE_X86ASM_FALSE ?= @USE_X86ASM_FALSE@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
274 USE_X86ASM_TRUE ?= @USE_X86ASM_TRUE@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
275 VERSION ?= @VERSION@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
276 VISUALIZATION_PLUGINS ?= @VISUALIZATION_PLUGINS@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
277 VISUALIZATION_PLUGIN_DIR ?= @VISUALIZATION_PLUGIN_DIR@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
278 XGETTEXT ?= @XGETTEXT@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
279 ac_ct_AR ?= @ac_ct_AR@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
280 ac_ct_CC ?= @ac_ct_CC@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
281 ac_ct_CXX ?= @ac_ct_CXX@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
282 ac_ct_RANLIB ?= @ac_ct_RANLIB@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
283 ac_ct_STRIP ?= @ac_ct_STRIP@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
284 am__fastdepCC_FALSE ?= @am__fastdepCC_FALSE@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
285 am__fastdepCC_TRUE ?= @am__fastdepCC_TRUE@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
286 am__fastdepCXX_FALSE ?= @am__fastdepCXX_FALSE@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
287 am__fastdepCXX_TRUE ?= @am__fastdepCXX_TRUE@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
288 am__include ?= @am__include@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
289 am__leading_dot ?= @am__leading_dot@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
290 am__quote ?= @am__quote@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
291 am__tar ?= @am__tar@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
292 am__untar ?= @am__untar@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
293 beepdir ?= @beepdir@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
294 bindir ?= @bindir@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
295 build ?= @build@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
296 build_alias ?= @build_alias@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
297 build_cpu ?= @build_cpu@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
298 build_os ?= @build_os@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
299 build_vendor ?= @build_vendor@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
300 datadir ?= @datadir@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
301 datarootdir ?= @datarootdir@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
302 exec_prefix ?= @exec_prefix@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
303 host ?= @host@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
304 host_alias ?= @host_alias@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
305 host_cpu ?= @host_cpu@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
306 host_os ?= @host_os@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
307 host_vendor ?= @host_vendor@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
308 includedir ?= @includedir@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
309 infodir ?= @infodir@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
310 install_sh ?= @install_sh@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
311 libdir ?= @libdir@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
312 libexecdir ?= @libexecdir@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
313 localedir ?= @localedir@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
314 localstatedir ?= @localstatedir@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
315 mandir ?= @mandir@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
316 mkdir_p ?= @mkdir_p@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
317 oldincludedir ?= @oldincludedir@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
318 plugindir ?= @plugindir@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
319 pluginsubs ?= @pluginsubs@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
320 prefix ?= @prefix@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
321 program_transform_name ?= @program_transform_name@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
322 sbindir ?= @sbindir@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
323 sharedstatedir ?= @sharedstatedir@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
324 sysconfdir ?= @sysconfdir@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
325 target ?= @target@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
326 target_alias ?= @target_alias@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
327 target_cpu ?= @target_cpu@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
328 target_os ?= @target_os@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
329 target_vendor ?= @target_vendor@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
330 WAV_SNDFILE ?= @WAV_SNDFILE@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
331 VFS_BACKEND ?= @VFS_BACKEND@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
332 CONFIGDB_BACKEND ?= @CONFIGDB_BACKEND@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
333 CURL_CFLAGS ?= @CURL_CFLAGS@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
334 CURL_LIBS ?= @CURL_LIBS@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
335 CHARDET_LIBS ?= @CHARDET_LIBS@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
336 SUBDIR_GUESS ?= @SUBDIR_GUESS@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
337 LIBNOTIFY_CFLAGS ?= @LIBNOTIFY_CFLAGS@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
338 LIBNOTIFY_LIBS ?= @LIBNOTIFY_LIBS@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
339 XML_CPPFLAGS ?= @XML_CPPFLAGS@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
340 XML_LIBS ?= @XML_LIBS@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
341 CONTAINER_PLUGIN_DIR ?= @CONTAINER_PLUGIN_DIR@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
342 CONTAINER_PLUGINS ?= @CONTAINER_PLUGINS@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
343 SHARED_SUFFIX ?= @SHARED_SUFFIX@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
344 PICFLAGS ?= @PICFLAGS@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
345 PICLDFLAGS ?= @PICLDFLAGS@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
346 LIBLDFLAGS ?= @LIBLDFLAGS@ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
347 AUDLDFLAGS ?= @AUDLDFLAGS@ |
110 | 348 WAVPACK_CFLAGS ?= @WAVPACK_CFLAGS@ |
349 WAVPACK_LIBS ?= @WAVPACK_LIBS@ | |
908
8b4b381b4399
[svn] aosd: added compile option in configure for composite support; this way, if support is compiled in, we can safely check if the composite module is loaded
giacomo
parents:
900
diff
changeset
|
350 XCOMPOSITE_CFLAGS ?= @XCOMPOSITE_CFLAGS@ |
8b4b381b4399
[svn] aosd: added compile option in configure for composite support; this way, if support is compiled in, we can safely check if the composite module is loaded
giacomo
parents:
900
diff
changeset
|
351 XCOMPOSITE_LIBS ?= @XCOMPOSITE_LIBS@ |
8b4b381b4399
[svn] aosd: added compile option in configure for composite support; this way, if support is compiled in, we can safely check if the composite module is loaded
giacomo
parents:
900
diff
changeset
|
352 XRENDER_CFLAGS ?= @XRENDER_CFLAGS@ |
8b4b381b4399
[svn] aosd: added compile option in configure for composite support; this way, if support is compiled in, we can safely check if the composite module is loaded
giacomo
parents:
900
diff
changeset
|
353 XRENDER_LIBS ?= @XRENDER_LIBS@ |
119 | 354 XXF86VM_CFLAGS ?= @XXF86VM_CFLAGS@ |
355 XXF86VM_LIBS ?= @XXF86VM_LIBS@ | |
358 | 356 LIBPROJECTM_CFLAGS ?= @LIBPROJECTM_CFLAGS@ |
357 LIBPROJECTM_LIBS ?= @LIBPROJECTM_LIBS@ | |
503 | 358 MMS_CFLAGS ?= @MMS_CFLAGS@ |
359 MMS_LIBS ?= @MMS_LIBS@ | |
622
70f3b14434b2
[svn] - remove the buggy memoryleaking mpg123 and integrate madplug into the
nenolod
parents:
579
diff
changeset
|
360 MAD_CFLAGS ?= @MAD_CFLAGS@ |
70f3b14434b2
[svn] - remove the buggy memoryleaking mpg123 and integrate madplug into the
nenolod
parents:
579
diff
changeset
|
361 MAD_LIBS ?= @MAD_LIBS@ |
900
d985f0dcdeb0
[svn] - add a starting point for xmms-rootvis port. giacomo will need to
nenolod
parents:
622
diff
changeset
|
362 IMLIB2_CFLAGS ?= @IMLIB2_CFLAGS@ |
d985f0dcdeb0
[svn] - add a starting point for xmms-rootvis port. giacomo will need to
nenolod
parents:
622
diff
changeset
|
363 IMLIB2_LIBS ?= @IMLIB2_LIBS@ |
922
7e14701aef54
[svn] - replace random number generator in dithering code with SIMD-oriented Fast Mersenne Twister (SFMT). it reduces CPU load on SSE2 or AltiVec capable platform.
yaz
parents:
908
diff
changeset
|
364 SIMD_CFLAGS ?= @SIMD_CFLAGS@ |
1043
f65aa5417221
[svn] I will murder someone if I have to fix the buildsystem again.
kiyoshi
parents:
1005
diff
changeset
|
365 FILEWRITER_LIBS ?= @FILEWRITER_LIBS@ |
1046
9b8400ca5ee8
[svn] - add a check for gcc version. now -fgnu89-inline is added only if gcc is 4.2.0 or more.
yaz
parents:
1043
diff
changeset
|
366 GCC42_CFLAGS ?= @GCC42_CFLAGS@ |
1058 | 367 CDIO_LIBS ?= @CDIO_LIBS@ |
368 CDIO_CFLAGS ?= @CDIO_CFLAGS@ | |
1338
0d4450d66bd1
Added libcddb autoconf dependency
Calin Crisan ccrisan@gmail.com
parents:
1322
diff
changeset
|
369 CDDB_LIBS ?= @CDDB_LIBS@ |
0d4450d66bd1
Added libcddb autoconf dependency
Calin Crisan ccrisan@gmail.com
parents:
1322
diff
changeset
|
370 CDDB_CFLAGS ?= @CDDB_CFLAGS@ |
1173
5896bd827cbc
[svn] - move transport plugins into Transport subdirectory.
yaz
parents:
1058
diff
changeset
|
371 TRANSPORT_PLUGIN_DIR ?= @TRANSPORT_PLUGIN_DIR@ |
5896bd827cbc
[svn] - move transport plugins into Transport subdirectory.
yaz
parents:
1058
diff
changeset
|
372 TRANSPORT_PLUGINS ?= @TRANSPORT_PLUGINS@ |
1322
285d54073f12
Fix CFLAGS detection for 1.1.2 stuff.
William Pitcock <nenolod@atheme-project.org>
parents:
1173
diff
changeset
|
373 LIBFLAC_LIBS ?= @LIBFLAC_LIBS@ |
285d54073f12
Fix CFLAGS detection for 1.1.2 stuff.
William Pitcock <nenolod@atheme-project.org>
parents:
1173
diff
changeset
|
374 LIBFLAC_CFLAGS ?= @LIBFLAC_CFLAGS@ |