#define HOMARD_VERSION_STR "@VERSION@"
#define HOMARD_VERSION @XVERSION@
+#define HOMARD_DEVELOPMENT @VERSION_DEV@
#endif // __HOMARD_VERSION_H__
-I ${MED_ROOT_DIR}/adm_local/unix/config_files \
-I ${SMESH_ROOT_DIR}/adm_local/unix/config_files
-SUBDIRS = idl adm_local resources src doc tests
+SUBDIRS = idl adm_local resources src bin doc tests
-DIST_SUBDIRS = idl adm_local resources src doc tests
+DIST_SUBDIRS = idl adm_local resources src bin doc tests
DISTCLEANFILES = a.out aclocal.m4 configure hack_libtool
--- /dev/null
+# Copyright (C) 2011 CEA/DEN, EDF R&D
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License.
+#
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this library; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+#
+# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
+#
+
+include $(top_srcdir)/adm_local/unix/make_common_starter.am
+
+nodist_salomescript_DATA = \
+ VERSION
AC_SUBST(SHORT_VERSION)
XVERSION=`echo $VERSION | awk -F. '{printf("0x%02x%02x%02x",$1,$2,$3)}'`
AC_SUBST(XVERSION)
+VERSION_DEV=1
+AC_SUBST(VERSION_DEV)
# set up MODULE_NAME variable for dynamic construction of directories (resources, etc.)
MODULE_NAME=homard
adm_local/Makefile \
adm_local/unix/Makefile \
adm_local/unix/config_files/Makefile \
+ bin/Makefile \
+ bin/VERSION \
doc/Makefile \
doc/conf.py \
HOMARD_version.h \