Salome HOME
Correct make file for shared modules script
[modules/geom.git] / src / BasicGUI / 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 BASICGUI : 
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 # header files 
32 salomeinclude_HEADERS = BasicGUI_PointDlg.h \
33                         GEOM_BasicGUI.hxx
34
35 # Libraries targets
36 lib_LTLIBRARIES = libBasicGUI.la
37
38 # Sources files
39 dist_libBasicGUI_la_SOURCES = \
40         BasicGUI.cxx \
41         BasicGUI_PointDlg.cxx \
42         BasicGUI_LineDlg.cxx \
43         BasicGUI_CircleDlg.cxx \
44         BasicGUI_EllipseDlg.cxx \
45         BasicGUI_ArcDlg.cxx \
46         BasicGUI_VectorDlg.cxx \
47         BasicGUI_PlaneDlg.cxx \
48         BasicGUI_WorkingPlaneDlg.cxx \
49         BasicGUI_CurveDlg.cxx \
50         BasicGUI_MarkerDlg.cxx
51
52 MOC_FILES = \
53         BasicGUI_PointDlg_moc.cxx \
54         BasicGUI_LineDlg_moc.cxx \
55         BasicGUI_CircleDlg_moc.cxx \
56         BasicGUI_EllipseDlg_moc.cxx \
57         BasicGUI_ArcDlg_moc.cxx \
58         BasicGUI_VectorDlg_moc.cxx \
59         BasicGUI_PlaneDlg_moc.cxx \
60         BasicGUI_WorkingPlaneDlg_moc.cxx \
61         BasicGUI_CurveDlg_moc.cxx \
62         BasicGUI_MarkerDlg_moc.cxx
63
64 nodist_libBasicGUI_la_SOURCES= \
65         $(MOC_FILES)
66
67
68 # LIB_CLIENT_IDL = SALOME_GenericObj.idl SALOME_Exception.idl SALOME_Component.idl
69
70 # LIB_SERVER_IDL = 
71
72 # additionnal information to compil and link file
73
74 libBasicGUI_la_CPPFLAGS = \
75         $(QT_INCLUDES) \
76         $(VTK_INCLUDES) \
77         $(CAS_CPPFLAGS) \
78         $(PYTHON_INCLUDES) \
79         $(BOOST_CPPFLAGS) \
80         $(KERNEL_CXXFLAGS) \
81         $(GUI_CXXFLAGS) \
82         $(CORBA_CXXFLAGS) \
83         $(CORBA_INCLUDES) \
84         -I$(srcdir)/../OBJECT \
85         -I$(srcdir)/../DlgRef \
86         -I$(srcdir)/../GEOMGUI \
87         -I$(srcdir)/../GEOMFiltersSelection \
88         -I$(srcdir)/../GEOMBase \
89         -I$(srcdir)/../GEOMImpl \
90         -I$(srcdir)/../GEOMClient \
91         -I$(top_builddir)/idl \
92         -I$(top_builddir)/salome_adm/unix
93
94
95 libBasicGUI_la_LDFLAGS  = \
96         ../GEOMFiltersSelection/libGEOMFiltersSelection.la \
97         ../GEOMBase/libGEOMBase.la \
98         ../GEOMGUI/libGEOM.la \
99         $(GUI_LDFLAGS) -lsuit