Salome HOME
IMP 0016656: EDF531: Default constructor in creation dialog of geometric objects.
[modules/geom.git] / src / BasicGUI / Makefile.am
1 # Copyright (C) 2003  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
2 # CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS 
3
4 # This library is free software; you can redistribute it and/or 
5 # modify it under the terms of the GNU Lesser General Public 
6 # License as published by the Free Software Foundation; either 
7 # version 2.1 of the License. 
8
9 # This library is distributed in the hope that it will be useful, 
10 # but WITHOUT ANY WARRANTY; without even the implied warranty of 
11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
12 # Lesser General Public License for more details. 
13
14 # You should have received a copy of the GNU Lesser General Public 
15 # License along with this library; if not, write to the Free Software 
16 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA 
17
18 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
19 #
20 # File    : Makefile.am
21 # Author  : Alexander BORODIN, Open CASCADE S.A.S. (alexander.borodin@opencascade.com)
22 # Package : BasicGUI
23 #
24
25 include $(top_srcdir)/adm_local/unix/make_common_starter.am
26
27 # header files 
28 salomeinclude_HEADERS = 
29
30 # Libraries targets
31 lib_LTLIBRARIES = libBasicGUI.la
32
33 # Sources files
34 dist_libBasicGUI_la_SOURCES =           \
35         BasicGUI.h                      \
36         BasicGUI_ArcDlg.h               \
37         BasicGUI_CircleDlg.h            \
38         BasicGUI_CurveDlg.h             \
39         BasicGUI_EllipseDlg.h           \
40         BasicGUI_LineDlg.h              \
41         BasicGUI_MarkerDlg.h            \
42         BasicGUI_PlaneDlg.h             \
43         BasicGUI_PointDlg.h             \
44         BasicGUI_VectorDlg.h            \
45         BasicGUI_WorkingPlaneDlg.h      \
46                                         \
47         BasicGUI.cxx                    \
48         BasicGUI_PointDlg.cxx           \
49         BasicGUI_LineDlg.cxx            \
50         BasicGUI_CircleDlg.cxx          \
51         BasicGUI_EllipseDlg.cxx         \
52         BasicGUI_ArcDlg.cxx             \
53         BasicGUI_VectorDlg.cxx          \
54         BasicGUI_PlaneDlg.cxx           \
55         BasicGUI_WorkingPlaneDlg.cxx    \
56         BasicGUI_CurveDlg.cxx           \
57         BasicGUI_MarkerDlg.cxx
58
59 MOC_FILES =                                     \
60         BasicGUI_PointDlg_moc.cxx               \
61         BasicGUI_LineDlg_moc.cxx                \
62         BasicGUI_CircleDlg_moc.cxx              \
63         BasicGUI_EllipseDlg_moc.cxx             \
64         BasicGUI_ArcDlg_moc.cxx                 \
65         BasicGUI_VectorDlg_moc.cxx              \
66         BasicGUI_PlaneDlg_moc.cxx               \
67         BasicGUI_WorkingPlaneDlg_moc.cxx        \
68         BasicGUI_CurveDlg_moc.cxx               \
69         BasicGUI_MarkerDlg_moc.cxx
70
71 nodist_libBasicGUI_la_SOURCES = \
72         $(MOC_FILES)
73
74 # LIB_CLIENT_IDL = SALOME_GenericObj.idl SALOME_Exception.idl SALOME_Component.idl
75
76 # LIB_SERVER_IDL = 
77
78 # additionnal information to compil and link file
79
80 libBasicGUI_la_CPPFLAGS =                       \
81         $(QT_INCLUDES)                          \
82         $(VTK_INCLUDES)                         \
83         $(CAS_CPPFLAGS)                         \
84         $(PYTHON_INCLUDES)                      \
85         $(BOOST_CPPFLAGS)                       \
86         $(KERNEL_CXXFLAGS)                      \
87         $(GUI_CXXFLAGS)                         \
88         $(CORBA_CXXFLAGS)                       \
89         $(CORBA_INCLUDES)                       \
90         -I$(srcdir)/../OBJECT                   \
91         -I$(srcdir)/../DlgRef                   \
92         -I$(srcdir)/../GEOMGUI                  \
93         -I$(srcdir)/../GEOMFiltersSelection     \
94         -I$(srcdir)/../GEOMBase                 \
95         -I$(srcdir)/../GEOMImpl                 \
96         -I$(srcdir)/../GEOMClient               \
97         -I$(top_builddir)/src/DlgRef            \
98         -I$(top_builddir)/idl                   \
99         -I$(top_builddir)/salome_adm/unix
100
101
102 libBasicGUI_la_LDFLAGS  =                                       \
103         ../GEOMFiltersSelection/libGEOMFiltersSelection.la      \
104         ../GEOMBase/libGEOMBase.la                              \
105         ../GEOMGUI/libGEOM.la                                   \
106         $(GUI_LDFLAGS) -lsuit