mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-12-24 16:30:35 +05:00
Issue 20406: Time compilation when recompiling
This commit is contained in:
parent
d649b3a70f
commit
76e33810ed
@ -28,8 +28,8 @@ include $(top_srcdir)/adm_local/unix/make_common_starter.am
|
|||||||
|
|
||||||
if GEOM_ENABLE_GUI
|
if GEOM_ENABLE_GUI
|
||||||
ACLOCAL_AMFLAGS = -I adm_local/unix/config_files \
|
ACLOCAL_AMFLAGS = -I adm_local/unix/config_files \
|
||||||
-I ${KERNEL_ROOT_DIR}/salome_adm/unix/config_files \
|
-I ${GUI_ROOT_DIR}/adm_local/unix/config_files \
|
||||||
-I ${GUI_ROOT_DIR}/adm_local/unix/config_files
|
-I ${KERNEL_ROOT_DIR}/salome_adm/unix/config_files
|
||||||
else !GEOM_ENABLE_GUI
|
else !GEOM_ENABLE_GUI
|
||||||
ACLOCAL_AMFLAGS = -I adm_local/unix/config_files \
|
ACLOCAL_AMFLAGS = -I adm_local/unix/config_files \
|
||||||
-I ${KERNEL_ROOT_DIR}/salome_adm/unix/config_files
|
-I ${KERNEL_ROOT_DIR}/salome_adm/unix/config_files
|
||||||
@ -39,7 +39,7 @@ SUBDIRS = idl adm_local resources src doc bin
|
|||||||
|
|
||||||
DIST_SUBDIRS = idl adm_local resources src doc bin
|
DIST_SUBDIRS = idl adm_local resources src doc bin
|
||||||
|
|
||||||
DISTCLEANFILES = a.out aclocal.m4 configure
|
DISTCLEANFILES = a.out aclocal.m4 configure local-install.sh
|
||||||
|
|
||||||
salomeinclude_DATA = GEOM_version.h
|
salomeinclude_DATA = GEOM_version.h
|
||||||
|
|
||||||
|
@ -82,6 +82,7 @@ echo
|
|||||||
|
|
||||||
AC_PROG_MAKE_SET
|
AC_PROG_MAKE_SET
|
||||||
AC_PROG_INSTALL
|
AC_PROG_INSTALL
|
||||||
|
AC_LOCAL_INSTALL
|
||||||
dnl
|
dnl
|
||||||
dnl libtool macro check for CC, LD, NM, LN_S, RANLIB, STRIP + pour les librairies dynamiques !
|
dnl libtool macro check for CC, LD, NM, LN_S, RANLIB, STRIP + pour les librairies dynamiques !
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user