]> SALOME platform Git repositories - modules/gui.git/blob - src/OBJECT/Makefile.in
Salome HOME
f992a298e6573a24010e350d76bf1ec0bf5e302e
[modules/gui.git] / src / OBJECT / Makefile.in
1 #  Copyright (C) 2005  CEA/DEN, EDF R&D, OPEN CASCADE, PRINCIPIA R&D
2 #
3 #  This library is free software; you can redistribute it and/or
4 #  modify it under the terms of the GNU Lesser General Public
5 #  License as published by the Free Software Foundation; either
6 #  version 2.1 of the License.
7 #
8 #  This library is distributed in the hope that it will be useful,
9 #  but WITHOUT ANY WARRANTY; without even the implied warranty of
10 #  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
11 #  Lesser General Public License for more details.
12 #
13 #  You should have received a copy of the GNU Lesser General Public
14 #  License along with this library; if not, write to the Free Software
15 #  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
16 #
17 #  See http://www.salome-platform.org/
18 #
19 # source path
20 top_srcdir=@top_srcdir@
21 top_builddir=../..
22 srcdir=@srcdir@
23 VPATH=.:@srcdir@:@top_srcdir@/idl
24
25
26 @COMMENCE@
27
28 EXPORT_HEADERS = SALOME_InteractiveObject.hxx \
29                  Handle_SALOME_InteractiveObject.hxx \
30                  SALOME_AISShape.hxx \
31                  Handle_SALOME_AISShape.hxx \
32                  SALOME_AISObject.hxx \
33                  Handle_SALOME_AISObject.hxx \
34                  SALOME_ListIO.hxx \
35                  SALOME_ListIteratorOfListIO.hxx \
36                  Handle_SALOME_ListNodeOfListIO.hxx \
37                  SALOME_ListNodeOfListIO.hxx \
38                  Handle_SALOME_Filter.hxx \
39                  SALOME_Filter.hxx \
40                  Handle_SALOME_TypeFilter.hxx \
41                  SALOME_TypeFilter.hxx \
42                  SALOME_DataMapOfIOMapOfInteger.hxx \
43                  SALOME_DataMapIteratorOfDataMapOfIOMapOfInteger.hxx \
44                  Handle_SALOME_DataMapNodeOfDataMapOfIOMapOfInteger.hxx \
45                  SALOME_Selection.h
46
47
48 # Libraries targets
49
50 LIB = libSalomeObject.la
51 LIB_SRC =        SALOME_InteractiveObject.cxx \
52                  SALOME_AISShape.cxx\
53                  SALOME_AISObject.cxx\
54                  SALOME_ListIO_0.cxx \
55                  SALOME_ListIteratorOfListIO_0.cxx \
56                  SALOME_ListNodeOfListIO_0.cxx \
57                  SALOME_Filter.cxx \
58                  SALOME_TypeFilter.cxx \
59                  SALOME_DataMapOfIOMapOfInteger_0.cxx \
60                  SALOME_DataMapNodeOfDataMapOfIOMapOfInteger_0.cxx \
61                  SALOME_DataMapIteratorOfDataMapOfIOMapOfInteger_0.cxx
62
63 LIB_CLIENT_IDL =
64
65 # Executables targets
66 BIN = 
67 BIN_SRC =
68
69 CPPFLAGS+=$(QT_INCLUDES) $(OCC_INCLUDES)
70 LDFLAGS+= $(QT_LIBS) $(CAS_LDPATH) -lTKV3d
71
72
73 @CONCLUDE@