]> SALOME platform Git repositories - modules/geom.git/blob - src/TransformationGUI/Makefile.am
Salome HOME
a270ee2a758ab9b8492ce2beec64ee0bc4bcd3d1
[modules/geom.git] / src / TransformationGUI / Makefile.am
1 #  Copyright (C) 2007-2010  CEA/DEN, EDF R&D, OPEN CASCADE
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 # File    : Makefile.am
20 # Author  : Alexander BORODIN, Open CASCADE S.A.S. (alexander.borodin@opencascade.com)
21 # Package : TransformationGUI
22
23 include $(top_srcdir)/adm_local/unix/make_common_starter.am
24
25 # header files 
26 salomeinclude_HEADERS =                                 \
27         TransformationGUI.h                             \
28         TransformationGUI_MultiTranslationDlg.h         \
29         TransformationGUI_MultiRotationDlg.h            \
30         TransformationGUI_TranslationDlg.h              \
31         TransformationGUI_RotationDlg.h                 \
32         TransformationGUI_MirrorDlg.h                   \
33         TransformationGUI_ScaleDlg.h                    \
34         TransformationGUI_OffsetDlg.h                   \
35         TransformationGUI_ProjectionDlg.h               \
36         TransformationGUI_PositionDlg.h
37
38 # Libraries targets
39 lib_LTLIBRARIES = libTransformationGUI.la
40
41 dist_libTransformationGUI_la_SOURCES =                  \
42         TransformationGUI.h                             \
43         TransformationGUI_MultiTranslationDlg.h         \
44         TransformationGUI_MultiRotationDlg.h            \
45         TransformationGUI_TranslationDlg.h              \
46         TransformationGUI_RotationDlg.h                 \
47         TransformationGUI_MirrorDlg.h                   \
48         TransformationGUI_ScaleDlg.h                    \
49         TransformationGUI_OffsetDlg.h                   \
50         TransformationGUI_ProjectionDlg.h               \
51         TransformationGUI_PositionDlg.h                 \
52                                                         \
53         TransformationGUI.cxx                           \
54         TransformationGUI_MultiTranslationDlg.cxx       \
55         TransformationGUI_MultiRotationDlg.cxx          \
56         TransformationGUI_TranslationDlg.cxx            \
57         TransformationGUI_RotationDlg.cxx               \
58         TransformationGUI_MirrorDlg.cxx                 \
59         TransformationGUI_ScaleDlg.cxx                  \
60         TransformationGUI_OffsetDlg.cxx                 \
61         TransformationGUI_ProjectionDlg.cxx             \
62         TransformationGUI_PositionDlg.cxx
63
64 MOC_FILES =                                             \
65         TransformationGUI_MultiTranslationDlg_moc.cxx   \
66         TransformationGUI_MultiRotationDlg_moc.cxx      \
67         TransformationGUI_TranslationDlg_moc.cxx        \
68         TransformationGUI_RotationDlg_moc.cxx           \
69         TransformationGUI_MirrorDlg_moc.cxx             \
70         TransformationGUI_ScaleDlg_moc.cxx              \
71         TransformationGUI_OffsetDlg_moc.cxx             \
72         TransformationGUI_ProjectionDlg_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
100 libTransformationGUI_la_LDFLAGS  =                              \
101         ../GEOMFiltersSelection/libGEOMFiltersSelection.la      \
102         ../GEOMBase/libGEOMBase.la                              \
103         $(CAS_LDPATH) -lTKShHealing