Salome HOME
Update copyright information
[modules/geom.git] / src / GEOMImpl / 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 #  GEOM GEOM : implementaion of GEOM_Gen.idl
23 #  File   : Makefile.in
24 #  Author : Damien COQUERET (OCC)
25 #  Modified by : Alexander BORODIN (OCN) - autotools usage
26 #  Module : GEOM
27 #  $Header: 
28 #
29 include $(top_srcdir)/adm_local/unix/make_common_starter.am
30
31 # Libraries targets
32
33 lib_LTLIBRARIES = libGEOMimpl.la
34
35 # header files 
36 salomeinclude_HEADERS = \
37         GEOMImpl_Gen.hxx \
38         GEOMImpl_IBasicOperations.hxx \
39         GEOMImpl_ITransformOperations.hxx \
40         GEOMImpl_IHealingOperations.hxx \
41         GEOMImpl_I3DPrimOperations.hxx \
42         GEOMImpl_IShapesOperations.hxx \
43         GEOMImpl_IBlocksOperations.hxx \
44         GEOMImpl_IBooleanOperations.hxx \
45         GEOMImpl_ICurvesOperations.hxx \
46         GEOMImpl_ILocalOperations.hxx \
47         GEOMImpl_IInsertOperations.hxx \
48         GEOMImpl_IMeasureOperations.hxx \
49         GEOMImpl_IGroupOperations.hxx \
50         GEOMImpl_CopyDriver.hxx \
51         GEOMImpl_Types.hxx \
52         GEOM_GEOMImpl.hxx
53
54 dist_libGEOMimpl_la_SOURCES = \
55         GEOMImpl_IBasicOperations.cxx \
56         GEOMImpl_ITransformOperations.cxx \
57         GEOMImpl_IHealingOperations.cxx \
58         GEOMImpl_I3DPrimOperations.cxx \
59         GEOMImpl_IShapesOperations.cxx \
60         GEOMImpl_IBlocksOperations.cxx \
61         GEOMImpl_IBooleanOperations.cxx \
62         GEOMImpl_ICurvesOperations.cxx \
63         GEOMImpl_ILocalOperations.cxx \
64         GEOMImpl_IInsertOperations.cxx \
65         GEOMImpl_IMeasureOperations.cxx \
66         GEOMImpl_IGroupOperations.cxx \
67         GEOMImpl_Gen.cxx \
68         GEOMImpl_PointDriver.cxx \
69         GEOMImpl_VectorDriver.cxx \
70         GEOMImpl_LineDriver.cxx \
71         GEOMImpl_PlaneDriver.cxx \
72         GEOMImpl_MarkerDriver.cxx \
73         GEOMImpl_TranslateDriver.cxx \
74         GEOMImpl_MirrorDriver.cxx \
75         GEOMImpl_OffsetDriver.cxx \
76         GEOMImpl_ScaleDriver.cxx \
77         GEOMImpl_PositionDriver.cxx \
78         GEOMImpl_BoxDriver.cxx \
79         GEOMImpl_ConeDriver.cxx \
80         GEOMImpl_CylinderDriver.cxx \
81         GEOMImpl_SphereDriver.cxx \
82         GEOMImpl_TorusDriver.cxx \
83         GEOMImpl_PrismDriver.cxx \
84         GEOMImpl_PipeDriver.cxx \
85         GEOMImpl_ThruSectionsDriver.cxx \
86         GEOMImpl_RevolutionDriver.cxx \
87         GEOMImpl_ShapeDriver.cxx \
88         GEOMImpl_BlockDriver.cxx \
89         GEOMImpl_Block6Explorer.cxx \
90         GEOMImpl_MeasureDriver.cxx \
91         GEOMImpl_PolylineDriver.cxx \
92         GEOMImpl_CircleDriver.cxx \
93         GEOMImpl_EllipseDriver.cxx \
94         GEOMImpl_ArcDriver.cxx \
95         GEOMImpl_SplineDriver.cxx \
96         GEOMImpl_SketcherDriver.cxx \
97         GEOMImpl_FilletDriver.cxx \
98         GEOMImpl_ChamferDriver.cxx \
99         GEOMImpl_BooleanDriver.cxx \
100         GEOMImpl_PartitionDriver.cxx \
101         GEOMImpl_CopyDriver.cxx \
102         GEOMImpl_ExportDriver.cxx \
103         GEOMImpl_ImportDriver.cxx \
104         GEOMImpl_RotateDriver.cxx \
105         GEOMImpl_ArchimedeDriver.cxx \
106         GEOMImpl_HealingDriver.cxx \
107         GEOMImpl_FillingDriver.cxx \
108         GEOMImpl_GlueDriver.cxx
109
110 # additionnal information to compil and link file
111 libGEOMimpl_la_CPPFLAGS = \
112         $(CORBA_CXXFLAGS) \
113         $(CORBA_INCLUDES) \
114         $(CAS_CPPFLAGS) \
115         $(KERNEL_CXXFLAGS) \
116         $(BOOST_CPPFLAGS) \
117         -I$(srcdir)/../ShHealOper \
118         -I$(srcdir)/../NMTTools \
119         -I$(srcdir)/../GEOM \
120         -I$(srcdir)/../GEOMAlgo \
121         -I$(srcdir)/../SKETCHER \
122         -I$(srcdir)/../ARCHIMEDE \
123         -I$(top_builddir)/idl \
124         -I$(top_builddir)/salome_adm/unix
125
126 libGEOMimpl_la_LDFLAGS  = \
127         ../GEOM/libGEOMbasic.la \
128         ../GEOMAlgo/libGEOMAlgo.la \
129         ../ShHealOper/libShHealOper.la \
130         ../ARCHIMEDE/libGEOMArchimede.la \
131         ../SKETCHER/libGEOMSketcher.la \
132         $(KERNEL_LDFLAGS) -lSALOMELocalTrace \
133         $(STDLIB) \
134         $(CAS_LDPATH) -lTKCAF -lTKFillet -lTKOffset
135