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