1 # Makefile.in generated by automake 1.16.1 from Makefile.am.
4 # Copyright (C) 1994-2018 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
18 # Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
19 # Copyright (C) Scilab Enterprises - 2011 - Clement David
21 # Copyright (C) 2012 - 2016 - Scilab Enterprises
23 # This file is hereby licensed under the terms of the GNU GPL v2.0,
24 # pursuant to article 5.3.4 of the CeCILL v.2.1.
25 # This file was originally licensed under the terms of the CeCILL v2.1,
26 # and continues to be available under such terms.
27 # For more information, see the COPYING file which you should have received
28 # along with this program.
33 if test -z '$(MAKELEVEL)'; then \
35 elif test -n '$(MAKE_HOST)'; then \
37 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
43 am__make_running_with_option = \
44 case $${target_option-} in \
46 *) echo "am__make_running_with_option: internal error: invalid" \
47 "target option '$${target_option-}' specified" >&2; \
51 sane_makeflags=$$MAKEFLAGS; \
52 if $(am__is_gnu_make); then \
53 sane_makeflags=$$MFLAGS; \
58 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
59 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
65 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
67 for flg in $$sane_makeflags; do \
68 test $$skip_next = yes && { skip_next=no; continue; }; \
71 -*I) strip_trailopt 'I'; skip_next=yes;; \
72 -*I?*) strip_trailopt 'I';; \
73 -*O) strip_trailopt 'O'; skip_next=yes;; \
74 -*O?*) strip_trailopt 'O';; \
75 -*l) strip_trailopt 'l'; skip_next=yes;; \
76 -*l?*) strip_trailopt 'l';; \
77 -[dEDm]) skip_next=yes;; \
78 -[JT]) skip_next=yes;; \
81 *$$target_option*) has_opt=yes; break;; \
85 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
86 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
87 pkgdatadir = $(datadir)/@PACKAGE@
88 pkgincludedir = $(includedir)/@PACKAGE@
89 pkglibdir = $(libdir)/@PACKAGE@
90 pkglibexecdir = $(libexecdir)/@PACKAGE@
91 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
92 install_sh_DATA = $(install_sh) -c -m 644
93 install_sh_PROGRAM = $(install_sh) -c
94 install_sh_SCRIPT = $(install_sh) -c
95 INSTALL_HEADER = $(INSTALL_DATA)
96 transform = $(program_transform_name)
103 build_triplet = @build@
104 host_triplet = @host@
105 subdir = desktop/images/icons
106 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
107 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_cxx_compile_stdcxx_11.m4 \
108 $(top_srcdir)/m4/backtrace.m4 $(top_srcdir)/m4/compiler.m4 \
109 $(top_srcdir)/m4/curl.m4 $(top_srcdir)/m4/docbook.m4 \
110 $(top_srcdir)/m4/doxygen.m4 $(top_srcdir)/m4/eigen.m4 \
111 $(top_srcdir)/m4/fftw.m4 $(top_srcdir)/m4/fortran.m4 \
112 $(top_srcdir)/m4/giws.m4 $(top_srcdir)/m4/hdf5.m4 \
113 $(top_srcdir)/m4/intel_compiler.m4 \
114 $(top_srcdir)/m4/java-thirdparty.m4 $(top_srcdir)/m4/java.m4 \
115 $(top_srcdir)/m4/largefile.m4 $(top_srcdir)/m4/lib-ld.m4 \
116 $(top_srcdir)/m4/libsmath.m4 $(top_srcdir)/m4/libtool.m4 \
117 $(top_srcdir)/m4/libxml2.m4 $(top_srcdir)/m4/ltoptions.m4 \
118 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
119 $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/macosx.m4 \
120 $(top_srcdir)/m4/mpi.m4 $(top_srcdir)/m4/ocaml.m4 \
121 $(top_srcdir)/m4/pcre.m4 $(top_srcdir)/m4/pkg.m4 \
122 $(top_srcdir)/m4/relocatable.m4 $(top_srcdir)/m4/swig.m4 \
123 $(top_srcdir)/m4/symlinks.m4 $(top_srcdir)/m4/tcltk.m4 \
124 $(top_srcdir)/m4/umfpack.m4 $(top_srcdir)/configure.ac
125 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
127 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
128 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
129 CONFIG_HEADER = $(top_builddir)/modules/core/includes/machine.h
131 CONFIG_CLEAN_VPATH_FILES =
132 AM_V_P = $(am__v_P_@AM_V@)
133 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
136 AM_V_GEN = $(am__v_GEN_@AM_V@)
137 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
138 am__v_GEN_0 = @echo " GEN " $@;
140 AM_V_at = $(am__v_at_@AM_V@)
141 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
146 am__can_run_installinfo = \
147 case $$AM_UPDATE_INFO_DIR in \
149 *) (install-info --version) >/dev/null 2>&1;; \
151 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
152 am__vpath_adj = case $$p in \
153 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
156 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
158 am__nobase_strip_setup = \
159 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
161 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
162 am__nobase_list = $(am__nobase_strip_setup); \
163 for p in $$list; do echo "$$p $$p"; done | \
164 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
165 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
166 if (++n[$$2] == $(am__install_max)) \
167 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
168 END { for (dir in files) print dir, files[dir] }'
170 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
171 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
172 am__uninstall_files_from_dir = { \
174 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
175 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
176 $(am__cd) "$$dir" && rm -f $$files; }; \
178 am__installdirs = "$(DESTDIR)$(iconsdir)"
179 DATA = $(nobase_icons_DATA)
180 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
181 am__DIST_COMMON = $(srcdir)/Makefile.in \
182 $(top_srcdir)/config/mkinstalldirs
183 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
185 ALL_LINGUAS = @ALL_LINGUAS@
186 ALL_LINGUAS_DOC = @ALL_LINGUAS_DOC@
188 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
192 ARPACK_LIBS = @ARPACK_LIBS@
194 AUTOCONF = @AUTOCONF@
195 AUTOHEADER = @AUTOHEADER@
196 AUTOMAKE = @AUTOMAKE@
197 AVALON_FRAMEWORK = @AVALON_FRAMEWORK@
200 BLAS_CFLAGS = @BLAS_CFLAGS@
201 BLAS_LIBS = @BLAS_LIBS@
204 CCDEPMODE = @CCDEPMODE@
206 CHECKSTYLE = @CHECKSTYLE@
207 COBERTURA = @COBERTURA@
208 COMMONS_BEANUTILS = @COMMONS_BEANUTILS@
209 COMMONS_IO = @COMMONS_IO@
210 COMMONS_LOGGING = @COMMONS_LOGGING@
212 CPPFLAGS = @CPPFLAGS@
213 CURL_CFLAGS = @CURL_CFLAGS@
214 CURL_CONFIG = @CURL_CONFIG@
215 CURL_LIBS = @CURL_LIBS@
216 CURL_VERSION = @CURL_VERSION@
219 CXXDEPMODE = @CXXDEPMODE@
220 CXXFLAGS = @CXXFLAGS@
221 CYGPATH_W = @CYGPATH_W@
223 DEMOTOOLS_ENABLE = @DEMOTOOLS_ENABLE@
226 DOCBOOK_ROOT = @DOCBOOK_ROOT@
227 DOXYGEN_BIN = @DOXYGEN_BIN@
228 DSYMUTIL = @DSYMUTIL@
235 EIGEN_CPPFLAGS = @EIGEN_CPPFLAGS@
239 FFTW3_LIB = @FFTW3_LIB@
240 FFTW_ENABLE = @FFTW_ENABLE@
242 FLEXDOCK = @FLEXDOCK@
245 FREEHEP_GRAPHICS2D = @FREEHEP_GRAPHICS2D@
246 FREEHEP_GRAPHICSIO = @FREEHEP_GRAPHICSIO@
247 FREEHEP_GRAPHICSIO_EMF = @FREEHEP_GRAPHICSIO_EMF@
248 FREEHEP_IO = @FREEHEP_IO@
249 FREEHEP_UTIL = @FREEHEP_UTIL@
251 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
252 GIWS_BIN = @GIWS_BIN@
253 GLUEGEN2_RT = @GLUEGEN2_RT@
255 GMSGFMT_015 = @GMSGFMT_015@
256 GRAPHICS_ENABLE = @GRAPHICS_ENABLE@
258 GUI_ENABLE = @GUI_ENABLE@
259 HAMCREST = @HAMCREST@
260 HAVE_CXX11 = @HAVE_CXX11@
261 HDF5_CFLAGS = @HDF5_CFLAGS@
262 HDF5_LIBS = @HDF5_LIBS@
263 HELP_ENABLE = @HELP_ENABLE@
265 INSTALL_DATA = @INSTALL_DATA@
266 INSTALL_PROGRAM = @INSTALL_PROGRAM@
267 INSTALL_SCRIPT = @INSTALL_SCRIPT@
268 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
269 INTLLIBS = @INTLLIBS@
270 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
274 JAVAC_DEBUG = @JAVAC_DEBUG@
277 JAVASCI_ENABLE = @JAVASCI_ENABLE@
278 JAVA_ENABLE = @JAVA_ENABLE@
280 JAVA_HOME = @JAVA_HOME@
281 JAVA_JNI_INCLUDE = @JAVA_JNI_INCLUDE@
282 JAVA_JNI_LIBS = @JAVA_JNI_LIBS@
284 JEUCLID_CORE = @JEUCLID_CORE@
287 JLATEXMATH = @JLATEXMATH@
288 JLATEXMATH_FOP = @JLATEXMATH_FOP@
290 JROSETTA_API = @JROSETTA_API@
291 JROSETTA_ENGINE = @JROSETTA_ENGINE@
293 LAPACK_LIBS = @LAPACK_LIBS@
299 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
300 LIBICONV = @LIBICONV@
308 LOGGING_LEVEL = @LOGGING_LEVEL@
310 LTLIBICONV = @LTLIBICONV@
311 LTLIBINTL = @LTLIBINTL@
312 LTLIBOBJS = @LTLIBOBJS@
313 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
315 LUCENE_ANALYZER = @LUCENE_ANALYZER@
316 LUCENE_PARSER = @LUCENE_PARSER@
318 MAKEINFO = @MAKEINFO@
319 MANIFEST_TOOL = @MANIFEST_TOOL@
320 MATIO_CFLAGS = @MATIO_CFLAGS@
321 MATIO_ENABLE = @MATIO_ENABLE@
322 MATIO_LIBS = @MATIO_LIBS@
324 MPI_ENABLE = @MPI_ENABLE@
327 MSGFMT_015 = @MSGFMT_015@
328 MSGMERGE = @MSGMERGE@
334 OCAMLDEP = @OCAMLDEP@
335 OCAMLLEX = @OCAMLLEX@
336 OCAMLOPT = @OCAMLOPT@
337 OCAMLYACC = @OCAMLYACC@
338 OPENMPI_CC = @OPENMPI_CC@
339 OPENMPI_CFLAGS = @OPENMPI_CFLAGS@
340 OPENMPI_CXX = @OPENMPI_CXX@
341 OPENMPI_CXXFLAGS = @OPENMPI_CXXFLAGS@
342 OPENMPI_LIBS = @OPENMPI_LIBS@
343 OPENMP_CFLAGS = @OPENMP_CFLAGS@
344 OPENMP_CXXFLAGS = @OPENMP_CXXFLAGS@
345 OPENMP_ENABLE = @OPENMP_ENABLE@
346 OPENMP_LIBS = @OPENMP_LIBS@
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 PCRE_CFLAGS = @PCRE_CFLAGS@
358 PCRE_CONFIG = @PCRE_CONFIG@
359 PCRE_LIBS = @PCRE_LIBS@
360 PCRE_VERSION = @PCRE_VERSION@
361 PKG_CONFIG = @PKG_CONFIG@
366 RELOCATABLE = @RELOCATABLE@
369 SCILAB_BINARY_VERSION = @SCILAB_BINARY_VERSION@
370 SCILAB_LIBRARY_VERSION = @SCILAB_LIBRARY_VERSION@
371 SCILAB_VERSION_MAINTENANCE = @SCILAB_VERSION_MAINTENANCE@
372 SCILAB_VERSION_MAJOR = @SCILAB_VERSION_MAJOR@
373 SCILAB_VERSION_MINOR = @SCILAB_VERSION_MINOR@
374 SCIRENDERER = @SCIRENDERER@
375 SCIRENDERER_CP = @SCIRENDERER_CP@
376 SCI_CFLAGS = @SCI_CFLAGS@
377 SCI_CXXFLAGS = @SCI_CXXFLAGS@
378 SCI_FFLAGS = @SCI_FFLAGS@
379 SCI_LDFLAGS = @SCI_LDFLAGS@
381 SET_MAKE = @SET_MAKE@
382 SET_RELOCATABLE = @SET_RELOCATABLE@
387 SWIG_BIN = @SWIG_BIN@
388 SWIG_JAVA = @SWIG_JAVA@
389 SWIG_RUNTIME_LIBS_DIR = @SWIG_RUNTIME_LIBS_DIR@
390 SWIG_SCILAB = @SWIG_SCILAB@
391 TCLTK_LIBS = @TCLTK_LIBS@
392 TCL_INC_PATH = @TCL_INC_PATH@
393 TK_INC_PATH = @TK_INC_PATH@
394 UMFPACK_CFLAGS = @UMFPACK_CFLAGS@
395 UMFPACK_ENABLE = @UMFPACK_ENABLE@
396 UMFPACK_LIB = @UMFPACK_LIB@
398 VALGRIND_CFLAGS = @VALGRIND_CFLAGS@
399 VALGRIND_LIBS = @VALGRIND_LIBS@
401 WITH_OCAML = @WITH_OCAML@
402 WITH_TKSCI = @WITH_TKSCI@
403 XCOS_ENABLE = @XCOS_ENABLE@
404 XGETTEXT = @XGETTEXT@
405 XGETTEXT_015 = @XGETTEXT_015@
406 XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
408 XMLGRAPHICS_COMMONS = @XMLGRAPHICS_COMMONS@
409 XML_APIS_EXT = @XML_APIS_EXT@
410 XML_CONFIG = @XML_CONFIG@
411 XML_FLAGS = @XML_FLAGS@
412 XML_LIBS = @XML_LIBS@
413 XML_VERSION = @XML_VERSION@
414 X_CFLAGS = @X_CFLAGS@
415 X_EXTRA_LIBS = @X_EXTRA_LIBS@
417 X_PRE_LIBS = @X_PRE_LIBS@
420 abs_builddir = @abs_builddir@
421 abs_srcdir = @abs_srcdir@
422 abs_top_builddir = @abs_top_builddir@
423 abs_top_srcdir = @abs_top_srcdir@
424 ac_ct_AR = @ac_ct_AR@
425 ac_ct_CC = @ac_ct_CC@
426 ac_ct_CXX = @ac_ct_CXX@
427 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
428 ac_ct_F77 = @ac_ct_F77@
429 am__include = @am__include@
430 am__leading_dot = @am__leading_dot@
431 am__quote = @am__quote@
433 am__untar = @am__untar@
436 build_alias = @build_alias@
437 build_cpu = @build_cpu@
438 build_os = @build_os@
439 build_vendor = @build_vendor@
440 builddir = @builddir@
441 cxx_present = @cxx_present@
443 datarootdir = @datarootdir@
446 exec_prefix = @exec_prefix@
448 host_alias = @host_alias@
449 host_cpu = @host_cpu@
451 host_vendor = @host_vendor@
453 includedir = @includedir@
455 install_sh = @install_sh@
457 libexecdir = @libexecdir@
458 localedir = @localedir@
459 localstatedir = @localstatedir@
462 oldincludedir = @oldincludedir@
465 program_transform_name = @program_transform_name@
468 sharedstatedir = @sharedstatedir@
470 sysconfdir = @sysconfdir@
471 target_alias = @target_alias@
472 top_build_prefix = @top_build_prefix@
473 top_builddir = @top_builddir@
474 top_srcdir = @top_srcdir@
475 yacc_present = @yacc_present@
476 iconsdir = $(datadir)/icons/hicolor
477 nobase_icons_DATA = 16x16/apps/scilab.png \
478 16x16/apps/scinotes.png \
479 16x16/apps/xcos.png \
480 16x16/mimetypes/application-x-scilab-bin.png \
481 16x16/mimetypes/application-x-scilab-cosf.png \
482 16x16/mimetypes/application-x-scilab-cos.png \
483 16x16/mimetypes/application-x-scilab-dem.png \
484 16x16/mimetypes/application-x-scilab-graph.png \
485 16x16/mimetypes/application-x-scilab-sav.png \
486 16x16/mimetypes/application-x-scilab-sce.png \
487 16x16/mimetypes/application-x-scilab-sci.png \
488 16x16/mimetypes/application-x-scilab-sod.png \
489 16x16/mimetypes/application-x-scilab-tst.png \
490 16x16/mimetypes/application-x-scilab-xcos.png \
491 16x16/mimetypes/application-x-scilab-zcos.png \
492 24x24/apps/scilab.png \
493 24x24/mimetypes/application-x-scilab-bin.png \
494 24x24/mimetypes/application-x-scilab-cosf.png \
495 24x24/mimetypes/application-x-scilab-cos.png \
496 24x24/mimetypes/application-x-scilab-dem.png \
497 24x24/mimetypes/application-x-scilab-graph.png \
498 24x24/mimetypes/application-x-scilab-sav.png \
499 24x24/mimetypes/application-x-scilab-sce.png \
500 24x24/mimetypes/application-x-scilab-sci.png \
501 24x24/mimetypes/application-x-scilab-sod.png \
502 24x24/mimetypes/application-x-scilab-tst.png \
503 24x24/mimetypes/application-x-scilab-xcos.png \
504 24x24/mimetypes/application-x-scilab-zcos.png \
505 256x256/apps/puffin.png \
506 256x256/apps/scilab.png \
507 256x256/apps/scinotes.png \
508 256x256/apps/xcos.png \
509 256x256/mimetypes/application-x-scilab-bin.png \
510 256x256/mimetypes/application-x-scilab-cosf.png \
511 256x256/mimetypes/application-x-scilab-cos.png \
512 256x256/mimetypes/application-x-scilab-dem.png \
513 256x256/mimetypes/application-x-scilab-graph.png \
514 256x256/mimetypes/application-x-scilab-sav.png \
515 256x256/mimetypes/application-x-scilab-sce.png \
516 256x256/mimetypes/application-x-scilab-sci.png \
517 256x256/mimetypes/application-x-scilab-sod.png \
518 256x256/mimetypes/application-x-scilab-tst.png \
519 256x256/mimetypes/application-x-scilab-xcos.png \
520 256x256/mimetypes/application-x-scilab-zcos.png \
521 32x32/apps/scilab.png \
522 32x32/apps/scinotes.png \
523 32x32/apps/xcos.png \
524 32x32/mimetypes/application-x-scilab-bin.png \
525 32x32/mimetypes/application-x-scilab-cosf.png \
526 32x32/mimetypes/application-x-scilab-cos.png \
527 32x32/mimetypes/application-x-scilab-dem.png \
528 32x32/mimetypes/application-x-scilab-graph.png \
529 32x32/mimetypes/application-x-scilab-sav.png \
530 32x32/mimetypes/application-x-scilab-sce.png \
531 32x32/mimetypes/application-x-scilab-sci.png \
532 32x32/mimetypes/application-x-scilab-sod.png \
533 32x32/mimetypes/application-x-scilab-tst.png \
534 32x32/mimetypes/application-x-scilab-xcos.png \
535 32x32/mimetypes/application-x-scilab-zcos.png \
536 48x48/apps/scilab.png \
537 48x48/mimetypes/application-x-scilab-bin.png \
538 48x48/mimetypes/application-x-scilab-cosf.png \
539 48x48/mimetypes/application-x-scilab-cos.png \
540 48x48/mimetypes/application-x-scilab-dem.png \
541 48x48/mimetypes/application-x-scilab-graph.png \
542 48x48/mimetypes/application-x-scilab-sav.png \
543 48x48/mimetypes/application-x-scilab-sce.png \
544 48x48/mimetypes/application-x-scilab-sci.png \
545 48x48/mimetypes/application-x-scilab-sod.png \
546 48x48/mimetypes/application-x-scilab-tst.png \
547 48x48/mimetypes/application-x-scilab-xcos.png \
548 48x48/mimetypes/application-x-scilab-zcos.png
553 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
555 case '$(am__configure_deps)' in \
557 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
558 && { if test -f $@; then exit 0; else break; fi; }; \
562 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign desktop/images/icons/Makefile'; \
563 $(am__cd) $(top_srcdir) && \
564 $(AUTOMAKE) --foreign desktop/images/icons/Makefile
565 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
568 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
570 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
571 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
574 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
575 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
577 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
578 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
579 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
580 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
581 $(am__aclocal_m4_deps):
588 install-nobase_iconsDATA: $(nobase_icons_DATA)
590 @list='$(nobase_icons_DATA)'; test -n "$(iconsdir)" || list=; \
591 if test -n "$$list"; then \
592 echo " $(MKDIR_P) '$(DESTDIR)$(iconsdir)'"; \
593 $(MKDIR_P) "$(DESTDIR)$(iconsdir)" || exit 1; \
595 $(am__nobase_list) | while read dir files; do \
596 xfiles=; for file in $$files; do \
597 if test -f "$$file"; then xfiles="$$xfiles $$file"; \
598 else xfiles="$$xfiles $(srcdir)/$$file"; fi; done; \
599 test -z "$$xfiles" || { \
600 test "x$$dir" = x. || { \
601 echo " $(MKDIR_P) '$(DESTDIR)$(iconsdir)/$$dir'"; \
602 $(MKDIR_P) "$(DESTDIR)$(iconsdir)/$$dir"; }; \
603 echo " $(INSTALL_DATA) $$xfiles '$(DESTDIR)$(iconsdir)/$$dir'"; \
604 $(INSTALL_DATA) $$xfiles "$(DESTDIR)$(iconsdir)/$$dir" || exit $$?; }; \
607 uninstall-nobase_iconsDATA:
609 @list='$(nobase_icons_DATA)'; test -n "$(iconsdir)" || list=; \
610 $(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \
611 dir='$(DESTDIR)$(iconsdir)'; $(am__uninstall_files_from_dir)
619 distdir: $(BUILT_SOURCES)
620 $(MAKE) $(AM_MAKEFLAGS) distdir-am
622 distdir-am: $(DISTFILES)
623 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
624 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
625 list='$(DISTFILES)'; \
626 dist_files=`for file in $$list; do echo $$file; done | \
627 sed -e "s|^$$srcdirstrip/||;t" \
628 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
629 case $$dist_files in \
630 */*) $(MKDIR_P) `echo "$$dist_files" | \
631 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
634 for file in $$dist_files; do \
635 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
636 if test -d $$d/$$file; then \
637 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
638 if test -d "$(distdir)/$$file"; then \
639 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
641 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
642 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
643 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
645 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
647 test -f "$(distdir)/$$file" \
648 || cp -p $$d/$$file "$(distdir)/$$file" \
654 all-am: Makefile $(DATA)
656 for dir in "$(DESTDIR)$(iconsdir)"; do \
657 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
660 install-exec: install-exec-am
661 install-data: install-data-am
662 uninstall: uninstall-am
665 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
667 installcheck: installcheck-am
669 if test -z '$(STRIP)'; then \
670 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
671 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
674 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
675 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
676 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
683 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
684 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
686 maintainer-clean-generic:
687 @echo "This command is intended for maintainers to use"
688 @echo "it deletes files that may require special tools to rebuild."
691 clean-am: clean-generic clean-libtool mostlyclean-am
693 distclean: distclean-am
695 distclean-am: clean-am distclean-generic
709 install-data-am: install-nobase_iconsDATA
711 install-dvi: install-dvi-am
717 install-html: install-html-am
721 install-info: install-info-am
727 install-pdf: install-pdf-am
731 install-ps: install-ps-am
737 maintainer-clean: maintainer-clean-am
739 maintainer-clean-am: distclean-am maintainer-clean-generic
741 mostlyclean: mostlyclean-am
743 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
753 uninstall-am: uninstall-nobase_iconsDATA
755 .MAKE: install-am install-strip
757 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
758 cscopelist-am ctags-am distclean distclean-generic \
759 distclean-libtool distdir dvi dvi-am html html-am info info-am \
760 install install-am install-data install-data-am install-dvi \
761 install-dvi-am install-exec install-exec-am install-html \
762 install-html-am install-info install-info-am install-man \
763 install-nobase_iconsDATA install-pdf install-pdf-am install-ps \
764 install-ps-am install-strip installcheck installcheck-am \
765 installdirs maintainer-clean maintainer-clean-generic \
766 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
767 ps ps-am tags-am uninstall uninstall-am \
768 uninstall-nobase_iconsDATA
773 # Tell versions [3.59,3.63) of GNU make to not export all variables.
774 # Otherwise a system limit (for SysV at least) may be exceeded.