Salome HOME
1) Fix for the issue "21220: EDF SMESH: Split into tetra from group does not work"
[modules/smesh.git] / src / Tools / Makefile.in
1 # Makefile.in generated by automake 1.11.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6 # Inc.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
10
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
15
16 @SET_MAKE@
17
18 #  Copyright (C) 2007-2010  CEA/DEN, EDF R&D, OPEN CASCADE
19 #
20 #  This library is free software; you can redistribute it and/or
21 #  modify it under the terms of the GNU Lesser General Public
22 #  License as published by the Free Software Foundation; either
23 #  version 2.1 of the License.
24 #
25 #  This library is distributed in the hope that it will be useful,
26 #  but WITHOUT ANY WARRANTY; without even the implied warranty of
27 #  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
28 #  Lesser General Public License for more details.
29 #
30 #  You should have received a copy of the GNU Lesser General Public
31 #  License along with this library; if not, write to the Free Software
32 #  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
33 #
34 #  See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
35 #
36
37 #  Copyright (C) 2007-2010  CEA/DEN, EDF R&D, OPEN CASCADE
38 #
39 #  This library is free software; you can redistribute it and/or
40 #  modify it under the terms of the GNU Lesser General Public
41 #  License as published by the Free Software Foundation; either
42 #  version 2.1 of the License.
43 #
44 #  This library is distributed in the hope that it will be useful,
45 #  but WITHOUT ANY WARRANTY; without even the implied warranty of
46 #  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
47 #  Lesser General Public License for more details.
48 #
49 #  You should have received a copy of the GNU Lesser General Public
50 #  License along with this library; if not, write to the Free Software
51 #  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
52 #
53 #  See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
54 #
55 VPATH = @srcdir@
56 pkgdatadir = $(datadir)/@PACKAGE@
57 pkgincludedir = $(includedir)/@PACKAGE@
58 pkglibdir = $(libdir)/@PACKAGE@
59 pkglibexecdir = $(libexecdir)/@PACKAGE@
60 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
61 install_sh_DATA = $(install_sh) -c -m 644
62 install_sh_PROGRAM = $(install_sh) -c
63 install_sh_SCRIPT = $(install_sh) -c
64 INSTALL_HEADER = $(INSTALL_DATA)
65 transform = $(program_transform_name)
66 NORMAL_INSTALL = :
67 PRE_INSTALL = :
68 POST_INSTALL = :
69 NORMAL_UNINSTALL = :
70 PRE_UNINSTALL = :
71 POST_UNINSTALL = :
72 build_triplet = @build@
73 host_triplet = @host@
74 target_triplet = @target@
75 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
76         $(top_srcdir)/adm_local/unix/make_common_starter.am
77 subdir = src/Tools
78 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
79 am__aclocal_m4_deps =  \
80         $(top_srcdir)/adm_local/unix/config_files/check_Platform.m4 \
81         $(top_srcdir)/adm_local/unix/config_files/check_qwt.m4 \
82         $(top_srcdir)/adm_local/unix/config_files/libtool.m4 \
83         $(top_srcdir)/adm_local/unix/config_files/ltoptions.m4 \
84         $(top_srcdir)/adm_local/unix/config_files/ltsugar.m4 \
85         $(top_srcdir)/adm_local/unix/config_files/ltversion.m4 \
86         $(top_srcdir)/adm_local/unix/config_files/lt~obsolete.m4 \
87         $(top_srcdir)/configure.ac
88 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
89         $(ACLOCAL_M4)
90 mkinstalldirs = $(install_sh) -d
91 CONFIG_CLEAN_FILES =
92 CONFIG_CLEAN_VPATH_FILES =
93 SOURCES =
94 DIST_SOURCES =
95 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
96         html-recursive info-recursive install-data-recursive \
97         install-dvi-recursive install-exec-recursive \
98         install-html-recursive install-info-recursive \
99         install-pdf-recursive install-ps-recursive install-recursive \
100         installcheck-recursive installdirs-recursive pdf-recursive \
101         ps-recursive uninstall-recursive
102 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
103   distclean-recursive maintainer-clean-recursive
104 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
105         $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
106         distdir
107 ETAGS = etags
108 CTAGS = ctags
109 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
110 am__relativize = \
111   dir0=`pwd`; \
112   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
113   sed_rest='s,^[^/]*/*,,'; \
114   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
115   sed_butlast='s,/*[^/]*$$,,'; \
116   while test -n "$$dir1"; do \
117     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
118     if test "$$first" != "."; then \
119       if test "$$first" = ".."; then \
120         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
121         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
122       else \
123         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
124         if test "$$first2" = "$$first"; then \
125           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
126         else \
127           dir2="../$$dir2"; \
128         fi; \
129         dir0="$$dir0"/"$$first"; \
130       fi; \
131     fi; \
132     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
133   done; \
134   reldir="$$dir2"
135 ACLOCAL = @ACLOCAL@
136 AMTAR = @AMTAR@
137 AR = @AR@
138 AUTOCONF = @AUTOCONF@
139 AUTOHEADER = @AUTOHEADER@
140 AUTOMAKE = @AUTOMAKE@
141 AWK = @AWK@
142 BOOST_CPPFLAGS = @BOOST_CPPFLAGS@
143 BOOST_LIBS = @BOOST_LIBS@
144 BOOST_LIBSUFFIX = @BOOST_LIBSUFFIX@
145 BOOST_LIB_REGEX = @BOOST_LIB_REGEX@
146 BOOST_LIB_SIGNALS = @BOOST_LIB_SIGNALS@
147 BOOST_LIB_SYSTEM = @BOOST_LIB_SYSTEM@
148 BOOST_LIB_THREAD = @BOOST_LIB_THREAD@
149 BOOST_PROGRAM_OPTIONS_LIB = @BOOST_PROGRAM_OPTIONS_LIB@
150 CASROOT = @CASROOT@
151 CAS_CPPFLAGS = @CAS_CPPFLAGS@
152 CAS_CXXFLAGS = @CAS_CXXFLAGS@
153 CAS_DATADIR = @CAS_DATADIR@
154 CAS_DATAEXCHANGE = @CAS_DATAEXCHANGE@
155 CAS_KERNEL = @CAS_KERNEL@
156 CAS_LDFLAGS = @CAS_LDFLAGS@
157 CAS_LDPATH = @CAS_LDPATH@
158 CAS_LIBDIR = @CAS_LIBDIR@
159 CAS_MATH = @CAS_MATH@
160 CAS_MODELER = @CAS_MODELER@
161 CAS_OCAF = @CAS_OCAF@
162 CAS_OCAFVIS = @CAS_OCAFVIS@
163 CAS_STDPLUGIN = @CAS_STDPLUGIN@
164 CAS_TKTopAlgo = @CAS_TKTopAlgo@
165 CAS_VIEWER = @CAS_VIEWER@
166 CC = @CC@
167 CCDEPMODE = @CCDEPMODE@
168 CFLAGS = @CFLAGS@
169 CORBA_CXXFLAGS = @CORBA_CXXFLAGS@
170 CORBA_INCLUDES = @CORBA_INCLUDES@
171 CORBA_LIBS = @CORBA_LIBS@
172 CORBA_ROOT = @CORBA_ROOT@
173 CPP = @CPP@
174 CPPFLAGS = @CPPFLAGS@
175 CXX = @CXX@
176 CXXCPP = @CXXCPP@
177 CXXDEPMODE = @CXXDEPMODE@
178 CXXFLAGS = @CXXFLAGS@
179 CXXTMPDPTHFLAGS = @CXXTMPDPTHFLAGS@
180 CXX_DEPEND_FLAG = @CXX_DEPEND_FLAG@
181 CYGPATH_W = @CYGPATH_W@
182 C_DEPEND_FLAG = @C_DEPEND_FLAG@
183 DEFINED_F77INT64 = @DEFINED_F77INT64@
184 DEFS = @DEFS@
185 DEPCC = @DEPCC@
186 DEPCXX = @DEPCXX@
187 DEPCXXFLAGS = @DEPCXXFLAGS@
188 DEPDIR = @DEPDIR@
189 DOT = @DOT@
190 DOXYGEN = @DOXYGEN@
191 DOXYGEN_PYTHON_EXTENSION = @DOXYGEN_PYTHON_EXTENSION@
192 DOXYGEN_SUPPORT_STL = @DOXYGEN_SUPPORT_STL@
193 DOXYGEN_WITH_PYTHON = @DOXYGEN_WITH_PYTHON@
194 DOXYGEN_WITH_STL = @DOXYGEN_WITH_STL@
195 DSYMUTIL = @DSYMUTIL@
196 DUMPBIN = @DUMPBIN@
197 DVIPS = @DVIPS@
198 ECHO_C = @ECHO_C@
199 ECHO_N = @ECHO_N@
200 ECHO_T = @ECHO_T@
201 EGREP = @EGREP@
202 ENABLE_MULTIPR = @ENABLE_MULTIPR@
203 EXEEXT = @EXEEXT@
204 F77 = @F77@
205 FC = @FC@
206 FCFLAGS = @FCFLAGS@
207 FCLIBS = @FCLIBS@
208 FFLAGS = @FFLAGS@
209 FGREP = @FGREP@
210 FLIBS = @FLIBS@
211 GEOM_CXXFLAGS = @GEOM_CXXFLAGS@
212 GEOM_LDFLAGS = @GEOM_LDFLAGS@
213 GEOM_ROOT_DIR = @GEOM_ROOT_DIR@
214 GLOBAL_INSTALL = @GLOBAL_INSTALL@
215 GREP = @GREP@
216 GUI_CXXFLAGS = @GUI_CXXFLAGS@
217 GUI_LDFLAGS = @GUI_LDFLAGS@
218 GUI_ROOT_DIR = @GUI_ROOT_DIR@
219 HAVE_SSTREAM = @HAVE_SSTREAM@
220 HDF5_INCLUDES = @HDF5_INCLUDES@
221 HDF5_LIBS = @HDF5_LIBS@
222 HDF5_MT_LIBS = @HDF5_MT_LIBS@
223 IDL = @IDL@
224 IDLCXXFLAGS = @IDLCXXFLAGS@
225 IDLPYFLAGS = @IDLPYFLAGS@
226 IDL_CLN_CXX = @IDL_CLN_CXX@
227 IDL_CLN_H = @IDL_CLN_H@
228 IDL_CLN_OBJ = @IDL_CLN_OBJ@
229 IDL_SRV_CXX = @IDL_SRV_CXX@
230 IDL_SRV_H = @IDL_SRV_H@
231 IDL_SRV_OBJ = @IDL_SRV_OBJ@
232 INSTALL = @INSTALL@
233 INSTALL_DATA = @INSTALL_DATA@
234 INSTALL_PROGRAM = @INSTALL_PROGRAM@
235 INSTALL_SCRIPT = @INSTALL_SCRIPT@
236 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
237 KERNEL_CXXFLAGS = @KERNEL_CXXFLAGS@
238 KERNEL_LDFLAGS = @KERNEL_LDFLAGS@
239 KERNEL_ROOT_DIR = @KERNEL_ROOT_DIR@
240 KERNEL_SITE_DIR = @KERNEL_SITE_DIR@
241 LATEX = @LATEX@
242 LD = @LD@
243 LDEXPDYNFLAGS = @LDEXPDYNFLAGS@
244 LDFLAGS = @LDFLAGS@
245 LEX = @LEX@
246 LEXLIB = @LEXLIB@
247 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
248 LIBOBJS = @LIBOBJS@
249 LIBS = @LIBS@
250 LIBTOOL = @LIBTOOL@
251 LIB_LOCATION_SUFFIX = @LIB_LOCATION_SUFFIX@
252 LIPO = @LIPO@
253 LN_S = @LN_S@
254 LRELEASE = @LRELEASE@
255 LTLIBOBJS = @LTLIBOBJS@
256 MACHINE = @MACHINE@
257 MAKEINFO = @MAKEINFO@
258 MDUMP = @MDUMP@
259 MED2_INCLUDES = @MED2_INCLUDES@
260 MED2_LIBS = @MED2_LIBS@
261 MED2_LIBS_C_ONLY = @MED2_LIBS_C_ONLY@
262 MED2_MT_LIBS = @MED2_MT_LIBS@
263 MED_CPPFLAGS = @MED_CPPFLAGS@
264 MED_CXXFLAGS = @MED_CXXFLAGS@
265 MED_LDFLAGS = @MED_LDFLAGS@
266 MED_ROOT_DIR = @MED_ROOT_DIR@
267 MKDIR_P = @MKDIR_P@
268 MOC = @MOC@
269 MODULE_NAME = @MODULE_NAME@
270 MPI_INCLUDES = @MPI_INCLUDES@
271 MPI_LIBS = @MPI_LIBS@
272 MULTIPR_CPPFLAGS = @MULTIPR_CPPFLAGS@
273 MULTIPR_LIBS = @MULTIPR_LIBS@
274 NM = @NM@
275 NMEDIT = @NMEDIT@
276 OBJDUMP = @OBJDUMP@
277 OBJEXT = @OBJEXT@
278 OGL_INCLUDES = @OGL_INCLUDES@
279 OGL_LIBS = @OGL_LIBS@
280 OMNIORB_CXXFLAGS = @OMNIORB_CXXFLAGS@
281 OMNIORB_IDL = @OMNIORB_IDL@
282 OMNIORB_IDLCXXFLAGS = @OMNIORB_IDLCXXFLAGS@
283 OMNIORB_IDLPYFLAGS = @OMNIORB_IDLPYFLAGS@
284 OMNIORB_IDL_CLN_CXX = @OMNIORB_IDL_CLN_CXX@
285 OMNIORB_IDL_CLN_H = @OMNIORB_IDL_CLN_H@
286 OMNIORB_IDL_CLN_OBJ = @OMNIORB_IDL_CLN_OBJ@
287 OMNIORB_IDL_SRV_CXX = @OMNIORB_IDL_SRV_CXX@
288 OMNIORB_IDL_SRV_H = @OMNIORB_IDL_SRV_H@
289 OMNIORB_IDL_SRV_OBJ = @OMNIORB_IDL_SRV_OBJ@
290 OMNIORB_IDL_TIE_CXX = @OMNIORB_IDL_TIE_CXX@
291 OMNIORB_IDL_TIE_H = @OMNIORB_IDL_TIE_H@
292 OMNIORB_INCLUDES = @OMNIORB_INCLUDES@
293 OMNIORB_LIBS = @OMNIORB_LIBS@
294 OMNIORB_ROOT = @OMNIORB_ROOT@
295 OTOOL = @OTOOL@
296 OTOOL64 = @OTOOL64@
297 PACKAGE = @PACKAGE@
298 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
299 PACKAGE_NAME = @PACKAGE_NAME@
300 PACKAGE_STRING = @PACKAGE_STRING@
301 PACKAGE_TARNAME = @PACKAGE_TARNAME@
302 PACKAGE_URL = @PACKAGE_URL@
303 PACKAGE_VERSION = @PACKAGE_VERSION@
304 PATH_SEPARATOR = @PATH_SEPARATOR@
305 PDFLATEX = @PDFLATEX@
306 PLATFORM_INCLUDES = @PLATFORM_INCLUDES@
307 PTHREAD_CC = @PTHREAD_CC@
308 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
309 PTHREAD_LIBS = @PTHREAD_LIBS@
310 PYTHON = @PYTHON@
311 PYTHONHOME = @PYTHONHOME@
312 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
313 PYTHON_INCLUDES = @PYTHON_INCLUDES@
314 PYTHON_LIBS = @PYTHON_LIBS@
315 PYTHON_PLATFORM = @PYTHON_PLATFORM@
316 PYTHON_PREFIX = @PYTHON_PREFIX@
317 PYTHON_SITE = @PYTHON_SITE@
318 PYTHON_SITE_EXEC = @PYTHON_SITE_EXEC@
319 PYTHON_SITE_INSTALL = @PYTHON_SITE_INSTALL@
320 PYTHON_SITE_PACKAGE = @PYTHON_SITE_PACKAGE@
321 PYTHON_VERSION = @PYTHON_VERSION@
322 QRCC = @QRCC@
323 QTDIR = @QTDIR@
324 QT_ASSISTANT_INCLUDES = @QT_ASSISTANT_INCLUDES@
325 QT_ASSISTANT_LIBS = @QT_ASSISTANT_LIBS@
326 QT_CORE_LIBS = @QT_CORE_LIBS@
327 QT_GUI_LIBS = @QT_GUI_LIBS@
328 QT_INCLUDES = @QT_INCLUDES@
329 QT_LIBS = @QT_LIBS@
330 QT_LIB_DIR = @QT_LIB_DIR@
331 QT_MT_INCLUDES = @QT_MT_INCLUDES@
332 QT_MT_LIBS = @QT_MT_LIBS@
333 QT_OTHER_LIBS = @QT_OTHER_LIBS@
334 QT_ROOT = @QT_ROOT@
335 QT_VERSION = @QT_VERSION@
336 QT_VERSION_ID = @QT_VERSION_ID@
337 QWT_INCLUDES = @QWT_INCLUDES@
338 QWT_LIBS = @QWT_LIBS@
339 RANLIB = @RANLIB@
340 ROOT_BUILDDIR = @ROOT_BUILDDIR@
341 ROOT_SRCDIR = @ROOT_SRCDIR@
342 RST2HTML = @RST2HTML@
343 SED = @SED@
344 SETX = @SETX@
345 SET_MAKE = @SET_MAKE@
346 SHELL = @SHELL@
347 SPHINX = @SPHINX@
348 STDLIB = @STDLIB@
349 STRIP = @STRIP@
350 SWIG = @SWIG@
351 SWIG_FLAGS = @SWIG_FLAGS@
352 TEMP = @TEMP@
353 UIC = @UIC@
354 VERSION = @VERSION@
355 VTKPY_MODULES = @VTKPY_MODULES@
356 VTK_INCLUDES = @VTK_INCLUDES@
357 VTK_LIBS = @VTK_LIBS@
358 WITHMPI = @WITHMPI@
359 XMKMF = @XMKMF@
360 XVERSION = @XVERSION@
361 YACC = @YACC@
362 YFLAGS = @YFLAGS@
363 abs_builddir = @abs_builddir@
364 abs_srcdir = @abs_srcdir@
365 abs_top_builddir = @abs_top_builddir@
366 abs_top_srcdir = @abs_top_srcdir@
367 ac_ct_CC = @ac_ct_CC@
368 ac_ct_CXX = @ac_ct_CXX@
369 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
370 ac_ct_F77 = @ac_ct_F77@
371 ac_ct_FC = @ac_ct_FC@
372 acx_pthread_config = @acx_pthread_config@
373 am__include = @am__include@
374 am__leading_dot = @am__leading_dot@
375 am__quote = @am__quote@
376 am__tar = @am__tar@
377 am__untar = @am__untar@
378 bindir = $(prefix)/bin/salome
379 build = @build@
380 build_alias = @build_alias@
381 build_cpu = @build_cpu@
382 build_os = @build_os@
383 build_vendor = @build_vendor@
384 builddir = @builddir@
385 datadir = @datadir@
386 datarootdir = @datarootdir@
387
388 # Documentation directory
389 docdir = $(datadir)/doc/salome
390 dvidir = @dvidir@
391 exec_prefix = @exec_prefix@
392 host = @host@
393 host_alias = @host_alias@
394 host_cpu = @host_cpu@
395 host_os = @host_os@
396 host_vendor = @host_vendor@
397 htmldir = @htmldir@
398 includedir = @includedir@
399 infodir = @infodir@
400 install_sh = @install_sh@
401 libdir = $(prefix)/lib@LIB_LOCATION_SUFFIX@/salome
402 libexecdir = @libexecdir@
403 localedir = @localedir@
404 localstatedir = @localstatedir@
405 lt_ECHO = @lt_ECHO@
406 mandir = @mandir@
407 mkdir_p = @mkdir_p@
408 mpi2_ok = @mpi2_ok@
409 mpi_ok = @mpi_ok@
410 oldincludedir = @oldincludedir@
411 para_path = @para_path@
412 pdfdir = @pdfdir@
413 pkgpyexecdir = @pkgpyexecdir@
414 pkgpythondir = @pkgpythondir@
415 prefix = @prefix@
416 program_transform_name = @program_transform_name@
417 psdir = @psdir@
418 pyexecdir = @pyexecdir@
419 pythondir = @pythondir@
420 sbindir = @sbindir@
421 sharedstatedir = @sharedstatedir@
422 srcdir = @srcdir@
423 sysconfdir = @sysconfdir@
424 target = @target@
425 target_alias = @target_alias@
426 target_cpu = @target_cpu@
427 target_os = @target_os@
428 target_vendor = @target_vendor@
429 top_build_prefix = @top_build_prefix@
430 top_builddir = @top_builddir@
431 top_srcdir = @top_srcdir@
432
433 # ============================================================
434 # The following is to avoid PACKAGE_... env variable
435 # redefinition compilation warnings
436 # ============================================================
437 #
438 AM_CXXFLAGS = @KERNEL_CXXFLAGS@ -include SALOMEconfig.h
439 AM_CPPFLAGS = @KERNEL_CXXFLAGS@ -include SALOMEconfig.h
440
441 # ============================================================
442 # This file defines the common definitions used in several
443 # Makefile. This file must be included, if needed, by the file
444 # Makefile.am.
445 # ============================================================
446 # Standard directory for installation
447 #
448 salomeincludedir = $(includedir)/salome
449 salomescriptdir = $(bindir)
450 salomepythondir = $(pythondir)/salome
451 salomepyexecdir = $(pyexecdir)/salome
452
453 # Directory for installing idl files
454 salomeidldir = $(prefix)/idl/salome
455
456 # Directory for installing resource files
457 salomeresdir = $(prefix)/share/salome/resources/@MODULE_NAME@
458
459 # Directories for installing admin files
460 admlocaldir = $(prefix)/adm_local
461 admlocalunixdir = $(admlocaldir)/unix
462 admlocalm4dir = $(admlocaldir)/unix/config_files
463
464 # Shared modules installation directory
465 sharedpkgpythondir = $(salomepythondir)/shared_modules
466
467 # extra distributed files
468 EXTRA_DIST = $(MOC_FILES:%_moc.cxx=%.h) $(QRC_FILES:qrc_%.cxx=%.qrc) \
469              $(UIC_FILES:ui_%.h=%.ui) $(nodist_salomeres_DATA:%.qm=%.ts)
470
471
472 #  File   : Makefile.in
473 #  Author : Patrick GOLDBRONN (CEA)
474 #  Modified by : Alexander BORODIN (OCN) - autotools usage
475 #  Module : SMESH
476 #  $Header$
477 #
478 SUBDIRS = MeshCut
479 DIST_SUBDIRS = MeshCut
480 all: all-recursive
481
482 .SUFFIXES:
483 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/adm_local/unix/make_common_starter.am $(am__configure_deps)
484         @for dep in $?; do \
485           case '$(am__configure_deps)' in \
486             *$$dep*) \
487               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
488                 && { if test -f $@; then exit 0; else break; fi; }; \
489               exit 1;; \
490           esac; \
491         done; \
492         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Tools/Makefile'; \
493         $(am__cd) $(top_srcdir) && \
494           $(AUTOMAKE) --gnu src/Tools/Makefile
495 .PRECIOUS: Makefile
496 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
497         @case '$?' in \
498           *config.status*) \
499             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
500           *) \
501             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
502             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
503         esac;
504
505 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
506         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
507
508 $(top_srcdir)/configure:  $(am__configure_deps)
509         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
510 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
511         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
512 $(am__aclocal_m4_deps):
513
514 mostlyclean-libtool:
515         -rm -f *.lo
516
517 clean-libtool:
518         -rm -rf .libs _libs
519
520 # This directory's subdirectories are mostly independent; you can cd
521 # into them and run `make' without going through this Makefile.
522 # To change the values of `make' variables: instead of editing Makefiles,
523 # (1) if the variable is set in `config.status', edit `config.status'
524 #     (which will cause the Makefiles to be regenerated when you run `make');
525 # (2) otherwise, pass the desired values on the `make' command line.
526 $(RECURSIVE_TARGETS):
527         @fail= failcom='exit 1'; \
528         for f in x $$MAKEFLAGS; do \
529           case $$f in \
530             *=* | --[!k]*);; \
531             *k*) failcom='fail=yes';; \
532           esac; \
533         done; \
534         dot_seen=no; \
535         target=`echo $@ | sed s/-recursive//`; \
536         list='$(SUBDIRS)'; for subdir in $$list; do \
537           echo "Making $$target in $$subdir"; \
538           if test "$$subdir" = "."; then \
539             dot_seen=yes; \
540             local_target="$$target-am"; \
541           else \
542             local_target="$$target"; \
543           fi; \
544           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
545           || eval $$failcom; \
546         done; \
547         if test "$$dot_seen" = "no"; then \
548           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
549         fi; test -z "$$fail"
550
551 $(RECURSIVE_CLEAN_TARGETS):
552         @fail= failcom='exit 1'; \
553         for f in x $$MAKEFLAGS; do \
554           case $$f in \
555             *=* | --[!k]*);; \
556             *k*) failcom='fail=yes';; \
557           esac; \
558         done; \
559         dot_seen=no; \
560         case "$@" in \
561           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
562           *) list='$(SUBDIRS)' ;; \
563         esac; \
564         rev=''; for subdir in $$list; do \
565           if test "$$subdir" = "."; then :; else \
566             rev="$$subdir $$rev"; \
567           fi; \
568         done; \
569         rev="$$rev ."; \
570         target=`echo $@ | sed s/-recursive//`; \
571         for subdir in $$rev; do \
572           echo "Making $$target in $$subdir"; \
573           if test "$$subdir" = "."; then \
574             local_target="$$target-am"; \
575           else \
576             local_target="$$target"; \
577           fi; \
578           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
579           || eval $$failcom; \
580         done && test -z "$$fail"
581 tags-recursive:
582         list='$(SUBDIRS)'; for subdir in $$list; do \
583           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
584         done
585 ctags-recursive:
586         list='$(SUBDIRS)'; for subdir in $$list; do \
587           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
588         done
589
590 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
591         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
592         unique=`for i in $$list; do \
593             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
594           done | \
595           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
596               END { if (nonempty) { for (i in files) print i; }; }'`; \
597         mkid -fID $$unique
598 tags: TAGS
599
600 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
601                 $(TAGS_FILES) $(LISP)
602         set x; \
603         here=`pwd`; \
604         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
605           include_option=--etags-include; \
606           empty_fix=.; \
607         else \
608           include_option=--include; \
609           empty_fix=; \
610         fi; \
611         list='$(SUBDIRS)'; for subdir in $$list; do \
612           if test "$$subdir" = .; then :; else \
613             test ! -f $$subdir/TAGS || \
614               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
615           fi; \
616         done; \
617         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
618         unique=`for i in $$list; do \
619             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
620           done | \
621           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
622               END { if (nonempty) { for (i in files) print i; }; }'`; \
623         shift; \
624         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
625           test -n "$$unique" || unique=$$empty_fix; \
626           if test $$# -gt 0; then \
627             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
628               "$$@" $$unique; \
629           else \
630             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
631               $$unique; \
632           fi; \
633         fi
634 ctags: CTAGS
635 CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
636                 $(TAGS_FILES) $(LISP)
637         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
638         unique=`for i in $$list; do \
639             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
640           done | \
641           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
642               END { if (nonempty) { for (i in files) print i; }; }'`; \
643         test -z "$(CTAGS_ARGS)$$unique" \
644           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
645              $$unique
646
647 GTAGS:
648         here=`$(am__cd) $(top_builddir) && pwd` \
649           && $(am__cd) $(top_srcdir) \
650           && gtags -i $(GTAGS_ARGS) "$$here"
651
652 distclean-tags:
653         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
654
655 distdir: $(DISTFILES)
656         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
657         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
658         list='$(DISTFILES)'; \
659           dist_files=`for file in $$list; do echo $$file; done | \
660           sed -e "s|^$$srcdirstrip/||;t" \
661               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
662         case $$dist_files in \
663           */*) $(MKDIR_P) `echo "$$dist_files" | \
664                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
665                            sort -u` ;; \
666         esac; \
667         for file in $$dist_files; do \
668           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
669           if test -d $$d/$$file; then \
670             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
671             if test -d "$(distdir)/$$file"; then \
672               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
673             fi; \
674             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
675               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
676               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
677             fi; \
678             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
679           else \
680             test -f "$(distdir)/$$file" \
681             || cp -p $$d/$$file "$(distdir)/$$file" \
682             || exit 1; \
683           fi; \
684         done
685         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
686           if test "$$subdir" = .; then :; else \
687             test -d "$(distdir)/$$subdir" \
688             || $(MKDIR_P) "$(distdir)/$$subdir" \
689             || exit 1; \
690           fi; \
691         done
692         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
693           if test "$$subdir" = .; then :; else \
694             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
695             $(am__relativize); \
696             new_distdir=$$reldir; \
697             dir1=$$subdir; dir2="$(top_distdir)"; \
698             $(am__relativize); \
699             new_top_distdir=$$reldir; \
700             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
701             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
702             ($(am__cd) $$subdir && \
703               $(MAKE) $(AM_MAKEFLAGS) \
704                 top_distdir="$$new_top_distdir" \
705                 distdir="$$new_distdir" \
706                 am__remove_distdir=: \
707                 am__skip_length_check=: \
708                 am__skip_mode_fix=: \
709                 distdir) \
710               || exit 1; \
711           fi; \
712         done
713 check-am: all-am
714 check: check-recursive
715 all-am: Makefile
716 installdirs: installdirs-recursive
717 installdirs-am:
718 install: install-recursive
719 install-exec: install-exec-recursive
720 install-data: install-data-recursive
721 uninstall: uninstall-recursive
722
723 install-am: all-am
724         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
725
726 installcheck: installcheck-recursive
727 install-strip:
728         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
729           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
730           `test -z '$(STRIP)' || \
731             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
732 mostlyclean-generic:
733
734 clean-generic:
735
736 distclean-generic:
737         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
738         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
739
740 maintainer-clean-generic:
741         @echo "This command is intended for maintainers to use"
742         @echo "it deletes files that may require special tools to rebuild."
743 clean: clean-recursive
744
745 clean-am: clean-generic clean-libtool mostlyclean-am
746
747 distclean: distclean-recursive
748         -rm -f Makefile
749 distclean-am: clean-am distclean-generic distclean-tags
750
751 dvi: dvi-recursive
752
753 dvi-am:
754
755 html: html-recursive
756
757 html-am:
758
759 info: info-recursive
760
761 info-am:
762
763 install-data-am:
764
765 install-dvi: install-dvi-recursive
766
767 install-dvi-am:
768
769 install-exec-am:
770
771 install-html: install-html-recursive
772
773 install-html-am:
774
775 install-info: install-info-recursive
776
777 install-info-am:
778
779 install-man:
780
781 install-pdf: install-pdf-recursive
782
783 install-pdf-am:
784
785 install-ps: install-ps-recursive
786
787 install-ps-am:
788
789 installcheck-am:
790
791 maintainer-clean: maintainer-clean-recursive
792         -rm -f Makefile
793 maintainer-clean-am: distclean-am maintainer-clean-generic
794
795 mostlyclean: mostlyclean-recursive
796
797 mostlyclean-am: mostlyclean-generic mostlyclean-libtool \
798         mostlyclean-local
799
800 pdf: pdf-recursive
801
802 pdf-am:
803
804 ps: ps-recursive
805
806 ps-am:
807
808 uninstall-am:
809
810 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
811         install-am install-strip tags-recursive
812
813 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
814         all all-am check check-am clean clean-generic clean-libtool \
815         ctags ctags-recursive distclean distclean-generic \
816         distclean-libtool distclean-tags distdir dvi dvi-am html \
817         html-am info info-am install install-am install-data \
818         install-data-am install-dvi install-dvi-am install-exec \
819         install-exec-am install-html install-html-am install-info \
820         install-info-am install-man install-pdf install-pdf-am \
821         install-ps install-ps-am install-strip installcheck \
822         installcheck-am installdirs installdirs-am maintainer-clean \
823         maintainer-clean-generic mostlyclean mostlyclean-generic \
824         mostlyclean-libtool mostlyclean-local pdf pdf-am ps ps-am tags \
825         tags-recursive uninstall uninstall-am
826
827
828 # common rules
829
830 # meta object implementation files generation (moc)
831 %_moc.cxx: %.h
832         $(MOC) $< -o $@
833
834 # translation (*.qm) files generation (lrelease)
835 %.qm: %.ts
836         $(LRELEASE) $< -qm $@
837
838 # resource files generation (qrcc)
839 qrc_%.cxx: %.qrc
840         $(QRCC) $< -o $@ -name $(*F)
841
842 # qt forms files generation (uic)
843 ui_%.h: %.ui
844         $(UIC) -o $@ $<
845
846 # customize clean operation
847 mostlyclean-local:
848         rm -f @builddir@/*_moc.cxx
849         rm -f @builddir@/*.qm
850         rm -f @builddir@/ui_*.h
851         rm -f @builddir@/qrc_*.cxx
852
853 # tests
854 tests: unittest
855
856 unittest: $(UNIT_TEST_PROG)
857         @if test "x$(UNIT_TEST_PROG)" != "x"; then \
858             $(UNIT_TEST_PROG);                     \
859         fi;
860
861 # Tell versions [3.59,3.63) of GNU make to not export all variables.
862 # Otherwise a system limit (for SysV at least) may be exceeded.
863 .NOEXPORT: