]> SALOME platform Git repositories - modules/geom.git/blob - src/MeasureGUI/Makefile.am
Salome HOME
*** empty log message ***
[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_InertiaDlg.h                 \
42         MeasureGUI_BndBoxDlg.h                  \
43         MeasureGUI_DistanceDlg.h                \
44         MeasureGUI_MaxToleranceDlg.h            \
45         MeasureGUI_WhatisDlg.h                  \
46         MeasureGUI_CheckShapeDlg.h              \
47         MeasureGUI_CheckCompoundOfBlocksDlg.h   \
48         MeasureGUI_PointDlg.h                   \
49                                                 \
50         MeasureGUI.cxx                          \
51         MeasureGUI_Widgets.cxx                  \
52         MeasureGUI_Skeleton.cxx                 \
53         MeasureGUI_PropertiesDlg.cxx            \
54         MeasureGUI_CenterMassDlg.cxx            \
55         MeasureGUI_InertiaDlg.cxx               \
56         MeasureGUI_BndBoxDlg.cxx                \
57         MeasureGUI_DistanceDlg.cxx              \
58         MeasureGUI_MaxToleranceDlg.cxx          \
59         MeasureGUI_WhatisDlg.cxx                \
60         MeasureGUI_CheckShapeDlg.cxx            \
61         MeasureGUI_CheckCompoundOfBlocksDlg.cxx \
62         MeasureGUI_PointDlg.cxx
63
64 MOC_FILES =                                             \
65         MeasureGUI_Widgets_moc.cxx                      \
66         MeasureGUI_Skeleton_moc.cxx                     \
67         MeasureGUI_PropertiesDlg_moc.cxx                \
68         MeasureGUI_CenterMassDlg_moc.cxx                \
69         MeasureGUI_InertiaDlg_moc.cxx                   \
70         MeasureGUI_BndBoxDlg_moc.cxx                    \
71         MeasureGUI_DistanceDlg_moc.cxx                  \
72         MeasureGUI_MaxToleranceDlg_moc.cxx              \
73         MeasureGUI_WhatisDlg_moc.cxx                    \
74         MeasureGUI_CheckShapeDlg_moc.cxx                \
75         MeasureGUI_CheckCompoundOfBlocksDlg_moc.cxx     \
76         MeasureGUI_PointDlg_moc.cxx
77
78 nodist_libMeasureGUI_la_SOURCES = \
79         $(MOC_FILES)
80
81 UIC_FILES =                                             \
82         ui_MeasureGUI_1Sel12LineEdit_QTD.h              \
83         ui_MeasureGUI_1Sel1TextView1Check_QTD.h         \
84         ui_MeasureGUI_1Sel1TextView2ListBox_QTD.h       \
85         ui_MeasureGUI_1Sel1TextView_QTD.h               \
86         ui_MeasureGUI_1Sel3LineEdit_QTD.h               \
87         ui_MeasureGUI_1Sel6LineEdit_QTD.h               \
88         ui_MeasureGUI_2Sel1LineEdit_QTD.h               \
89         ui_MeasureGUI_SkeletonBox_QTD.h
90
91 BUILT_SOURCES = $(UIC_FILES)
92
93 #LIB_CLIENT_IDL = SALOME_Exception.idl SALOME_GenericObj.idl SALOME_Component.idl
94
95 #LIB_SERVER_IDL =  
96
97 # additionnal information to compil and link file
98
99 libMeasureGUI_la_CPPFLAGS =             \
100         $(QT_INCLUDES)                  \
101         $(VTK_INCLUDES)                 \
102         $(CAS_CPPFLAGS)                 \
103         $(PYTHON_INCLUDES)              \
104         $(BOOST_CPPFLAGS)               \
105         $(KERNEL_CXXFLAGS)              \
106         $(GUI_CXXFLAGS)                 \
107         $(CORBA_CXXFLAGS)               \
108         $(CORBA_INCLUDES)               \
109         -I$(srcdir)/../GEOMGUI          \
110         -I$(srcdir)/../DlgRef           \
111         -I$(srcdir)/../GEOMBase         \
112         -I$(srcdir)/../OBJECT           \
113         -I$(srcdir)/../GEOMClient       \
114         -I$(srcdir)/../GEOMImpl         \
115         -I$(top_builddir)/src/DlgRef    \
116         -I$(top_builddir)/idl           \
117         -I$(top_builddir)/salome_adm/unix
118
119 libMeasureGUI_la_LDFLAGS  = \
120         ../GEOMBase/libGEOMBase.la
121