1 # Makefile.in generated by automake 1.15.1 from Makefile.am.
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
19 if
test -z
'$(MAKELEVEL)'; then \
21 elif
test -n
'$(MAKE_HOST)'; then \
23 elif
test -n
'$(MAKE_VERSION)' && test -n
'$(CURDIR)'; then \
29 am__make_running_with_option
= \
30 case
$${target_option-
} in \
32 *) echo
"am__make_running_with_option: internal error: invalid" \
33 "target option '$${target_option-}' specified" >&2; \
37 sane_makeflags
=$$MAKEFLAGS; \
38 if
$(am__is_gnu_make
); then \
39 sane_makeflags
=$$MFLAGS; \
44 sane_makeflags
=`printf '%s\n' "$$MAKEFLAGS" \
45 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
51 flg
=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
53 for flg in
$$sane_makeflags; do \
54 test $$skip_next = yes
&& { skip_next
=no
; 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
;; \
67 *$$target_option*) has_opt
=yes
; break
;; \
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
)
89 build_triplet
= @build@
91 subdir
= src
/utils
/wxCas
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
) \
115 DIST_COMMON
= $(srcdir)/Makefile.am
$(dist_icon_DATA
) \
116 $(dist_util_DATA
) $(am__DIST_COMMON
)
117 mkinstalldirs
= $(SHELL
) $(top_srcdir
)/mkinstalldirs
118 CONFIG_HEADER
= $(top_builddir
)/config.h
120 CONFIG_CLEAN_VPATH_FILES
=
121 AM_V_P
= $(am__v_P_@AM_V@
)
122 am__v_P_
= $(am__v_P_@AM_DEFAULT_V@
)
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 " $@
;
129 AM_V_at
= $(am__v_at_@AM_V@
)
130 am__v_at_
= $(am__v_at_@AM_DEFAULT_V@
)
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 \
146 *) (install-info
--version
) >/dev
/null
2>&1;; \
148 am__vpath_adj_setup
= srcdirstrip
=`echo "$(srcdir)" | sed 's|.|.|g'`;
149 am__vpath_adj
= case
$$p in \
150 $(srcdir)/*) f
=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
153 am__strip_dir
= f
=`echo $$p | sed -e 's|^.*/||'`;
155 am__nobase_strip_setup
= \
156 srcdirstrip
=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
158 for p in
$$list; do echo
"$$p"; done | sed
-e
"s|$$srcdirstrip/||"
159 am__nobase_list
= $(am__nobase_strip_setup
); \
160 for p in
$$list; do echo
"$$p $$p"; done | \
161 sed
"s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
162 $(AWK
) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
163 if (++n[$$2] == $(am__install_max)) \
164 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
165 END { for (dir in files) print dir, files[dir] }'
167 sed
'$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
168 sed
'$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
169 am__uninstall_files_from_dir
= { \
171 ||
{ test ! -d
"$$dir" && test ! -f
"$$dir" && test ! -r
"$$dir"; } \
172 ||
{ echo
" ( cd '$$dir' && rm -f" $$files ")"; \
173 $(am__cd
) "$$dir" && rm -f
$$files; }; \
175 am__installdirs
= "$(DESTDIR)$(icondir)" "$(DESTDIR)$(utildir)"
176 DATA
= $(dist_icon_DATA
) $(dist_util_DATA
)
177 RECURSIVE_CLEAN_TARGETS
= mostlyclean-recursive clean-recursive \
178 distclean-recursive maintainer-clean-recursive
179 am__recursive_targets
= \
180 $(RECURSIVE_TARGETS
) \
181 $(RECURSIVE_CLEAN_TARGETS
) \
182 $(am__extra_recursive_targets
)
183 AM_RECURSIVE_TARGETS
= $(am__recursive_targets
:-recursive
=) TAGS CTAGS \
185 am__tagged_files
= $(HEADERS
) $(SOURCES
) $(TAGS_FILES
) $(LISP
)
186 # Read a list of newline-separated strings from the standard input,
187 # and print each of them once, without duplicates. Input order is
189 am__uniquify_input
= $(AWK
) '\
190 BEGIN { nonempty = 0; } \
191 { items[$$0] = 1; nonempty = 1; } \
192 END { if (nonempty) { for (i in items) print i; }; } \
194 # Make sure the list of sources is unique. This is necessary because,
195 # e.g., the same source file might be shared among _SOURCES variables
196 # for different programs/libraries.
197 am__define_uniq_tagged_files
= \
198 list
='$(am__tagged_files)'; \
199 unique
=`for i in $$list; do \
200 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
201 done | $(am__uniquify_input)`
204 DIST_SUBDIRS
= $(SUBDIRS
)
205 am__DIST_COMMON
= $(srcdir)/Makefile.in
$(top_srcdir
)/mkinstalldirs
206 DISTFILES
= $(DIST_COMMON
) $(DIST_SOURCES
) $(TEXINFOS
) $(EXTRA_DIST
)
209 sed_first
='s,^\([^/]*\)/.*$$,\1,'; \
210 sed_rest
='s,^[^/]*/*,,'; \
211 sed_last
='s,^.*/\([^/]*\)$$,\1,'; \
212 sed_butlast
='s,/*[^/]*$$,,'; \
213 while
test -n
"$$dir1"; do \
214 first
=`echo "$$dir1" | sed -e "$$sed_first"`; \
215 if
test "$$first" != "."; then \
216 if
test "$$first" = ".."; then \
217 dir2
=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
218 dir0
=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
220 first2
=`echo "$$dir2" | sed -e "$$sed_first"`; \
221 if
test "$$first2" = "$$first"; then \
222 dir2
=`echo "$$dir2" | sed -e "$$sed_rest"`; \
226 dir0
="$$dir0"/"$$first"; \
229 dir1
=`echo "$$dir1" | sed -e "$$sed_rest"`; \
233 ALCC_MANPAGES
= @ALCC_MANPAGES@
234 ALC_MANPAGES
= @ALC_MANPAGES@
237 AMULECMD_MANPAGES
= @AMULECMD_MANPAGES@
238 AMULEWEB_DEFS
= @AMULEWEB_DEFS@
239 AMULE_DAEMON_MANPAGES
= @AMULE_DAEMON_MANPAGES@
240 AMULE_GUI_MANPAGES
= @AMULE_GUI_MANPAGES@
241 AM_DEFAULT_VERBOSITY
= @AM_DEFAULT_VERBOSITY@
243 AUTOCONF
= @AUTOCONF@
244 AUTOHEADER
= @AUTOHEADER@
245 AUTOMAKE
= @AUTOMAKE@
247 BFD_CPPFLAGS
= @BFD_CPPFLAGS@
248 BFD_LIBS
= @BFD_LIBS@
249 BOOST_CPPFLAGS
= @BOOST_CPPFLAGS@
250 BOOST_LDPATH
= @BOOST_LDPATH@
251 BOOST_ROOT
= @BOOST_ROOT@
252 BOOST_SYSTEM_LDFLAGS
= @BOOST_SYSTEM_LDFLAGS@
253 BOOST_SYSTEM_LDPATH
= @BOOST_SYSTEM_LDPATH@
254 BOOST_SYSTEM_LIBS
= @BOOST_SYSTEM_LIBS@
255 BUILD_CC
= @BUILD_CC@
256 BUILD_CFLAGS
= @BUILD_CFLAGS@
257 BUILD_CPPFLAGS
= @BUILD_CPPFLAGS@
258 BUILD_EXEEXT
= @BUILD_EXEEXT@
259 BUILD_INCLUDED_LIBINTL
= @BUILD_INCLUDED_LIBINTL@
260 BUILD_LDFLAGS
= @BUILD_LDFLAGS@
261 CAS_DEFS
= @CAS_DEFS@
262 CAS_MANPAGES
= @CAS_MANPAGES@
263 CATOBJEXT
= @CATOBJEXT@
265 CCDEPMODE
= @CCDEPMODE@
268 CPPFLAGS
= @CPPFLAGS@
269 CRYPTOPP_CPPFLAGS
= @CRYPTOPP_CPPFLAGS@
270 CRYPTOPP_LDFLAGS
= @CRYPTOPP_LDFLAGS@
271 CRYPTOPP_LIBS
= @CRYPTOPP_LIBS@
274 CXXDEPMODE
= @CXXDEPMODE@
275 CXXFLAGS
= @CXXFLAGS@
276 CYGPATH_W
= @CYGPATH_W@
277 DATADIRNAME
= @DATADIRNAME@
278 DEBUGFLAG
= @DEBUGFLAG@
281 DISTCHECK_CONFIGURE_FLAGS
= @DISTCHECK_CONFIGURE_FLAGS@
285 ED2K_MANPAGES
= @ED2K_MANPAGES@
288 GDLIB_CFLAGS
= @GDLIB_CFLAGS@
289 GDLIB_CONFIG_PATH
= @GDLIB_CONFIG_PATH@
290 GDLIB_LDFLAGS
= @GDLIB_LDFLAGS@
291 GDLIB_LIBS
= @GDLIB_LIBS@
293 GEOIP_CPPFLAGS
= @GEOIP_CPPFLAGS@
294 GEOIP_LDFLAGS
= @GEOIP_LDFLAGS@
295 GEOIP_LIBS
= @GEOIP_LIBS@
301 INSTALL_DATA
= @INSTALL_DATA@
302 INSTALL_PROGRAM
= @INSTALL_PROGRAM@
303 INSTALL_SCRIPT
= @INSTALL_SCRIPT@
304 INSTALL_STRIP_PROGRAM
= @INSTALL_STRIP_PROGRAM@
305 INSTOBJEXT
= @INSTOBJEXT@
306 INTLBISON
= @INTLBISON@
307 INTLLIBS
= @INTLLIBS@
308 INTLOBJS
= @INTLOBJS@
309 INTL_LIBTOOL_SUFFIX_PREFIX
= @INTL_LIBTOOL_SUFFIX_PREFIX@
310 KDE4_CONFIG
= @KDE4_CONFIG@
311 KDE_APPLNK_PATH
= @KDE_APPLNK_PATH@
312 KDE_HEADER_DIR
= @KDE_HEADER_DIR@
313 KDE_ICON_PATH
= @KDE_ICON_PATH@
314 KDE_MIME_PATH
= @KDE_MIME_PATH@
315 KDE_MODULE_PATH
= @KDE_MODULE_PATH@
316 KDE_SERVICE_PATH
= @KDE_SERVICE_PATH@
319 LIBICONV
= @LIBICONV@
322 LIBPNG_CFLAGS
= @LIBPNG_CFLAGS@
323 LIBPNG_CONFIG_PATH
= @LIBPNG_CONFIG_PATH@
324 LIBPNG_LDFLAGS
= @LIBPNG_LDFLAGS@
325 LIBPNG_LIBS
= @LIBPNG_LIBS@
327 LIBUPNP_CFLAGS
= @LIBUPNP_CFLAGS@
328 LIBUPNP_CPPFLAGS
= @LIBUPNP_CPPFLAGS@
329 LIBUPNP_LDFLAGS
= @LIBUPNP_LDFLAGS@
330 LIBUPNP_LIBS
= @LIBUPNP_LIBS@
331 LTLIBICONV
= @LTLIBICONV@
332 LTLIBINTL
= @LTLIBINTL@
333 LTLIBOBJS
= @LTLIBOBJS@
335 MAKEINFO
= @MAKEINFO@
337 MKINSTALLDIRS
= @MKINSTALLDIRS@
338 MONOLITHIC_MANPAGES
= @MONOLITHIC_MANPAGES@
340 MSGMERGE
= @MSGMERGE@
341 MULECFLAGS
= @MULECFLAGS@
342 MULECPPFLAGS
= @MULECPPFLAGS@
343 MULECXXFLAGS
= @MULECXXFLAGS@
344 MULELDFLAGS
= @MULELDFLAGS@
345 MULERCFLAGS
= @MULERCFLAGS@
348 PACKAGE_BUGREPORT
= @PACKAGE_BUGREPORT@
349 PACKAGE_NAME
= @PACKAGE_NAME@
350 PACKAGE_STRING
= @PACKAGE_STRING@
351 PACKAGE_TARNAME
= @PACKAGE_TARNAME@
352 PACKAGE_URL
= @PACKAGE_URL@
353 PACKAGE_VERSION
= @PACKAGE_VERSION@
354 PATH_SEPARATOR
= @PATH_SEPARATOR@
355 PKG_CONFIG
= @PKG_CONFIG@
358 QT_CORE_CXXFLAGS
= @QT_CORE_CXXFLAGS@
359 QT_CORE_LIBS
= @QT_CORE_LIBS@
360 QT_DBUS_LDFLAGS
= @QT_DBUS_LDFLAGS@
361 QT_GUI_CXXFLAGS
= @QT_GUI_CXXFLAGS@
362 QT_GUI_LIBS
= @QT_GUI_LIBS@
367 READLINE_LIBS
= @READLINE_LIBS@
368 RESOLV_LIB
= @RESOLV_LIB@
370 SET_MAKE
= @SET_MAKE@
374 USE_INCLUDED_LIBINTL
= @USE_INCLUDED_LIBINTL@
377 WEBSERVER_MANPAGES
= @WEBSERVER_MANPAGES@
378 WXBASE_CPPFLAGS
= @WXBASE_CPPFLAGS@
379 WXBASE_LIBS
= @WXBASE_LIBS@
380 WXCAS_MANPAGES
= @WXCAS_MANPAGES@
381 WX_CFLAGS
= @WX_CFLAGS@
382 WX_CFLAGS_ONLY
= @WX_CFLAGS_ONLY@
383 WX_CONFIG_PATH
= @WX_CONFIG_PATH@
384 WX_CPPFLAGS
= @WX_CPPFLAGS@
385 WX_CXXFLAGS
= @WX_CXXFLAGS@
386 WX_CXXFLAGS_ONLY
= @WX_CXXFLAGS_ONLY@
387 WX_DEBUG
= @WX_DEBUG@
389 WX_LIBS_STATIC
= @WX_LIBS_STATIC@
391 WX_RESCOMP
= @WX_RESCOMP@
392 WX_SHARED
= @WX_SHARED@
393 WX_UNICODE
= @WX_UNICODE@
394 WX_VERSION
= @WX_VERSION@
395 WX_VERSION_MAJOR
= @WX_VERSION_MAJOR@
396 WX_VERSION_MICRO
= @WX_VERSION_MICRO@
397 WX_VERSION_MINOR
= @WX_VERSION_MINOR@
398 XGETTEXT
= @XGETTEXT@
399 ZLIB_CPPFLAGS
= @ZLIB_CPPFLAGS@
400 ZLIB_LDFLAGS
= @ZLIB_LDFLAGS@
401 ZLIB_LIBS
= @ZLIB_LIBS@
402 abs_builddir
= @abs_builddir@
403 abs_srcdir
= @abs_srcdir@
404 abs_top_builddir
= @abs_top_builddir@
405 abs_top_srcdir
= @abs_top_srcdir@
406 ac_ct_BUILD_CC
= @ac_ct_BUILD_CC@
407 ac_ct_CC
= @ac_ct_CC@
408 ac_ct_CXX
= @ac_ct_CXX@
409 am__include
= @am__include@
410 am__leading_dot
= @am__leading_dot@
411 am__quote
= @am__quote@
413 am__untar
= @am__untar@
416 build_alias
= @build_alias@
417 build_cpu
= @build_cpu@
418 build_os
= @build_os@
419 build_vendor
= @build_vendor@
420 builddir
= @builddir@
422 datarootdir
= @datarootdir@
425 exec_prefix = @
exec_prefix@
427 host_alias
= @host_alias@
428 host_cpu
= @host_cpu@
430 host_vendor
= @host_vendor@
432 includedir = @
includedir@
434 install_sh
= @install_sh@
436 libexecdir
= @libexecdir@
437 localedir
= @localedir@
438 localstatedir
= @localstatedir@
441 oldincludedir = @
oldincludedir@
444 program_transform_name
= @program_transform_name@
446 runstatedir
= @runstatedir@
448 sharedstatedir
= @sharedstatedir@
450 sysconfdir
= @sysconfdir@
451 target_alias
= @target_alias@
452 top_build_prefix
= @top_build_prefix@
453 top_builddir
= @top_builddir@
454 top_srcdir
= @top_srcdir@
456 EXTRA_DIST
= wxcas.rc wxcas.ico
457 dist_icon_DATA
= wxcas.xpm
458 icondir
= $(datadir)/pixmaps
459 dist_util_DATA
= wxcas.desktop
460 utildir
= $(datadir)/applications
461 MAINTAINERCLEANFILES
= Makefile.in
465 $(srcdir)/Makefile.in
: @MAINTAINER_MODE_TRUE@
$(srcdir)/Makefile.am
$(am__configure_deps
)
467 case
'$(am__configure_deps)' in \
469 ( cd
$(top_builddir
) && $(MAKE
) $(AM_MAKEFLAGS
) am--refresh
) \
470 && { if
test -f
$@
; then exit
0; else break
; fi
; }; \
474 echo
' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/utils/wxCas/Makefile'; \
475 $(am__cd
) $(top_srcdir
) && \
476 $(AUTOMAKE
) --foreign src
/utils
/wxCas
/Makefile
477 Makefile
: $(srcdir)/Makefile.in
$(top_builddir
)/config.status
480 cd
$(top_builddir
) && $(MAKE
) $(AM_MAKEFLAGS
) am--refresh
;; \
482 echo
' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
483 cd
$(top_builddir
) && $(SHELL
) .
/config.status
$(subdir
)/$@
$(am__depfiles_maybe
);; \
486 $(top_builddir
)/config.status
: $(top_srcdir
)/configure
$(CONFIG_STATUS_DEPENDENCIES
)
487 cd
$(top_builddir
) && $(MAKE
) $(AM_MAKEFLAGS
) am--refresh
489 $(top_srcdir
)/configure
: @MAINTAINER_MODE_TRUE@
$(am__configure_deps
)
490 cd
$(top_builddir
) && $(MAKE
) $(AM_MAKEFLAGS
) am--refresh
491 $(ACLOCAL_M4
): @MAINTAINER_MODE_TRUE@
$(am__aclocal_m4_deps
)
492 cd
$(top_builddir
) && $(MAKE
) $(AM_MAKEFLAGS
) am--refresh
493 $(am__aclocal_m4_deps
):
494 install-dist_iconDATA
: $(dist_icon_DATA
)
496 @list
='$(dist_icon_DATA)'; test -n
"$(icondir)" || list
=; \
497 if
test -n
"$$list"; then \
498 echo
" $(MKDIR_P) '$(DESTDIR)$(icondir)'"; \
499 $(MKDIR_P
) "$(DESTDIR)$(icondir)" || exit
1; \
501 for p in
$$list; do \
502 if
test -f
"$$p"; then d
=; else d
="$(srcdir)/"; fi
; \
504 done |
$(am__base_list
) | \
505 while read files
; do \
506 echo
" $(INSTALL_DATA) $$files '$(DESTDIR)$(icondir)'"; \
507 $(INSTALL_DATA
) $$files "$(DESTDIR)$(icondir)" || exit
$$?
; \
510 uninstall-dist_iconDATA
:
512 @list
='$(dist_icon_DATA)'; test -n
"$(icondir)" || list
=; \
513 files
=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
514 dir='$(DESTDIR)$(icondir)'; $(am__uninstall_files_from_dir
)
515 install-dist_utilDATA
: $(dist_util_DATA
)
517 @list
='$(dist_util_DATA)'; test -n
"$(utildir)" || list
=; \
518 if
test -n
"$$list"; then \
519 echo
" $(MKDIR_P) '$(DESTDIR)$(utildir)'"; \
520 $(MKDIR_P
) "$(DESTDIR)$(utildir)" || exit
1; \
522 for p in
$$list; do \
523 if
test -f
"$$p"; then d
=; else d
="$(srcdir)/"; fi
; \
525 done |
$(am__base_list
) | \
526 while read files
; do \
527 echo
" $(INSTALL_DATA) $$files '$(DESTDIR)$(utildir)'"; \
528 $(INSTALL_DATA
) $$files "$(DESTDIR)$(utildir)" || exit
$$?
; \
531 uninstall-dist_utilDATA
:
533 @list
='$(dist_util_DATA)'; test -n
"$(utildir)" || list
=; \
534 files
=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
535 dir='$(DESTDIR)$(utildir)'; $(am__uninstall_files_from_dir
)
537 # This directory's subdirectories are mostly independent; you can cd
538 # into them and run 'make' without going through this Makefile.
539 # To change the values of 'make' variables: instead of editing Makefiles,
540 # (1) if the variable is set in 'config.status', edit 'config.status'
541 # (which will cause the Makefiles to be regenerated when you run 'make');
542 # (2) otherwise, pass the desired values on the 'make' command line.
543 $(am__recursive_targets
):
545 if
$(am__make_keepgoing
); then \
546 failcom
='fail=yes'; \
551 target
=`echo $@ | sed s/-recursive//`; \
553 distclean-
* | maintainer-clean-
*) list
='$(DIST_SUBDIRS)' ;; \
554 *) list
='$(SUBDIRS)' ;; \
556 for subdir in
$$list; do \
557 echo
"Making $$target in $$subdir"; \
558 if
test "$$subdir" = "."; then \
560 local_target
="$$target-am"; \
562 local_target
="$$target"; \
564 ($(am__cd
) $$subdir && $(MAKE
) $(AM_MAKEFLAGS
) $$local_target) \
567 if
test "$$dot_seen" = "no"; then \
568 $(MAKE
) $(AM_MAKEFLAGS
) "$$target-am" || exit
1; \
571 ID
: $(am__tagged_files
)
572 $(am__define_uniq_tagged_files
); mkid
-fID
$$unique
576 tags-am
: $(TAGS_DEPENDENCIES
) $(am__tagged_files
)
579 if
($(ETAGS
) --etags-include
--version
) >/dev
/null
2>&1; then \
580 include_option
=--etags-include
; \
583 include_option
=--include; \
586 list
='$(SUBDIRS)'; for subdir in
$$list; do \
587 if
test "$$subdir" = .
; then
:; else \
588 test ! -f
$$subdir/TAGS || \
589 set
"$$@" "$$include_option=$$here/$$subdir/TAGS"; \
592 $(am__define_uniq_tagged_files
); \
594 if
test -z
"$(ETAGS_ARGS)$$*$$unique"; then
:; else \
595 test -n
"$$unique" || unique
=$$empty_fix; \
596 if
test $$# -gt 0; then \
597 $(ETAGS
) $(ETAGSFLAGS
) $(AM_ETAGSFLAGS
) $(ETAGS_ARGS
) \
600 $(ETAGS
) $(ETAGSFLAGS
) $(AM_ETAGSFLAGS
) $(ETAGS_ARGS
) \
604 ctags
: ctags-recursive
607 ctags-am
: $(TAGS_DEPENDENCIES
) $(am__tagged_files
)
608 $(am__define_uniq_tagged_files
); \
609 test -z
"$(CTAGS_ARGS)$$unique" \
610 ||
$(CTAGS
) $(CTAGSFLAGS
) $(AM_CTAGSFLAGS
) $(CTAGS_ARGS
) \
614 here
=`$(am__cd) $(top_builddir) && pwd` \
615 && $(am__cd
) $(top_srcdir
) \
616 && gtags
-i
$(GTAGS_ARGS
) "$$here"
617 cscopelist
: cscopelist-recursive
619 cscopelist-am
: $(am__tagged_files
)
620 list
='$(am__tagged_files)'; \
621 case
"$(srcdir)" in \
622 [\\/]* | ?
:[\\/]*) sdir
="$(srcdir)" ;; \
623 *) sdir
=$(subdir
)/$(srcdir) ;; \
625 for i in
$$list; do \
626 if
test -f
"$$i"; then \
627 echo
"$(subdir)/$$i"; \
631 done
>> $(top_builddir
)/cscope.files
634 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
tags
636 distdir
: $(DISTFILES
)
637 @srcdirstrip
=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
638 topsrcdirstrip
=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
639 list
='$(DISTFILES)'; \
640 dist_files
=`for file in $$list; do echo $$file; done | \
641 sed -e "s|^$$srcdirstrip/||;t" \
642 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
643 case
$$dist_files in \
644 */*) $(MKDIR_P
) `echo "$$dist_files" | \
645 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
648 for file in
$$dist_files; do \
649 if
test -f
$$file ||
test -d
$$file; then d
=.
; else d
=$(srcdir); fi
; \
650 if
test -d
$$d/$$file; then \
651 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
652 if
test -d
"$(distdir)/$$file"; then \
653 find
"$(distdir)/$$file" -type d
! -perm
-700 -exec chmod u
+rwx
{} \
;; \
655 if
test -d
$(srcdir)/$$file && test $$d != $(srcdir); then \
656 cp
-fpR
$(srcdir)/$$file "$(distdir)$$dir" || exit
1; \
657 find
"$(distdir)/$$file" -type d
! -perm
-700 -exec chmod u
+rwx
{} \
;; \
659 cp
-fpR
$$d/$$file "$(distdir)$$dir" || exit
1; \
661 test -f
"$(distdir)/$$file" \
662 || cp
-p
$$d/$$file "$(distdir)/$$file" \
666 @list
='$(DIST_SUBDIRS)'; for subdir in
$$list; do \
667 if
test "$$subdir" = .
; then
:; else \
669 ||
test -d
"$(distdir)/$$subdir" \
670 ||
$(MKDIR_P
) "$(distdir)/$$subdir" \
672 dir1
=$$subdir; dir2
="$(distdir)/$$subdir"; \
674 new_distdir
=$$reldir; \
675 dir1
=$$subdir; dir2
="$(top_distdir)"; \
677 new_top_distdir
=$$reldir; \
678 echo
" (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
679 echo
" am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
680 ($(am__cd
) $$subdir && \
681 $(MAKE
) $(AM_MAKEFLAGS
) \
682 top_distdir
="$$new_top_distdir" \
683 distdir
="$$new_distdir" \
684 am__remove_distdir
=: \
685 am__skip_length_check
=: \
686 am__skip_mode_fix
=: \
692 check: check-recursive
693 all-am
: Makefile
$(DATA
)
694 installdirs: installdirs-recursive
696 for
dir in
"$(DESTDIR)$(icondir)" "$(DESTDIR)$(utildir)"; do \
697 test -z
"$$dir" ||
$(MKDIR_P
) "$$dir"; \
699 install: install-recursive
700 install-exec
: install-exec-recursive
701 install-data
: install-data-recursive
702 uninstall: uninstall-recursive
705 @
$(MAKE
) $(AM_MAKEFLAGS
) install-exec-am install-data-am
707 installcheck: installcheck-recursive
709 if
test -z
'$(STRIP)'; then \
710 $(MAKE
) $(AM_MAKEFLAGS
) INSTALL_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" \
711 install_sh_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG
=-s \
714 $(MAKE
) $(AM_MAKEFLAGS
) INSTALL_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" \
715 install_sh_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG
=-s \
716 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
723 -test -z
"$(CONFIG_CLEAN_FILES)" ||
rm -f
$(CONFIG_CLEAN_FILES
)
724 -test .
= "$(srcdir)" ||
test -z
"$(CONFIG_CLEAN_VPATH_FILES)" ||
rm -f
$(CONFIG_CLEAN_VPATH_FILES
)
726 maintainer-clean-generic
:
727 @echo
"This command is intended for maintainers to use"
728 @echo
"it deletes files that may require special tools to rebuild."
729 -test -z
"$(MAINTAINERCLEANFILES)" ||
rm -f
$(MAINTAINERCLEANFILES
)
730 clean: clean-recursive
732 clean-am
: clean-generic mostlyclean-am
734 distclean: distclean-recursive
736 distclean-am
: clean-am distclean-generic distclean-tags
750 install-data-am
: install-dist_iconDATA install-dist_utilDATA
752 install-dvi
: install-dvi-recursive
758 install-html
: install-html-recursive
762 install-info
: install-info-recursive
768 install-pdf
: install-pdf-recursive
772 install-ps
: install-ps-recursive
778 maintainer-clean
: maintainer-clean-recursive
780 maintainer-clean-am
: distclean-am maintainer-clean-generic
782 mostlyclean: mostlyclean-recursive
784 mostlyclean-am
: mostlyclean-generic
794 uninstall-am
: uninstall-dist_iconDATA uninstall-dist_utilDATA
796 .MAKE
: $(am__recursive_targets
) install-am install-strip
798 .PHONY
: $(am__recursive_targets
) CTAGS GTAGS TAGS
all all-am
check \
799 check-am
clean clean-generic cscopelist-am ctags ctags-am \
800 distclean distclean-generic distclean-tags distdir
dvi dvi-am \
801 html html-am
info info-am
install install-am install-data \
802 install-data-am install-dist_iconDATA install-dist_utilDATA \
803 install-dvi install-dvi-am install-exec install-exec-am \
804 install-html install-html-am install-info install-info-am \
805 install-man install-pdf install-pdf-am install-ps \
806 install-ps-am install-strip
installcheck installcheck-am \
807 installdirs installdirs-am maintainer-clean \
808 maintainer-clean-generic
mostlyclean mostlyclean-generic pdf \
809 pdf-am ps ps-am
tags tags-am
uninstall uninstall-am \
810 uninstall-dist_iconDATA uninstall-dist_utilDATA
815 # Tell versions [3.59,3.63) of GNU make to not export all variables.
816 # Otherwise a system limit (for SysV at least) may be exceeded.