Salome HOME
Merge from V6_main 01/04/2013
[modules/geom.git] / src / AdvancedGUI / Makefile.am
1 # Copyright (C) 2007-2013  CEA/DEN, EDF R&D, OPEN CASCADE
2 #
3 # This library is free software; you can redistribute it and/or
4 # modify it under the terms of the GNU Lesser General Public
5 # License as published by the Free Software Foundation; either
6 # version 2.1 of the License.
7 #
8 # This library is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY; without even the implied warranty of
10 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
11 # Lesser General Public License for more details.
12 #
13 # You should have received a copy of the GNU Lesser General Public
14 # License along with this library; if not, write to the Free Software
15 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
16 #
17 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
18 #
19
20 #  File   : Makefile.am
21 #  Author : Vadim SANDLER, Open CASCADE S.A.S. (vadim.sandler@opencascade.com)
22 #
23 include $(top_srcdir)/adm_local/unix/make_common_starter.am
24
25 # header files 
26 salomeinclude_HEADERS =                 \
27         AdvancedGUI.h
28
29 ADVANCED_INCLUDES  =
30 ADVANCED_INCLUDES += AdvancedGUI_PipeTShapeDlg.h
31 ADVANCED_INCLUDES += AdvancedGUI_DividedDiskDlg.h
32 ADVANCED_INCLUDES += AdvancedGUI_DividedCylinderDlg.h
33 ##@@ insert new functions before this line @@ do not remove this line @@ do not remove this line @@ do not remove this line @@##
34
35 salomeinclude_HEADERS += $(ADVANCED_INCLUDES)
36
37 # Libraries targets
38 lib_LTLIBRARIES = libAdvancedGUI.la
39
40 dist_libAdvancedGUI_la_SOURCES =        \
41         AdvancedGUI.h                   \
42         AdvancedGUI.cxx
43
44 ADVANCED_SOURCES  =
45 ADVANCED_SOURCES += AdvancedGUI_PipeTShapeDlg.h AdvancedGUI_PipeTShapeDlg.cxx
46 ADVANCED_SOURCES += AdvancedGUI_DividedDiskDlg.h AdvancedGUI_DividedDiskDlg.cxx
47 ADVANCED_SOURCES += AdvancedGUI_DividedCylinderDlg.h AdvancedGUI_DividedCylinderDlg.cxx
48 ##@@ insert new functions before this line @@ do not remove this line @@ do not remove this line @@ do not remove this line @@##
49
50 dist_libAdvancedGUI_la_SOURCES += $(ADVANCED_SOURCES)
51
52 MOC_FILES =
53
54 ADVANCED_MOC_FILES  =
55 ADVANCED_MOC_FILES += AdvancedGUI_PipeTShapeDlg_moc.cxx
56 ADVANCED_MOC_FILES += AdvancedGUI_DividedDiskDlg_moc.cxx
57 ADVANCED_MOC_FILES += AdvancedGUI_DividedCylinderDlg_moc.cxx
58 ##@@ insert new functions before this line @@ do not remove this line @@ do not remove this line @@ do not remove this line @@##
59
60 MOC_FILES += $(ADVANCED_MOC_FILES)
61
62 nodist_libAdvancedGUI_la_SOURCES =      \
63         $(MOC_FILES)
64
65 # additional information to compile and link file
66
67 libAdvancedGUI_la_CPPFLAGS =                    \
68         $(QT_INCLUDES)                          \
69         $(VTK_INCLUDES)                         \
70         $(CAS_CPPFLAGS)                         \
71         $(PYTHON_INCLUDES)                      \
72         $(BOOST_CPPFLAGS)                       \
73         $(KERNEL_CXXFLAGS)                      \
74         $(GUI_CXXFLAGS)                         \
75         $(CORBA_CXXFLAGS)                       \
76         $(CORBA_INCLUDES)                       \
77         -I$(srcdir)/../GEOMGUI                  \
78         -I$(srcdir)/../DlgRef                   \
79         -I$(srcdir)/../GEOMBase                 \
80         -I$(srcdir)/../OBJECT                   \
81         -I$(srcdir)/../GEOMClient               \
82         -I$(srcdir)/../GEOMImpl                 \
83         -I$(srcdir)/../GEOMFiltersSelection     \
84         -I$(top_builddir)/src/DlgRef            \
85         -I$(top_builddir)/idl
86
87 libAdvancedGUI_la_LDFLAGS =                                     \
88         ../GEOMFiltersSelection/libGEOMFiltersSelection.la      \
89         ../GEOMBase/libGEOMBase.la