Salome HOME
Mantis issue 0021483: EDF 1638 GEOM: Retrieve non blocks solids and faces from a...
[modules/geom.git] / src / GEOMImpl / Makefile.am
index c54537056ecb984afe25d89e5f1b202ef0e74fcb..69cda82da32fc96aeae8fa87b19698cd08df71cc 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2007-2011  CEA/DEN, EDF R&D, OPEN CASCADE
+# Copyright (C) 2007-2012  CEA/DEN, EDF R&D, OPEN CASCADE
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 #  Author : Damien COQUERET (OCC)
 #  Modified by : Alexander BORODIN (OCN) - autotools usage
 #  Module : GEOM
-#  $Header: 
 
 include $(top_srcdir)/adm_local/unix/make_common_starter.am
 
 # Libraries targets
-
 lib_LTLIBRARIES = libGEOMimpl.la
 
-# header files 
+# header files
 salomeinclude_HEADERS =                                \
        GEOMImpl_Gen.hxx                        \
        GEOMImpl_IBasicOperations.hxx           \
@@ -146,6 +144,8 @@ salomeinclude_HEADERS =                             \
 
 ADVANCED_INCLUDES  =
 ADVANCED_INCLUDES += GEOMImpl_IPipeTShape.hxx GEOMImpl_PipeTShapeDriver.hxx
+ADVANCED_INCLUDES += GEOMImpl_IDividedDisk.hxx GEOMImpl_DividedDiskDriver.hxx
+##ADVANCED_INCLUDES += GEOMImpl_IDividedCylinder.hxx GEOMImpl_DividedCylinderDriver.hxx
 ##@@ insert new functions before this line @@ do not remove this line @@ do not remove this line @@##
 
 salomeinclude_HEADERS += $(ADVANCED_INCLUDES)
@@ -216,6 +216,8 @@ dist_libGEOMimpl_la_SOURCES =                       \
 
 ADVANCED_SOURCES  =
 ADVANCED_SOURCES += GEOMImpl_PipeTShapeDriver.cxx
+ADVANCED_SOURCES += GEOMImpl_DividedDiskDriver.cxx
+##ADVANCED_SOURCES += GEOMImpl_DividedCylinderDriver.cxx
 ##@@ insert new functions before this line @@ do not remove this line @@ do not remove this line @@##
 
 dist_libGEOMimpl_la_SOURCES += $(ADVANCED_SOURCES)
@@ -227,10 +229,10 @@ libGEOMimpl_la_CPPFLAGS =         \
         $(CORBA_INCLUDES)              \
        $(CAS_CPPFLAGS)                 \
        $(KERNEL_CXXFLAGS)              \
-       $(GUI_CXXFLAGS)                 \
        $(BOOST_CPPFLAGS)               \
         $(PYTHON_INCLUDES)              \
        -I$(srcdir)/../ShHealOper       \
+       -I$(srcdir)/../NMTDS            \
        -I$(srcdir)/../NMTTools         \
        -I$(srcdir)/../GEOM             \
        -I$(srcdir)/../GEOMAlgo         \
@@ -246,7 +248,7 @@ libGEOMimpl_la_LDFLAGS  =                   \
        ../SKETCHER/libGEOMSketcher.la          \
        $(KERNEL_LDFLAGS) -lSALOMELocalTrace -lSALOMEBasics     \
        $(STDLIB)                               \
-       $(CAS_LDPATH) -lTKCAF -lTKFillet -lTKOffset \
+       $(CAS_LDPATH) -lTKCAF -lTKFillet -lTKOffset -lTKFeat \
         $(PYTHON_LIBS)
 
 # extra dist files