Updated autotools
[amule.git] / src / utils / aLinkCreator / Makefile.in
blob58682600ac81ce8bca226bb3234cc2b583cb236d
1 # Makefile.in generated by automake 1.15 from Makefile.am.
2 # @configure_input@
4 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
15 @SET_MAKE@
17 VPATH = @srcdir@
18 am__is_gnu_make = { \
19 if test -z '$(MAKELEVEL)'; then \
20 false; \
21 elif test -n '$(MAKE_HOST)'; then \
22 true; \
23 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
24 true; \
25 else \
26 false; \
27 fi; \
29 am__make_running_with_option = \
30 case $${target_option-} in \
31 ?) ;; \
32 *) echo "am__make_running_with_option: internal error: invalid" \
33 "target option '$${target_option-}' specified" >&2; \
34 exit 1;; \
35 esac; \
36 has_opt=no; \
37 sane_makeflags=$$MAKEFLAGS; \
38 if $(am__is_gnu_make); then \
39 sane_makeflags=$$MFLAGS; \
40 else \
41 case $$MAKEFLAGS in \
42 *\\[\ \ ]*) \
43 bs=\\; \
44 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
45 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
46 esac; \
47 fi; \
48 skip_next=no; \
49 strip_trailopt () \
50 { \
51 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
52 }; \
53 for flg in $$sane_makeflags; do \
54 test $$skip_next = yes && { skip_next=no; continue; }; \
55 case $$flg in \
56 *=*|--*) continue;; \
57 -*I) strip_trailopt 'I'; skip_next=yes;; \
58 -*I?*) strip_trailopt 'I';; \
59 -*O) strip_trailopt 'O'; skip_next=yes;; \
60 -*O?*) strip_trailopt 'O';; \
61 -*l) strip_trailopt 'l'; skip_next=yes;; \
62 -*l?*) strip_trailopt 'l';; \
63 -[dEDm]) skip_next=yes;; \
64 -[JT]) skip_next=yes;; \
65 esac; \
66 case $$flg in \
67 *$$target_option*) has_opt=yes; break;; \
68 esac; \
69 done; \
70 test $$has_opt = yes
71 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
72 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
73 pkgdatadir = $(datadir)/@PACKAGE@
74 pkgincludedir = $(includedir)/@PACKAGE@
75 pkglibdir = $(libdir)/@PACKAGE@
76 pkglibexecdir = $(libexecdir)/@PACKAGE@
77 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
78 install_sh_DATA = $(install_sh) -c -m 644
79 install_sh_PROGRAM = $(install_sh) -c
80 install_sh_SCRIPT = $(install_sh) -c
81 INSTALL_HEADER = $(INSTALL_DATA)
82 transform = $(program_transform_name)
83 NORMAL_INSTALL = :
84 PRE_INSTALL = :
85 POST_INSTALL = :
86 NORMAL_UNINSTALL = :
87 PRE_UNINSTALL = :
88 POST_UNINSTALL = :
89 build_triplet = @build@
90 host_triplet = @host@
91 subdir = src/utils/aLinkCreator
92 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93 am__aclocal_m4_deps = $(top_srcdir)/m4/GeoIP.m4 \
94 $(top_srcdir)/m4/bfd.m4 $(top_srcdir)/m4/boost.m4 \
95 $(top_srcdir)/m4/build-tools.m4 $(top_srcdir)/m4/codeset.m4 \
96 $(top_srcdir)/m4/cryptopp.m4 $(top_srcdir)/m4/fallocate.m4 \
97 $(top_srcdir)/m4/gdlib.m4 $(top_srcdir)/m4/gettext.m4 \
98 $(top_srcdir)/m4/glibc21.m4 $(top_srcdir)/m4/iconv.m4 \
99 $(top_srcdir)/m4/intdiv0.m4 $(top_srcdir)/m4/inttypes-pri.m4 \
100 $(top_srcdir)/m4/inttypes.m4 $(top_srcdir)/m4/inttypes_h.m4 \
101 $(top_srcdir)/m4/isc-posix.m4 $(top_srcdir)/m4/kde.m4 \
102 $(top_srcdir)/m4/lcmessage.m4 $(top_srcdir)/m4/lib-ld.m4 \
103 $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
104 $(top_srcdir)/m4/libpng.m4 $(top_srcdir)/m4/libupnp.m4 \
105 $(top_srcdir)/m4/mmap.m4 $(top_srcdir)/m4/muleboost.m4 \
106 $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/pkg.m4 \
107 $(top_srcdir)/m4/plasmamule.m4 $(top_srcdir)/m4/progtest.m4 \
108 $(top_srcdir)/m4/qt.m4 $(top_srcdir)/m4/readline.m4 \
109 $(top_srcdir)/m4/stdint_h.m4 $(top_srcdir)/m4/uintmax_t.m4 \
110 $(top_srcdir)/m4/ulonglong.m4 $(top_srcdir)/m4/wxwin.m4 \
111 $(top_srcdir)/m4/zlib.m4 $(top_srcdir)/acinclude.m4 \
112 $(top_srcdir)/configure.ac
113 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
114 $(ACLOCAL_M4)
115 DIST_COMMON = $(srcdir)/Makefile.am $(am__dist_icon_DATA_DIST) \
116 $(am__dist_util_DATA_DIST) $(am__DIST_COMMON)
117 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
118 CONFIG_HEADER = $(top_builddir)/config.h
119 CONFIG_CLEAN_FILES =
120 CONFIG_CLEAN_VPATH_FILES =
121 AM_V_P = $(am__v_P_@AM_V@)
122 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
123 am__v_P_0 = false
124 am__v_P_1 = :
125 AM_V_GEN = $(am__v_GEN_@AM_V@)
126 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
127 am__v_GEN_0 = @echo " GEN " $@;
128 am__v_GEN_1 =
129 AM_V_at = $(am__v_at_@AM_V@)
130 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
131 am__v_at_0 = @
132 am__v_at_1 =
133 SOURCES =
134 DIST_SOURCES =
135 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
136 ctags-recursive dvi-recursive html-recursive info-recursive \
137 install-data-recursive install-dvi-recursive \
138 install-exec-recursive install-html-recursive \
139 install-info-recursive install-pdf-recursive \
140 install-ps-recursive install-recursive installcheck-recursive \
141 installdirs-recursive pdf-recursive ps-recursive \
142 tags-recursive uninstall-recursive
143 am__can_run_installinfo = \
144 case $$AM_UPDATE_INFO_DIR in \
145 n|no|NO) false;; \
146 *) (install-info --version) >/dev/null 2>&1;; \
147 esac
148 am__dist_icon_DATA_DIST = alc.xpm
149 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
150 am__vpath_adj = case $$p in \
151 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
152 *) f=$$p;; \
153 esac;
154 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
155 am__install_max = 40
156 am__nobase_strip_setup = \
157 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
158 am__nobase_strip = \
159 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
160 am__nobase_list = $(am__nobase_strip_setup); \
161 for p in $$list; do echo "$$p $$p"; done | \
162 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
163 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
164 if (++n[$$2] == $(am__install_max)) \
165 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
166 END { for (dir in files) print dir, files[dir] }'
167 am__base_list = \
168 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
169 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
170 am__uninstall_files_from_dir = { \
171 test -z "$$files" \
172 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
173 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
174 $(am__cd) "$$dir" && rm -f $$files; }; \
176 am__installdirs = "$(DESTDIR)$(icondir)" "$(DESTDIR)$(utildir)"
177 am__dist_util_DATA_DIST = alc.desktop
178 DATA = $(dist_icon_DATA) $(dist_util_DATA)
179 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
180 distclean-recursive maintainer-clean-recursive
181 am__recursive_targets = \
182 $(RECURSIVE_TARGETS) \
183 $(RECURSIVE_CLEAN_TARGETS) \
184 $(am__extra_recursive_targets)
185 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
186 distdir
187 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
188 # Read a list of newline-separated strings from the standard input,
189 # and print each of them once, without duplicates. Input order is
190 # *not* preserved.
191 am__uniquify_input = $(AWK) '\
192 BEGIN { nonempty = 0; } \
193 { items[$$0] = 1; nonempty = 1; } \
194 END { if (nonempty) { for (i in items) print i; }; } \
196 # Make sure the list of sources is unique. This is necessary because,
197 # e.g., the same source file might be shared among _SOURCES variables
198 # for different programs/libraries.
199 am__define_uniq_tagged_files = \
200 list='$(am__tagged_files)'; \
201 unique=`for i in $$list; do \
202 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
203 done | $(am__uniquify_input)`
204 ETAGS = etags
205 CTAGS = ctags
206 DIST_SUBDIRS = $(SUBDIRS)
207 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/mkinstalldirs
208 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
209 am__relativize = \
210 dir0=`pwd`; \
211 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
212 sed_rest='s,^[^/]*/*,,'; \
213 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
214 sed_butlast='s,/*[^/]*$$,,'; \
215 while test -n "$$dir1"; do \
216 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
217 if test "$$first" != "."; then \
218 if test "$$first" = ".."; then \
219 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
220 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
221 else \
222 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
223 if test "$$first2" = "$$first"; then \
224 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
225 else \
226 dir2="../$$dir2"; \
227 fi; \
228 dir0="$$dir0"/"$$first"; \
229 fi; \
230 fi; \
231 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
232 done; \
233 reldir="$$dir2"
234 ACLOCAL = @ACLOCAL@
235 ALCC_MANPAGES = @ALCC_MANPAGES@
236 ALC_MANPAGES = @ALC_MANPAGES@
237 ALLOCA = @ALLOCA@
238 AMTAR = @AMTAR@
239 AMULECMD_MANPAGES = @AMULECMD_MANPAGES@
240 AMULEWEB_DEFS = @AMULEWEB_DEFS@
241 AMULE_DAEMON_MANPAGES = @AMULE_DAEMON_MANPAGES@
242 AMULE_GUI_MANPAGES = @AMULE_GUI_MANPAGES@
243 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
244 AR = @AR@
245 AUTOCONF = @AUTOCONF@
246 AUTOHEADER = @AUTOHEADER@
247 AUTOMAKE = @AUTOMAKE@
248 AWK = @AWK@
249 BFD_CPPFLAGS = @BFD_CPPFLAGS@
250 BFD_LIBS = @BFD_LIBS@
251 BOOST_CPPFLAGS = @BOOST_CPPFLAGS@
252 BOOST_LDPATH = @BOOST_LDPATH@
253 BOOST_ROOT = @BOOST_ROOT@
254 BOOST_SYSTEM_LDFLAGS = @BOOST_SYSTEM_LDFLAGS@
255 BOOST_SYSTEM_LDPATH = @BOOST_SYSTEM_LDPATH@
256 BOOST_SYSTEM_LIBS = @BOOST_SYSTEM_LIBS@
257 BUILD_CC = @BUILD_CC@
258 BUILD_CFLAGS = @BUILD_CFLAGS@
259 BUILD_CPPFLAGS = @BUILD_CPPFLAGS@
260 BUILD_EXEEXT = @BUILD_EXEEXT@
261 BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
262 BUILD_LDFLAGS = @BUILD_LDFLAGS@
263 CAS_DEFS = @CAS_DEFS@
264 CAS_MANPAGES = @CAS_MANPAGES@
265 CATOBJEXT = @CATOBJEXT@
266 CC = @CC@
267 CCDEPMODE = @CCDEPMODE@
268 CFLAGS = @CFLAGS@
269 CPP = @CPP@
270 CPPFLAGS = @CPPFLAGS@
271 CRYPTOPP_CPPFLAGS = @CRYPTOPP_CPPFLAGS@
272 CRYPTOPP_LDFLAGS = @CRYPTOPP_LDFLAGS@
273 CRYPTOPP_LIBS = @CRYPTOPP_LIBS@
274 CXX = @CXX@
275 CXXCPP = @CXXCPP@
276 CXXDEPMODE = @CXXDEPMODE@
277 CXXFLAGS = @CXXFLAGS@
278 CYGPATH_W = @CYGPATH_W@
279 DATADIRNAME = @DATADIRNAME@
280 DEBUGFLAG = @DEBUGFLAG@
281 DEFS = @DEFS@
282 DEPDIR = @DEPDIR@
283 DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
284 ECHO_C = @ECHO_C@
285 ECHO_N = @ECHO_N@
286 ECHO_T = @ECHO_T@
287 ED2K_MANPAGES = @ED2K_MANPAGES@
288 EGREP = @EGREP@
289 EXEEXT = @EXEEXT@
290 GDLIB_CFLAGS = @GDLIB_CFLAGS@
291 GDLIB_CONFIG_PATH = @GDLIB_CONFIG_PATH@
292 GDLIB_LDFLAGS = @GDLIB_LDFLAGS@
293 GDLIB_LIBS = @GDLIB_LIBS@
294 GENCAT = @GENCAT@
295 GEOIP_CPPFLAGS = @GEOIP_CPPFLAGS@
296 GEOIP_LDFLAGS = @GEOIP_LDFLAGS@
297 GEOIP_LIBS = @GEOIP_LIBS@
298 GLIBC21 = @GLIBC21@
299 GMSGFMT = @GMSGFMT@
300 GREP = @GREP@
301 INCINTL = @INCINTL@
302 INSTALL = @INSTALL@
303 INSTALL_DATA = @INSTALL_DATA@
304 INSTALL_PROGRAM = @INSTALL_PROGRAM@
305 INSTALL_SCRIPT = @INSTALL_SCRIPT@
306 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
307 INSTOBJEXT = @INSTOBJEXT@
308 INTLBISON = @INTLBISON@
309 INTLLIBS = @INTLLIBS@
310 INTLOBJS = @INTLOBJS@
311 INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@
312 KDE4_CONFIG = @KDE4_CONFIG@
313 KDE_APPLNK_PATH = @KDE_APPLNK_PATH@
314 KDE_HEADER_DIR = @KDE_HEADER_DIR@
315 KDE_ICON_PATH = @KDE_ICON_PATH@
316 KDE_MIME_PATH = @KDE_MIME_PATH@
317 KDE_MODULE_PATH = @KDE_MODULE_PATH@
318 KDE_SERVICE_PATH = @KDE_SERVICE_PATH@
319 LD = @LD@
320 LDFLAGS = @LDFLAGS@
321 LEX = @LEX@
322 LEXLIB = @LEXLIB@
323 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
324 LIBICONV = @LIBICONV@
325 LIBINTL = @LIBINTL@
326 LIBOBJS = @LIBOBJS@
327 LIBPNG_CFLAGS = @LIBPNG_CFLAGS@
328 LIBPNG_CONFIG_PATH = @LIBPNG_CONFIG_PATH@
329 LIBPNG_LDFLAGS = @LIBPNG_LDFLAGS@
330 LIBPNG_LIBS = @LIBPNG_LIBS@
331 LIBS = @LIBS@
332 LIBUPNP_CFLAGS = @LIBUPNP_CFLAGS@
333 LIBUPNP_CPPFLAGS = @LIBUPNP_CPPFLAGS@
334 LIBUPNP_LDFLAGS = @LIBUPNP_LDFLAGS@
335 LIBUPNP_LIBS = @LIBUPNP_LIBS@
336 LTLIBICONV = @LTLIBICONV@
337 LTLIBINTL = @LTLIBINTL@
338 LTLIBOBJS = @LTLIBOBJS@
339 MAINT = @MAINT@
340 MAKEINFO = @MAKEINFO@
341 MKDIR_P = @MKDIR_P@
342 MKINSTALLDIRS = @MKINSTALLDIRS@
343 MONOLITHIC_MANPAGES = @MONOLITHIC_MANPAGES@
344 MSGFMT = @MSGFMT@
345 MSGMERGE = @MSGMERGE@
346 MULECFLAGS = @MULECFLAGS@
347 MULECPPFLAGS = @MULECPPFLAGS@
348 MULECXXFLAGS = @MULECXXFLAGS@
349 MULELDFLAGS = @MULELDFLAGS@
350 MULERCFLAGS = @MULERCFLAGS@
351 OBJEXT = @OBJEXT@
352 PACKAGE = @PACKAGE@
353 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
354 PACKAGE_NAME = @PACKAGE_NAME@
355 PACKAGE_STRING = @PACKAGE_STRING@
356 PACKAGE_TARNAME = @PACKAGE_TARNAME@
357 PACKAGE_URL = @PACKAGE_URL@
358 PACKAGE_VERSION = @PACKAGE_VERSION@
359 PATH_SEPARATOR = @PATH_SEPARATOR@
360 PKG_CONFIG = @PKG_CONFIG@
361 POSUB = @POSUB@
362 POW_LIB = @POW_LIB@
363 QT_CORE_CXXFLAGS = @QT_CORE_CXXFLAGS@
364 QT_CORE_LIBS = @QT_CORE_LIBS@
365 QT_DBUS_LDFLAGS = @QT_DBUS_LDFLAGS@
366 QT_GUI_CXXFLAGS = @QT_GUI_CXXFLAGS@
367 QT_GUI_LIBS = @QT_GUI_LIBS@
368 QT_MOC = @QT_MOC@
369 RANLIB = @RANLIB@
370 RC = @RC@
371 RCFLAGS = @RCFLAGS@
372 READLINE_LIBS = @READLINE_LIBS@
373 RESOLV_LIB = @RESOLV_LIB@
374 SED = @SED@
375 SET_MAKE = @SET_MAKE@
376 SHELL = @SHELL@
377 STRIP = @STRIP@
378 SVNDATE = @SVNDATE@
379 USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
380 USE_NLS = @USE_NLS@
381 VERSION = @VERSION@
382 WEBSERVER_MANPAGES = @WEBSERVER_MANPAGES@
383 WXBASE_CPPFLAGS = @WXBASE_CPPFLAGS@
384 WXBASE_LIBS = @WXBASE_LIBS@
385 WXCAS_MANPAGES = @WXCAS_MANPAGES@
386 WX_CFLAGS = @WX_CFLAGS@
387 WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@
388 WX_CONFIG_PATH = @WX_CONFIG_PATH@
389 WX_CPPFLAGS = @WX_CPPFLAGS@
390 WX_CXXFLAGS = @WX_CXXFLAGS@
391 WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@
392 WX_DEBUG = @WX_DEBUG@
393 WX_LIBS = @WX_LIBS@
394 WX_LIBS_STATIC = @WX_LIBS_STATIC@
395 WX_PORT = @WX_PORT@
396 WX_RESCOMP = @WX_RESCOMP@
397 WX_SHARED = @WX_SHARED@
398 WX_UNICODE = @WX_UNICODE@
399 WX_VERSION = @WX_VERSION@
400 WX_VERSION_MAJOR = @WX_VERSION_MAJOR@
401 WX_VERSION_MICRO = @WX_VERSION_MICRO@
402 WX_VERSION_MINOR = @WX_VERSION_MINOR@
403 XGETTEXT = @XGETTEXT@
404 YACC = @YACC@
405 YFLAGS = @YFLAGS@
406 ZLIB_CPPFLAGS = @ZLIB_CPPFLAGS@
407 ZLIB_LDFLAGS = @ZLIB_LDFLAGS@
408 ZLIB_LIBS = @ZLIB_LIBS@
409 abs_builddir = @abs_builddir@
410 abs_srcdir = @abs_srcdir@
411 abs_top_builddir = @abs_top_builddir@
412 abs_top_srcdir = @abs_top_srcdir@
413 ac_ct_BUILD_CC = @ac_ct_BUILD_CC@
414 ac_ct_CC = @ac_ct_CC@
415 ac_ct_CXX = @ac_ct_CXX@
416 am__include = @am__include@
417 am__leading_dot = @am__leading_dot@
418 am__quote = @am__quote@
419 am__tar = @am__tar@
420 am__untar = @am__untar@
421 bindir = @bindir@
422 build = @build@
423 build_alias = @build_alias@
424 build_cpu = @build_cpu@
425 build_os = @build_os@
426 build_vendor = @build_vendor@
427 builddir = @builddir@
428 datadir = @datadir@
429 datarootdir = @datarootdir@
430 docdir = @docdir@
431 dvidir = @dvidir@
432 exec_prefix = @exec_prefix@
433 host = @host@
434 host_alias = @host_alias@
435 host_cpu = @host_cpu@
436 host_os = @host_os@
437 host_vendor = @host_vendor@
438 htmldir = @htmldir@
439 includedir = @includedir@
440 infodir = @infodir@
441 install_sh = @install_sh@
442 libdir = @libdir@
443 libexecdir = @libexecdir@
444 localedir = @localedir@
445 localstatedir = @localstatedir@
446 mandir = @mandir@
447 mkdir_p = @mkdir_p@
448 oldincludedir = @oldincludedir@
449 pdfdir = @pdfdir@
450 prefix = @prefix@
451 program_transform_name = @program_transform_name@
452 psdir = @psdir@
453 runstatedir = @runstatedir@
454 sbindir = @sbindir@
455 sharedstatedir = @sharedstatedir@
456 srcdir = @srcdir@
457 sysconfdir = @sysconfdir@
458 target_alias = @target_alias@
459 top_build_prefix = @top_build_prefix@
460 top_builddir = @top_builddir@
461 top_srcdir = @top_srcdir@
462 SUBDIRS = src docs
463 EXTRA_DIST = alc.rc alc.ico
464 @ALC_TRUE@dist_icon_DATA = alc.xpm
465 @ALC_TRUE@icondir = $(datadir)/pixmaps
466 @ALC_TRUE@dist_util_DATA = alc.desktop
467 @ALC_TRUE@utildir = $(datadir)/applications
468 MAINTAINERCLEANFILES = Makefile.in
469 all: all-recursive
471 .SUFFIXES:
472 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
473 @for dep in $?; do \
474 case '$(am__configure_deps)' in \
475 *$$dep*) \
476 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
477 && { if test -f $@; then exit 0; else break; fi; }; \
478 exit 1;; \
479 esac; \
480 done; \
481 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/utils/aLinkCreator/Makefile'; \
482 $(am__cd) $(top_srcdir) && \
483 $(AUTOMAKE) --foreign src/utils/aLinkCreator/Makefile
484 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
485 @case '$?' in \
486 *config.status*) \
487 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
488 *) \
489 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
490 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
491 esac;
493 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
494 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
496 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
497 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
498 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
499 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
500 $(am__aclocal_m4_deps):
501 install-dist_iconDATA: $(dist_icon_DATA)
502 @$(NORMAL_INSTALL)
503 @list='$(dist_icon_DATA)'; test -n "$(icondir)" || list=; \
504 if test -n "$$list"; then \
505 echo " $(MKDIR_P) '$(DESTDIR)$(icondir)'"; \
506 $(MKDIR_P) "$(DESTDIR)$(icondir)" || exit 1; \
507 fi; \
508 for p in $$list; do \
509 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
510 echo "$$d$$p"; \
511 done | $(am__base_list) | \
512 while read files; do \
513 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(icondir)'"; \
514 $(INSTALL_DATA) $$files "$(DESTDIR)$(icondir)" || exit $$?; \
515 done
517 uninstall-dist_iconDATA:
518 @$(NORMAL_UNINSTALL)
519 @list='$(dist_icon_DATA)'; test -n "$(icondir)" || list=; \
520 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
521 dir='$(DESTDIR)$(icondir)'; $(am__uninstall_files_from_dir)
522 install-dist_utilDATA: $(dist_util_DATA)
523 @$(NORMAL_INSTALL)
524 @list='$(dist_util_DATA)'; test -n "$(utildir)" || list=; \
525 if test -n "$$list"; then \
526 echo " $(MKDIR_P) '$(DESTDIR)$(utildir)'"; \
527 $(MKDIR_P) "$(DESTDIR)$(utildir)" || exit 1; \
528 fi; \
529 for p in $$list; do \
530 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
531 echo "$$d$$p"; \
532 done | $(am__base_list) | \
533 while read files; do \
534 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(utildir)'"; \
535 $(INSTALL_DATA) $$files "$(DESTDIR)$(utildir)" || exit $$?; \
536 done
538 uninstall-dist_utilDATA:
539 @$(NORMAL_UNINSTALL)
540 @list='$(dist_util_DATA)'; test -n "$(utildir)" || list=; \
541 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
542 dir='$(DESTDIR)$(utildir)'; $(am__uninstall_files_from_dir)
544 # This directory's subdirectories are mostly independent; you can cd
545 # into them and run 'make' without going through this Makefile.
546 # To change the values of 'make' variables: instead of editing Makefiles,
547 # (1) if the variable is set in 'config.status', edit 'config.status'
548 # (which will cause the Makefiles to be regenerated when you run 'make');
549 # (2) otherwise, pass the desired values on the 'make' command line.
550 $(am__recursive_targets):
551 @fail=; \
552 if $(am__make_keepgoing); then \
553 failcom='fail=yes'; \
554 else \
555 failcom='exit 1'; \
556 fi; \
557 dot_seen=no; \
558 target=`echo $@ | sed s/-recursive//`; \
559 case "$@" in \
560 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
561 *) list='$(SUBDIRS)' ;; \
562 esac; \
563 for subdir in $$list; do \
564 echo "Making $$target in $$subdir"; \
565 if test "$$subdir" = "."; then \
566 dot_seen=yes; \
567 local_target="$$target-am"; \
568 else \
569 local_target="$$target"; \
570 fi; \
571 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
572 || eval $$failcom; \
573 done; \
574 if test "$$dot_seen" = "no"; then \
575 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
576 fi; test -z "$$fail"
578 ID: $(am__tagged_files)
579 $(am__define_uniq_tagged_files); mkid -fID $$unique
580 tags: tags-recursive
581 TAGS: tags
583 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
584 set x; \
585 here=`pwd`; \
586 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
587 include_option=--etags-include; \
588 empty_fix=.; \
589 else \
590 include_option=--include; \
591 empty_fix=; \
592 fi; \
593 list='$(SUBDIRS)'; for subdir in $$list; do \
594 if test "$$subdir" = .; then :; else \
595 test ! -f $$subdir/TAGS || \
596 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
597 fi; \
598 done; \
599 $(am__define_uniq_tagged_files); \
600 shift; \
601 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
602 test -n "$$unique" || unique=$$empty_fix; \
603 if test $$# -gt 0; then \
604 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
605 "$$@" $$unique; \
606 else \
607 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
608 $$unique; \
609 fi; \
611 ctags: ctags-recursive
613 CTAGS: ctags
614 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
615 $(am__define_uniq_tagged_files); \
616 test -z "$(CTAGS_ARGS)$$unique" \
617 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
618 $$unique
620 GTAGS:
621 here=`$(am__cd) $(top_builddir) && pwd` \
622 && $(am__cd) $(top_srcdir) \
623 && gtags -i $(GTAGS_ARGS) "$$here"
624 cscopelist: cscopelist-recursive
626 cscopelist-am: $(am__tagged_files)
627 list='$(am__tagged_files)'; \
628 case "$(srcdir)" in \
629 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
630 *) sdir=$(subdir)/$(srcdir) ;; \
631 esac; \
632 for i in $$list; do \
633 if test -f "$$i"; then \
634 echo "$(subdir)/$$i"; \
635 else \
636 echo "$$sdir/$$i"; \
637 fi; \
638 done >> $(top_builddir)/cscope.files
640 distclean-tags:
641 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
643 distdir: $(DISTFILES)
644 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
645 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
646 list='$(DISTFILES)'; \
647 dist_files=`for file in $$list; do echo $$file; done | \
648 sed -e "s|^$$srcdirstrip/||;t" \
649 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
650 case $$dist_files in \
651 */*) $(MKDIR_P) `echo "$$dist_files" | \
652 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
653 sort -u` ;; \
654 esac; \
655 for file in $$dist_files; do \
656 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
657 if test -d $$d/$$file; then \
658 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
659 if test -d "$(distdir)/$$file"; then \
660 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
661 fi; \
662 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
663 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
664 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
665 fi; \
666 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
667 else \
668 test -f "$(distdir)/$$file" \
669 || cp -p $$d/$$file "$(distdir)/$$file" \
670 || exit 1; \
671 fi; \
672 done
673 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
674 if test "$$subdir" = .; then :; else \
675 $(am__make_dryrun) \
676 || test -d "$(distdir)/$$subdir" \
677 || $(MKDIR_P) "$(distdir)/$$subdir" \
678 || exit 1; \
679 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
680 $(am__relativize); \
681 new_distdir=$$reldir; \
682 dir1=$$subdir; dir2="$(top_distdir)"; \
683 $(am__relativize); \
684 new_top_distdir=$$reldir; \
685 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
686 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
687 ($(am__cd) $$subdir && \
688 $(MAKE) $(AM_MAKEFLAGS) \
689 top_distdir="$$new_top_distdir" \
690 distdir="$$new_distdir" \
691 am__remove_distdir=: \
692 am__skip_length_check=: \
693 am__skip_mode_fix=: \
694 distdir) \
695 || exit 1; \
696 fi; \
697 done
698 check-am: all-am
699 check: check-recursive
700 all-am: Makefile $(DATA)
701 installdirs: installdirs-recursive
702 installdirs-am:
703 for dir in "$(DESTDIR)$(icondir)" "$(DESTDIR)$(utildir)"; do \
704 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
705 done
706 install: install-recursive
707 install-exec: install-exec-recursive
708 install-data: install-data-recursive
709 uninstall: uninstall-recursive
711 install-am: all-am
712 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
714 installcheck: installcheck-recursive
715 install-strip:
716 if test -z '$(STRIP)'; then \
717 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
718 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
719 install; \
720 else \
721 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
722 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
723 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
725 mostlyclean-generic:
727 clean-generic:
729 distclean-generic:
730 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
731 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
733 maintainer-clean-generic:
734 @echo "This command is intended for maintainers to use"
735 @echo "it deletes files that may require special tools to rebuild."
736 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
737 clean: clean-recursive
739 clean-am: clean-generic mostlyclean-am
741 distclean: distclean-recursive
742 -rm -f Makefile
743 distclean-am: clean-am distclean-generic distclean-tags
745 dvi: dvi-recursive
747 dvi-am:
749 html: html-recursive
751 html-am:
753 info: info-recursive
755 info-am:
757 install-data-am: install-dist_iconDATA install-dist_utilDATA
759 install-dvi: install-dvi-recursive
761 install-dvi-am:
763 install-exec-am:
765 install-html: install-html-recursive
767 install-html-am:
769 install-info: install-info-recursive
771 install-info-am:
773 install-man:
775 install-pdf: install-pdf-recursive
777 install-pdf-am:
779 install-ps: install-ps-recursive
781 install-ps-am:
783 installcheck-am:
785 maintainer-clean: maintainer-clean-recursive
786 -rm -f Makefile
787 maintainer-clean-am: distclean-am maintainer-clean-generic
789 mostlyclean: mostlyclean-recursive
791 mostlyclean-am: mostlyclean-generic
793 pdf: pdf-recursive
795 pdf-am:
797 ps: ps-recursive
799 ps-am:
801 uninstall-am: uninstall-dist_iconDATA uninstall-dist_utilDATA
803 .MAKE: $(am__recursive_targets) install-am install-strip
805 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
806 check-am clean clean-generic cscopelist-am ctags ctags-am \
807 distclean distclean-generic distclean-tags distdir dvi dvi-am \
808 html html-am info info-am install install-am install-data \
809 install-data-am install-dist_iconDATA install-dist_utilDATA \
810 install-dvi install-dvi-am install-exec install-exec-am \
811 install-html install-html-am install-info install-info-am \
812 install-man install-pdf install-pdf-am install-ps \
813 install-ps-am install-strip installcheck installcheck-am \
814 installdirs installdirs-am maintainer-clean \
815 maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
816 pdf-am ps ps-am tags tags-am uninstall uninstall-am \
817 uninstall-dist_iconDATA uninstall-dist_utilDATA
819 .PRECIOUS: Makefile
822 # Tell versions [3.59,3.63) of GNU make to not export all variables.
823 # Otherwise a system limit (for SysV at least) may be exceeded.
824 .NOEXPORT: