Salome HOME
Join modifications from BR_Dev_For_4_0 tag V4_1_1.
[modules/geom.git] / src / BasicGUI / Makefile.am
1 #  GEOM BASICGUI : 
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 #
23 #
24 #  File   : Makefile.in
25 #  Author : Damien COQUERET (OCC)
26 #  Modified by : Alexander BORODIN (OCN) - autotools usage
27 #  Module : GEOM
28 #  $Header: 
29
30 include $(top_srcdir)/adm_local/unix/make_common_starter.am
31
32 # header files 
33 salomeinclude_HEADERS = BasicGUI_PointDlg.h \
34                         GEOM_BasicGUI.hxx
35
36 # Libraries targets
37 lib_LTLIBRARIES = libBasicGUI.la
38
39 # Sources files
40 dist_libBasicGUI_la_SOURCES = \
41         BasicGUI.cxx \
42         BasicGUI_PointDlg.cxx \
43         BasicGUI_LineDlg.cxx \
44         BasicGUI_CircleDlg.cxx \
45         BasicGUI_EllipseDlg.cxx \
46         BasicGUI_ArcDlg.cxx \
47         BasicGUI_VectorDlg.cxx \
48         BasicGUI_PlaneDlg.cxx \
49         BasicGUI_WorkingPlaneDlg.cxx \
50         BasicGUI_CurveDlg.cxx \
51         BasicGUI_MarkerDlg.cxx
52
53 MOC_FILES = \
54         BasicGUI_PointDlg_moc.cxx \
55         BasicGUI_LineDlg_moc.cxx \
56         BasicGUI_CircleDlg_moc.cxx \
57         BasicGUI_EllipseDlg_moc.cxx \
58         BasicGUI_ArcDlg_moc.cxx \
59         BasicGUI_VectorDlg_moc.cxx \
60         BasicGUI_PlaneDlg_moc.cxx \
61         BasicGUI_WorkingPlaneDlg_moc.cxx \
62         BasicGUI_CurveDlg_moc.cxx \
63         BasicGUI_MarkerDlg_moc.cxx
64
65 nodist_libBasicGUI_la_SOURCES= \
66         $(MOC_FILES)
67
68
69 # LIB_CLIENT_IDL = SALOME_GenericObj.idl SALOME_Exception.idl SALOME_Component.idl
70
71 # LIB_SERVER_IDL = 
72
73 # additionnal information to compil and link file
74
75 libBasicGUI_la_CPPFLAGS = \
76         $(QT_INCLUDES) \
77         $(VTK_INCLUDES) \
78         $(CAS_CPPFLAGS) \
79         $(PYTHON_INCLUDES) \
80         $(BOOST_CPPFLAGS) \
81         $(KERNEL_CXXFLAGS) \
82         $(GUI_CXXFLAGS) \
83         $(CORBA_CXXFLAGS) \
84         $(CORBA_INCLUDES) \
85         -I$(srcdir)/../OBJECT \
86         -I$(srcdir)/../DlgRef \
87         -I$(srcdir)/../GEOMGUI \
88         -I$(srcdir)/../GEOMFiltersSelection \
89         -I$(srcdir)/../GEOMBase \
90         -I$(srcdir)/../GEOMImpl \
91         -I$(srcdir)/../GEOMClient \
92         -I$(top_builddir)/idl \
93         -I$(top_builddir)/salome_adm/unix
94
95
96 libBasicGUI_la_LDFLAGS  = \
97         ../GEOMFiltersSelection/libGEOMFiltersSelection.la \
98         ../GEOMBase/libGEOMBase.la \
99         ../GEOMGUI/libGEOM.la \
100         $(GUI_LDFLAGS) -lsuit