Salome HOME
*** empty log message ***
[modules/geom.git] / src / EntityGUI / Makefile.am
1 # GEOM ENTITYGUI : 
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 : EntityGUI
25 #
26
27 include $(top_srcdir)/adm_local/unix/make_common_starter.am
28
29 # Libraries targets
30 lib_LTLIBRARIES = libEntityGUI.la
31
32 # header files
33 salomeinclude_HEADERS =
34
35 dist_libEntityGUI_la_SOURCES =          \
36         EntityGUI.h                     \
37         EntityGUI_Widgets.h             \
38         EntityGUI_SketcherDlg.h         \
39         EntityGUI_SubShapeDlg.h         \
40                                         \
41         EntityGUI.cxx                   \
42         EntityGUI_Widgets.cxx           \
43         EntityGUI_SketcherDlg.cxx       \
44         EntityGUI_SubShapeDlg.cxx
45
46 MOC_FILES =                             \
47         EntityGUI_Widgets_moc.cxx       \
48         EntityGUI_SketcherDlg_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_1Spin_QTD.h        \
57         ui_EntityGUI_2Spin_QTD.h        \
58         ui_EntityGUI_3Spin_QTD.h        \
59         ui_EntityGUI_4Spin_QTD.h        \
60         ui_EntityGUI_Dir1_QTD.h         \
61         ui_EntityGUI_Dir2_QTD.h         \
62         ui_EntityGUI_Point_QTD.h        \
63         ui_EntityGUI_Skeleton_QTD.h
64
65 BUILT_SOURCES = $(UIC_FILES)
66
67 # LIB_CLIENT_IDL = SALOME_Exception.idl SALOME_GenericObj.idl SALOME_Component.idl
68
69 # LIB_SERVER_IDL =  
70
71 # additionnal information to compil 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         -I$(top_builddir)/salome_adm/unix
94
95 libEntityGUI_la_LDFLAGS  = \
96         ../GEOMFiltersSelection/libGEOMFiltersSelection.la      \
97         ../GEOMBase/libGEOMBase.la                              \
98         ../SKETCHER/libGEOMSketcher.la                          \
99         ../GEOMGUI/libGEOM.la                                   \
100         $(QT_MT_LIBS)                                           \
101         $(CAS_TKTopAlgo) -lTKernel
102