Salome HOME
GEOM porting to CMake
[modules/geom.git] / src / OperationGUI / 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 # File    : Makefile.am
20 # Author  : Alexander BORODIN, Open CASCADE S.A.S. (alexander.borodin@opencascade.com)
21 # Package : OperationGUI
22
23 include $(top_srcdir)/adm_local/unix/make_common_starter.am
24
25 # header files 
26 salomeinclude_HEADERS =                         \
27         OperationGUI.h                          \
28         OperationGUI_ArchimedeDlg.h             \
29         OperationGUI_PartitionDlg.h             \
30         OperationGUI_FilletDlg.h                \
31         OperationGUI_Fillet1d2dDlg.h            \
32         OperationGUI_ChamferDlg.h               \
33         OperationGUI_GetShapesOnShapeDlg.h      \
34         OperationGUI_GetSharedShapesDlg.h       \
35         OperationGUI_ExtrudedFeatureDlg.h       \
36         OperationGUI_ClippingDlg.h
37
38 # Libraries targets
39 lib_LTLIBRARIES = libOperationGUI.la
40
41 dist_libOperationGUI_la_SOURCES =               \
42         OperationGUI.cxx                        \
43         OperationGUI_ArchimedeDlg.cxx           \
44         OperationGUI_PartitionDlg.cxx           \
45         OperationGUI_GetShapesOnShapeDlg.cxx    \
46         OperationGUI_GetSharedShapesDlg.cxx     \
47         OperationGUI_FilletDlg.cxx              \
48         OperationGUI_Fillet1d2dDlg.cxx          \
49         OperationGUI_ChamferDlg.cxx             \
50         OperationGUI_ExtrudedFeatureDlg.cxx     \
51         OperationGUI_ClippingDlg.cxx
52
53 MOC_FILES =                                     \
54         OperationGUI_ArchimedeDlg_moc.cxx       \
55         OperationGUI_PartitionDlg_moc.cxx       \
56         OperationGUI_GetShapesOnShapeDlg_moc.cxx\
57         OperationGUI_GetSharedShapesDlg_moc.cxx \
58         OperationGUI_FilletDlg_moc.cxx          \
59         OperationGUI_Fillet1d2dDlg_moc.cxx      \
60         OperationGUI_ChamferDlg_moc.cxx         \
61         OperationGUI_ExtrudedFeatureDlg_moc.cxx \
62         OperationGUI_ClippingDlg_moc.cxx
63
64 nodist_libOperationGUI_la_SOURCES =             \
65         $(MOC_FILES)
66
67 # additional information to compile and link file
68
69 libOperationGUI_la_CPPFLAGS =           \
70         $(QT_INCLUDES)                  \
71         $(VTK_INCLUDES)                 \
72         $(CAS_CPPFLAGS)                 \
73         $(PYTHON_INCLUDES)              \
74         $(BOOST_CPPFLAGS)               \
75         $(KERNEL_CXXFLAGS)              \
76         $(GUI_CXXFLAGS)                 \
77         $(CORBA_CXXFLAGS)               \
78         $(CORBA_INCLUDES)               \
79         $(OPENCV_INCLUDES)              \
80         -I$(srcdir)/../GEOMGUI          \
81         -I$(srcdir)/../DlgRef           \
82         -I$(srcdir)/../GEOMBase         \
83         -I$(srcdir)/../OBJECT           \
84         -I$(srcdir)/../GEOMClient       \
85         -I$(srcdir)/../GEOMImpl         \
86         -I$(srcdir)/../GEOMAlgo         \
87         -I$(srcdir)/../GEOM             \
88         -I$(top_builddir)/src/DlgRef    \
89         -I$(top_builddir)/idl
90
91
92 libOperationGUI_la_LDFLAGS =            \
93         ../GEOMBase/libGEOMBase.la      \
94         $(CAS_LDPATH) -lTKFillet        \
95         $(OPENCV_LIBS)
96 ###############################
97 # Obsolete files ?
98 ###############################
99 # OperationGUI_MaterialDlg.h
100 # OperationGUI_MaterialDlg.cxx