Salome HOME
Join modifications from BR_Dev_For_4_0 tag V4_1_1.
[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 #
23 #
24 #  File   : Makefile.in
25 #  Author : Damien COQUERET (OCC)
26 #  Modified by : Alexander BORODIN (OCN) - autotools usage
27 #  Module : GEOM
28 #  $Header: 
29
30 include $(top_srcdir)/adm_local/unix/make_common_starter.am
31
32 # header files 
33 salomeinclude_HEADERS =
34
35 # Libraries targets
36 lib_LTLIBRARIES = libMeasureGUI.la
37
38 dist_libMeasureGUI_la_SOURCES = \
39         MeasureGUI.cxx \
40         MeasureGUI_Skeleton_QTD.cxx \
41         MeasureGUI_1Sel3LineEdit_QTD.cxx \
42         MeasureGUI_1Sel6LineEdit_QTD.cxx \
43         MeasureGUI_1Sel12LineEdit_QTD.cxx \
44         MeasureGUI_1Sel1TextView_QTD.cxx \
45         MeasureGUI_2Sel1LineEdit_QTD.cxx \
46         MeasureGUI_2Sel4LineEdit_QTD.cxx \
47         MeasureGUI_Skeleton.cxx \
48         MeasureGUI_PropertiesDlg.cxx \
49         MeasureGUI_CenterMassDlg.cxx \
50         MeasureGUI_NormaleDlg.cxx \
51         MeasureGUI_InertiaDlg.cxx \
52         MeasureGUI_BndBoxDlg.cxx \
53         MeasureGUI_DistanceDlg.cxx \
54         MeasureGUI_AngleDlg.cxx \
55         MeasureGUI_MaxToleranceDlg.cxx \
56         MeasureGUI_WhatisDlg.cxx \
57         MeasureGUI_CheckShapeDlg.cxx \
58         MeasureGUI_CheckCompoundOfBlocksDlg.cxx \
59         MeasureGUI_PointDlg.cxx
60
61 MOC_FILES = \
62         MeasureGUI_Skeleton_QTD_moc.cxx \
63         MeasureGUI_1Sel3LineEdit_QTD_moc.cxx \
64         MeasureGUI_1Sel6LineEdit_QTD_moc.cxx \
65         MeasureGUI_1Sel12LineEdit_QTD_moc.cxx \
66         MeasureGUI_1Sel1TextView_QTD_moc.cxx \
67         MeasureGUI_2Sel1LineEdit_QTD_moc.cxx \
68         MeasureGUI_2Sel4LineEdit_QTD_moc.cxx \
69         MeasureGUI_Skeleton_moc.cxx \
70         MeasureGUI_PropertiesDlg_moc.cxx \
71         MeasureGUI_CenterMassDlg_moc.cxx \
72         MeasureGUI_NormaleDlg_moc.cxx \
73         MeasureGUI_InertiaDlg_moc.cxx \
74         MeasureGUI_BndBoxDlg_moc.cxx \
75         MeasureGUI_DistanceDlg_moc.cxx \
76         MeasureGUI_AngleDlg_moc.cxx \
77         MeasureGUI_MaxToleranceDlg_moc.cxx \
78         MeasureGUI_WhatisDlg_moc.cxx \
79         MeasureGUI_CheckShapeDlg_moc.cxx \
80         MeasureGUI_CheckCompoundOfBlocksDlg_moc.cxx \
81         MeasureGUI_PointDlg_moc.cxx    
82
83 nodist_libMeasureGUI_la_SOURCES= \
84         $(MOC_FILES)
85
86 #LIB_CLIENT_IDL = SALOME_Exception.idl SALOME_GenericObj.idl SALOME_Component.idl
87
88 #LIB_SERVER_IDL =  
89
90 # additionnal information to compil and link file
91
92 libMeasureGUI_la_CPPFLAGS = \
93         $(QT_INCLUDES) \
94         $(VTK_INCLUDES) \
95         $(CAS_CPPFLAGS) \
96         $(PYTHON_INCLUDES) \
97         $(BOOST_CPPFLAGS) \
98         $(KERNEL_CXXFLAGS) \
99         $(GUI_CXXFLAGS) \
100         $(CORBA_CXXFLAGS) \
101         $(CORBA_INCLUDES) \
102         -I$(srcdir)/../GEOMGUI \
103         -I$(srcdir)/../DlgRef \
104         -I$(srcdir)/../GEOMBase \
105         -I$(srcdir)/../OBJECT \
106         -I$(srcdir)/../GEOMClient \
107         -I$(srcdir)/../GEOMImpl \
108         -I$(top_builddir)/idl \
109         -I$(top_builddir)/salome_adm/unix
110
111 libMeasureGUI_la_LDFLAGS  = \
112         ../GEOMBase/libGEOMBase.la
113