1 # Copyright (C) 2007-2013 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 # PLEASE DO NOT MODIFY configure.in FILE
21 # ALL CHANGES WILL BE DISCARDED BY THE NEXT
22 # build_configure COMMAND
23 # CHANGES MUST BE MADE IN configure.in.base FILE
24 # Author : Marc Tajchman (CEA)
26 # Modified by : Patrick GOLDBRONN (CEA)
27 # Modified by : Marc Tajchman (CEA)
28 # Created from configure.in.base
30 AC_INIT([Salome2 Project HELLO module],[7.1.0], [webmaster.salome@opencascade.com], [SalomeHELLO])
31 AC_CONFIG_AUX_DIR(adm_local/unix/config_files)
34 AM_INIT_AUTOMAKE([-Wno-portability])
36 XVERSION=`echo $VERSION | awk -F. '{printf("0x%02x%02x%02x",$1,$2,$3)}'`
41 # set up MODULE_NAME variable for dynamic construction of directories (resources, etc.)
46 dnl Initialize source and build root directories
50 ROOT_SRCDIR=`echo $0 | sed -e "s,[[^/]]*$,,;s,/$,,;s,^$,.,"`
56 AC_SUBST(ROOT_BUILDDIR)
59 echo Source root directory : $ROOT_SRCDIR
60 echo Build root directory : $ROOT_BUILDDIR
64 AC_CHECK_PROG(SHELL,sh)
67 if test -z "$AR"; then
68 AC_CHECK_PROGS(AR,ar xar,:,$PATH)
72 dnl Export the AR macro so that it will be placed in the libtool file
77 echo ---------------------------------------------
79 echo ---------------------------------------------
86 dnl libtool macro check for CC, LD, NM, LN_S, RANLIB, STRIP + for shared libraries
91 echo ---------------------------------------------
93 echo ---------------------------------------------
95 dnl first, we set static to no!
96 dnl if we want it, use --enable-static
102 dnl Fix up the INSTALL macro if it s a relative path. We want the
103 dnl full-path to the binary instead.
106 INSTALL='\${KERNEL_ROOT_DIR}'/adm_local/unix/config_files/install-sh
111 echo ---------------------------------------------
113 echo ---------------------------------------------
117 dnl inutil car libtool
121 AC_CXX_TEMPLATE_OPTIONS
123 # AC_CC_WARNINGS([ansi])
127 AC_CHECK_LIB(dl,dlopen)
129 dnl Library librt : for alpha/osf
130 AC_CHECK_LIB(rt,nanosleep)
132 dnl add library libm :
135 AC_CXX_USE_STD_IOSTREAM
139 dnl ---------------------------------------------
141 dnl ---------------------------------------------
147 echo ---------------------------------------------
149 echo ---------------------------------------------
155 echo ---------------------------------------------
157 echo ---------------------------------------------
165 echo ---------------------------------------------
167 echo ---------------------------------------------
173 if test "${SalomeGUI_need}" != "no" -a "${FullGUI_ok}" = "yes" ; then
177 AM_CONDITIONAL(HELLO_ENABLE_GUI, [test "${gui_ok}" = "yes"])
179 if test "${SalomeGUI_need}" == "yes"; then
180 if test "${FullGUI_ok}" != "yes"; then
181 AC_MSG_WARN(For configure HELLO module necessary full GUI!)
183 elif test "${SalomeGUI_need}" == "auto"; then
184 if test "${FullGUI_ok}" != "yes"; then
185 AC_MSG_WARN(Full GUI not found. Build will be done without GUI!)
187 elif test "${SalomeGUI_need}" == "no"; then
188 echo Build without GUI option has been chosen
191 if test "${gui_ok}" = "yes"; then
193 echo ---------------------------------------------
195 echo ---------------------------------------------
203 echo ---------------------------------------------
205 echo ---------------------------------------------
211 echo ---------------------------------------------
213 echo ---------------------------------------------
219 echo ---------------------------------------------
221 echo ---------------------------------------------
227 echo ---------------------------------------------
228 echo Testing OpenCascade
229 echo ---------------------------------------------
235 echo ---------------------------------------------
237 echo ---------------------------------------------
243 echo ---------------------------------------------
244 echo default ORB : omniORB
245 echo ---------------------------------------------
253 CORBA=adm_local/unix/$corba
256 echo ---------------------------------------------
257 echo Testing html generators
258 echo ---------------------------------------------
261 CHECK_HTML_GENERATORS
264 echo ---------------------------------------------
266 echo ---------------------------------------------
272 echo ---------------------------------------------
274 echo ---------------------------------------------
279 if test "${gui_ok}" = "yes"; then
280 variables="cc_ok threads_ok boost_ok python_ok omniORB_ok qt_ok hdf5_ok doxygen_ok Kernel_ok gui_ok"
281 elif test "${SalomeGUI_need}" != "no"; then
282 variables="cc_ok threads_ok boost_ok python_ok omniORB_ok hdf5_ok doxygen_ok Kernel_ok gui_ok"
284 variables="cc_ok threads_ok boost_ok python_ok omniORB_ok hdf5_ok doxygen_ok Kernel_ok"
287 for var in $variables
289 printf " %10s : " `echo \$var | sed -e "s,_ok,,"`
294 echo "Default ORB : $DEFAULT_ORB"
297 dnl We don t need to say when we re entering directories if we re using
298 dnl GNU make becuase make does it for us.
299 if test "X$GMAKE" = "Xyes"; then
300 AC_SUBST(SETX) SETX=":"
302 AC_SUBST(SETX) SETX="set -x"
305 echo ---------------------------------------------
306 echo generating Makefiles and configure files
307 echo ---------------------------------------------
310 AC_OUTPUT_COMMANDS([ \
315 AC_CONFIG_COMMANDS([hack_libtool],[
316 sed -i "s%^CC=\"\(.*\)\"%hack_libtool (){ \n\
317 $(pwd)/hack_libtool \1 \"\$[@]\" \n\
319 CC=\"hack_libtool\"%g" libtool
320 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
321 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
322 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
325 # This list is initiated using autoscan and must be updated manually
326 # when adding a new file <filename>.in to manage. When you execute
327 # autoscan, the Makefile list is generated in the output file configure.scan.
328 # This could be helpfull to update de configuration.
331 adm_local/unix/Makefile \
332 adm_local/unix/config_files/Makefile \
338 doc/static/header.html \
340 resources/HELLOCatalog.xml \
341 resources/SalomeApp.xml \
344 src/HELLOGUI/Makefile \