Salome HOME
This commit was generated by cvs2git to create tag 'V1_3_0'.
[modules/kernel.git] / src / SALOMEDS / Makefile.in
1 #  SALOME SALOMEDS : data structure of SALOME and sources of Salome data server 
2 #
3 #  Copyright (C) 2003  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.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org 
21 #
22 #
23 #
24 #  File   : Makefile.in
25 #  Author : Marc Tajchman
26 #  Module : SALOME
27
28 top_srcdir=@top_srcdir@
29 top_builddir=../..
30 srcdir=@srcdir@
31 VPATH=.:@srcdir@:@top_srcdir@/idl:$(top_srcdir)/idl
32
33
34 @COMMENCE@
35
36
37 # Libraries targets
38
39 LIB = libSalomeDS.la
40 LIB_SRC =       \
41                   SALOMEDS_StudyManager_i.cxx \
42                   SALOMEDS_UseCaseBuilder_i.cxx \
43                   SALOMEDS_UseCaseIterator_i.cxx \
44                   SALOMEDS_ChildIterator_i.cxx \
45                   SALOMEDS_SComponentIterator_i.cxx \
46                   SALOMEDS_Study_i.cxx \
47                   SALOMEDS_StudyBuilder_i.cxx \
48                   SALOMEDS_SObject_i.cxx \
49                   SALOMEDS_SComponent_i.cxx \
50                   SALOMEDS_OCAFApplication.cxx \
51                   SALOMEDS_GenericAttribute_i.cxx \
52                   SALOMEDS_IORAttribute.cxx \
53                   SALOMEDS_PersRefAttribute.cxx \
54                   SALOMEDS_AttributeComment_i.cxx \
55                   SALOMEDS_AttributeIOR_i.cxx \
56                   SALOMEDS_AttributeInteger_i.cxx \
57                   SALOMEDS_AttributeName_i.cxx \
58                   SALOMEDS_AttributePersistentRef_i.cxx \
59                   SALOMEDS_AttributeReal_i.cxx \
60                   SALOMEDS_AttributeSequenceOfReal_i.cxx \
61                   SALOMEDS_AttributeSequenceOfInteger_i.cxx \
62                   SALOMEDS_AttributeDrawable_i.cxx \
63                   SALOMEDS_AttributeSelectable_i.cxx \
64                   SALOMEDS_AttributeOpened_i.cxx \
65                   SALOMEDS_AttributeExpandable_i.cxx \
66                   SALOMEDS_AttributeTextColor_i.cxx  \
67                   SALOMEDS_AttributeTextHighlightColor_i.cxx  \
68                   SALOMEDS_AttributePixMap_i.cxx  \
69                   SALOMEDS_AttributeTreeNode_i.cxx \
70                   SALOMEDS_AttributeLocalID_i.cxx \
71                   SALOMEDS_AttributeUserID_i.cxx \
72                   SALOMEDS_AttributeTarget_i.cxx \
73                   SALOMEDS_AttributeTableOfInteger_i.cxx \
74                   SALOMEDS_AttributeTableOfReal_i.cxx \
75                   SALOMEDS_AttributeTableOfString_i.cxx \
76                   SALOMEDS_AttributeStudyProperties_i.cxx \
77                   SALOMEDS_AttributePythonObject_i.cxx \
78                   SALOMEDS_SequenceOfRealAttribute.cxx \
79                   SALOMEDS_SequenceOfIntegerAttribute.cxx \
80                   SALOMEDS_DrawableAttribute.cxx \
81                   SALOMEDS_SelectableAttribute.cxx \
82                   SALOMEDS_ExpandableAttribute.cxx  \
83                   SALOMEDS_OpenedAttribute.cxx \
84                   SALOMEDS_TextColorAttribute.cxx \
85                   SALOMEDS_TextHighlightColorAttribute.cxx \
86                   SALOMEDS_PixMapAttribute.cxx \
87                   SALOMEDS_LocalIDAttribute.cxx \
88                   SALOMEDS_TargetAttribute.cxx \
89                   SALOMEDS_TableOfIntegerAttribute.cxx \
90                   SALOMEDS_TableOfRealAttribute.cxx \
91                   SALOMEDS_TableOfStringAttribute.cxx \
92                   SALOMEDS_StudyPropertiesAttribute.cxx \
93                   SALOMEDS_PythonObjectAttribute.cxx \
94                   SALOMEDS_DataMapOfIntegerString_0.cxx \
95                   SALOMEDS_DataMapIteratorOfDataMapOfIntegerString_0.cxx \
96                   SALOMEDS_DataMapNodeOfDataMapOfIntegerString_0.cxx \
97                   SALOMEDS_DataMapIteratorOfDataMapStringLabel_0.cxx \
98                   SALOMEDS_DataMapNodeOfDataMapStringLabel_0.cxx \
99                   SALOMEDS_DataMapStringLabel_0.cxx 
100
101 # Executables targets
102 BIN = SALOMEDS_Server SALOMEDS_Client
103 BIN_SRC = 
104 LIB_SERVER_IDL = SALOMEDS.idl SALOMEDS_Attributes.idl SALOME_Exception.idl
105 BIN_SERVER_IDL = SALOMEDS.idl SALOMEDS_Attributes.idl
106 BIN_CLIENT_IDL = 
107
108 CPPFLAGS+=$(OCC_INCLUDES) $(HDF5_INCLUDES)
109 CXXFLAGS+=$(OCC_CXXFLAGS)
110 LDFLAGS+= $(HDF5_LIBS) -lTOOLSDS -lSalomeNS -lSalomeHDFPersist -lOpUtil -lSalomeLoggerServer $(CAS_LDPATH) -lTKCAF
111
112 @CONCLUDE@
113
114