Salome HOME
Merge from V6_3_BR 06/06/2011
[modules/geom.git] / src / AdvancedGUI / Makefile.am
1 # Copyright (C) 2007-2011  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 ##@@ insert new functions before this line @@ do not remove this line @@ do not remove this line @@ do not remove this line @@##
32
33 salomeinclude_HEADERS += $(ADVANCED_INCLUDES)
34
35 # Libraries targets
36 lib_LTLIBRARIES = libAdvancedGUI.la
37
38 dist_libAdvancedGUI_la_SOURCES =        \
39         AdvancedGUI.h                   \
40         AdvancedGUI.cxx
41
42 ADVANCED_SOURCES  =
43 ADVANCED_SOURCES += AdvancedGUI_PipeTShapeDlg.h AdvancedGUI_PipeTShapeDlg.cxx
44 ##@@ insert new functions before this line @@ do not remove this line @@ do not remove this line @@ do not remove this line @@##
45
46 dist_libAdvancedGUI_la_SOURCES += $(ADVANCED_SOURCES)
47
48 MOC_FILES =
49
50 ADVANCED_MOC_FILES  =
51 ADVANCED_MOC_FILES += AdvancedGUI_PipeTShapeDlg_moc.cxx
52 ##@@ insert new functions before this line @@ do not remove this line @@ do not remove this line @@ do not remove this line @@##
53
54 MOC_FILES += $(ADVANCED_MOC_FILES)
55
56 nodist_libAdvancedGUI_la_SOURCES =      \
57         $(MOC_FILES)
58
59 # additional information to compile and link file
60
61 libAdvancedGUI_la_CPPFLAGS =                    \
62         $(QT_INCLUDES)                          \
63         $(VTK_INCLUDES)                         \
64         $(CAS_CPPFLAGS)                         \
65         $(PYTHON_INCLUDES)                      \
66         $(BOOST_CPPFLAGS)                       \
67         $(KERNEL_CXXFLAGS)                      \
68         $(GUI_CXXFLAGS)                         \
69         $(CORBA_CXXFLAGS)                       \
70         $(CORBA_INCLUDES)                       \
71         -I$(srcdir)/../GEOMGUI                  \
72         -I$(srcdir)/../DlgRef                   \
73         -I$(srcdir)/../GEOMBase                 \
74         -I$(srcdir)/../OBJECT                   \
75         -I$(srcdir)/../GEOMClient               \
76         -I$(srcdir)/../GEOMImpl                 \
77         -I$(srcdir)/../GEOMFiltersSelection     \
78         -I$(top_builddir)/src/DlgRef            \
79         -I$(top_builddir)/idl
80
81 libAdvancedGUI_la_LDFLAGS =                                     \
82         ../GEOMFiltersSelection/libGEOMFiltersSelection.la      \
83         ../GEOMBase/libGEOMBase.la