]> SALOME platform Git repositories - modules/geom.git/blob - src/PrimitiveGUI/Makefile.am
Salome HOME
*** empty log message ***
[modules/geom.git] / src / PrimitiveGUI / Makefile.am
1 # Copyright (C) 2003  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
2 # CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS 
3
4 # This library is free software; you can redistribute it and/or 
5 # modify it under the terms of the GNU Lesser General Public 
6 # License as published by the Free Software Foundation; either 
7 # version 2.1 of the License. 
8
9 # This library is distributed in the hope that it will be useful, 
10 # but WITHOUT ANY WARRANTY; without even the implied warranty of 
11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
12 # Lesser General Public License for more details. 
13
14 # You should have received a copy of the GNU Lesser General Public 
15 # License along with this library; if not, write to the Free Software 
16 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA 
17
18 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
19 #
20 # File    : Makefile.am
21 # Author  : Alexander BORODIN, Open CASCADE S.A.S. (alexander.borodin@opencascade.com)
22 # Package : PrimitiveGUI
23 #
24
25 include $(top_srcdir)/adm_local/unix/make_common_starter.am
26
27 # header files 
28 salomeinclude_HEADERS =
29
30 # Libraries targets
31 lib_LTLIBRARIES = libPrimitiveGUI.la
32
33 dist_libPrimitiveGUI_la_SOURCES =       \
34         PrimitiveGUI.h                  \
35         PrimitiveGUI_BoxDlg.h           \
36         PrimitiveGUI_ConeDlg.h          \
37         PrimitiveGUI_CylinderDlg.h      \
38         PrimitiveGUI_SphereDlg.h        \
39         PrimitiveGUI_TorusDlg.h         \
40                                         \
41         PrimitiveGUI.cxx                \
42         PrimitiveGUI_BoxDlg.cxx         \
43         PrimitiveGUI_CylinderDlg.cxx    \
44         PrimitiveGUI_SphereDlg.cxx      \
45         PrimitiveGUI_TorusDlg.cxx       \
46         PrimitiveGUI_ConeDlg.cxx
47
48 MOC_FILES =                                     \
49         PrimitiveGUI_BoxDlg_moc.cxx             \
50         PrimitiveGUI_CylinderDlg_moc.cxx        \
51         PrimitiveGUI_SphereDlg_moc.cxx          \
52         PrimitiveGUI_TorusDlg_moc.cxx           \
53         PrimitiveGUI_ConeDlg_moc.cxx
54
55 nodist_libPrimitiveGUI_la_SOURCES = \
56         $(MOC_FILES)
57
58 #LIB_CLIENT_IDL = SALOME_GenericObj.idl SALOME_Component.idl SALOME_Exception.idl
59
60 #LIB_SERVER_IDL =  
61
62 # additionnal information to compil and link file
63
64 libPrimitiveGUI_la_CPPFLAGS =                   \
65         $(QT_INCLUDES)                          \
66         $(VTK_INCLUDES)                         \
67         $(CAS_CPPFLAGS)                         \
68         $(PYTHON_INCLUDES)                      \
69         $(BOOST_CPPFLAGS)                       \
70         $(KERNEL_CXXFLAGS)                      \
71         $(GUI_CXXFLAGS)                         \
72         $(CORBA_CXXFLAGS)                       \
73         $(CORBA_INCLUDES)                       \
74         -I$(srcdir)/../GEOMGUI                  \
75         -I$(srcdir)/../DlgRef                   \
76         -I$(srcdir)/../GEOMBase                 \
77         -I$(srcdir)/../OBJECT                   \
78         -I$(srcdir)/../GEOMClient               \
79         -I$(srcdir)/../GEOMImpl                 \
80         -I$(srcdir)/../GEOMFiltersSelection     \
81         -I$(top_builddir)/src/DlgRef            \
82         -I$(top_builddir)/idl                   \
83         -I$(top_builddir)/salome_adm/unix
84
85 libPrimitiveGUI_la_LDFLAGS =                                    \
86         ../GEOMFiltersSelection/libGEOMFiltersSelection.la      \
87         ../GEOMBase/libGEOMBase.la