annotate extra.mk.in @ 4848:b2ee645f3e59

Hook up the equalizer (bug #24)
author John Lindgren <john.lindgren@tds.net>
date Sun, 12 Apr 2009 23:03:39 -0400
parents 06079e59fc4b
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4489
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
1 XML_CPPFLAGS ?= @XML_CPPFLAGS@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
2 XGETTEXT ?= @XGETTEXT@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
3 pdfdir ?= @pdfdir@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
4 ECHO_N ?= @ECHO_N@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
5 CXXFLAGS ?= @CXXFLAGS@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
6 DBUS_BINDING_TOOL ?= @DBUS_BINDING_TOOL@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
7 PLUGIN_SUFFIX ?= @PLUGIN_SUFFIX@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
8 target ?= @target@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
9 CLEAN_LIB ?= @CLEAN_LIB@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
10 bindir ?= @bindir@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
11 INTL_LIBTOOL_SUFFIX_PREFIX ?= @INTL_LIBTOOL_SUFFIX_PREFIX@
3535
9ddf21ab5c84 Transit to Mk2.
William Pitcock <nenolod@atheme.org>
parents:
diff changeset
12 ALLOCA ?= @ALLOCA@
4489
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
13 PROG_IMPLIB_NEEDED ?= @PROG_IMPLIB_NEEDED@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
14 dvidir ?= @dvidir@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
15 PACKAGE_BUGREPORT ?= @PACKAGE_BUGREPORT@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
16 MAKE ?= @MAKE@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
17 INSTOBJEXT ?= @INSTOBJEXT@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
18 CONTAINER_PLUGIN_DIR ?= @CONTAINER_PLUGIN_DIR@
3535
9ddf21ab5c84 Transit to Mk2.
William Pitcock <nenolod@atheme.org>
parents:
diff changeset
19 DATADIRNAME ?= @DATADIRNAME@
4489
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
20 INPUT_PLUGIN_DIR ?= @INPUT_PLUGIN_DIR@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
21 SM_CFLAGS ?= @SM_CFLAGS@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
22 LIBPCRE_CFLAGS ?= @LIBPCRE_CFLAGS@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
23 POSUB ?= @POSUB@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
24 CPP ?= @CPP@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
25 MKINSTALLDIRS ?= @MKINSTALLDIRS@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
26 target_cpu ?= @target_cpu@
3535
9ddf21ab5c84 Transit to Mk2.
William Pitcock <nenolod@atheme.org>
parents:
diff changeset
27 DBUS_LIBS ?= @DBUS_LIBS@
4489
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
28 UNINSTALL_LIB ?= @UNINSTALL_LIB@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
29 datadir ?= @datadir@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
30 build ?= @build@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
31 CPPFLAGS ?= @CPPFLAGS@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
32 SHELL ?= @SHELL@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
33 USE_EGGSM ?= @USE_EGGSM@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
34 GLIB_GENMARSHAL ?= @GLIB_GENMARSHAL@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
35 LIBMCS_LIBS ?= @LIBMCS_LIBS@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
36 am__leading_dot ?= @am__leading_dot@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
37 program_transform_name ?= @program_transform_name@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
38 INTL_OBJECTIVE ?= @INTL_OBJECTIVE@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
39 SIMD_CFLAGS ?= @SIMD_CFLAGS@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
40 CC ?= @CC@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
41 CATOBJEXT ?= @CATOBJEXT@
3535
9ddf21ab5c84 Transit to Mk2.
William Pitcock <nenolod@atheme.org>
parents:
diff changeset
42 DEFS ?= @DEFS@
4489
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
43 LIBS ?= @LIBS@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
44 build_cpu ?= @build_cpu@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
45 infodir ?= @infodir@
3535
9ddf21ab5c84 Transit to Mk2.
William Pitcock <nenolod@atheme.org>
parents:
diff changeset
46 GLIB_CFLAGS ?= @GLIB_CFLAGS@
4489
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
47 AMDEPBACKSLASH ?= @AMDEPBACKSLASH@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
48 GENERAL_PLUGIN_DIR ?= @GENERAL_PLUGIN_DIR@
3535
9ddf21ab5c84 Transit to Mk2.
William Pitcock <nenolod@atheme.org>
parents:
diff changeset
49 libexecdir ?= @libexecdir@
9ddf21ab5c84 Transit to Mk2.
William Pitcock <nenolod@atheme.org>
parents:
diff changeset
50 localedir ?= @localedir@
4489
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
51 CCASDEPMODE ?= @CCASDEPMODE@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
52 LTLIBOBJS ?= @LTLIBOBJS@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
53 LIBICONV ?= @LIBICONV@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
54 LDFLAGS ?= @LDFLAGS@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
55 includedir ?= @includedir@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
56 build_alias ?= @build_alias@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
57 USE_NLS ?= @USE_NLS@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
58 AUDACIOUS_DEFINES ?= @AUDACIOUS_DEFINES@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
59 SAMPLERATE_LIBS ?= @SAMPLERATE_LIBS@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
60 libdir ?= @libdir@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
61 CFLAGS ?= @CFLAGS@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
62 REGEX_LIBS ?= @REGEX_LIBS@
3535
9ddf21ab5c84 Transit to Mk2.
William Pitcock <nenolod@atheme.org>
parents:
diff changeset
63 localstatedir ?= @localstatedir@
4489
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
64 DISCOVERY_PLUGIN_DIR ?= @DISCOVERY_PLUGIN_DIR@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
65 docdir ?= @docdir@
3535
9ddf21ab5c84 Transit to Mk2.
William Pitcock <nenolod@atheme.org>
parents:
diff changeset
66 CHARDET_LIBS ?= @CHARDET_LIBS@
4489
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
67 LIB_LDFLAGS ?= @LIB_LDFLAGS@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
68 CCASFLAGS ?= @CCASFLAGS@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
69 INSTALL_SCRIPT ?= @INSTALL_SCRIPT@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
70 host_alias ?= @host_alias@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
71 PACKAGE_TARNAME ?= @PACKAGE_TARNAME@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
72 RANLIB ?= @RANLIB@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
73 DBUS_CFLAGS ?= @DBUS_CFLAGS@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
74 OUTPUT_PLUGIN_DIR ?= @OUTPUT_PLUGIN_DIR@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
75 pluginsubs ?= @pluginsubs@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
76 EXEEXT ?= @EXEEXT@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
77 PATH_SEPARATOR ?= @PATH_SEPARATOR@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
78 MV ?= @MV@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
79 GLIB_LIBS ?= @GLIB_LIBS@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
80 GMSGFMT ?= @GMSGFMT@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
81 LIB_CPPFLAGS ?= @LIB_CPPFLAGS@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
82 target_os ?= @target_os@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
83 AR ?= @AR@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
84 host ?= @host@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
85 GTHREAD_LIBS ?= @GTHREAD_LIBS@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
86 LIBINTL ?= @LIBINTL@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
87 target_vendor ?= @target_vendor@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
88 CCAS ?= @CCAS@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
89 desktop_file ?= @desktop_file@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
90 prefix ?= @prefix@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
91 LIB_CFLAGS ?= @LIB_CFLAGS@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
92 REGEX_CFLAGS ?= @REGEX_CFLAGS@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
93 CAIRO_LIBS ?= @CAIRO_LIBS@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
94 GTK_CFLAGS ?= @GTK_CFLAGS@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
95 sharedstatedir ?= @sharedstatedir@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
96 am__include ?= @am__include@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
97 PKG_CONFIG ?= @PKG_CONFIG@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
98 OBJEXT ?= @OBJEXT@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
99 sysconfdir ?= @sysconfdir@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
100 htmldir ?= @htmldir@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
101 PC_REQUIRES ?= @PC_REQUIRES@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
102 HAVE_SUN ?= @HAVE_SUN@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
103 GENCAT ?= @GENCAT@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
104 MOWGLI_LIBS ?= @MOWGLI_LIBS@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
105 PACKAGE_STRING ?= @PACKAGE_STRING@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
106 INTLOBJS ?= @INTLOBJS@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
107 sbindir ?= @sbindir@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
108 EFFECT_PLUGIN_DIR ?= @EFFECT_PLUGIN_DIR@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
109 CP ?= @CP@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
110 USE_SAMPLERATE ?= @USE_SAMPLERATE@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
111 SET_MAKE ?= @SET_MAKE@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
112 DEPDIR ?= @DEPDIR@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
113 PLUGIN_CFLAGS ?= @PLUGIN_CFLAGS@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
114 ECHO_C ?= @ECHO_C@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
115 SM_LIBS ?= @SM_LIBS@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
116 USE_X86ASM ?= @USE_X86ASM@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
117 USE_INCLUDED_LIBINTL ?= @USE_INCLUDED_LIBINTL@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
118 psdir ?= @psdir@
3535
9ddf21ab5c84 Transit to Mk2.
William Pitcock <nenolod@atheme.org>
parents:
diff changeset
119 SHARED_SUFFIX ?= @SHARED_SUFFIX@
9ddf21ab5c84 Transit to Mk2.
William Pitcock <nenolod@atheme.org>
parents:
diff changeset
120 LIBMCS_CFLAGS ?= @LIBMCS_CFLAGS@
4489
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
121 BUILD_INCLUDED_LIBINTL ?= @BUILD_INCLUDED_LIBINTL@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
122 oldincludedir ?= @oldincludedir@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
123 MSGFMT ?= @MSGFMT@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
124 TRANSPORT_PLUGIN_DIR ?= @TRANSPORT_PLUGIN_DIR@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
125 ac_ct_CXX ?= @ac_ct_CXX@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
126 SAMPLERATE_CFLAGS ?= @SAMPLERATE_CFLAGS@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
127 USE_DBUS ?= @USE_DBUS@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
128 ARCH_DEFINES ?= @ARCH_DEFINES@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
129 CAIRO_CFLAGS ?= @CAIRO_CFLAGS@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
130 LTLIBICONV ?= @LTLIBICONV@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
131 build_vendor ?= @build_vendor@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
132 LIB_PREFIX ?= @LIB_PREFIX@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
133 XML_LIBS ?= @XML_LIBS@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
134 host_cpu ?= @host_cpu@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
135 GTK_LIBS ?= @GTK_LIBS@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
136 LIBPCRE_LIBS ?= @LIBPCRE_LIBS@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
137 PACKAGE ?= @PACKAGE@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
138 mandir ?= @mandir@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
139 GLIBC21 ?= @GLIBC21@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
140 target_alias ?= @target_alias@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
141 DBUS_SERVICES_DIR ?= @DBUS_SERVICES_DIR@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
142 LTLIBINTL ?= @LTLIBINTL@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
143 PLUGIN_CPPFLAGS ?= @PLUGIN_CPPFLAGS@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
144 LIBAUDCLIENT_LDFLAGS ?= @LIBAUDCLIENT_LDFLAGS@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
145 PACKAGE_NAME ?= @PACKAGE_NAME@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
146 ECHO_T ?= @ECHO_T@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
147 am__quote ?= @am__quote@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
148 LIB_SUFFIX ?= @LIB_SUFFIX@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
149 LIBOBJS ?= @LIBOBJS@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
150 ac_ct_CC ?= @ac_ct_CC@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
151 PANGO_LIBS ?= @PANGO_LIBS@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
152 PACKAGE_VERSION ?= @PACKAGE_VERSION@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
153 XML2_CONFIG ?= @XML2_CONFIG@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
154 INTLBISON ?= @INTLBISON@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
155 LN_S ?= @LN_S@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
156 INSTALL_LIB ?= @INSTALL_LIB@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
157 USE_CHARDET ?= @USE_CHARDET@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
158 GTHREAD_CFLAGS ?= @GTHREAD_CFLAGS@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
159 GREP ?= @GREP@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
160 host_vendor ?= @host_vendor@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
161 build_os ?= @build_os@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
162 INSTALL_DATA ?= @INSTALL_DATA@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
163 PANGO_CFLAGS ?= @PANGO_CFLAGS@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
164 datarootdir ?= @datarootdir@
3535
9ddf21ab5c84 Transit to Mk2.
William Pitcock <nenolod@atheme.org>
parents:
diff changeset
165 MOWGLI_CFLAGS ?= @MOWGLI_CFLAGS@
4489
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
166 plugindir ?= @plugindir@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
167 CXX ?= @CXX@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
168 RM ?= @RM@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
169 INSTALL_PROGRAM ?= @INSTALL_PROGRAM@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
170 PLUGIN_LDFLAGS ?= @PLUGIN_LDFLAGS@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
171 VISUALIZATION_PLUGIN_DIR ?= @VISUALIZATION_PLUGIN_DIR@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
172 IMPLIB_LIBS ?= @IMPLIB_LIBS@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
173 MSGMERGE ?= @MSGMERGE@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
174 INTLLIBS ?= @INTLLIBS@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
175 PROG_IMPLIB_LDFLAGS ?= @PROG_IMPLIB_LDFLAGS@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
176 host_os ?= @host_os@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
177 exec_prefix ?= @exec_prefix@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
178 HAVE_SOLARIS ?= @HAVE_SOLARIS@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
179 EGREP ?= @EGREP@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
180 AUDACIOUS_PATH ?= @AUDACIOUS_PATH@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
181 ARCH_X86 ?= @ARCH_X86@
d3b8b69d44c4 Regenerated extra.mk.in with Autopoop 0.56.
Matti Hamalainen <ccr@tnsp.org>
parents: 4465
diff changeset
182 VERSION ?= @VERSION@
4623
68e0859ad1a6 enables audacious to pick up its own libraries when prefix has been specified.
Yoshiki Yazawa <yaz@cc.rim.or.jp>
parents: 4503
diff changeset
183 AUDLDFLAGS ?= @AUDLDFLAGS@
4791
06079e59fc4b Update to latest rev of buildsys & move stuff that doesn't belong there
Jonathan Schleifer <js-audacious@webkeks.org>
parents: 4623
diff changeset
184 TR = @TR@
06079e59fc4b Update to latest rev of buildsys & move stuff that doesn't belong there
Jonathan Schleifer <js-audacious@webkeks.org>
parents: 4623
diff changeset
185 PLUGIN_DEFNAME := `echo ${subst ${PLUGIN_SUFFIX},,${PLUGIN}} | tr '[:lower:]' '[:upper:]' | tr '-' '_'`
06079e59fc4b Update to latest rev of buildsys & move stuff that doesn't belong there
Jonathan Schleifer <js-audacious@webkeks.org>
parents: 4623
diff changeset
186 PLUGIN_CPPFLAGS += -D${PLUGIN_DEFNAME}_CFGID="\"${subst ${PLUGIN_SUFFIX},,${PLUGIN}}\""