]> SALOME platform Git repositories - modules/geom.git/blob - src/TransformationGUI/Makefile.am
Salome HOME
Bug 0020413: Dump file has many GetMainShape instructions.
[modules/geom.git] / src / TransformationGUI / 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 TRANSFORMATIONGUI : 
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 # header files 
32 salomeinclude_HEADERS =
33
34 # Libraries targets
35 lib_LTLIBRARIES = libTransformationGUI.la
36
37 dist_libTransformationGUI_la_SOURCES = \
38         TransformationGUI.cxx \
39         TransformationGUI_MultiTranslationDlg.cxx \
40         TransformationGUI_MultiRotationDlg.cxx \
41         TransformationGUI_TranslationDlg.cxx \
42         TransformationGUI_RotationDlg.cxx \
43         TransformationGUI_MirrorDlg.cxx \
44         TransformationGUI_ScaleDlg.cxx \
45         TransformationGUI_OffsetDlg.cxx \
46         TransformationGUI_PositionDlg.cxx
47
48 MOC_FILES = \
49         TransformationGUI_MultiTranslationDlg_moc.cxx \
50         TransformationGUI_MultiRotationDlg_moc.cxx \
51         TransformationGUI_TranslationDlg_moc.cxx \
52         TransformationGUI_RotationDlg_moc.cxx \
53         TransformationGUI_MirrorDlg_moc.cxx \
54         TransformationGUI_ScaleDlg_moc.cxx \
55         TransformationGUI_OffsetDlg_moc.cxx \
56         TransformationGUI_PositionDlg_moc.cxx
57
58 nodist_libTransformationGUI_la_SOURCES= \
59         $(MOC_FILES)
60
61 #LIB_CLIENT_IDL = SALOME_GenericObj.idl SALOME_Component.idl SALOME_Exception.idl
62
63 #LIB_SERVER_IDL = 
64
65 # additionnal information to compil and link file
66
67 libTransformationGUI_la_CPPFLAGS = \
68         $(QT_INCLUDES) \
69         $(VTK_INCLUDES) \
70         $(CAS_CPPFLAGS) \
71         $(PYTHON_INCLUDES) \
72         $(BOOST_CPPFLAGS) \
73         $(KERNEL_CXXFLAGS) \
74         $(GUI_CXXFLAGS) \
75         $(CORBA_CXXFLAGS) \
76         $(CORBA_INCLUDES) \
77         -I$(srcdir)/../GEOMGUI \
78         -I$(srcdir)/../DlgRef \
79         -I$(srcdir)/../GEOMBase \
80         -I$(srcdir)/../OBJECT \
81         -I$(srcdir)/../GEOMClient \
82         -I$(srcdir)/../GEOMImpl \
83         -I$(srcdir)/../GEOMFiltersSelection \
84         -I$(top_builddir)/idl \
85         -I$(top_builddir)/salome_adm/unix
86
87 libTransformationGUI_la_LDFLAGS  = \
88         ../GEOMFiltersSelection/libGEOMFiltersSelection.la \
89         ../GEOMBase/libGEOMBase.la