Salome HOME
Update copyright
[modules/geom.git] / src / BuildGUI / 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 BUILDGUI : 
21 # File    : Makefile.am
22 # Author  : Alexander BORODIN, Open CASCADE S.A.S. (alexander.borodin@opencascade.com)
23 # Package : BuildGUI
24 #
25 include $(top_srcdir)/adm_local/unix/make_common_starter.am
26
27 # header files 
28 salomeinclude_HEADERS =         \
29         BuildGUI.h              \
30         BuildGUI_EdgeDlg.h      \
31         BuildGUI_WireDlg.h      \
32         BuildGUI_FaceDlg.h      \
33         BuildGUI_ShellDlg.h     \
34         BuildGUI_SolidDlg.h     \
35         BuildGUI_CompoundDlg.h
36
37 # Libraries targets
38 lib_LTLIBRARIES = libBuildGUI.la 
39
40 # Sources files
41 dist_libBuildGUI_la_SOURCES =   \
42         BuildGUI.cxx            \
43         BuildGUI_EdgeDlg.cxx    \
44         BuildGUI_WireDlg.cxx    \
45         BuildGUI_FaceDlg.cxx    \
46         BuildGUI_ShellDlg.cxx   \
47         BuildGUI_SolidDlg.cxx   \
48         BuildGUI_CompoundDlg.cxx
49
50 MOC_FILES =                             \
51         BuildGUI_EdgeDlg_moc.cxx        \
52         BuildGUI_WireDlg_moc.cxx        \
53         BuildGUI_FaceDlg_moc.cxx        \
54         BuildGUI_ShellDlg_moc.cxx       \
55         BuildGUI_SolidDlg_moc.cxx       \
56         BuildGUI_CompoundDlg_moc.cxx
57
58 nodist_libBuildGUI_la_SOURCES =         \
59         $(MOC_FILES)
60
61 # additional information to compile and link file
62
63 libBuildGUI_la_CPPFLAGS =                       \
64         $(QT_INCLUDES)                          \
65         $(VTK_INCLUDES)                         \
66         $(CAS_CPPFLAGS)                         \
67         $(PYTHON_INCLUDES)                      \
68         $(BOOST_CPPFLAGS)                       \
69         $(KERNEL_CXXFLAGS)                      \
70         $(GUI_CXXFLAGS)                         \
71         $(CORBA_CXXFLAGS)                       \
72         $(CORBA_INCLUDES)                       \
73         -I$(srcdir)/../GEOMGUI                  \
74         -I$(srcdir)/../DlgRef                   \
75         -I$(srcdir)/../GEOMBase                 \
76         -I$(srcdir)/../OBJECT                   \
77         -I$(srcdir)/../GEOMClient               \
78         -I$(srcdir)/../GEOMImpl                 \
79         -I$(srcdir)/../GEOMFiltersSelection     \
80         -I$(top_builddir)/idl                   \
81         -I$(top_builddir)/src/DlgRef
82
83 libBuildGUI_la_LDFLAGS =                                        \
84         ../GEOMFiltersSelection/libGEOMFiltersSelection.la      \
85         ../GEOMBase/libGEOMBase.la