1 # Copyright (C) 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE
3 # This library is free software; you can redistribute it and/or
4 # modify it under the terms of the GNU Lesser General Public
5 # License as published by the Free Software Foundation; either
6 # version 2.1 of the License.
8 # This library is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY; without even the implied warranty of
10 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
11 # Lesser General Public License for more details.
13 # You should have received a copy of the GNU Lesser General Public
14 # License along with this library; if not, write to the Free Software
15 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
17 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
20 # Author : Marc Tajchman (CEA)
22 # Modified by : Patrick GOLDBRONN (CEA)
23 # Modified by : Marc Tajchman (CEA)
24 # Modified by : Alexander BORODIN (OCN) - autotools usage
25 # Created from configure.in.base
27 AC_INIT([Salome2 Project GEOM module], [6.4.0], [webmaster.salome@opencascade.com], [SalomeGEOM])
28 AC_CONFIG_AUX_DIR(adm_local/unix/config_files)
31 AM_INIT_AUTOMAKE([tar-pax -Wno-portability])
34 XVERSION=`echo $VERSION | awk -F. '{printf("0x%02x%02x%02x",$1,$2,$3)}'`
39 # set up MODULE_NAME variable for dynamic construction of directories (resources, etc.)
44 echo ---------------------------------------------
45 echo Initialize source and build root directories
46 echo ---------------------------------------------
50 dnl Initialize source and build root directories
54 ROOT_SRCDIR=`echo $0 | sed -e "s,[[^/]]*$,,;s,/$,,;s,^$,.,"`
60 AC_SUBST(ROOT_BUILDDIR)
63 echo Source root directory : $ROOT_SRCDIR
64 echo Build root directory : $ROOT_BUILDDIR
68 if test -z "$AR"; then
69 AC_CHECK_PROGS(AR,ar xar,:,$PATH)
73 dnl Export the AR macro so that it will be placed in the libtool file
78 echo ---------------------------------------------
80 echo ---------------------------------------------
87 dnl libtool macro check for CC, LD, NM, LN_S, RANLIB, STRIP + pour les librairies dynamiques !
90 echo ---------------------------------------------
91 echo Configuring production
92 echo ---------------------------------------------
97 echo ---------------------------------------------
99 echo ---------------------------------------------
101 dnl first, we set static to no!
102 dnl if we want it, use --enable-static
108 dnl Fix up the INSTALL macro if it s a relative path. We want the
109 dnl full-path to the binary instead.
112 INSTALL='\${ROOT_BUILDDIR}'/adm_local/unix/config_files/install-sh
117 echo ---------------------------------------------
119 echo ---------------------------------------------
123 dnl inutil car libtool
127 AC_CXX_TEMPLATE_OPTIONS
129 # AC_CC_WARNINGS([ansi])
133 AC_CHECK_LIB(dl,dlopen)
135 dnl add library libm :
139 dnl Well we use sstream which is not in gcc pre-2.95.3
140 dnl We must test if it exists. If not, add it in include !
146 dnl ---------------------------------------------
148 dnl ---------------------------------------------
154 echo ---------------------------------------------
156 echo ---------------------------------------------
162 echo ---------------------------------------------
163 echo testing LEX \& YACC
164 echo ---------------------------------------------
173 echo ---------------------------------------------
175 echo ---------------------------------------------
181 dnl echo ---------------------------------------------
182 dnl echo testing java
183 dnl echo ---------------------------------------------
189 echo ---------------------------------------------
191 echo ---------------------------------------------
198 echo ---------------------------------------------
200 echo ---------------------------------------------
205 if test "x${GUI_DISABLE_CORBA}" != "xyes" ; then
207 echo ---------------------------------------------
209 echo ---------------------------------------------
215 dnl echo ---------------------------------------------
216 dnl echo testing mico
217 dnl echo ---------------------------------------------
223 echo ---------------------------------------------
224 echo default ORB : omniORB
225 echo ---------------------------------------------
231 echo ---------------------------------------------
233 echo ---------------------------------------------
240 CORBA=adm_local/unix/$corba
245 echo ---------------------------------------------
247 echo ---------------------------------------------
253 if test "${SalomeGUI_need}" != "no" -a "${FullGUI_ok}" = "yes" ; then
257 AM_CONDITIONAL(GEOM_ENABLE_GUI, [test "${gui_ok}" = "yes"])
259 if test "${SalomeGUI_need}" == "yes"; then
260 if test "${FullGUI_ok}" != "yes"; then
261 AC_MSG_WARN(For configure GEOM module necessary full GUI!)
263 elif test "${SalomeGUI_need}" == "auto"; then
264 if test "${FullGUI_ok}" != "yes"; then
265 AC_MSG_WARN(Full GUI not found. Build will be done without GUI!)
267 elif test "${SalomeGUI_need}" == "no"; then
268 echo Build without GUI option has been chosen
271 if test "${gui_ok}" = "yes"; then
273 echo ---------------------------------------------
275 echo ---------------------------------------------
281 echo ---------------------------------------------
283 echo ---------------------------------------------
290 echo ---------------------------------------------
292 echo ---------------------------------------------
298 echo ---------------------------------------------
300 echo ---------------------------------------------
306 echo ---------------------------------------------
308 echo ---------------------------------------------
314 echo ---------------------------------------------
315 echo Testing OpenCascade
316 echo ---------------------------------------------
321 echo "OCC_VERSION_DEVELOPMENT = ${OCC_VERSION_DEVELOPMENT}"
323 NMTTools_VAR=NMTTools
324 GEOMAlgo_VAR=GEOMAlgo
325 if test "${OCC_VERSION_DEVELOPMENT}" == "1"; then
327 NMTTools_VAR=NMTTools_NEW
328 GEOMAlgo_VAR=GEOMAlgo_NEW
331 AC_SUBST(NMTTools_VAR)
332 AC_SUBST(GEOMAlgo_VAR)
335 echo ---------------------------------------------
336 echo Testing html generators
337 echo ---------------------------------------------
340 CHECK_HTML_GENERATORS
343 echo ---------------------------------------------
345 echo ---------------------------------------------
350 echo ---------------------------------------------
352 echo ---------------------------------------------
355 if test "${opencv_ok}" = "yes"; then
356 AC_DEFINE_UNQUOTED(WITH_OPENCV,${WITH_OPENCV})
361 echo ---------------------------------------------
363 echo ---------------------------------------------
369 echo ---------------------------------------------
371 echo ---------------------------------------------
376 if test "${gui_ok}" = "yes"; then
377 variables="cc_ok lex_yacc_ok python_ok swig_ok threads_ok OpenGL_ok qt_ok vtk_ok hdf5_ok omniORB_ok boost_ok occ_ok doxygen_ok graphviz_ok sphinx_ok opencv_ok Kernel_ok gui_ok"
378 elif test "${SalomeGUI_need}" != "no"; then
379 variables="cc_ok lex_yacc_ok python_ok swig_ok threads_ok vtk_ok hdf5_ok omniORB_ok boost_ok occ_ok doxygen_ok graphviz_ok opencv_ok Kernel_ok gui_ok"
381 variables="cc_ok lex_yacc_ok python_ok swig_ok threads_ok vtk_ok hdf5_ok omniORB_ok boost_ok occ_ok doxygen_ok graphviz_ok opencv_ok Kernel_ok"
384 for var in $variables
386 printf " %10s : " `echo \$var | sed -e "s,_ok,,"`
391 echo "Default ORB : $DEFAULT_ORB"
394 dnl We don t need to say when we re entering directories if we re using
395 dnl GNU make because make does it for us.
396 if test "X$GMAKE" = "Xyes"; then
397 AC_SUBST(SETX) SETX=":"
399 AC_SUBST(SETX) SETX="set -x"
403 echo ---------------------------------------------
404 echo generating Makefiles and configure files
405 echo ---------------------------------------------
408 #AC_OUTPUT_COMMANDS([ \
409 # chmod +x ./bin/*; \
413 AC_CONFIG_COMMANDS([hack_libtool],[
414 sed -i "s%^CC=\"\(.*\)\"%hack_libtool (){ \n\
415 $(pwd)/hack_libtool \1 \"\$[@]\" \n\
417 CC=\"hack_libtool\"%g" libtool
418 sed -i "s%\(\s*\)for searchdir in \$newlib_search_path \$lib_search_path \$sys_lib_search_path \$shlib_search_path; do%\1searchdirs=\"\$newlib_search_path \$lib_search_path \$sys_lib_search_path \$shlib_search_path\"\n\1for searchdir in \$searchdirs; do%g" libtool
419 sed -i "s%\(\s*\)searchdirs=\"\$newlib_search_path \$lib_search_path \(.*\)\"%\1searchdirs=\"\$newlib_search_path \$lib_search_path\"\n\1sss_beg=\"\"\n\1sss_end=\"\2\"%g" libtool
420 sed -i "s%\(\s*\)\(for searchdir in \$searchdirs; do\)%\1for sss in \$searchdirs; do\n\1 if ! test -d \$sss; then continue; fi\n\1 ssss=\$(cd \$sss; pwd)\n\1 if test \"\$ssss\" != \"\" \&\& test -d \$ssss; then\n\1 case \$ssss in\n\1 /usr/lib | /usr/lib64 ) ;;\n\1 * ) sss_beg=\"\$sss_beg \$ssss\" ;;\n\1 esac\n\1 fi\n\1done\n\1searchdirs=\"\$sss_beg \$sss_end\"\n\1\2%g" libtool
423 # This list is initiated using autoscan and must be updated manually
424 # when adding a new file <filename>.in to manage. When you execute
425 # autoscan, the Makefile list is generated in the output file configure.scan.
426 # This could be helpfull to update de configuration.
429 adm_local/cmake_files/Makefile \
430 adm_local/unix/Makefile \
431 adm_local/unix/config_files/Makefile \
436 doc/docutils/Makefile \
437 doc/docutils/conf.py \
438 doc/salome/Makefile \
439 doc/salome/gui/Makefile \
440 doc/salome/gui/GEOM/Makefile \
441 doc/salome/gui/GEOM/doxyfile \
442 doc/salome/gui/GEOM/doxyfile_py \
443 doc/salome/gui/GEOM/doxyfile_tui \
444 doc/salome/gui/GEOM/static/header.html \
445 doc/salome/gui/GEOM/static/header_py.html \
446 doc/salome/tui/Makefile \
447 doc/salome/tui/doxyfile \
448 doc/salome/tui/static/header.html \
450 src/AdvancedGUI/Makefile \
451 src/ARCHIMEDE/Makefile \
452 src/BREPExport/Makefile \
453 src/BREPImport/Makefile \
454 src/BasicGUI/Makefile \
455 src/BlocksGUI/Makefile \
456 src/BooleanGUI/Makefile \
457 src/BuildGUI/Makefile \
458 src/DisplayGUI/Makefile \
459 src/DlgRef/Makefile \
460 src/EntityGUI/Makefile \
462 src/GEOMAlgo/Makefile \
463 src/GEOMAlgo_NEW/Makefile \
464 src/GEOMBase/Makefile \
465 src/GEOMClient/Makefile \
466 src/GEOMFiltersSelection/Makefile \
467 src/Material/Makefile \
468 src/GEOMGUI/Makefile \
469 src/GEOMImpl/Makefile \
470 src/GEOMToolsGUI/Makefile \
471 src/GEOM_I/Makefile \
472 src/GEOM_I_Superv/Makefile \
473 src/GEOM_SWIG/Makefile \
474 src/GEOM_SWIG_WITHIHM/Makefile \
475 src/GEOM_PY/Makefile \
476 src/GEOM_PY/structelem/Makefile \
477 src/GenerationGUI/Makefile \
478 src/GroupGUI/Makefile \
479 src/IGESExport/Makefile \
480 src/IGESImport/Makefile \
481 src/MeasureGUI/Makefile \
483 src/NMTDS_NEW/Makefile \
484 src/NMTTools/Makefile \
485 src/NMTTools_NEW/Makefile \
486 src/OBJECT/Makefile \
487 src/OCC2VTK/Makefile \
488 src/OperationGUI/Makefile \
489 src/PrimitiveGUI/Makefile \
490 src/RepairGUI/Makefile \
491 src/SKETCHER/Makefile \
492 src/STEPExport/Makefile \
493 src/STEPImport/Makefile \
494 src/STLExport/Makefile \
495 src/ShHealOper/Makefile \
496 src/ShapeRecognition/Makefile \
497 src/TransformationGUI/Makefile \
498 src/VTKExport/Makefile \
500 resources/GEOMCatalog.xml \
501 resources/SalomeApp.xml \