Salome HOME
2d364c18e16de2bf9fe09291e0f15a137b23e832
[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         BasicGUI_WorkingPlaneDlg.h
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_WorkingPlaneDlg.cxx    \
59         BasicGUI_CurveDlg.cxx           \
60         BasicGUI_MarkerDlg.cxx
61
62 MOC_FILES =                                     \
63         BasicGUI_PointDlg_moc.cxx               \
64         BasicGUI_LineDlg_moc.cxx                \
65         BasicGUI_CircleDlg_moc.cxx              \
66         BasicGUI_EllipseDlg_moc.cxx             \
67         BasicGUI_ArcDlg_moc.cxx                 \
68         BasicGUI_VectorDlg_moc.cxx              \
69         BasicGUI_PlaneDlg_moc.cxx               \
70         BasicGUI_WorkingPlaneDlg_moc.cxx        \
71         BasicGUI_CurveDlg_moc.cxx               \
72         BasicGUI_MarkerDlg_moc.cxx
73
74 nodist_libBasicGUI_la_SOURCES =                 \
75         $(MOC_FILES)
76
77 # additional information to compile and link file
78
79 libBasicGUI_la_CPPFLAGS =                       \
80         $(QT_INCLUDES)                          \
81         $(VTK_INCLUDES)                         \
82         $(CAS_CPPFLAGS)                         \
83         $(PYTHON_INCLUDES)                      \
84         $(BOOST_CPPFLAGS)                       \
85         $(KERNEL_CXXFLAGS)                      \
86         $(GUI_CXXFLAGS)                         \
87         $(CORBA_CXXFLAGS)                       \
88         $(CORBA_INCLUDES)                       \
89         -I$(srcdir)/../OBJECT                   \
90         -I$(srcdir)/../DlgRef                   \
91         -I$(srcdir)/../GEOMGUI                  \
92         -I$(srcdir)/../GEOMFiltersSelection     \
93         -I$(srcdir)/../GEOMBase                 \
94         -I$(srcdir)/../GEOMImpl                 \
95         -I$(srcdir)/../GEOMClient               \
96         -I$(top_builddir)/src/DlgRef            \
97         -I$(top_builddir)/idl                   \
98         -I$(top_builddir)/salome_adm/unix
99
100
101 libBasicGUI_la_LDFLAGS  =                                       \
102         ../GEOMFiltersSelection/libGEOMFiltersSelection.la      \
103         ../GEOMBase/libGEOMBase.la                              \
104         ../GEOMGUI/libGEOM.la                                   \
105         $(GUI_LDFLAGS) -lsuit