Salome HOME
10c55309daffaba3391e546b0e9ae2972cbdf1ca
[modules/geom.git] / src / MeasureGUI / Makefile.in
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.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org 
21 #
22 #
23 #
24 #  File   : Makefile.in
25 #  Author : Damien COQUERET (OCC)
26 #  Module : GEOM
27 #  $Header: 
28
29 top_srcdir=@top_srcdir@
30 top_builddir=../..
31 srcdir=@srcdir@
32 VPATH=.:@srcdir@:@top_srcdir@/idl
33
34
35 @COMMENCE@
36
37 # header files 
38 EXPORT_HEADERS=
39
40 # Libraries targets
41 LIB = libMeasureGUI.la 
42
43 LIB_SRC =       MeasureGUI.cxx \
44                 MeasureGUI_Skeleton_QTD.cxx \
45                 MeasureGUI_1Sel3LineEdit_QTD.cxx \
46                 MeasureGUI_1Sel6LineEdit_QTD.cxx \
47                 MeasureGUI_1Sel12LineEdit_QTD.cxx \
48                 MeasureGUI_1Sel1TextView_QTD.cxx \
49                 MeasureGUI_2Sel1LineEdit_QTD.cxx \
50                 MeasureGUI_Skeleton.cxx \
51                 MeasureGUI_PropertiesDlg.cxx \
52                 MeasureGUI_CenterMassDlg.cxx \
53                 MeasureGUI_InertiaDlg.cxx \
54                 MeasureGUI_BndBoxDlg.cxx \
55                 MeasureGUI_DistanceDlg.cxx \
56                 MeasureGUI_MaxToleranceDlg.cxx \
57                 MeasureGUI_WhatisDlg.cxx \
58                 MeasureGUI_CheckShapeDlg.cxx \
59                 MeasureGUI_CheckCompoundOfBlocksDlg.cxx \
60                 MeasureGUI_PointDlg.cxx
61
62 LIB_MOC = \
63                 MeasureGUI_Skeleton_QTD.h \
64                 MeasureGUI_1Sel3LineEdit_QTD.h \
65                 MeasureGUI_1Sel6LineEdit_QTD.h \
66                 MeasureGUI_1Sel12LineEdit_QTD.h \
67                 MeasureGUI_1Sel1TextView_QTD.h \
68                 MeasureGUI_2Sel1LineEdit_QTD.h \
69                 MeasureGUI_Skeleton.h \
70                 MeasureGUI_PropertiesDlg.h \
71                 MeasureGUI_CenterMassDlg.h \
72                 MeasureGUI_InertiaDlg.h \
73                 MeasureGUI_BndBoxDlg.h \
74                 MeasureGUI_DistanceDlg.h \
75                 MeasureGUI_MaxToleranceDlg.h \
76                 MeasureGUI_WhatisDlg.h \
77                 MeasureGUI_CheckShapeDlg.h \
78                 MeasureGUI_CheckCompoundOfBlocksDlg.h \
79                 MeasureGUI_PointDlg.h    
80
81 LIB_CLIENT_IDL = SALOME_GenericObj.idl SALOME_Component.idl
82
83 LIB_SERVER_IDL =  
84
85 # additionnal information to compil and link file
86
87 CPPFLAGS += $(QT_INCLUDES) $(VTK_INCLUDES) $(OCC_INCLUDES) $(PYTHON_INCLUDES) -I${KERNEL_ROOT_DIR}/include/salome
88 CXXFLAGS += -I${KERNEL_ROOT_DIR}/include/salome
89
90 LDFLAGS += -lGEOMBase
91
92 @CONCLUDE@