Salome HOME
NPAL16559: EDF507: Implementation of a more advanced system of measurement.
[modules/geom.git] / src / PrimitiveGUI / Makefile.am
1 #  GEOM PRIMITIVEGUI : 
2 #
3 #  Copyright (C) 2003  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 #
23 #
24 #  File   : Makefile.in
25 #  Author : Damien COQUERET (OCC)
26 #  Modified by : Alexander BORODIN (OCN) - autotools usage
27 #  Module : GEOM
28 #  $Header: 
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 = libPrimitiveGUI.la
36
37 dist_libPrimitiveGUI_la_SOURCES = \
38         PrimitiveGUI.cxx \
39         PrimitiveGUI_BoxDlg.cxx \
40         PrimitiveGUI_CylinderDlg.cxx \
41         PrimitiveGUI_SphereDlg.cxx \
42         PrimitiveGUI_TorusDlg.cxx \
43         PrimitiveGUI_ConeDlg.cxx
44
45 MOC_FILES = \
46         PrimitiveGUI_BoxDlg_moc.cxx \
47         PrimitiveGUI_CylinderDlg_moc.cxx \
48         PrimitiveGUI_SphereDlg_moc.cxx \
49         PrimitiveGUI_TorusDlg_moc.cxx \
50         PrimitiveGUI_ConeDlg_moc.cxx
51
52 nodist_libPrimitiveGUI_la_SOURCES= \
53         $(MOC_FILES)
54
55 #LIB_CLIENT_IDL = SALOME_GenericObj.idl SALOME_Component.idl SALOME_Exception.idl
56
57 #LIB_SERVER_IDL =  
58
59 # additionnal information to compil and link file
60
61 libPrimitiveGUI_la_CPPFLAGS = \
62         $(QT_INCLUDES) \
63         $(VTK_INCLUDES) \
64         $(CAS_CPPFLAGS) \
65         $(PYTHON_INCLUDES) \
66         $(BOOST_CPPFLAGS) \
67         $(KERNEL_CXXFLAGS) \
68         $(GUI_CXXFLAGS) \
69         $(CORBA_CXXFLAGS) \
70         $(CORBA_INCLUDES) \
71         -I$(srcdir)/../GEOMGUI \
72         -I$(srcdir)/../DlgRef \
73         -I$(srcdir)/../GEOMBase \
74         -I$(srcdir)/../OBJECT \
75         -I$(srcdir)/../GEOMClient \
76         -I$(srcdir)/../GEOMImpl \
77         -I$(srcdir)/../GEOMFiltersSelection \
78         -I$(top_builddir)/idl \
79         -I$(top_builddir)/salome_adm/unix
80
81 libPrimitiveGUI_la_LDFLAGS  = \
82         ../GEOMFiltersSelection/libGEOMFiltersSelection.la \
83         ../GEOMBase/libGEOMBase.la