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