]> SALOME platform Git repositories - modules/geom.git/blob - src/MeasureGUI/Makefile.am
Salome HOME
Fix issue 0020479: EDF 1116 GEOM: Create a group, "Add" button is inactive but "Selec...
[modules/geom.git] / src / MeasureGUI / 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 MEASUREGUI : 
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 = libMeasureGUI.la
36
37 dist_libMeasureGUI_la_SOURCES = \
38         MeasureGUI.cxx \
39         MeasureGUI_Skeleton_QTD.cxx \
40         MeasureGUI_1Sel3LineEdit_QTD.cxx \
41         MeasureGUI_1Sel6LineEdit_QTD.cxx \
42         MeasureGUI_1Sel12LineEdit_QTD.cxx \
43         MeasureGUI_1Sel1TextView_QTD.cxx \
44         MeasureGUI_2Sel1LineEdit_QTD.cxx \
45         MeasureGUI_2Sel4LineEdit_QTD.cxx \
46         MeasureGUI_Skeleton.cxx \
47         MeasureGUI_PropertiesDlg.cxx \
48         MeasureGUI_CenterMassDlg.cxx \
49         MeasureGUI_NormaleDlg.cxx \
50         MeasureGUI_InertiaDlg.cxx \
51         MeasureGUI_BndBoxDlg.cxx \
52         MeasureGUI_DistanceDlg.cxx \
53         MeasureGUI_AngleDlg.cxx \
54         MeasureGUI_MaxToleranceDlg.cxx \
55         MeasureGUI_WhatisDlg.cxx \
56         MeasureGUI_CheckShapeDlg.cxx \
57         MeasureGUI_CheckCompoundOfBlocksDlg.cxx \
58         MeasureGUI_PointDlg.cxx
59
60 MOC_FILES = \
61         MeasureGUI_Skeleton_QTD_moc.cxx \
62         MeasureGUI_1Sel3LineEdit_QTD_moc.cxx \
63         MeasureGUI_1Sel6LineEdit_QTD_moc.cxx \
64         MeasureGUI_1Sel12LineEdit_QTD_moc.cxx \
65         MeasureGUI_1Sel1TextView_QTD_moc.cxx \
66         MeasureGUI_2Sel1LineEdit_QTD_moc.cxx \
67         MeasureGUI_2Sel4LineEdit_QTD_moc.cxx \
68         MeasureGUI_Skeleton_moc.cxx \
69         MeasureGUI_PropertiesDlg_moc.cxx \
70         MeasureGUI_CenterMassDlg_moc.cxx \
71         MeasureGUI_NormaleDlg_moc.cxx \
72         MeasureGUI_InertiaDlg_moc.cxx \
73         MeasureGUI_BndBoxDlg_moc.cxx \
74         MeasureGUI_DistanceDlg_moc.cxx \
75         MeasureGUI_AngleDlg_moc.cxx \
76         MeasureGUI_MaxToleranceDlg_moc.cxx \
77         MeasureGUI_WhatisDlg_moc.cxx \
78         MeasureGUI_CheckShapeDlg_moc.cxx \
79         MeasureGUI_CheckCompoundOfBlocksDlg_moc.cxx \
80         MeasureGUI_PointDlg_moc.cxx    
81
82 nodist_libMeasureGUI_la_SOURCES= \
83         $(MOC_FILES)
84
85 #LIB_CLIENT_IDL = SALOME_Exception.idl SALOME_GenericObj.idl SALOME_Component.idl
86
87 #LIB_SERVER_IDL =  
88
89 # additionnal information to compil and link file
90
91 libMeasureGUI_la_CPPFLAGS = \
92         $(QT_INCLUDES) \
93         $(VTK_INCLUDES) \
94         $(CAS_CPPFLAGS) \
95         $(PYTHON_INCLUDES) \
96         $(BOOST_CPPFLAGS) \
97         $(KERNEL_CXXFLAGS) \
98         $(GUI_CXXFLAGS) \
99         $(CORBA_CXXFLAGS) \
100         $(CORBA_INCLUDES) \
101         -I$(srcdir)/../GEOMGUI \
102         -I$(srcdir)/../DlgRef \
103         -I$(srcdir)/../GEOMBase \
104         -I$(srcdir)/../OBJECT \
105         -I$(srcdir)/../GEOMClient \
106         -I$(srcdir)/../GEOMImpl \
107         -I$(srcdir)/../GEOM \
108         -I$(top_builddir)/idl \
109         -I$(top_builddir)/salome_adm/unix
110
111 libMeasureGUI_la_LDFLAGS  = \
112         ../GEOMBase/libGEOMBase.la
113