]> SALOME platform Git repositories - modules/geom.git/blob - src/BasicGUI/Makefile.am
Salome HOME
0020044: EDF 866 GEOM: Extrusion along a path : impossible to select a Wire
[modules/geom.git] / src / BasicGUI / 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 : BasicGUI
23 #
24
25 include $(top_srcdir)/adm_local/unix/make_common_starter.am
26
27 # header files 
28
29
30 salomeinclude_HEADERS =                 \
31         BasicGUI.h                      \
32         BasicGUI_ArcDlg.h               \
33         BasicGUI_CircleDlg.h            \
34         BasicGUI_CurveDlg.h             \
35         BasicGUI_EllipseDlg.h           \
36         BasicGUI_LineDlg.h              \
37         BasicGUI_MarkerDlg.h            \
38         BasicGUI_PlaneDlg.h             \
39         BasicGUI_PointDlg.h             \
40         BasicGUI_VectorDlg.h            \
41         BasicGUI_WorkingPlaneDlg.h
42
43 # Libraries targets
44
45 lib_LTLIBRARIES = libBasicGUI.la
46
47 # Sources files
48 dist_libBasicGUI_la_SOURCES =           \
49         BasicGUI.cxx                    \
50         BasicGUI_PointDlg.cxx           \
51         BasicGUI_LineDlg.cxx            \
52         BasicGUI_CircleDlg.cxx          \
53         BasicGUI_EllipseDlg.cxx         \
54         BasicGUI_ArcDlg.cxx             \
55         BasicGUI_VectorDlg.cxx          \
56         BasicGUI_PlaneDlg.cxx           \
57         BasicGUI_WorkingPlaneDlg.cxx    \
58         BasicGUI_CurveDlg.cxx           \
59         BasicGUI_MarkerDlg.cxx
60
61 MOC_FILES =                                     \
62         BasicGUI_PointDlg_moc.cxx               \
63         BasicGUI_LineDlg_moc.cxx                \
64         BasicGUI_CircleDlg_moc.cxx              \
65         BasicGUI_EllipseDlg_moc.cxx             \
66         BasicGUI_ArcDlg_moc.cxx                 \
67         BasicGUI_VectorDlg_moc.cxx              \
68         BasicGUI_PlaneDlg_moc.cxx               \
69         BasicGUI_WorkingPlaneDlg_moc.cxx        \
70         BasicGUI_CurveDlg_moc.cxx               \
71         BasicGUI_MarkerDlg_moc.cxx
72
73 nodist_libBasicGUI_la_SOURCES =                 \
74         $(MOC_FILES)
75
76 # additional information to compile and link file
77
78 libBasicGUI_la_CPPFLAGS =                       \
79         $(QT_INCLUDES)                          \
80         $(VTK_INCLUDES)                         \
81         $(CAS_CPPFLAGS)                         \
82         $(PYTHON_INCLUDES)                      \
83         $(BOOST_CPPFLAGS)                       \
84         $(KERNEL_CXXFLAGS)                      \
85         $(GUI_CXXFLAGS)                         \
86         $(CORBA_CXXFLAGS)                       \
87         $(CORBA_INCLUDES)                       \
88         -I$(srcdir)/../OBJECT                   \
89         -I$(srcdir)/../DlgRef                   \
90         -I$(srcdir)/../GEOMGUI                  \
91         -I$(srcdir)/../GEOMFiltersSelection     \
92         -I$(srcdir)/../GEOMBase                 \
93         -I$(srcdir)/../GEOMImpl                 \
94         -I$(srcdir)/../GEOMClient               \
95         -I$(top_builddir)/src/DlgRef            \
96         -I$(top_builddir)/idl                   \
97         -I$(top_builddir)/salome_adm/unix
98
99
100 libBasicGUI_la_LDFLAGS  =                                       \
101         ../GEOMFiltersSelection/libGEOMFiltersSelection.la      \
102         ../GEOMBase/libGEOMBase.la                              \
103         ../GEOMGUI/libGEOM.la                                   \
104         $(GUI_LDFLAGS) -lsuit