Salome HOME
Bug IPAL19097 NPAL16768 is not implemented for "Normal to a face"
[modules/geom.git] / src / MeasureGUI / Makefile.am
1 # GEOM MEASUREGUI : 
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 : MeasureGUI
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 = libMeasureGUI.la
34
35 dist_libMeasureGUI_la_SOURCES =                 \
36         MeasureGUI.h                            \
37         MeasureGUI_Widgets.h                    \
38         MeasureGUI_Skeleton.h                   \
39         MeasureGUI_PropertiesDlg.h              \
40         MeasureGUI_CenterMassDlg.h              \
41         MeasureGUI_NormaleDlg.h                 \
42         MeasureGUI_InertiaDlg.h                 \
43         MeasureGUI_BndBoxDlg.h                  \
44         MeasureGUI_DistanceDlg.h                \
45         MeasureGUI_AngleDlg.h                   \
46         MeasureGUI_MaxToleranceDlg.h            \
47         MeasureGUI_WhatisDlg.h                  \
48         MeasureGUI_CheckShapeDlg.h              \
49         MeasureGUI_CheckCompoundOfBlocksDlg.h   \
50         MeasureGUI_PointDlg.h                   \
51                                                 \
52         MeasureGUI.cxx                          \
53         MeasureGUI_Widgets.cxx                  \
54         MeasureGUI_Skeleton.cxx                 \
55         MeasureGUI_PropertiesDlg.cxx            \
56         MeasureGUI_CenterMassDlg.cxx            \
57         MeasureGUI_NormaleDlg.cxx               \
58         MeasureGUI_InertiaDlg.cxx               \
59         MeasureGUI_BndBoxDlg.cxx                \
60         MeasureGUI_DistanceDlg.cxx              \
61         MeasureGUI_AngleDlg.cxx                 \
62         MeasureGUI_MaxToleranceDlg.cxx          \
63         MeasureGUI_WhatisDlg.cxx                \
64         MeasureGUI_CheckShapeDlg.cxx            \
65         MeasureGUI_CheckCompoundOfBlocksDlg.cxx \
66         MeasureGUI_PointDlg.cxx
67
68 MOC_FILES =                                             \
69         MeasureGUI_Widgets_moc.cxx                      \
70         MeasureGUI_Skeleton_moc.cxx                     \
71         MeasureGUI_PropertiesDlg_moc.cxx                \
72         MeasureGUI_CenterMassDlg_moc.cxx                \
73         MeasureGUI_NormaleDlg_moc.cxx                   \
74         MeasureGUI_InertiaDlg_moc.cxx                   \
75         MeasureGUI_BndBoxDlg_moc.cxx                    \
76         MeasureGUI_DistanceDlg_moc.cxx                  \
77         MeasureGUI_AngleDlg_moc.cxx                     \
78         MeasureGUI_MaxToleranceDlg_moc.cxx              \
79         MeasureGUI_WhatisDlg_moc.cxx                    \
80         MeasureGUI_CheckShapeDlg_moc.cxx                \
81         MeasureGUI_CheckCompoundOfBlocksDlg_moc.cxx     \
82         MeasureGUI_PointDlg_moc.cxx
83
84 nodist_libMeasureGUI_la_SOURCES = \
85         $(MOC_FILES)
86
87 UIC_FILES =                                             \
88         ui_MeasureGUI_1Sel12LineEdit_QTD.h              \
89         ui_MeasureGUI_1Sel1TextView1Check_QTD.h         \
90         ui_MeasureGUI_1Sel1TextView2ListBox_QTD.h       \
91         ui_MeasureGUI_1Sel1TextView_QTD.h               \
92         ui_MeasureGUI_1Sel3LineEdit_QTD.h               \
93         ui_MeasureGUI_1Sel6LineEdit_QTD.h               \
94         ui_MeasureGUI_2Sel1LineEdit_QTD.h               \
95         ui_MeasureGUI_2Sel4LineEdit_QTD.h               \
96         ui_MeasureGUI_SkeletonBox_QTD.h
97
98 BUILT_SOURCES = $(UIC_FILES)
99
100 #LIB_CLIENT_IDL = SALOME_Exception.idl SALOME_GenericObj.idl SALOME_Component.idl
101
102 #LIB_SERVER_IDL =  
103
104 # additionnal information to compil and link file
105
106 libMeasureGUI_la_CPPFLAGS =             \
107         $(QT_INCLUDES)                  \
108         $(VTK_INCLUDES)                 \
109         $(CAS_CPPFLAGS)                 \
110         $(PYTHON_INCLUDES)              \
111         $(BOOST_CPPFLAGS)               \
112         $(KERNEL_CXXFLAGS)              \
113         $(GUI_CXXFLAGS)                 \
114         $(CORBA_CXXFLAGS)               \
115         $(CORBA_INCLUDES)               \
116         -I$(srcdir)/../GEOMGUI          \
117         -I$(srcdir)/../DlgRef           \
118         -I$(srcdir)/../GEOMBase         \
119         -I$(srcdir)/../OBJECT           \
120         -I$(srcdir)/../GEOMClient       \
121         -I$(srcdir)/../GEOMImpl         \
122         -I$(srcdir)/../GEOM             \
123         -I$(top_builddir)/src/DlgRef    \
124         -I$(top_builddir)/idl           \
125         -I$(top_builddir)/salome_adm/unix
126
127 libMeasureGUI_la_LDFLAGS  = \
128         ../GEOMBase/libGEOMBase.la
129