]> SALOME platform Git repositories - modules/geom.git/blob - src/OperationGUI/Makefile.am
Salome HOME
Update copyright information
[modules/geom.git] / src / OperationGUI / Makefile.am
1 #  Copyright (C) 2007-2008  CEA/DEN, EDF R&D, OPEN CASCADE
2 #
3 #  Copyright (C) 2003-2007  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 #  GEOM OPERATIONGUI : 
23 #  File   : Makefile.in
24 #  Author : Damien COQUERET (OCC)
25 #  Modified by : Alexander BORODIN (OCN) - autotools usage
26 #  Module : GEOM
27 #  $Header: 
28 #
29 include $(top_srcdir)/adm_local/unix/make_common_starter.am
30
31 # header files 
32 salomeinclude_HEADERS =
33
34 # Libraries targets
35 lib_LTLIBRARIES = libOperationGUI.la
36
37 dist_libOperationGUI_la_SOURCES = \
38         OperationGUI.cxx \
39         OperationGUI_ArchimedeDlg.cxx \
40         OperationGUI_PartitionDlg.cxx \
41         OperationGUI_GetShapesOnShapeDlg.cxx \
42         OperationGUI_FilletDlg.cxx \
43         OperationGUI_ChamferDlg.cxx \
44         OperationGUI_ClippingDlg.cxx
45
46 MOC_FILES = \
47         OperationGUI_ArchimedeDlg_moc.cxx \
48         OperationGUI_PartitionDlg_moc.cxx \
49         OperationGUI_GetShapesOnShapeDlg_moc.cxx \
50         OperationGUI_FilletDlg_moc.cxx \
51         OperationGUI_ChamferDlg_moc.cxx \
52         OperationGUI_ClippingDlg_moc.cxx
53
54 nodist_libOperationGUI_la_SOURCES= \
55         $(MOC_FILES)
56
57 #LIB_CLIENT_IDL = SALOME_GenericObj.idl SALOME_Component.idl SALOME_Exception.idl
58
59 #LIB_SERVER_IDL =  
60
61 # additionnal information to compil and link file
62
63 libOperationGUI_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)/../GEOMAlgo \
80         -I$(top_builddir)/idl \
81         -I$(top_builddir)/salome_adm/unix
82
83 libOperationGUI_la_LDFLAGS  = \
84         ../GEOMBase/libGEOMBase.la \
85         $(CAS_LDPATH) -lTKFillet