2 # PLEASE DO NOT MODIFY configure.in FILE
4 # ALL CHANGES WILL BE DISCARDED BY THE NEXT
5 # build_configure COMMAND
7 # CHANGES MUST BE MADE IN configure.in.base FILE
10 # Author : Marc Tajchman (CEA)
12 # Modified by : Patrick GOLDBRONN (CEA)
13 # Modified by : Marc Tajchman (CEA)
15 # Created from configure.in.base
19 AC_CONFIG_AUX_DIR(${KERNEL_ROOT_DIR}/salome_adm/unix/config_files)
29 dnl Initialize source and build root directories
33 ROOT_SRCDIR=`echo $0 | sed -e "s,[[^/]]*$,,;s,/$,,;s,^$,.,"`
39 AC_SUBST(ROOT_BUILDDIR)
42 echo Source root directory : $ROOT_SRCDIR
43 echo Build root directory : $ROOT_BUILDDIR
47 if test -z "$AR"; then
48 AC_CHECK_PROGS(AR,ar xar,:,$PATH)
52 dnl Export the AR macro so that it will be placed in the libtool file
57 echo ---------------------------------------------
59 echo ---------------------------------------------
65 dnl libtool macro check for CC, LD, NM, LN_S, RANLIB, STRIP + pour les librairies dynamiques !
70 echo ---------------------------------------------
72 echo ---------------------------------------------
74 dnl first, we set static to no!
75 dnl if we want it, use --enable-static
81 dnl Fix up the INSTALL macro if it s a relative path. We want the
82 dnl full-path to the binary instead.
85 INSTALL='\${KERNEL_ROOT_DIR}'/salome_adm/unix/config_files/install-sh
90 echo ---------------------------------------------
92 echo ---------------------------------------------
96 dnl inutil car libtool
100 # AC_CC_WARNINGS([ansi])
104 AC_CHECK_LIB(dl,dlopen)
106 dnl add library libm :
110 dnl Well we use sstream which is not in gcc pre-2.95.3
111 dnl We must test if it exists. If not, add it in include !
117 dnl ---------------------------------------------
119 dnl ---------------------------------------------
125 echo ---------------------------------------------
126 echo testing LEX \& YACC
127 echo ---------------------------------------------
136 echo ---------------------------------------------
138 echo ---------------------------------------------
144 dnl echo ---------------------------------------------
145 dnl echo testing java
146 dnl echo ---------------------------------------------
152 echo ---------------------------------------------
154 echo ---------------------------------------------
160 echo ---------------------------------------------
162 echo ---------------------------------------------
168 echo ---------------------------------------------
170 echo ---------------------------------------------
176 dnl echo ---------------------------------------------
177 dnl echo testing mico
178 dnl echo ---------------------------------------------
184 echo ---------------------------------------------
185 echo default ORB : omniORB
186 echo ---------------------------------------------
194 CORBA=adm_local/unix/$corba
197 echo ---------------------------------------------
199 echo ---------------------------------------------
205 echo ---------------------------------------------
207 echo ---------------------------------------------
213 echo ---------------------------------------------
215 echo ---------------------------------------------
221 echo ---------------------------------------------
223 echo ---------------------------------------------
229 echo ---------------------------------------------
231 echo ---------------------------------------------
237 echo ---------------------------------------------
239 echo ---------------------------------------------
245 echo ---------------------------------------------
246 echo Testing OpenCascade
247 echo ---------------------------------------------
253 echo ---------------------------------------------
254 echo Testing html generators
255 echo ---------------------------------------------
258 CHECK_HTML_GENERATORS
261 echo ---------------------------------------------
263 echo ---------------------------------------------
269 echo ---------------------------------------------
271 echo ---------------------------------------------
275 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 Kernel_ok"
277 for var in $variables
279 printf " %10s : " `echo \$var | sed -e "s,_ok,,"`
284 echo "Default ORB : $DEFAULT_ORB"
287 dnl generals files which could be included in every makefile
289 AC_SUBST_FILE(COMMENCE) COMMENCE=adm_local/unix/make_commence
290 AC_SUBST_FILE(CONCLUDE) CONCLUDE=salome_adm/unix/make_conclude
291 AC_SUBST_FILE(MODULE) MODULE=salome_adm/unix/make_module
294 AC_SUBST_FILE(DEPEND) DEPEND=salome_adm/unix/depend
296 dnl We don t need to say when we re entering directories if we re using
297 dnl GNU make becuase make does it for us.
298 if test "X$GMAKE" = "Xyes"; then
299 AC_SUBST(SETX) SETX=":"
301 AC_SUBST(SETX) SETX="set -x"
304 # make other build directories
305 for rep in salome_adm adm_local doc bin/salome include/salome lib/salome share/salome/resources idl
307 # if test ! -d $rep ; then
314 echo ---------------------------------------------
315 echo copying resource files, shell scripts, and
317 echo ---------------------------------------------
321 dnl copy resources directories
323 #for i in `find $ROOT_SRCDIR -name 'resources' -print`
325 # local_res=`echo $i | sed -e "s,$ROOT_SRCDIR,.,"`
326 # local_res_dir=`echo $local_res | sed -e "s,[[^/]]*$,,;s,/$,,;s,^$,.,"`
327 # mkdir -p $local_res_dir
334 dnl copy shells and utilities contained in the bin directory
335 dnl excluding .in files (treated in AC-OUTPUT below) and CVS
340 for i in $ROOT_SRCDIR/bin/*
342 local_bin=`echo $i | sed -e "s,$ROOT_SRCDIR,.,"`
345 ./bin/CVS | ./bin/salome) ;;
346 *) /usr/bin/install $i .; echo $local_bin ;;
351 AC_SUBST_FILE(ENVSCRIPT) ENVSCRIPT=salome_adm/unix/envScript
353 dnl copy xml files to the build tree (lib directory)
357 #for i in `find $ROOT_SRCDIR -name "*.xml" -print`
360 # echo `echo $i | sed -e "s,$ROOT_SRCDIR,.,"`
366 echo ---------------------------------------------
367 echo generating Makefiles and configure files
368 echo ---------------------------------------------
371 AC_OUTPUT_COMMANDS([ \
375 ## do not delete this line