Salome HOME
Improve actions management
[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 # File    : Makefile.am
23 # Author  : Alexander BORODIN, Open CASCADE S.A.S. (alexander.borodin@opencascade.com)
24 # Package : BasicGUI
25 #
26 include $(top_srcdir)/adm_local/unix/make_common_starter.am
27
28 # header files 
29
30
31 salomeinclude_HEADERS =                 \
32         BasicGUI.h                      \
33         BasicGUI_ArcDlg.h               \
34         BasicGUI_CircleDlg.h            \
35         BasicGUI_CurveDlg.h             \
36         BasicGUI_EllipseDlg.h           \
37         BasicGUI_LineDlg.h              \
38         BasicGUI_MarkerDlg.h            \
39         BasicGUI_PlaneDlg.h             \
40         BasicGUI_PointDlg.h             \
41         BasicGUI_VectorDlg.h
42 #
43 # OBSOLETE: BasicGUI_WorkingPlaneDlg.h
44 #
45
46 # Libraries targets
47
48 lib_LTLIBRARIES = libBasicGUI.la
49
50 # Sources files
51 dist_libBasicGUI_la_SOURCES =           \
52         BasicGUI.cxx                    \
53         BasicGUI_PointDlg.cxx           \
54         BasicGUI_LineDlg.cxx            \
55         BasicGUI_CircleDlg.cxx          \
56         BasicGUI_EllipseDlg.cxx         \
57         BasicGUI_ArcDlg.cxx             \
58         BasicGUI_VectorDlg.cxx          \
59         BasicGUI_PlaneDlg.cxx           \
60         BasicGUI_CurveDlg.cxx           \
61         BasicGUI_MarkerDlg.cxx
62 #
63 # OBSOLETE: BasicGUI_WorkingPlaneDlg.cxx
64 #
65
66 MOC_FILES =                                     \
67         BasicGUI_PointDlg_moc.cxx               \
68         BasicGUI_LineDlg_moc.cxx                \
69         BasicGUI_CircleDlg_moc.cxx              \
70         BasicGUI_EllipseDlg_moc.cxx             \
71         BasicGUI_ArcDlg_moc.cxx                 \
72         BasicGUI_VectorDlg_moc.cxx              \
73         BasicGUI_PlaneDlg_moc.cxx               \
74         BasicGUI_CurveDlg_moc.cxx               \
75         BasicGUI_MarkerDlg_moc.cxx
76 #
77 # OBSOLETE: BasicGUI_WorkingPlaneDlg_moc.cxx
78 #
79
80 nodist_libBasicGUI_la_SOURCES =                 \
81         $(MOC_FILES)
82
83 # additional information to compile and link file
84
85 libBasicGUI_la_CPPFLAGS =                       \
86         $(QT_INCLUDES)                          \
87         $(VTK_INCLUDES)                         \
88         $(CAS_CPPFLAGS)                         \
89         $(PYTHON_INCLUDES)                      \
90         $(BOOST_CPPFLAGS)                       \
91         $(KERNEL_CXXFLAGS)                      \
92         $(GUI_CXXFLAGS)                         \
93         $(CORBA_CXXFLAGS)                       \
94         $(CORBA_INCLUDES)                       \
95         -I$(srcdir)/../OBJECT                   \
96         -I$(srcdir)/../DlgRef                   \
97         -I$(srcdir)/../GEOMGUI                  \
98         -I$(srcdir)/../GEOMFiltersSelection     \
99         -I$(srcdir)/../GEOMBase                 \
100         -I$(srcdir)/../GEOMImpl                 \
101         -I$(srcdir)/../GEOMClient               \
102         -I$(top_builddir)/src/DlgRef            \
103         -I$(top_builddir)/idl
104
105
106 libBasicGUI_la_LDFLAGS  =                                       \
107         ../GEOMFiltersSelection/libGEOMFiltersSelection.la      \
108         ../GEOMBase/libGEOMBase.la                              \
109         ../GEOMGUI/libGEOM.la                                   \
110         $(CAS_LDFLAGS) -lTKGeomBase                             \
111         $(GUI_LDFLAGS) -lsuit