]> SALOME platform Git repositories - tools/sat.git/blob - data/templates/PythonComponent/src/PYCMPGUI/Makefile.in
Salome HOME
9b38cb426453916bd8ed3d4714da252e4715ac3b
[tools/sat.git] / data / templates / PythonComponent / src / PYCMPGUI / Makefile.in
1 # Makefile.in generated by automake 1.10 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006  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.
9
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.
14
15 @SET_MAKE@
16
17 #  Copyright (C) 2007-2010  CEA/DEN, EDF R&D, OPEN CASCADE
18 #
19 #  This library is free software; you can redistribute it and/or
20 #  modify it under the terms of the GNU Lesser General Public
21 #  License as published by the Free Software Foundation; either
22 #  version 2.1 of the License.
23 #
24 #  This library is distributed in the hope that it will be useful,
25 #  but WITHOUT ANY WARRANTY; without even the implied warranty of
26 #  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
27 #  Lesser General Public License for more details.
28 #
29 #  You should have received a copy of the GNU Lesser General Public
30 #  License along with this library; if not, write to the Free Software
31 #  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
32 #
33 #  See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
34 #
35
36 #  Copyright (C) 2007-2010  CEA/DEN, EDF R&D, OPEN CASCADE
37 #
38 #  This library is free software; you can redistribute it and/or
39 #  modify it under the terms of the GNU Lesser General Public
40 #  License as published by the Free Software Foundation; either
41 #  version 2.1 of the License.
42 #
43 #  This library is distributed in the hope that it will be useful,
44 #  but WITHOUT ANY WARRANTY; without even the implied warranty of
45 #  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
46 #  Lesser General Public License for more details.
47 #
48 #  You should have received a copy of the GNU Lesser General Public
49 #  License along with this library; if not, write to the Free Software
50 #  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
51 #
52 #  See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
53 #
54
55
56 VPATH = @srcdir@
57 pkgdatadir = $(datadir)/@PACKAGE@
58 pkglibdir = $(libdir)/@PACKAGE@
59 pkgincludedir = $(includedir)/@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 = $(dist_salomescript_SCRIPTS) $(srcdir)/Makefile.am \
76         $(srcdir)/Makefile.in \
77         $(top_srcdir)/adm_local/unix/make_common_starter.am
78 subdir = src/:sat:{PYCMP}GUI
79 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
80 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
81 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
82         $(ACLOCAL_M4)
83 mkinstalldirs = $(install_sh) -d
84 CONFIG_CLEAN_FILES =
85 am__installdirs = "$(DESTDIR)$(salomescriptdir)" \
86         "$(DESTDIR)$(salomeresdir)"
87 dist_salomescriptSCRIPT_INSTALL = $(INSTALL_SCRIPT)
88 SCRIPTS = $(dist_salomescript_SCRIPTS)
89 SOURCES =
90 DIST_SOURCES =
91 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
92 am__vpath_adj = case $$p in \
93     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
94     *) f=$$p;; \
95   esac;
96 am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
97 nodist_salomeresDATA_INSTALL = $(INSTALL_DATA)
98 DATA = $(nodist_salomeres_DATA)
99 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
100 ACLOCAL = @ACLOCAL@
101 AMTAR = @AMTAR@
102 AR = @AR@
103 AUTOCONF = @AUTOCONF@
104 AUTOHEADER = @AUTOHEADER@
105 AUTOMAKE = @AUTOMAKE@
106 AWK = @AWK@
107 CC = @CC@
108 CCDEPMODE = @CCDEPMODE@
109 CFLAGS = @CFLAGS@
110 CORBA_CXXFLAGS = @CORBA_CXXFLAGS@
111 CORBA_INCLUDES = @CORBA_INCLUDES@
112 CORBA_IN_GUI = @CORBA_IN_GUI@
113 CORBA_LIBS = @CORBA_LIBS@
114 CORBA_ROOT = @CORBA_ROOT@
115 CPP = @CPP@
116 CPPFLAGS = @CPPFLAGS@
117 CXX = @CXX@
118 CXXCPP = @CXXCPP@
119 CXXDEPMODE = @CXXDEPMODE@
120 CXXFLAGS = @CXXFLAGS@
121 CYGPATH_W = @CYGPATH_W@
122 DEFS = @DEFS@
123 DEPDIR = @DEPDIR@
124 DOT = @DOT@
125 DOXYGEN = @DOXYGEN@
126 DOXYGEN_PYTHON_EXTENSION = @DOXYGEN_PYTHON_EXTENSION@
127 DOXYGEN_SUPPORT_STL = @DOXYGEN_SUPPORT_STL@
128 DOXYGEN_WITH_PYTHON = @DOXYGEN_WITH_PYTHON@
129 DOXYGEN_WITH_STL = @DOXYGEN_WITH_STL@
130 DVIPS = @DVIPS@
131 ECHO = @ECHO@
132 ECHO_C = @ECHO_C@
133 ECHO_N = @ECHO_N@
134 ECHO_T = @ECHO_T@
135 EGREP = @EGREP@
136 EXEEXT = @EXEEXT@
137 F77 = @F77@
138 FFLAGS = @FFLAGS@
139 GLOBAL_INSTALL = @GLOBAL_INSTALL@
140 GREP = @GREP@
141 GUI_CXXFLAGS = @GUI_CXXFLAGS@
142 GUI_LDFLAGS = @GUI_LDFLAGS@
143 GUI_ROOT_DIR = @GUI_ROOT_DIR@
144 IDL = @IDL@
145 IDLCXXFLAGS = @IDLCXXFLAGS@
146 IDLPYFLAGS = @IDLPYFLAGS@
147 IDL_CLN_CXX = @IDL_CLN_CXX@
148 IDL_CLN_H = @IDL_CLN_H@
149 IDL_CLN_OBJ = @IDL_CLN_OBJ@
150 IDL_SRV_CXX = @IDL_SRV_CXX@
151 IDL_SRV_H = @IDL_SRV_H@
152 IDL_SRV_OBJ = @IDL_SRV_OBJ@
153 INSTALL = @INSTALL@
154 INSTALL_DATA = @INSTALL_DATA@
155 INSTALL_PROGRAM = @INSTALL_PROGRAM@
156 INSTALL_SCRIPT = @INSTALL_SCRIPT@
157 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
158 KERNEL_CXXFLAGS = @KERNEL_CXXFLAGS@
159 KERNEL_LDFLAGS = @KERNEL_LDFLAGS@
160 KERNEL_ROOT_DIR = @KERNEL_ROOT_DIR@
161 KERNEL_SITE_DIR = @KERNEL_SITE_DIR@
162 LATEX = @LATEX@
163 LDEXPDYNFLAGS = @LDEXPDYNFLAGS@
164 LDFLAGS = @LDFLAGS@
165 LIBOBJS = @LIBOBJS@
166 LIBS = @LIBS@
167 LIBTOOL = @LIBTOOL@
168 LIB_LOCATION_SUFFIX = @LIB_LOCATION_SUFFIX@
169 LN_S = @LN_S@
170 LRELEASE = @LRELEASE@
171 LTLIBOBJS = @LTLIBOBJS@
172 MAKEINFO = @MAKEINFO@
173 MKDIR_P = @MKDIR_P@
174 MOC = @MOC@
175 MODULE_NAME = @MODULE_NAME@
176 OBJEXT = @OBJEXT@
177 OGL_INCLUDES = @OGL_INCLUDES@
178 OGL_LIBS = @OGL_LIBS@
179 OMNIORB_CXXFLAGS = @OMNIORB_CXXFLAGS@
180 OMNIORB_IDL = @OMNIORB_IDL@
181 OMNIORB_IDLCXXFLAGS = @OMNIORB_IDLCXXFLAGS@
182 OMNIORB_IDLPYFLAGS = @OMNIORB_IDLPYFLAGS@
183 OMNIORB_IDL_CLN_CXX = @OMNIORB_IDL_CLN_CXX@
184 OMNIORB_IDL_CLN_H = @OMNIORB_IDL_CLN_H@
185 OMNIORB_IDL_CLN_OBJ = @OMNIORB_IDL_CLN_OBJ@
186 OMNIORB_IDL_SRV_CXX = @OMNIORB_IDL_SRV_CXX@
187 OMNIORB_IDL_SRV_H = @OMNIORB_IDL_SRV_H@
188 OMNIORB_IDL_SRV_OBJ = @OMNIORB_IDL_SRV_OBJ@
189 OMNIORB_IDL_TIE_CXX = @OMNIORB_IDL_TIE_CXX@
190 OMNIORB_IDL_TIE_H = @OMNIORB_IDL_TIE_H@
191 OMNIORB_INCLUDES = @OMNIORB_INCLUDES@
192 OMNIORB_LIBS = @OMNIORB_LIBS@
193 OMNIORB_PACOIDLCXXFLAGS = @OMNIORB_PACOIDLCXXFLAGS@
194 OMNIORB_ROOT = @OMNIORB_ROOT@
195 PACKAGE = @PACKAGE@
196 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
197 PACKAGE_NAME = @PACKAGE_NAME@
198 PACKAGE_STRING = @PACKAGE_STRING@
199 PACKAGE_TARNAME = @PACKAGE_TARNAME@
200 PACKAGE_VERSION = @PACKAGE_VERSION@
201 PACOIDLCXXFLAGS = @PACOIDLCXXFLAGS@
202 PATH_SEPARATOR = @PATH_SEPARATOR@
203 PDFLATEX = @PDFLATEX@
204 PTHREAD_CC = @PTHREAD_CC@
205 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
206 PTHREAD_LIBS = @PTHREAD_LIBS@
207 PYTHON = @PYTHON@
208 PYTHONHOME = @PYTHONHOME@
209 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
210 PYTHON_INCLUDES = @PYTHON_INCLUDES@
211 PYTHON_LIBS = @PYTHON_LIBS@
212 PYTHON_PLATFORM = @PYTHON_PLATFORM@
213 PYTHON_PREFIX = @PYTHON_PREFIX@
214 PYTHON_SITE = @PYTHON_SITE@
215 PYTHON_SITE_EXEC = @PYTHON_SITE_EXEC@
216 PYTHON_SITE_INSTALL = @PYTHON_SITE_INSTALL@
217 PYTHON_SITE_PACKAGE = @PYTHON_SITE_PACKAGE@
218 PYTHON_VERSION = @PYTHON_VERSION@
219 QRCC = @QRCC@
220 QTDIR = @QTDIR@
221 QT_ASSISTANT_INCLUDES = @QT_ASSISTANT_INCLUDES@
222 QT_ASSISTANT_LIBS = @QT_ASSISTANT_LIBS@
223 QT_CORE_LIBS = @QT_CORE_LIBS@
224 QT_GUI_LIBS = @QT_GUI_LIBS@
225 QT_INCLUDES = @QT_INCLUDES@
226 QT_LIBS = @QT_LIBS@
227 QT_LIB_DIR = @QT_LIB_DIR@
228 QT_MT_INCLUDES = @QT_MT_INCLUDES@
229 QT_MT_LIBS = @QT_MT_LIBS@
230 QT_OTHER_LIBS = @QT_OTHER_LIBS@
231 QT_ROOT = @QT_ROOT@
232 QT_VERSION = @QT_VERSION@
233 QT_VERSION_ID = @QT_VERSION_ID@
234 RANLIB = @RANLIB@
235 ROOT_BUILDDIR = @ROOT_BUILDDIR@
236 ROOT_SRCDIR = @ROOT_SRCDIR@
237 RST2HTML = @RST2HTML@
238 SETX = @SETX@
239 SET_MAKE = @SET_MAKE@
240 SHELL = @SHELL@
241 STDLIB = @STDLIB@
242 STRIP = @STRIP@
243 TEMP = @TEMP@
244 UIC = @UIC@
245 VERSION = @VERSION@
246 XVERSION = @XVERSION@
247 abs_builddir = @abs_builddir@
248 abs_srcdir = @abs_srcdir@
249 abs_top_builddir = @abs_top_builddir@
250 abs_top_srcdir = @abs_top_srcdir@
251 ac_ct_CC = @ac_ct_CC@
252 ac_ct_CXX = @ac_ct_CXX@
253 ac_ct_F77 = @ac_ct_F77@
254 acx_pthread_config = @acx_pthread_config@
255 am__include = @am__include@
256 am__leading_dot = @am__leading_dot@
257 am__quote = @am__quote@
258 am__tar = @am__tar@
259 am__untar = @am__untar@
260 bindir = $(prefix)/bin/salome
261 build = @build@
262 build_alias = @build_alias@
263 build_cpu = @build_cpu@
264 build_os = @build_os@
265 build_vendor = @build_vendor@
266 builddir = @builddir@
267 datadir = @datadir@
268 datarootdir = @datarootdir@
269
270 # Documentation directory
271 docdir = $(datadir)/doc/salome
272 dvidir = @dvidir@
273 exec_prefix = @exec_prefix@
274 host = @host@
275 host_alias = @host_alias@
276 host_cpu = @host_cpu@
277 host_os = @host_os@
278 host_vendor = @host_vendor@
279 htmldir = @htmldir@
280 includedir = @includedir@
281 infodir = @infodir@
282 install_sh = @install_sh@
283 libdir = $(prefix)/lib@LIB_LOCATION_SUFFIX@/salome
284 libexecdir = @libexecdir@
285 localedir = @localedir@
286 localstatedir = @localstatedir@
287 mandir = @mandir@
288 mkdir_p = @mkdir_p@
289 oldincludedir = @oldincludedir@
290 pdfdir = @pdfdir@
291 pkgpyexecdir = @pkgpyexecdir@
292 pkgpythondir = @pkgpythondir@
293 prefix = @prefix@
294 program_transform_name = @program_transform_name@
295 psdir = @psdir@
296 pyexecdir = @pyexecdir@
297 pythondir = @pythondir@
298 sbindir = @sbindir@
299 sharedstatedir = @sharedstatedir@
300 srcdir = @srcdir@
301 sysconfdir = @sysconfdir@
302 target = @target@
303 target_alias = @target_alias@
304 target_cpu = @target_cpu@
305 target_os = @target_os@
306 target_vendor = @target_vendor@
307 top_builddir = @top_builddir@
308 top_srcdir = @top_srcdir@
309
310 # ============================================================
311 # The following is to avoid PACKAGE_... env variable
312 # redefinition compilation warnings
313 # ============================================================
314 #
315 AM_CXXFLAGS = @KERNEL_CXXFLAGS@ -include SALOMEconfig.h
316 AM_CPPFLAGS = @KERNEL_CXXFLAGS@ -include SALOMEconfig.h
317
318 # ============================================================
319 # This file defines the common definitions used in several
320 # Makefile. This file must be included, if needed, by the file
321 # Makefile.am.
322 # ============================================================
323 # Standard directory for installation
324 #
325 salomeincludedir = $(includedir)/salome
326 salomescriptdir = $(bindir)
327 salomepythondir = $(pythondir)/salome
328 salomepyexecdir = $(pyexecdir)/salome
329
330 # Directory for installing idl files
331 salomeidldir = $(prefix)/idl/salome
332
333 # Directory for installing resource files
334 salomeresdir = $(prefix)/share/salome/resources/@MODULE_NAME@
335
336 # Directories for installing admin files
337 admlocaldir = $(prefix)/adm_local
338 admlocalunixdir = $(admlocaldir)/unix
339 admlocalm4dir = $(admlocaldir)/unix/config_files
340
341 # Shared modules installation directory
342 sharedpkgpythondir = $(salomepythondir)/shared_modules
343
344 # extra distributed files
345 EXTRA_DIST = $(MOC_FILES:%_moc.cxx=%.h) $(QRC_FILES:qrc_%.cxx=%.qrc) \
346              $(UIC_FILES:ui_%.h=%.ui) $(nodist_salomeres_DATA:%.qm=%.ts)
347
348
349 #  SuperVisionTest AddComponent : example of component that adds two numbers
350 #  File   : Makefile.in
351 #  Author : , CEA
352 #  Modified by : Alexander BORODIN (OCN) - autotools usage
353 #
354
355 # Scripts to be installed
356 dist_salomescript_SCRIPTS = \
357         :sat:{PYCMP}GUI.py
358
359
360 # resources files
361 nodist_salomeres_DATA = \
362         :sat:{PYCMP}_msg_en.qm \
363         :sat:{PYCMP}_msg_fr.qm \
364         :sat:{PYCMP}_icons.qm
365
366 all: all-am
367
368 .SUFFIXES:
369 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/adm_local/unix/make_common_starter.am $(am__configure_deps)
370         @for dep in $?; do \
371           case '$(am__configure_deps)' in \
372             *$$dep*) \
373               cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
374                 && exit 0; \
375               exit 1;; \
376           esac; \
377         done; \
378         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/:sat:{PYCMP}GUI/Makefile'; \
379         cd $(top_srcdir) && \
380           $(AUTOMAKE) --gnu  src/:sat:{PYCMP}GUI/Makefile
381 .PRECIOUS: Makefile
382 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
383         @case '$?' in \
384           *config.status*) \
385             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
386           *) \
387             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
388             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
389         esac;
390
391 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
392         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
393
394 $(top_srcdir)/configure:  $(am__configure_deps)
395         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
396 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
397         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
398 install-dist_salomescriptSCRIPTS: $(dist_salomescript_SCRIPTS)
399         @$(NORMAL_INSTALL)
400         test -z "$(salomescriptdir)" || $(MKDIR_P) "$(DESTDIR)$(salomescriptdir)"
401         @list='$(dist_salomescript_SCRIPTS)'; for p in $$list; do \
402           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
403           if test -f $$d$$p; then \
404             f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
405             echo " $(dist_salomescriptSCRIPT_INSTALL) '$$d$$p' '$(DESTDIR)$(salomescriptdir)/$$f'"; \
406             $(dist_salomescriptSCRIPT_INSTALL) "$$d$$p" "$(DESTDIR)$(salomescriptdir)/$$f"; \
407           else :; fi; \
408         done
409
410 uninstall-dist_salomescriptSCRIPTS:
411         @$(NORMAL_UNINSTALL)
412         @list='$(dist_salomescript_SCRIPTS)'; for p in $$list; do \
413           f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
414           echo " rm -f '$(DESTDIR)$(salomescriptdir)/$$f'"; \
415           rm -f "$(DESTDIR)$(salomescriptdir)/$$f"; \
416         done
417
418 mostlyclean-libtool:
419         -rm -f *.lo
420
421 clean-libtool:
422         -rm -rf .libs _libs
423 install-nodist_salomeresDATA: $(nodist_salomeres_DATA)
424         @$(NORMAL_INSTALL)
425         test -z "$(salomeresdir)" || $(MKDIR_P) "$(DESTDIR)$(salomeresdir)"
426         @list='$(nodist_salomeres_DATA)'; for p in $$list; do \
427           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
428           f=$(am__strip_dir) \
429           echo " $(nodist_salomeresDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(salomeresdir)/$$f'"; \
430           $(nodist_salomeresDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(salomeresdir)/$$f"; \
431         done
432
433 uninstall-nodist_salomeresDATA:
434         @$(NORMAL_UNINSTALL)
435         @list='$(nodist_salomeres_DATA)'; for p in $$list; do \
436           f=$(am__strip_dir) \
437           echo " rm -f '$(DESTDIR)$(salomeresdir)/$$f'"; \
438           rm -f "$(DESTDIR)$(salomeresdir)/$$f"; \
439         done
440 tags: TAGS
441 TAGS:
442
443 ctags: CTAGS
444 CTAGS:
445
446
447 distdir: $(DISTFILES)
448         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
449         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
450         list='$(DISTFILES)'; \
451           dist_files=`for file in $$list; do echo $$file; done | \
452           sed -e "s|^$$srcdirstrip/||;t" \
453               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
454         case $$dist_files in \
455           */*) $(MKDIR_P) `echo "$$dist_files" | \
456                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
457                            sort -u` ;; \
458         esac; \
459         for file in $$dist_files; do \
460           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
461           if test -d $$d/$$file; then \
462             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
463             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
464               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
465             fi; \
466             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
467           else \
468             test -f $(distdir)/$$file \
469             || cp -p $$d/$$file $(distdir)/$$file \
470             || exit 1; \
471           fi; \
472         done
473 check-am: all-am
474 check: check-am
475 all-am: Makefile $(SCRIPTS) $(DATA)
476 installdirs:
477         for dir in "$(DESTDIR)$(salomescriptdir)" "$(DESTDIR)$(salomeresdir)"; do \
478           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
479         done
480 install: install-am
481 install-exec: install-exec-am
482 install-data: install-data-am
483 uninstall: uninstall-am
484
485 install-am: all-am
486         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
487
488 installcheck: installcheck-am
489 install-strip:
490         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
491           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
492           `test -z '$(STRIP)' || \
493             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
494 mostlyclean-generic:
495
496 clean-generic:
497
498 distclean-generic:
499         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
500
501 maintainer-clean-generic:
502         @echo "This command is intended for maintainers to use"
503         @echo "it deletes files that may require special tools to rebuild."
504 clean: clean-am
505
506 clean-am: clean-generic clean-libtool mostlyclean-am
507
508 distclean: distclean-am
509         -rm -f Makefile
510 distclean-am: clean-am distclean-generic
511
512 dvi: dvi-am
513
514 dvi-am:
515
516 html: html-am
517
518 info: info-am
519
520 info-am:
521
522 install-data-am: install-dist_salomescriptSCRIPTS \
523         install-nodist_salomeresDATA
524
525 install-dvi: install-dvi-am
526
527 install-exec-am:
528
529 install-html: install-html-am
530
531 install-info: install-info-am
532
533 install-man:
534
535 install-pdf: install-pdf-am
536
537 install-ps: install-ps-am
538
539 installcheck-am:
540
541 maintainer-clean: maintainer-clean-am
542         -rm -f Makefile
543 maintainer-clean-am: distclean-am maintainer-clean-generic
544
545 mostlyclean: mostlyclean-am
546
547 mostlyclean-am: mostlyclean-generic mostlyclean-libtool \
548         mostlyclean-local
549
550 pdf: pdf-am
551
552 pdf-am:
553
554 ps: ps-am
555
556 ps-am:
557
558 uninstall-am: uninstall-dist_salomescriptSCRIPTS \
559         uninstall-nodist_salomeresDATA
560
561 .MAKE: install-am install-strip
562
563 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
564         distclean distclean-generic distclean-libtool distdir dvi \
565         dvi-am html html-am info info-am install install-am \
566         install-data install-data-am install-dist_salomescriptSCRIPTS \
567         install-dvi install-dvi-am install-exec install-exec-am \
568         install-html install-html-am install-info install-info-am \
569         install-man install-nodist_salomeresDATA install-pdf \
570         install-pdf-am install-ps install-ps-am install-strip \
571         installcheck installcheck-am installdirs maintainer-clean \
572         maintainer-clean-generic mostlyclean mostlyclean-generic \
573         mostlyclean-libtool mostlyclean-local pdf pdf-am ps ps-am \
574         uninstall uninstall-am uninstall-dist_salomescriptSCRIPTS \
575         uninstall-nodist_salomeresDATA
576
577
578 # common rules
579
580 # meta object implementation files generation (moc)
581 %_moc.cxx: %.h
582         $(MOC) $< -o $@
583
584 # translation (*.qm) files generation (lrelease)
585 %.qm: %.ts
586         $(LRELEASE) $< -qm $@
587
588 # resource files generation (qrcc)
589 qrc_%.cxx: %.qrc
590         $(QRCC) $< -o $@ -name $(*F)
591
592 # qt forms files generation (uic)
593 ui_%.h: %.ui
594         $(UIC) -o $@ $<
595
596 # customize clean operation
597 mostlyclean-local:
598         rm -f @builddir@/*_moc.cxx
599         rm -f @builddir@/*.qm
600         rm -f @builddir@/ui_*.h
601         rm -f @builddir@/qrc_*.cxx
602
603 # tests
604 tests: unittest
605
606 unittest: $(UNIT_TEST_PROG)
607         @if test "x$(UNIT_TEST_PROG)" != "x"; then \
608             $(UNIT_TEST_PROG);                     \
609         fi;
610 # Tell versions [3.59,3.63) of GNU make to not export all variables.
611 # Otherwise a system limit (for SysV at least) may be exceeded.
612 .NOEXPORT: