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