Salome HOME
NPAL16568: Added Approximation parameter in MakeFilling algorithm.
[modules/geom.git] / src / GEOMGUI / Makefile.am
1 #  GEOM GEOMGUI : GUI for Geometry component
2 #
3 #  Copyright (C) 2003  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 #
23 #
24 #  File   : Makefile.in
25 #  Author : Marc Tajchman (CEA)
26 #  Modified by : Alexander BORODIN (OCN) - autotools usage
27 #  Module : GEOM
28 #  $Header$
29
30 include $(top_srcdir)/adm_local/unix/make_common_starter.am
31
32 # Libraries targets
33 lib_LTLIBRARIES = libGEOM.la
34
35 # header files 
36 salomeinclude_HEADERS = \
37         GeometryGUI.h \
38         GEOMGUI.h \
39         GEOM_Displayer.h \
40         GEOMGUI_OCCSelector.h \
41         GEOMGUI_Selection.h \
42         GeometryGUI_Swig.hxx \
43         GeometryGUI_Swig.i \
44         GEOM_GEOMGUI.hxx
45
46 dist_libGEOM_la_SOURCES = \
47         GeometryGUI.cxx \
48         GEOMGUI.cxx \
49         GEOM_Displayer.cxx \
50         GEOMGUI_OCCSelector.cxx \
51         GEOMGUI_Selection.cxx \
52         GeometryGUI_Swig.cxx
53
54 MOC_FILES = \
55         GeometryGUI_moc.cxx
56
57
58 nodist_libGEOM_la_SOURCES= \
59         $(MOC_FILES)
60
61 # resources files
62 nodist_salomeres_DATA= \
63         GEOM_images.qm \
64         GEOM_msg_en.qm \
65         GEOM_msg_fr.qm
66
67 #LIB_CLIENT_IDL = SALOME_Exception.idl \
68 #                SALOMEDS.idl \
69 #                SALOMEDS_Attributes.idl \
70 #                SALOME_GenericObj.idl \
71 #                SALOME_Component.idl \
72 #                GEOM_Gen.idl
73
74 #LIB_SERVER_IDL =  
75
76 # additionnal information to compil and link file
77
78 libGEOM_la_CPPFLAGS = \
79         $(QT_INCLUDES) \
80         $(VTK_INCLUDES) \
81         $(CAS_CPPFLAGS) \
82         $(PYTHON_INCLUDES) \
83         $(BOOST_CPPFLAGS) \
84         $(KERNEL_CXXFLAGS) \
85         $(GUI_CXXFLAGS) \
86         $(CORBA_CXXFLAGS) \
87         $(CORBA_INCLUDES) \
88         -I$(srcdir)/../OBJECT \
89         -I$(srcdir)/../GEOMFiltersSelection \
90         -I$(srcdir)/../GEOMClient \
91         -I$(srcdir)/../GEOMImpl \
92         -I$(top_builddir)/idl \
93         -I$(top_builddir)/salome_adm/unix
94
95 libGEOM_la_LDFLAGS  = \
96         ../GEOMFiltersSelection/libGEOMFiltersSelection.la \
97         ../GEOMClient/libGEOMClient.la \
98         ../OBJECT/libGEOMObject.la \
99         $(KERNEL_LDFLAGS) -lSalomeLifeCycleCORBA \
100         $(GUI_LDFLAGS) -lOCCViewer -lVTKViewer -lCAM -lSOCC -lSVTK -lEvent
101 # -lSalomeApp 
102 # -lToolsGUI
103 #       $(CORBA_LIBS) \
104 #       $(STDLIB)