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 echo ---------------------------------------------
119 echo ---------------------------------------------
125 dnl ---------------------------------------------
127 dnl ---------------------------------------------
133 echo ---------------------------------------------
134 echo testing LEX \& YACC
135 echo ---------------------------------------------
144 echo ---------------------------------------------
146 echo ---------------------------------------------
152 dnl echo ---------------------------------------------
153 dnl echo testing java
154 dnl echo ---------------------------------------------
160 echo ---------------------------------------------
162 echo ---------------------------------------------
168 echo ---------------------------------------------
170 echo ---------------------------------------------
176 echo ---------------------------------------------
178 echo ---------------------------------------------
184 dnl echo ---------------------------------------------
185 dnl echo testing mico
186 dnl echo ---------------------------------------------
192 echo ---------------------------------------------
193 echo default ORB : omniORB
194 echo ---------------------------------------------
202 CORBA=adm_local/unix/$corba
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 ---------------------------------------------
277 # echo ---------------------------------------------
279 # echo ---------------------------------------------
285 # echo ---------------------------------------------
286 # echo Testing Netgen
287 # echo ---------------------------------------------
293 echo ---------------------------------------------
295 echo ---------------------------------------------
301 echo ---------------------------------------------
303 echo ---------------------------------------------
309 echo ---------------------------------------------
311 echo ---------------------------------------------
315 variables="cc_ok boost_ok threads_ok omniORB_ok occ_ok doxygen_ok Kernel_ok Geom_ok SMesh_ok GHS3D_ok"
317 for var in $variables
319 printf " %10s : " `echo \$var | sed -e "s,_ok,,"`
324 echo "Default ORB : $DEFAULT_ORB"
327 dnl generals files which could be included in every makefile
329 AC_SUBST_FILE(COMMENCE) COMMENCE=adm_local/unix/make_commence
330 AC_SUBST_FILE(CONCLUDE) CONCLUDE=salome_adm/unix/make_conclude
331 AC_SUBST_FILE(MODULE) MODULE=salome_adm/unix/make_module
334 AC_SUBST_FILE(DEPEND) DEPEND=salome_adm/unix/depend
336 dnl We don t need to say when we re entering directories if we re using
337 dnl GNU make becuase make does it for us.
338 if test "X$GMAKE" = "Xyes"; then
339 AC_SUBST(SETX) SETX=":"
341 AC_SUBST(SETX) SETX="set -x"
344 # make other build directories
346 salome_adm adm_local doc bin/salome include/salome lib/salome share/salome/resources #idl
348 # if test ! -d $rep ; then
355 echo ---------------------------------------------
356 echo copying resource files, shell scripts, and
358 echo ---------------------------------------------
362 dnl copy resources directories
364 #for i in `find $ROOT_SRCDIR -name 'resources' -print`
366 # local_res=`echo $i | sed -e "s,$ROOT_SRCDIR,.,"`
367 # local_res_dir=`echo $local_res | sed -e "s,[[^/]]*$,,;s,/$,,;s,^$,.,"`
368 # mkdir -p $local_res_dir
375 dnl copy shells and utilities contained in the bin directory
376 dnl excluding .in files (treated in AC-OUTPUT below) and CVS
381 #for i in $ROOT_SRCDIR/bin/*
383 # local_bin=`echo $i | sed -e "s,$ROOT_SRCDIR,.,"`
384 # case "$local_bin" in
386 # ./bin/CVS | ./bin/salome) ;;
387 # *) /usr/bin/install -C $i .; echo $local_bin ;;
392 AC_SUBST_FILE(ENVSCRIPT) ENVSCRIPT=salome_adm/unix/envScript
394 dnl copy xml files to the build tree (lib directory)
398 #for i in `find $ROOT_SRCDIR -name "*.xml" -print`
401 # echo `echo $i | sed -e "s,$ROOT_SRCDIR,.,"`
407 echo ---------------------------------------------
408 echo generating Makefiles and configure files
409 echo ---------------------------------------------
412 AC_OUTPUT_COMMANDS([ \
416 ## do not delete this line