Salome HOME
0021147: EDF GEOM: Difference between compound of line and compound of edges
[modules/geom.git] / src / EntityGUI / Makefile.am
1 #  Copyright (C) 2007-2010  CEA/DEN, EDF R&D, OPEN CASCADE
2 #
3 #  This library is free software; you can redistribute it and/or
4 #  modify it under the terms of the GNU Lesser General Public
5 #  License as published by the Free Software Foundation; either
6 #  version 2.1 of the License.
7 #
8 #  This library is distributed in the hope that it will be useful,
9 #  but WITHOUT ANY WARRANTY; without even the implied warranty of
10 #  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
11 #  Lesser General Public License for more details.
12 #
13 #  You should have received a copy of the GNU Lesser General Public
14 #  License along with this library; if not, write to the Free Software
15 #  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
16 #
17 #  See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
18 #
19
20 # GEOM ENTITYGUI : 
21 # File    : Makefile.am
22 # Author  : Alexander BORODIN, Open CASCADE S.A.S. (alexander.borodin@opencascade.com)
23 # Package : EntityGUI
24 #
25 include $(top_srcdir)/adm_local/unix/make_common_starter.am
26
27 # Libraries targets
28 lib_LTLIBRARIES = libEntityGUI.la
29
30 # header files
31 salomeinclude_HEADERS =                 \
32         EntityGUI.h                     \
33         EntityGUI_Widgets.h             \
34         EntityGUI_SketcherDlg.h         \
35         EntityGUI_3DSketcherDlg.h       \
36         EntityGUI_SubShapeDlg.h 
37
38 dist_libEntityGUI_la_SOURCES =          \
39         EntityGUI.cxx                   \
40         EntityGUI_Widgets.cxx           \
41         EntityGUI_SketcherDlg.cxx       \
42         EntityGUI_3DSketcherDlg.cxx     \
43         EntityGUI_SubShapeDlg.cxx
44
45 MOC_FILES =                             \
46         EntityGUI_Widgets_moc.cxx       \
47         EntityGUI_SketcherDlg_moc.cxx   \
48         EntityGUI_3DSketcherDlg_moc.cxx \
49         EntityGUI_SubShapeDlg_moc.cxx
50
51 nodist_libEntityGUI_la_SOURCES =        \
52          $(MOC_FILES)
53
54 UIC_FILES =                             \
55         ui_EntityGUI_1Sel_QTD.h         \
56         ui_EntityGUI_2Sel1Check_QTD.h   \
57         ui_EntityGUI_1Sel1Spin1Check_QTD.h      \
58         ui_EntityGUI_1Spin_QTD.h        \
59         ui_EntityGUI_2Spin_QTD.h        \
60         ui_EntityGUI_3Spin_QTD.h        \
61         ui_EntityGUI_4Spin_QTD.h        \
62         ui_EntityGUI_3Spin1Check_QTD.h  \
63         ui_EntityGUI_4Spin1Check_QTD.h  \
64         ui_EntityGUI_Dir1_QTD.h         \
65         ui_EntityGUI_Dir2_QTD.h         \
66         ui_EntityGUI_Point_QTD.h        \
67         ui_EntityGUI_Skeleton_QTD.h
68
69 BUILT_SOURCES = $(UIC_FILES)
70
71 # additional information to compile and link file
72
73 libEntityGUI_la_CPPFLAGS =                      \
74         $(QT_INCLUDES)                          \
75         $(CAS_CPPFLAGS)                         \
76         $(VTK_INCLUDES)                         \
77         $(PYTHON_INCLUDES)                      \
78         $(BOOST_CPPFLAGS)                       \
79         $(KERNEL_CXXFLAGS)                      \
80         $(GUI_CXXFLAGS)                         \
81         $(CORBA_CXXFLAGS)                       \
82         $(CORBA_INCLUDES)                       \
83         -I$(srcdir)/../GEOMGUI                  \
84         -I$(srcdir)/../DlgRef                   \
85         -I$(srcdir)/../GEOMBase                 \
86         -I$(srcdir)/../OBJECT                   \
87         -I$(srcdir)/../GEOMClient               \
88         -I$(srcdir)/../GEOMImpl                 \
89         -I$(srcdir)/../GEOMFiltersSelection     \
90         -I$(srcdir)/../SKETCHER                 \
91         -I$(top_builddir)/src/DlgRef            \
92         -I$(top_builddir)/idl
93
94 libEntityGUI_la_LDFLAGS  =                                      \
95         ../GEOMFiltersSelection/libGEOMFiltersSelection.la      \
96         ../GEOMBase/libGEOMBase.la                              \
97         ../SKETCHER/libGEOMSketcher.la                          \
98         ../GEOMGUI/libGEOM.la                                   \
99         $(QT_MT_LIBS)                                           \
100         $(CAS_TKTopAlgo) -lTKernel
101