Salome HOME
Merge from BR_Dev_For_4_0 branch (from tag mergeto_BR_QT4_Dev_17Jan08)
[modules/geom.git] / src / TransformationGUI / Makefile.am
1 # GEOM TRANSFORMATIONGUI : 
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.salome-platform.org/ or email : webmaster.salome@opencascade.com
21 #
22 # File    : Makefile.am
23 # Author  : Alexander BORODIN, Open CASCADE S.A.S. (alexander.borodin@opencascade.com)
24 # Package : TransformationGUI
25 #
26
27 include $(top_srcdir)/adm_local/unix/make_common_starter.am
28
29 # header files 
30 salomeinclude_HEADERS =
31
32 # Libraries targets
33 lib_LTLIBRARIES = libTransformationGUI.la
34
35 dist_libTransformationGUI_la_SOURCES =                  \
36         TransformationGUI.h                             \
37         TransformationGUI_MultiTranslationDlg.h         \
38         TransformationGUI_MultiRotationDlg.h            \
39         TransformationGUI_TranslationDlg.h              \
40         TransformationGUI_RotationDlg.h                 \
41         TransformationGUI_MirrorDlg.h                   \
42         TransformationGUI_ScaleDlg.h                    \
43         TransformationGUI_OffsetDlg.h                   \
44         TransformationGUI_PositionDlg.h                 \
45                                                         \
46         TransformationGUI.cxx                           \
47         TransformationGUI_MultiTranslationDlg.cxx       \
48         TransformationGUI_MultiRotationDlg.cxx          \
49         TransformationGUI_TranslationDlg.cxx            \
50         TransformationGUI_RotationDlg.cxx               \
51         TransformationGUI_MirrorDlg.cxx                 \
52         TransformationGUI_ScaleDlg.cxx                  \
53         TransformationGUI_OffsetDlg.cxx                 \
54         TransformationGUI_PositionDlg.cxx
55
56 MOC_FILES = \
57         TransformationGUI_MultiTranslationDlg_moc.cxx   \
58         TransformationGUI_MultiRotationDlg_moc.cxx      \
59         TransformationGUI_TranslationDlg_moc.cxx        \
60         TransformationGUI_RotationDlg_moc.cxx           \
61         TransformationGUI_MirrorDlg_moc.cxx             \
62         TransformationGUI_ScaleDlg_moc.cxx              \
63         TransformationGUI_OffsetDlg_moc.cxx             \
64         TransformationGUI_PositionDlg_moc.cxx
65
66 nodist_libTransformationGUI_la_SOURCES = \
67         $(MOC_FILES)
68
69 #LIB_CLIENT_IDL = SALOME_GenericObj.idl SALOME_Component.idl SALOME_Exception.idl
70
71 #LIB_SERVER_IDL = 
72
73 # additionnal information to compil and link file
74
75 libTransformationGUI_la_CPPFLAGS =              \
76         $(QT_INCLUDES)                          \
77         $(VTK_INCLUDES)                         \
78         $(CAS_CPPFLAGS)                         \
79         $(PYTHON_INCLUDES)                      \
80         $(BOOST_CPPFLAGS)                       \
81         $(KERNEL_CXXFLAGS)                      \
82         $(GUI_CXXFLAGS)                         \
83         $(CORBA_CXXFLAGS)                       \
84         $(CORBA_INCLUDES)                       \
85         -I$(srcdir)/../GEOMGUI                  \
86         -I$(srcdir)/../DlgRef                   \
87         -I$(srcdir)/../GEOMBase                 \
88         -I$(srcdir)/../OBJECT                   \
89         -I$(srcdir)/../GEOMClient               \
90         -I$(srcdir)/../GEOMImpl                 \
91         -I$(srcdir)/../GEOMFiltersSelection     \
92         -I$(top_builddir)/src/DlgRef            \
93         -I$(top_builddir)/idl                   \
94         -I$(top_builddir)/salome_adm/unix
95
96 libTransformationGUI_la_LDFLAGS  = \
97         ../GEOMFiltersSelection/libGEOMFiltersSelection.la \
98         ../GEOMBase/libGEOMBase.la