Salome HOME
Mantis issue 0021392: EDF 1631 GEOM: Dump study of sketcher 3D with relatives coordin...
[modules/geom.git] / src / GEOMGUI / Makefile.am
1 # Copyright (C) 2007-2012  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 # GEOM GEOMGUI : GUI for Geometry component
21 # File    : Makefile.am
22 # Author  : Alexander BORODIN, Open CASCADE S.A.S. (alexander.borodin@opencascade.com)
23 # Package : GEOMGUI
24 #
25 include $(top_srcdir)/adm_local/unix/make_common_starter.am
26
27 # Libraries targets
28 lib_LTLIBRARIES = libGEOM.la
29
30 # header files 
31 salomeinclude_HEADERS =         \
32         GeometryGUI.h           \
33         GeometryGUI_Operations.h\
34         GEOMGUI.h               \
35         GEOM_Displayer.h        \
36         GEOMGUI_OCCSelector.h   \
37         GEOMGUI_Selection.h     \
38         GEOM_GEOMGUI.hxx
39
40 dist_libGEOM_la_SOURCES =       \
41         GeometryGUI.cxx         \
42         GEOMGUI.cxx             \
43         GEOM_Displayer.cxx      \
44         GEOMGUI_OCCSelector.cxx \
45         GEOMGUI_Selection.cxx
46
47 MOC_FILES =                     \
48         GeometryGUI_moc.cxx
49
50 nodist_libGEOM_la_SOURCES =     \
51         $(MOC_FILES)
52
53 # resources files
54 nodist_salomeres_DATA = \
55         GEOM_images.qm  \
56         GEOM_msg_en.qm  \
57         GEOM_msg_fr.qm
58
59 # additional information to compile and link file
60
61 libGEOM_la_CPPFLAGS =                           \
62         $(QT_INCLUDES)                          \
63         $(VTK_INCLUDES)                         \
64         $(CAS_CPPFLAGS)                         \
65         $(PYTHON_INCLUDES)                      \
66         $(BOOST_CPPFLAGS)                       \
67         $(KERNEL_CXXFLAGS)                      \
68         $(GUI_CXXFLAGS)                         \
69         $(CORBA_CXXFLAGS)                       \
70         $(CORBA_INCLUDES)                       \
71         $(OPENCV_INCLUDES)                      \
72         -I$(srcdir)/../OBJECT                   \
73         -I$(srcdir)/../GEOMFiltersSelection     \
74         -I$(srcdir)/../Material                 \
75         -I$(srcdir)/../GEOMClient               \
76         -I$(srcdir)/../GEOMImpl                 \
77         -I$(top_builddir)/idl                   \
78         -I$(top_builddir)
79
80 libGEOM_la_LDFLAGS =                                            \
81         $(PYTHON_LIBS)                                          \
82         ../GEOMFiltersSelection/libGEOMFiltersSelection.la      \
83         ../Material/libMaterial.la                              \
84         ../GEOMClient/libGEOMClient.la                          \
85         ../OBJECT/libGEOMObject.la                              \
86         $(KERNEL_LDFLAGS) -lSalomeLifeCycleCORBA -lSalomeNS -lSalomeDSClient            \
87         $(GUI_LDFLAGS) -lOCCViewer -lVTKViewer -lCAM -lSOCC -lSVTK -lEvent -lSalomePrs -lstd    \
88         $(OPENCV_LIBS)
89
90 # -lSalomeApp 
91 # -lToolsGUI
92 #       $(CORBA_LIBS) \
93 #       $(STDLIB)