Salome HOME
GEOM porting to CMake
[modules/geom.git] / src / BasicGUI / Makefile.am
1 # Copyright (C) 2007-2013  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         BasicGUI_ParamCurveWidget.h
41 #
42 # OBSOLETE: BasicGUI_WorkingPlaneDlg.h
43 #
44
45 # Libraries targets
46
47 lib_LTLIBRARIES = libBasicGUI.la
48
49 # Sources files
50 dist_libBasicGUI_la_SOURCES =           \
51         BasicGUI.cxx                    \
52         BasicGUI_PointDlg.cxx           \
53         BasicGUI_LineDlg.cxx            \
54         BasicGUI_CircleDlg.cxx          \
55         BasicGUI_EllipseDlg.cxx         \
56         BasicGUI_ArcDlg.cxx             \
57         BasicGUI_VectorDlg.cxx          \
58         BasicGUI_PlaneDlg.cxx           \
59         BasicGUI_CurveDlg.cxx           \
60         BasicGUI_MarkerDlg.cxx          \
61         BasicGUI_ParamCurveWidget.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         BasicGUI_ParamCurveWidget_moc.cxx
77 #
78 # OBSOLETE: BasicGUI_WorkingPlaneDlg_moc.cxx
79 #
80
81 nodist_libBasicGUI_la_SOURCES =                 \
82         $(MOC_FILES)
83
84 # additional information to compile and link file
85
86 libBasicGUI_la_CPPFLAGS =                       \
87         $(QT_INCLUDES)                          \
88         $(VTK_INCLUDES)                         \
89         $(CAS_CPPFLAGS)                         \
90         $(PYTHON_INCLUDES)                      \
91         $(BOOST_CPPFLAGS)                       \
92         $(KERNEL_CXXFLAGS)                      \
93         $(GUI_CXXFLAGS)                         \
94         $(CORBA_CXXFLAGS)                       \
95         $(CORBA_INCLUDES)                       \
96         $(OPENCV_INCLUDES)                      \
97         -I$(srcdir)/../OBJECT                   \
98         -I$(srcdir)/../DlgRef                   \
99         -I$(srcdir)/../GEOMGUI                  \
100         -I$(srcdir)/../GEOMFiltersSelection     \
101         -I$(srcdir)/../GEOMBase                 \
102         -I$(srcdir)/../GEOMImpl                 \
103         -I$(srcdir)/../GEOMClient               \
104         -I$(top_builddir)/src/DlgRef            \
105         -I$(top_builddir)/idl
106
107
108 libBasicGUI_la_LDFLAGS  =                                       \
109         ../GEOMFiltersSelection/libGEOMFiltersSelection.la      \
110         ../GEOMBase/libGEOMBase.la                              \
111         ../GEOMGUI/libGEOM.la                                   \
112         $(CAS_LDFLAGS) -lTKGeomBase                             \
113         $(GUI_LDFLAGS) -lsuit                                   \
114         $(OPENCV_LIBS)