Salome HOME
Update from BR_V5_DEV 13Feb2009
[modules/geom.git] / src / NMTAlgo / Makefile.am
index 9968f3522c0d8bdf8357938df6fd8dd9f2a84731..407b7510b4d3e665267598ad50711486f5675b59 100644 (file)
@@ -1,63 +1,77 @@
-#  GEOM NMTAlgo : partition algorithm
+#  Copyright (C) 2007-2008  CEA/DEN, EDF R&D, OPEN CASCADE
+#
+#  Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
+#  CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
 #
-#  Copyright (C) 2003  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
-#  CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS 
-# 
-#  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
+#  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
+#
+#  GEOM NMTAlgo : partition algorithm
 #  File   : Makefile.in
 #  Author : Julia DOROVSKIKH
 #  Modified by : Alexander BORODIN (OCN) - autotools usage
 #  Module : GEOM
 #  $Header$
-
+#
 include $(top_srcdir)/adm_local/unix/make_common_starter.am
 
 # header files 
-salomeinclude_HEADERS = \
-       NMTAlgo_Splitter1.hxx \
-       NMTAlgo_Splitter.hxx \
-       NMTAlgo_Builder.hxx \
-       NMTAlgo_Algo.hxx
+salomeinclude_HEADERS =                \
+       NMTAlgo_Splitter1.hxx   \
+       NMTAlgo_Splitter1.ixx   \
+       NMTAlgo_Splitter1.jxx   \
+       NMTAlgo_Splitter.hxx    \
+       NMTAlgo_Splitter.ixx    \
+       NMTAlgo_Splitter.jxx    \
+       NMTAlgo_Builder.hxx     \
+       NMTAlgo_Builder.ixx     \
+       NMTAlgo_Builder.jxx     \
+       NMTAlgo_Algo.hxx        \
+       NMTAlgo_Algo.ixx        \
+       NMTAlgo_Algo.jxx        \
+       NMTAlgo_Loop3d.hxx      \
+       NMTAlgo_Loop3d.ixx      \
+       NMTAlgo_Loop3d.jxx      \
+       NMTAlgo_Tools.hxx       \
+       NMTAlgo_Tools.ixx       \
+       NMTAlgo_Tools.jxx
 
 # Libraries targets
 lib_LTLIBRARIES = libNMTAlgo.la
 
-dist_libNMTAlgo_la_SOURCES = \
-       NMTAlgo_Algo.cxx \
-       NMTAlgo_Builder.cxx \
-       NMTAlgo_Loop3d.cxx \
-       NMTAlgo_Splitter.cxx \
-       NMTAlgo_Splitter1.cxx \
-       NMTAlgo_Splitter_1.cxx \
-       NMTAlgo_Splitter_2.cxx \
+dist_libNMTAlgo_la_SOURCES =   \
+       NMTAlgo_Algo.cxx        \
+       NMTAlgo_Builder.cxx     \
+       NMTAlgo_Loop3d.cxx      \
+       NMTAlgo_Splitter.cxx    \
+       NMTAlgo_Splitter1.cxx   \
+       NMTAlgo_Splitter_1.cxx  \
+       NMTAlgo_Splitter_2.cxx  \
        NMTAlgo_Tools.cxx
 
-# additionnal information to compil and link file
-libNMTAlgo_la_CPPFLAGS = \
-       $(CAS_CPPFLAGS) \
-       $(KERNEL_CXXFLAGS) \
-       -I$(srcdir)/../NMTDS \
+# additional information to compile and link file
+
+libNMTAlgo_la_CPPFLAGS =       \
+       $(CAS_CPPFLAGS)         \
+       $(KERNEL_CXXFLAGS)      \
+       -I$(srcdir)/../NMTDS    \
        -I$(srcdir)/../NMTTools
 
-libNMTAlgo_la_LDFLAGS  = \
-       $(STDLIB) \
-       $(CAS_LDPATH) -lTKBool -lTKBO \
-       $(KERNEL_LDFLAGS) \
+libNMTAlgo_la_LDFLAGS  =               \
+       $(STDLIB)                       \
+       $(CAS_LDPATH) -lTKBool -lTKBO   \
+       $(KERNEL_LDFLAGS)               \
        ../NMTTools/libNMTTools.la