Salome HOME
GEOM porting to CMake
[modules/geom.git] / src / PrimitiveGUI / 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 : PrimitiveGUI
23 #
24 include $(top_srcdir)/adm_local/unix/make_common_starter.am
25
26 # header files 
27 salomeinclude_HEADERS =                 \
28         PrimitiveGUI.h                  \
29         PrimitiveGUI_BoxDlg.h           \
30         PrimitiveGUI_CylinderDlg.h      \
31         PrimitiveGUI_SphereDlg.h        \
32         PrimitiveGUI_TorusDlg.h         \
33         PrimitiveGUI_ConeDlg.h          
34
35 # Libraries targets
36 lib_LTLIBRARIES = libPrimitiveGUI.la
37
38 dist_libPrimitiveGUI_la_SOURCES =       \
39         PrimitiveGUI.h                  \
40         PrimitiveGUI_BoxDlg.h           \
41         PrimitiveGUI_ConeDlg.h          \
42         PrimitiveGUI_CylinderDlg.h      \
43         PrimitiveGUI_SphereDlg.h        \
44         PrimitiveGUI_TorusDlg.h         \
45         PrimitiveGUI_FaceDlg.h          \
46         PrimitiveGUI_DiskDlg.h          \
47                                         \
48         PrimitiveGUI.cxx                \
49         PrimitiveGUI_BoxDlg.cxx         \
50         PrimitiveGUI_CylinderDlg.cxx    \
51         PrimitiveGUI_SphereDlg.cxx      \
52         PrimitiveGUI_TorusDlg.cxx       \
53         PrimitiveGUI_ConeDlg.cxx        \
54         PrimitiveGUI_FaceDlg.cxx        \
55         PrimitiveGUI_DiskDlg.cxx
56
57 MOC_FILES =                                     \
58         PrimitiveGUI_BoxDlg_moc.cxx             \
59         PrimitiveGUI_CylinderDlg_moc.cxx        \
60         PrimitiveGUI_SphereDlg_moc.cxx          \
61         PrimitiveGUI_TorusDlg_moc.cxx           \
62         PrimitiveGUI_ConeDlg_moc.cxx            \
63         PrimitiveGUI_FaceDlg_moc.cxx            \
64         PrimitiveGUI_DiskDlg_moc.cxx
65
66 nodist_libPrimitiveGUI_la_SOURCES =     \
67         $(MOC_FILES)
68
69 # additional information to compile and link file
70
71 libPrimitiveGUI_la_CPPFLAGS =                   \
72         $(QT_INCLUDES)                          \
73         $(VTK_INCLUDES)                         \
74         $(CAS_CPPFLAGS)                         \
75         $(PYTHON_INCLUDES)                      \
76         $(BOOST_CPPFLAGS)                       \
77         $(KERNEL_CXXFLAGS)                      \
78         $(GUI_CXXFLAGS)                         \
79         $(CORBA_CXXFLAGS)                       \
80         $(CORBA_INCLUDES)                       \
81         -I$(srcdir)/../GEOMGUI                  \
82         -I$(srcdir)/../DlgRef                   \
83         -I$(srcdir)/../GEOMBase                 \
84         -I$(srcdir)/../OBJECT                   \
85         -I$(srcdir)/../GEOMClient               \
86         -I$(srcdir)/../GEOMImpl                 \
87         -I$(srcdir)/../GEOMFiltersSelection     \
88         -I$(top_builddir)/src/DlgRef            \
89         -I$(top_builddir)/idl
90
91 libPrimitiveGUI_la_LDFLAGS =                                    \
92         ../GEOMFiltersSelection/libGEOMFiltersSelection.la      \
93         ../GEOMBase/libGEOMBase.la