Salome HOME
4825e3f477790db0e6d9e170362134ff1dca7d42
[modules/geom.git] / src / PrimitiveGUI / 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 # File    : Makefile.am
23 # Author  : Alexander BORODIN, Open CASCADE S.A.S. (alexander.borodin@opencascade.com)
24 # Package : PrimitiveGUI
25 #
26 include $(top_srcdir)/adm_local/unix/make_common_starter.am
27
28 # header files 
29 salomeinclude_HEADERS =                 \
30         PrimitiveGUI.h                  \
31         PrimitiveGUI_BoxDlg.h           \
32         PrimitiveGUI_CylinderDlg.h      \
33         PrimitiveGUI_SphereDlg.h        \
34         PrimitiveGUI_TorusDlg.h         \
35         PrimitiveGUI_ConeDlg.h          
36
37 # Libraries targets
38 lib_LTLIBRARIES = libPrimitiveGUI.la
39
40 dist_libPrimitiveGUI_la_SOURCES =       \
41         PrimitiveGUI.h                  \
42         PrimitiveGUI_BoxDlg.h           \
43         PrimitiveGUI_ConeDlg.h          \
44         PrimitiveGUI_CylinderDlg.h      \
45         PrimitiveGUI_SphereDlg.h        \
46         PrimitiveGUI_TorusDlg.h         \
47         PrimitiveGUI_FaceDlg.h          \
48         PrimitiveGUI_DiskDlg.h          \
49                                         \
50         PrimitiveGUI.cxx                \
51         PrimitiveGUI_BoxDlg.cxx         \
52         PrimitiveGUI_CylinderDlg.cxx    \
53         PrimitiveGUI_SphereDlg.cxx      \
54         PrimitiveGUI_TorusDlg.cxx       \
55         PrimitiveGUI_ConeDlg.cxx        \
56         PrimitiveGUI_FaceDlg.cxx        \
57         PrimitiveGUI_DiskDlg.cxx
58
59 MOC_FILES =                                     \
60         PrimitiveGUI_BoxDlg_moc.cxx             \
61         PrimitiveGUI_CylinderDlg_moc.cxx        \
62         PrimitiveGUI_SphereDlg_moc.cxx          \
63         PrimitiveGUI_TorusDlg_moc.cxx           \
64         PrimitiveGUI_ConeDlg_moc.cxx            \
65         PrimitiveGUI_FaceDlg_moc.cxx            \
66         PrimitiveGUI_DiskDlg_moc.cxx
67
68 nodist_libPrimitiveGUI_la_SOURCES =     \
69         $(MOC_FILES)
70
71 # additional information to compile and link file
72
73 libPrimitiveGUI_la_CPPFLAGS =                   \
74         $(QT_INCLUDES)                          \
75         $(VTK_INCLUDES)                         \
76         $(CAS_CPPFLAGS)                         \
77         $(PYTHON_INCLUDES)                      \
78         $(BOOST_CPPFLAGS)                       \
79         $(KERNEL_CXXFLAGS)                      \
80         $(GUI_CXXFLAGS)                         \
81         $(CORBA_CXXFLAGS)                       \
82         $(CORBA_INCLUDES)                       \
83         -I$(srcdir)/../GEOMGUI                  \
84         -I$(srcdir)/../DlgRef                   \
85         -I$(srcdir)/../GEOMBase                 \
86         -I$(srcdir)/../OBJECT                   \
87         -I$(srcdir)/../GEOMClient               \
88         -I$(srcdir)/../GEOMImpl                 \
89         -I$(srcdir)/../GEOMFiltersSelection     \
90         -I$(top_builddir)/src/DlgRef            \
91         -I$(top_builddir)/idl                   \
92         -I$(top_builddir)/salome_adm/unix
93
94 libPrimitiveGUI_la_LDFLAGS =                                    \
95         ../GEOMFiltersSelection/libGEOMFiltersSelection.la      \
96         ../GEOMBase/libGEOMBase.la