Salome HOME
0021209: Bug GetInPlace with faces. Integrate self-intersections checker.
[modules/geom.git] / src / BooleanGUI / Makefile.am
1 # Copyright (C) 2007-2011  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 BOOLEANGUI : 
21 # File    : Makefile.am
22 # Author  : Alexander BORODIN, Open CASCADE S.A.S. (alexander.borodin@opencascade.com)
23 # Package : BooleanGUI
24 #
25 include $(top_srcdir)/adm_local/unix/make_common_starter.am
26
27 # header files 
28 salomeinclude_HEADERS =         \
29         BooleanGUI.h            \
30         BooleanGUI_Dialog.h
31
32 # Libraries targets
33 lib_LTLIBRARIES = libBooleanGUI.la 
34
35 # Sources files
36 dist_libBooleanGUI_la_SOURCES = \
37         BooleanGUI.h            \
38         BooleanGUI_Dialog.h     \
39                                 \
40         BooleanGUI.cxx          \
41         BooleanGUI_Dialog.cxx
42
43 MOC_FILES =                             \
44         BooleanGUI_Dialog_moc.cxx
45
46 nodist_libBooleanGUI_la_SOURCES =       \
47         $(MOC_FILES)
48
49 # additional information to compile and link file
50
51 libBooleanGUI_la_CPPFLAGS =                     \
52         $(QT_INCLUDES)                          \
53         $(VTK_INCLUDES)                         \
54         $(CAS_CPPFLAGS)                         \
55         $(PYTHON_INCLUDES)                      \
56         $(BOOST_CPPFLAGS)                       \
57         $(KERNEL_CXXFLAGS)                      \
58         $(GUI_CXXFLAGS)                         \
59         $(CORBA_CXXFLAGS)                       \
60         $(CORBA_INCLUDES)                       \
61         -I$(srcdir)/../GEOMGUI                  \
62         -I$(srcdir)/../DlgRef                   \
63         -I$(srcdir)/../GEOMBase                 \
64         -I$(srcdir)/../OBJECT                   \
65         -I$(srcdir)/../GEOMClient               \
66         -I$(srcdir)/../GEOMImpl                 \
67         -I$(srcdir)/../GEOMFiltersSelection     \
68         -I$(top_builddir)/src/DlgRef            \
69         -I$(top_builddir)/idl
70
71 libBooleanGUI_la_LDFLAGS  =             \
72         ../GEOMBase/libGEOMBase.la