]> SALOME platform Git repositories - modules/geom.git/blob - src/EntityGUI/Makefile.am
Salome HOME
Update copyright information
[modules/geom.git] / src / EntityGUI / Makefile.am
1 #  Copyright (C) 2007-2008  CEA/DEN, EDF R&D, OPEN CASCADE
2 #
3 #  Copyright (C) 2003-2007  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 #  GEOM ENTITYGUI : 
23 #  File   : Makefile.in
24 #  Author : Damien COQUERET (OCC)
25 #  Modified by : Alexander BORODIN (OCN) - autotools usage
26 #  Module : GEOM
27 #  $Header: 
28 #
29 include $(top_srcdir)/adm_local/unix/make_common_starter.am
30
31 # Libraries targets
32 lib_LTLIBRARIES = libEntityGUI.la
33
34 # header files
35 salomeinclude_HEADERS = \
36         GEOM_EntityGUI.hxx
37
38 dist_libEntityGUI_la_SOURCES = EntityGUI.cxx \
39         EntityGUI_Skeleton_QTD.cxx \
40         EntityGUI_Point_QTD.cxx \
41         EntityGUI_Dir1_QTD.cxx \
42         EntityGUI_Dir2_QTD.cxx \
43         EntityGUI_1Sel_QTD.cxx \
44         EntityGUI_1Spin_QTD.cxx \
45         EntityGUI_2Spin_QTD.cxx \
46         EntityGUI_3Spin_QTD.cxx \
47         EntityGUI_4Spin_QTD.cxx \
48         EntityGUI_1Spin.cxx \
49         EntityGUI_2Spin.cxx \
50         EntityGUI_3Spin.cxx \
51         EntityGUI_4Spin.cxx \
52         EntityGUI_SketcherDlg.cxx \
53         EntityGUI_SubShapeDlg.cxx
54
55 MOC_FILES = \
56         EntityGUI_Skeleton_QTD_moc.cxx \
57         EntityGUI_Point_QTD_moc.cxx \
58         EntityGUI_Dir1_QTD_moc.cxx \
59         EntityGUI_Dir2_QTD_moc.cxx \
60         EntityGUI_1Sel_QTD_moc.cxx \
61         EntityGUI_1Spin_QTD_moc.cxx \
62         EntityGUI_2Spin_QTD_moc.cxx \
63         EntityGUI_3Spin_QTD_moc.cxx \
64         EntityGUI_4Spin_QTD_moc.cxx \
65         EntityGUI_1Spin_moc.cxx \
66         EntityGUI_2Spin_moc.cxx \
67         EntityGUI_3Spin_moc.cxx \
68         EntityGUI_4Spin_moc.cxx \
69         EntityGUI_SketcherDlg_moc.cxx \
70         EntityGUI_SubShapeDlg_moc.cxx
71
72 nodist_libEntityGUI_la_SOURCES= \
73          $(MOC_FILES)
74
75 # LIB_CLIENT_IDL = SALOME_Exception.idl SALOME_GenericObj.idl SALOME_Component.idl
76
77 # LIB_SERVER_IDL =  
78
79 # additionnal information to compil and link file
80
81 libEntityGUI_la_CPPFLAGS = \
82         $(QT_INCLUDES) \
83         $(CAS_CPPFLAGS) \
84         $(VTK_INCLUDES) \
85         $(PYTHON_INCLUDES) \
86         $(BOOST_CPPFLAGS) \
87         $(KERNEL_CXXFLAGS) \
88         $(GUI_CXXFLAGS) \
89         $(CORBA_CXXFLAGS) \
90         $(CORBA_INCLUDES) \
91         -I$(srcdir)/../GEOMGUI \
92         -I$(srcdir)/../DlgRef \
93         -I$(srcdir)/../GEOMBase \
94         -I$(srcdir)/../OBJECT \
95         -I$(srcdir)/../GEOMClient \
96         -I$(srcdir)/../GEOMImpl \
97         -I$(srcdir)/../GEOMFiltersSelection \
98         -I$(srcdir)/../SKETCHER \
99         -I$(top_builddir)/idl \
100         -I$(top_builddir)/salome_adm/unix
101
102 libEntityGUI_la_LDFLAGS  = \
103         ../GEOMFiltersSelection/libGEOMFiltersSelection.la \
104         ../GEOMBase/libGEOMBase.la \
105         ../SKETCHER/libGEOMSketcher.la \
106         ../GEOMGUI/libGEOM.la \
107         $(QT_MT_LIBS) \
108         $(CAS_TKTopAlgo) -lTKernel
109