debian: fix build-deps for focal
[amule.git] / src / utils / aLinkCreator / Makefile.in
blobacdbf34e480c4b7562462f4b04c2a1fcd7ef8421
1 # Makefile.in generated by automake 1.15.1 from Makefile.am.
2 # @configure_input@
4 # Copyright (C) 1994-2017 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 LIBICONV = @LIBICONV@
322 LIBINTL = @LIBINTL@
323 LIBOBJS = @LIBOBJS@
324 LIBPNG_CFLAGS = @LIBPNG_CFLAGS@
325 LIBPNG_CONFIG_PATH = @LIBPNG_CONFIG_PATH@
326 LIBPNG_LDFLAGS = @LIBPNG_LDFLAGS@
327 LIBPNG_LIBS = @LIBPNG_LIBS@
328 LIBS = @LIBS@
329 LIBUPNP_CFLAGS = @LIBUPNP_CFLAGS@
330 LIBUPNP_CPPFLAGS = @LIBUPNP_CPPFLAGS@
331 LIBUPNP_LDFLAGS = @LIBUPNP_LDFLAGS@
332 LIBUPNP_LIBS = @LIBUPNP_LIBS@
333 LTLIBICONV = @LTLIBICONV@
334 LTLIBINTL = @LTLIBINTL@
335 LTLIBOBJS = @LTLIBOBJS@
336 MAINT = @MAINT@
337 MAKEINFO = @MAKEINFO@
338 MKDIR_P = @MKDIR_P@
339 MKINSTALLDIRS = @MKINSTALLDIRS@
340 MONOLITHIC_MANPAGES = @MONOLITHIC_MANPAGES@
341 MSGFMT = @MSGFMT@
342 MSGMERGE = @MSGMERGE@
343 MULECFLAGS = @MULECFLAGS@
344 MULECPPFLAGS = @MULECPPFLAGS@
345 MULECXXFLAGS = @MULECXXFLAGS@
346 MULELDFLAGS = @MULELDFLAGS@
347 MULERCFLAGS = @MULERCFLAGS@
348 OBJEXT = @OBJEXT@
349 PACKAGE = @PACKAGE@
350 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
351 PACKAGE_NAME = @PACKAGE_NAME@
352 PACKAGE_STRING = @PACKAGE_STRING@
353 PACKAGE_TARNAME = @PACKAGE_TARNAME@
354 PACKAGE_URL = @PACKAGE_URL@
355 PACKAGE_VERSION = @PACKAGE_VERSION@
356 PATH_SEPARATOR = @PATH_SEPARATOR@
357 PKG_CONFIG = @PKG_CONFIG@
358 POSUB = @POSUB@
359 POW_LIB = @POW_LIB@
360 QT_CORE_CXXFLAGS = @QT_CORE_CXXFLAGS@
361 QT_CORE_LIBS = @QT_CORE_LIBS@
362 QT_DBUS_LDFLAGS = @QT_DBUS_LDFLAGS@
363 QT_GUI_CXXFLAGS = @QT_GUI_CXXFLAGS@
364 QT_GUI_LIBS = @QT_GUI_LIBS@
365 QT_MOC = @QT_MOC@
366 RANLIB = @RANLIB@
367 RC = @RC@
368 RCFLAGS = @RCFLAGS@
369 READLINE_LIBS = @READLINE_LIBS@
370 RESOLV_LIB = @RESOLV_LIB@
371 SED = @SED@
372 SET_MAKE = @SET_MAKE@
373 SHELL = @SHELL@
374 STRIP = @STRIP@
375 SVNDATE = @SVNDATE@
376 USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
377 USE_NLS = @USE_NLS@
378 VERSION = @VERSION@
379 WEBSERVER_MANPAGES = @WEBSERVER_MANPAGES@
380 WXBASE_CPPFLAGS = @WXBASE_CPPFLAGS@
381 WXBASE_LIBS = @WXBASE_LIBS@
382 WXCAS_MANPAGES = @WXCAS_MANPAGES@
383 WX_CFLAGS = @WX_CFLAGS@
384 WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@
385 WX_CONFIG_PATH = @WX_CONFIG_PATH@
386 WX_CPPFLAGS = @WX_CPPFLAGS@
387 WX_CXXFLAGS = @WX_CXXFLAGS@
388 WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@
389 WX_DEBUG = @WX_DEBUG@
390 WX_LIBS = @WX_LIBS@
391 WX_LIBS_STATIC = @WX_LIBS_STATIC@
392 WX_PORT = @WX_PORT@
393 WX_RESCOMP = @WX_RESCOMP@
394 WX_SHARED = @WX_SHARED@
395 WX_UNICODE = @WX_UNICODE@
396 WX_VERSION = @WX_VERSION@
397 WX_VERSION_MAJOR = @WX_VERSION_MAJOR@
398 WX_VERSION_MICRO = @WX_VERSION_MICRO@
399 WX_VERSION_MINOR = @WX_VERSION_MINOR@
400 XGETTEXT = @XGETTEXT@
401 ZLIB_CPPFLAGS = @ZLIB_CPPFLAGS@
402 ZLIB_LDFLAGS = @ZLIB_LDFLAGS@
403 ZLIB_LIBS = @ZLIB_LIBS@
404 abs_builddir = @abs_builddir@
405 abs_srcdir = @abs_srcdir@
406 abs_top_builddir = @abs_top_builddir@
407 abs_top_srcdir = @abs_top_srcdir@
408 ac_ct_BUILD_CC = @ac_ct_BUILD_CC@
409 ac_ct_CC = @ac_ct_CC@
410 ac_ct_CXX = @ac_ct_CXX@
411 am__include = @am__include@
412 am__leading_dot = @am__leading_dot@
413 am__quote = @am__quote@
414 am__tar = @am__tar@
415 am__untar = @am__untar@
416 bindir = @bindir@
417 build = @build@
418 build_alias = @build_alias@
419 build_cpu = @build_cpu@
420 build_os = @build_os@
421 build_vendor = @build_vendor@
422 builddir = @builddir@
423 datadir = @datadir@
424 datarootdir = @datarootdir@
425 docdir = @docdir@
426 dvidir = @dvidir@
427 exec_prefix = @exec_prefix@
428 host = @host@
429 host_alias = @host_alias@
430 host_cpu = @host_cpu@
431 host_os = @host_os@
432 host_vendor = @host_vendor@
433 htmldir = @htmldir@
434 includedir = @includedir@
435 infodir = @infodir@
436 install_sh = @install_sh@
437 libdir = @libdir@
438 libexecdir = @libexecdir@
439 localedir = @localedir@
440 localstatedir = @localstatedir@
441 mandir = @mandir@
442 mkdir_p = @mkdir_p@
443 oldincludedir = @oldincludedir@
444 pdfdir = @pdfdir@
445 prefix = @prefix@
446 program_transform_name = @program_transform_name@
447 psdir = @psdir@
448 runstatedir = @runstatedir@
449 sbindir = @sbindir@
450 sharedstatedir = @sharedstatedir@
451 srcdir = @srcdir@
452 sysconfdir = @sysconfdir@
453 target_alias = @target_alias@
454 top_build_prefix = @top_build_prefix@
455 top_builddir = @top_builddir@
456 top_srcdir = @top_srcdir@
457 SUBDIRS = src docs
458 EXTRA_DIST = alc.rc alc.ico
459 @ALC_TRUE@dist_icon_DATA = alc.xpm
460 @ALC_TRUE@icondir = $(datadir)/pixmaps
461 @ALC_TRUE@dist_util_DATA = alc.desktop
462 @ALC_TRUE@utildir = $(datadir)/applications
463 MAINTAINERCLEANFILES = Makefile.in
464 all: all-recursive
466 .SUFFIXES:
467 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
468 @for dep in $?; do \
469 case '$(am__configure_deps)' in \
470 *$$dep*) \
471 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
472 && { if test -f $@; then exit 0; else break; fi; }; \
473 exit 1;; \
474 esac; \
475 done; \
476 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/utils/aLinkCreator/Makefile'; \
477 $(am__cd) $(top_srcdir) && \
478 $(AUTOMAKE) --foreign src/utils/aLinkCreator/Makefile
479 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
480 @case '$?' in \
481 *config.status*) \
482 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
483 *) \
484 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
485 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
486 esac;
488 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
489 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
491 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
492 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
493 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
494 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
495 $(am__aclocal_m4_deps):
496 install-dist_iconDATA: $(dist_icon_DATA)
497 @$(NORMAL_INSTALL)
498 @list='$(dist_icon_DATA)'; test -n "$(icondir)" || list=; \
499 if test -n "$$list"; then \
500 echo " $(MKDIR_P) '$(DESTDIR)$(icondir)'"; \
501 $(MKDIR_P) "$(DESTDIR)$(icondir)" || exit 1; \
502 fi; \
503 for p in $$list; do \
504 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
505 echo "$$d$$p"; \
506 done | $(am__base_list) | \
507 while read files; do \
508 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(icondir)'"; \
509 $(INSTALL_DATA) $$files "$(DESTDIR)$(icondir)" || exit $$?; \
510 done
512 uninstall-dist_iconDATA:
513 @$(NORMAL_UNINSTALL)
514 @list='$(dist_icon_DATA)'; test -n "$(icondir)" || list=; \
515 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
516 dir='$(DESTDIR)$(icondir)'; $(am__uninstall_files_from_dir)
517 install-dist_utilDATA: $(dist_util_DATA)
518 @$(NORMAL_INSTALL)
519 @list='$(dist_util_DATA)'; test -n "$(utildir)" || list=; \
520 if test -n "$$list"; then \
521 echo " $(MKDIR_P) '$(DESTDIR)$(utildir)'"; \
522 $(MKDIR_P) "$(DESTDIR)$(utildir)" || exit 1; \
523 fi; \
524 for p in $$list; do \
525 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
526 echo "$$d$$p"; \
527 done | $(am__base_list) | \
528 while read files; do \
529 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(utildir)'"; \
530 $(INSTALL_DATA) $$files "$(DESTDIR)$(utildir)" || exit $$?; \
531 done
533 uninstall-dist_utilDATA:
534 @$(NORMAL_UNINSTALL)
535 @list='$(dist_util_DATA)'; test -n "$(utildir)" || list=; \
536 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
537 dir='$(DESTDIR)$(utildir)'; $(am__uninstall_files_from_dir)
539 # This directory's subdirectories are mostly independent; you can cd
540 # into them and run 'make' without going through this Makefile.
541 # To change the values of 'make' variables: instead of editing Makefiles,
542 # (1) if the variable is set in 'config.status', edit 'config.status'
543 # (which will cause the Makefiles to be regenerated when you run 'make');
544 # (2) otherwise, pass the desired values on the 'make' command line.
545 $(am__recursive_targets):
546 @fail=; \
547 if $(am__make_keepgoing); then \
548 failcom='fail=yes'; \
549 else \
550 failcom='exit 1'; \
551 fi; \
552 dot_seen=no; \
553 target=`echo $@ | sed s/-recursive//`; \
554 case "$@" in \
555 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
556 *) list='$(SUBDIRS)' ;; \
557 esac; \
558 for subdir in $$list; do \
559 echo "Making $$target in $$subdir"; \
560 if test "$$subdir" = "."; then \
561 dot_seen=yes; \
562 local_target="$$target-am"; \
563 else \
564 local_target="$$target"; \
565 fi; \
566 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
567 || eval $$failcom; \
568 done; \
569 if test "$$dot_seen" = "no"; then \
570 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
571 fi; test -z "$$fail"
573 ID: $(am__tagged_files)
574 $(am__define_uniq_tagged_files); mkid -fID $$unique
575 tags: tags-recursive
576 TAGS: tags
578 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
579 set x; \
580 here=`pwd`; \
581 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
582 include_option=--etags-include; \
583 empty_fix=.; \
584 else \
585 include_option=--include; \
586 empty_fix=; \
587 fi; \
588 list='$(SUBDIRS)'; for subdir in $$list; do \
589 if test "$$subdir" = .; then :; else \
590 test ! -f $$subdir/TAGS || \
591 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
592 fi; \
593 done; \
594 $(am__define_uniq_tagged_files); \
595 shift; \
596 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
597 test -n "$$unique" || unique=$$empty_fix; \
598 if test $$# -gt 0; then \
599 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
600 "$$@" $$unique; \
601 else \
602 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
603 $$unique; \
604 fi; \
606 ctags: ctags-recursive
608 CTAGS: ctags
609 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
610 $(am__define_uniq_tagged_files); \
611 test -z "$(CTAGS_ARGS)$$unique" \
612 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
613 $$unique
615 GTAGS:
616 here=`$(am__cd) $(top_builddir) && pwd` \
617 && $(am__cd) $(top_srcdir) \
618 && gtags -i $(GTAGS_ARGS) "$$here"
619 cscopelist: cscopelist-recursive
621 cscopelist-am: $(am__tagged_files)
622 list='$(am__tagged_files)'; \
623 case "$(srcdir)" in \
624 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
625 *) sdir=$(subdir)/$(srcdir) ;; \
626 esac; \
627 for i in $$list; do \
628 if test -f "$$i"; then \
629 echo "$(subdir)/$$i"; \
630 else \
631 echo "$$sdir/$$i"; \
632 fi; \
633 done >> $(top_builddir)/cscope.files
635 distclean-tags:
636 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
638 distdir: $(DISTFILES)
639 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
640 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
641 list='$(DISTFILES)'; \
642 dist_files=`for file in $$list; do echo $$file; done | \
643 sed -e "s|^$$srcdirstrip/||;t" \
644 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
645 case $$dist_files in \
646 */*) $(MKDIR_P) `echo "$$dist_files" | \
647 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
648 sort -u` ;; \
649 esac; \
650 for file in $$dist_files; do \
651 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
652 if test -d $$d/$$file; then \
653 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
654 if test -d "$(distdir)/$$file"; then \
655 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
656 fi; \
657 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
658 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
659 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
660 fi; \
661 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
662 else \
663 test -f "$(distdir)/$$file" \
664 || cp -p $$d/$$file "$(distdir)/$$file" \
665 || exit 1; \
666 fi; \
667 done
668 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
669 if test "$$subdir" = .; then :; else \
670 $(am__make_dryrun) \
671 || test -d "$(distdir)/$$subdir" \
672 || $(MKDIR_P) "$(distdir)/$$subdir" \
673 || exit 1; \
674 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
675 $(am__relativize); \
676 new_distdir=$$reldir; \
677 dir1=$$subdir; dir2="$(top_distdir)"; \
678 $(am__relativize); \
679 new_top_distdir=$$reldir; \
680 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
681 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
682 ($(am__cd) $$subdir && \
683 $(MAKE) $(AM_MAKEFLAGS) \
684 top_distdir="$$new_top_distdir" \
685 distdir="$$new_distdir" \
686 am__remove_distdir=: \
687 am__skip_length_check=: \
688 am__skip_mode_fix=: \
689 distdir) \
690 || exit 1; \
691 fi; \
692 done
693 check-am: all-am
694 check: check-recursive
695 all-am: Makefile $(DATA)
696 installdirs: installdirs-recursive
697 installdirs-am:
698 for dir in "$(DESTDIR)$(icondir)" "$(DESTDIR)$(utildir)"; do \
699 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
700 done
701 install: install-recursive
702 install-exec: install-exec-recursive
703 install-data: install-data-recursive
704 uninstall: uninstall-recursive
706 install-am: all-am
707 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
709 installcheck: installcheck-recursive
710 install-strip:
711 if test -z '$(STRIP)'; then \
712 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
713 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
714 install; \
715 else \
716 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
717 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
718 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
720 mostlyclean-generic:
722 clean-generic:
724 distclean-generic:
725 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
726 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
728 maintainer-clean-generic:
729 @echo "This command is intended for maintainers to use"
730 @echo "it deletes files that may require special tools to rebuild."
731 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
732 clean: clean-recursive
734 clean-am: clean-generic mostlyclean-am
736 distclean: distclean-recursive
737 -rm -f Makefile
738 distclean-am: clean-am distclean-generic distclean-tags
740 dvi: dvi-recursive
742 dvi-am:
744 html: html-recursive
746 html-am:
748 info: info-recursive
750 info-am:
752 install-data-am: install-dist_iconDATA install-dist_utilDATA
754 install-dvi: install-dvi-recursive
756 install-dvi-am:
758 install-exec-am:
760 install-html: install-html-recursive
762 install-html-am:
764 install-info: install-info-recursive
766 install-info-am:
768 install-man:
770 install-pdf: install-pdf-recursive
772 install-pdf-am:
774 install-ps: install-ps-recursive
776 install-ps-am:
778 installcheck-am:
780 maintainer-clean: maintainer-clean-recursive
781 -rm -f Makefile
782 maintainer-clean-am: distclean-am maintainer-clean-generic
784 mostlyclean: mostlyclean-recursive
786 mostlyclean-am: mostlyclean-generic
788 pdf: pdf-recursive
790 pdf-am:
792 ps: ps-recursive
794 ps-am:
796 uninstall-am: uninstall-dist_iconDATA uninstall-dist_utilDATA
798 .MAKE: $(am__recursive_targets) install-am install-strip
800 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
801 check-am clean clean-generic cscopelist-am ctags ctags-am \
802 distclean distclean-generic distclean-tags distdir dvi dvi-am \
803 html html-am info info-am install install-am install-data \
804 install-data-am install-dist_iconDATA install-dist_utilDATA \
805 install-dvi install-dvi-am install-exec install-exec-am \
806 install-html install-html-am install-info install-info-am \
807 install-man install-pdf install-pdf-am install-ps \
808 install-ps-am install-strip installcheck installcheck-am \
809 installdirs installdirs-am maintainer-clean \
810 maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
811 pdf-am ps ps-am tags tags-am uninstall uninstall-am \
812 uninstall-dist_iconDATA uninstall-dist_utilDATA
814 .PRECIOUS: Makefile
817 # Tell versions [3.59,3.63) of GNU make to not export all variables.
818 # Otherwise a system limit (for SysV at least) may be exceeded.
819 .NOEXPORT: