1 # Copyright (C) 2009-2013 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.ac file
24 # Author : Roman NIKOLAEV Open CASCADE S.A.S. (roman.nikolaev@opencascade.com)
27 AC_INIT([Salome2 Project PYLIGHT module], [7.2.0], [webmaster.salome@opencascade.com], [SalomePYLIGHT])
28 AC_CONFIG_AUX_DIR(adm_local/unix/config_files)
31 AM_INIT_AUTOMAKE([-Wno-portability])
33 XVERSION=`echo $VERSION | awk -F. '{printf("0x%02x%02x%02x",$1,$2,$3)}'`
36 # set up MODULE_NAME variable for dynamic construction of directories (resources, etc.)
43 dnl Initialize source and build root directories
47 ROOT_SRCDIR=`echo $0 | sed -e "s,[[^/]]*$,,;s,/$,,;s,^$,.,"`
53 AC_SUBST(ROOT_BUILDDIR)
56 echo Source root directory : $ROOT_SRCDIR
57 echo Build root directory : $ROOT_BUILDDIR
61 AC_CHECK_PROG(SHELL,sh)
64 if test -z "$AR"; then
65 AC_CHECK_PROGS(AR,ar xar,:,$PATH)
69 dnl Export the AR macro so that it will be placed in the libtool file
74 echo ---------------------------------------------
76 echo ---------------------------------------------
83 dnl libtool macro check for CC, LD, NM, LN_S, RANLIB, STRIP + for shared libraries
88 echo ---------------------------------------------
90 echo ---------------------------------------------
92 dnl first, we set static to no!
93 dnl if we want it, use --enable-static
99 dnl Fix up the INSTALL macro if it s a relative path. We want the
100 dnl full-path to the binary instead.
103 INSTALL='\${KERNEL_ROOT_DIR}'/adm_local/unix/config_files/install-sh
108 echo ---------------------------------------------
110 echo ---------------------------------------------
118 echo ---------------------------------------------
120 echo ---------------------------------------------
126 echo ---------------------------------------------
128 echo ---------------------------------------------
134 echo ---------------------------------------------
136 echo ---------------------------------------------
142 echo ---------------------------------------------
144 echo ---------------------------------------------
149 echo ---------------------------------------------
151 echo ---------------------------------------------
157 echo ---------------------------------------------
159 echo ---------------------------------------------
166 variables="python_ok qt_ok pyqt_ok vtk_ok Kernel_ok"
168 for var in $variables
170 printf " %10s : " `echo \$var | sed -e "s,_ok,,"`
174 dnl We don t need to say when we re entering directories if we re using
175 dnl GNU make becuase make does it for us.
176 if test "X$GMAKE" = "Xyes"; then
177 AC_SUBST(SETX) SETX=":"
179 AC_SUBST(SETX) SETX="set -x"
182 echo ---------------------------------------------
183 echo generating Makefiles and configure files
184 echo ---------------------------------------------
187 AC_OUTPUT_COMMANDS([ \
192 AC_CONFIG_COMMANDS([hack_libtool],[
193 sed -i "s%^CC=\"\(.*\)\"%hack_libtool (){ \n\
194 $(pwd)/hack_libtool \1 \"\$[@]\" \n\
196 CC=\"hack_libtool\"%g" libtool
197 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
198 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
199 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
202 # This list is initiated using autoscan and must be updated manually
203 # when adding a new file <filename>.in to manage. When you execute
204 # autoscan, the Makefile list is generated in the output file configure.scan.
205 # This could be helpfull to update de configuration.
208 adm_local/unix/Makefile \
209 adm_local/unix/config_files/Makefile \
213 src/PYLIGHTGUI/Makefile \
215 resources/SalomeApp.xml \