Salome HOME
b553128dd2db24236967a735063a2f523a1a56c7
[modules/gui.git] / src / OBJECT / Makefile.am
1 #  Copyright (C) 2007-2008  CEA/DEN, EDF R&D, OPEN CASCADE
2 #
3 #  Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
4 #  CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
5 #
6 #  This library is free software; you can redistribute it and/or
7 #  modify it under the terms of the GNU Lesser General Public
8 #  License as published by the Free Software Foundation; either
9 #  version 2.1 of the License.
10 #
11 #  This library is distributed in the hope that it will be useful,
12 #  but WITHOUT ANY WARRANTY; without even the implied warranty of
13 #  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14 #  Lesser General Public License for more details.
15 #
16 #  You should have received a copy of the GNU Lesser General Public
17 #  License along with this library; if not, write to the Free Software
18 #  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
19 #
20 #  See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
21 #
22 include $(top_srcdir)/adm_local/unix/make_common_starter.am
23
24 lib_LTLIBRARIES = libSalomeObject.la
25
26 salomeinclude_HEADERS =                                         \
27         SALOME_InteractiveObject.hxx                            \
28         Handle_SALOME_InteractiveObject.hxx                     \
29         SALOME_AISShape.hxx                                     \
30         Handle_SALOME_AISShape.hxx                              \
31         SALOME_AISObject.hxx                                    \
32         Handle_SALOME_AISObject.hxx                             \
33         SALOME_ListIO.hxx                                       \
34         SALOME_ListIteratorOfListIO.hxx                         \
35         Handle_SALOME_ListNodeOfListIO.hxx                      \
36         SALOME_ListNodeOfListIO.hxx                             \
37         Handle_SALOME_Filter.hxx                                \
38         SALOME_Filter.hxx                                       \
39         Handle_SALOME_TypeFilter.hxx                            \
40         SALOME_TypeFilter.hxx                                   \
41         SALOME_DataMapOfIOMapOfInteger.hxx                      \
42         SALOME_DataMapIteratorOfDataMapOfIOMapOfInteger.hxx     \
43         SALOME_DataMapNodeOfDataMapOfIOMapOfInteger.hxx         \
44         Handle_SALOME_DataMapNodeOfDataMapOfIOMapOfInteger.hxx  \
45         SALOME_Selection.h
46
47 dist_libSalomeObject_la_SOURCES =                               \
48         SALOME_InteractiveObject.cxx                            \
49         SALOME_AISShape.cxx                                     \
50         SALOME_AISObject.cxx                                    \
51         SALOME_ListIO_0.cxx                                     \
52         SALOME_ListIteratorOfListIO_0.cxx                       \
53         SALOME_ListNodeOfListIO_0.cxx                           \
54         SALOME_Filter.cxx                                       \
55         SALOME_TypeFilter.cxx                                   \
56         SALOME_DataMapOfIOMapOfInteger_0.cxx                    \
57         SALOME_DataMapNodeOfDataMapOfIOMapOfInteger_0.cxx       \
58         SALOME_DataMapIteratorOfDataMapOfIOMapOfInteger_0.cxx
59
60 libSalomeObject_la_CPPFLAGS = $(QT_INCLUDES) $(CAS_CPPFLAGS)
61 libSalomeObject_la_LDFLAGS  = $(QT_LIBS) $(CAS_LDPATH) -lTKV3d
62
63 # internal (non-distributed) headers
64 EXTRA_DIST +=                           \
65         SALOME_AISObject.ixx            \
66         SALOME_AISObject.jxx            \
67         SALOME_AISShape.ixx             \
68         SALOME_AISShape.jxx             \
69         SALOME_Filter.ixx               \
70         SALOME_Filter.jxx               \
71         SALOME_InteractiveObject.ixx    \
72         SALOME_InteractiveObject.jxx    \
73         SALOME_TypeFilter.ixx           \
74         SALOME_TypeFilter.jxx