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