Salome HOME
Join modifications from V3_2_0_maintainance (V3_2_6pre4 - T32x_16Aug2007_16h00m)
[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_Skeleton.cxx \
47         MeasureGUI_PropertiesDlg.cxx \
48         MeasureGUI_CenterMassDlg.cxx \
49         MeasureGUI_InertiaDlg.cxx \
50         MeasureGUI_BndBoxDlg.cxx \
51         MeasureGUI_DistanceDlg.cxx \
52         MeasureGUI_MaxToleranceDlg.cxx \
53         MeasureGUI_WhatisDlg.cxx \
54         MeasureGUI_CheckShapeDlg.cxx \
55         MeasureGUI_CheckCompoundOfBlocksDlg.cxx \
56         MeasureGUI_PointDlg.cxx
57
58 MOC_FILES = \
59         MeasureGUI_Skeleton_QTD_moc.cxx \
60         MeasureGUI_1Sel3LineEdit_QTD_moc.cxx \
61         MeasureGUI_1Sel6LineEdit_QTD_moc.cxx \
62         MeasureGUI_1Sel12LineEdit_QTD_moc.cxx \
63         MeasureGUI_1Sel1TextView_QTD_moc.cxx \
64         MeasureGUI_2Sel1LineEdit_QTD_moc.cxx \
65         MeasureGUI_Skeleton_moc.cxx \
66         MeasureGUI_PropertiesDlg_moc.cxx \
67         MeasureGUI_CenterMassDlg_moc.cxx \
68         MeasureGUI_InertiaDlg_moc.cxx \
69         MeasureGUI_BndBoxDlg_moc.cxx \
70         MeasureGUI_DistanceDlg_moc.cxx \
71         MeasureGUI_MaxToleranceDlg_moc.cxx \
72         MeasureGUI_WhatisDlg_moc.cxx \
73         MeasureGUI_CheckShapeDlg_moc.cxx \
74         MeasureGUI_CheckCompoundOfBlocksDlg_moc.cxx \
75         MeasureGUI_PointDlg_moc.cxx    
76
77 nodist_libMeasureGUI_la_SOURCES= \
78         $(MOC_FILES)
79
80 #LIB_CLIENT_IDL = SALOME_Exception.idl SALOME_GenericObj.idl SALOME_Component.idl
81
82 #LIB_SERVER_IDL =  
83
84 # additionnal information to compil and link file
85
86 libMeasureGUI_la_CPPFLAGS = \
87         $(QT_INCLUDES) \
88         $(VTK_INCLUDES) \
89         $(CAS_CPPFLAGS) \
90         $(PYTHON_INCLUDES) \
91         $(BOOST_CPPFLAGS) \
92         $(KERNEL_CXXFLAGS) \
93         $(GUI_CXXFLAGS) \
94         $(CORBA_CXXFLAGS) \
95         $(CORBA_INCLUDES) \
96         -I$(srcdir)/../GEOMGUI \
97         -I$(srcdir)/../DlgRef \
98         -I$(srcdir)/../GEOMBase \
99         -I$(srcdir)/../OBJECT \
100         -I$(srcdir)/../GEOMClient \
101         -I$(srcdir)/../GEOMImpl \
102         -I$(top_builddir)/idl \
103         -I$(top_builddir)/salome_adm/unix
104
105 libMeasureGUI_la_LDFLAGS  = \
106         ../GEOMBase/libGEOMBase.la
107