Salome HOME
Change version to 3.2.7
[plugins/ghs3dplugin.git] / src / 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/ or email : webmaster.salome@opencascade.com
18 #
19 # -* Makefile *- 
20 #
21 # Author : Edward AGAPOV (OCC)
22 # Module : GHS3DPLUGIN
23 # Date : 10/01/2004
24 #
25 #
26
27 # source path
28 top_srcdir=@top_srcdir@
29 top_builddir=..
30 srcdir=@srcdir@
31 VPATH=.:@srcdir@
32
33 @COMMENCE@
34
35 # .po files to transform in .qm
36 PO_FILES = GHS3DPlugin_icons.po
37
38 LIB_SRC = \
39         GHS3DPlugin_GHS3D.cxx \
40         GHS3DPlugin_GHS3D_i.cxx \
41         GHS3DPlugin_i.cxx
42
43 LIB_SERVER_IDL = GHS3DPlugin_Algorithm.idl
44
45 LIB_CLIENT_IDL = \
46         SALOME_Exception.idl \
47         SALOME_GenericObj.idl \
48         SMESH_Hypothesis.idl
49
50 # Libraries targets
51 LIB = libGHS3DEngine.la
52
53 #CXXFLAGS += $(QT_INCLUDES)
54 #LDFLAGS  += $(QT_LIBS)
55
56 @CONCLUDE@