Salome HOME
GEOM porting to CMake
[modules/geom.git] / src / GenerationGUI / 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 # GEOM GENERATIONGUI : 
21 # File    : Makefile.am
22 # Author  : Alexander BORODIN, Open CASCADE S.A.S. (alexander.borodin@opencascade.com)
23 # Package : GenerationGUI
24
25 include $(top_srcdir)/adm_local/unix/make_common_starter.am
26
27 # Libraries targets
28 lib_LTLIBRARIES = libGenerationGUI.la
29
30 # header files 
31 salomeinclude_HEADERS =                 \
32         GenerationGUI.h                 \
33         GenerationGUI_PrismDlg.h        \
34         GenerationGUI_RevolDlg.h        \
35         GenerationGUI_FillingDlg.h      \
36         GenerationGUI_PipeDlg.h         \
37         GenerationGUI_PipePathDlg.h
38
39 dist_libGenerationGUI_la_SOURCES =      \
40         GenerationGUI.h                 \
41         GenerationGUI_PrismDlg.h        \
42         GenerationGUI_RevolDlg.h        \
43         GenerationGUI_FillingDlg.h      \
44         GenerationGUI_PipeDlg.h         \
45         GenerationGUI_PipePathDlg.h     \
46                                         \
47         GenerationGUI.cxx               \
48         GenerationGUI_PrismDlg.cxx      \
49         GenerationGUI_RevolDlg.cxx      \
50         GenerationGUI_FillingDlg.cxx    \
51         GenerationGUI_PipeDlg.cxx       \
52         GenerationGUI_PipePathDlg.cxx
53
54 MOC_FILES =                                     \
55         GenerationGUI_PrismDlg_moc.cxx          \
56         GenerationGUI_RevolDlg_moc.cxx          \
57         GenerationGUI_FillingDlg_moc.cxx        \
58         GenerationGUI_PipeDlg_moc.cxx           \
59         GenerationGUI_PipePathDlg_moc.cxx
60
61 nodist_libGenerationGUI_la_SOURCES =    \
62         $(MOC_FILES)
63
64 # additional information to compile and link file
65
66 libGenerationGUI_la_CPPFLAGS =                  \
67         $(QT_INCLUDES)                          \
68         $(VTK_INCLUDES)                         \
69         $(CAS_CPPFLAGS)                         \
70         $(PYTHON_INCLUDES)                      \
71         $(BOOST_CPPFLAGS)                       \
72         $(KERNEL_CXXFLAGS)                      \
73         $(GUI_CXXFLAGS)                         \
74         $(CORBA_CXXFLAGS)                       \
75         $(CORBA_INCLUDES)                       \
76         -I$(srcdir)/../GEOMGUI                  \
77         -I$(srcdir)/../DlgRef                   \
78         -I$(srcdir)/../GEOMBase                 \
79         -I$(srcdir)/../OBJECT                   \
80         -I$(srcdir)/../GEOMClient               \
81         -I$(srcdir)/../GEOMImpl                 \
82         -I$(srcdir)/../GEOMFiltersSelection     \
83         -I$(top_builddir)/src/DlgRef            \
84         -I$(top_builddir)/idl
85
86 libGenerationGUI_la_LDFLAGS  =                                  \
87         ../GEOMFiltersSelection/libGEOMFiltersSelection.la      \
88         ../GEOMBase/libGEOMBase.la                              \
89         $(CAS_LDPATH) -lTKOffset