Salome HOME
Update from BR_V5_DEV 13Feb2009
[modules/geom.git] / src / GenerationGUI / Makefile.am
1 #  Copyright (C) 2007-2008  CEA/DEN, EDF R&D, OPEN CASCADE
2 #
3 #  Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
4 #  CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
5 #
6 #  This library is free software; you can redistribute it and/or
7 #  modify it under the terms of the GNU Lesser General Public
8 #  License as published by the Free Software Foundation; either
9 #  version 2.1 of the License.
10 #
11 #  This library is distributed in the hope that it will be useful,
12 #  but WITHOUT ANY WARRANTY; without even the implied warranty of
13 #  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14 #  Lesser General Public License for more details.
15 #
16 #  You should have received a copy of the GNU Lesser General Public
17 #  License along with this library; if not, write to the Free Software
18 #  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
19 #
20 #  See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
21 #
22 # GEOM GENERATIONGUI : 
23 # File    : Makefile.am
24 # Author  : Alexander BORODIN, Open CASCADE S.A.S. (alexander.borodin@opencascade.com)
25 # Package : GenerationGUI
26 #
27 include $(top_srcdir)/adm_local/unix/make_common_starter.am
28
29 # Libraries targets
30 lib_LTLIBRARIES = libGenerationGUI.la
31
32 # header files 
33 salomeinclude_HEADERS =                 \
34         GenerationGUI.h                 \
35         GenerationGUI_PrismDlg.h        \
36         GenerationGUI_RevolDlg.h        \
37         GenerationGUI_FillingDlg.h      \
38         GenerationGUI_PipeDlg.h
39
40 dist_libGenerationGUI_la_SOURCES =      \
41         GenerationGUI.h                 \
42         GenerationGUI_PrismDlg.h        \
43         GenerationGUI_RevolDlg.h        \
44         GenerationGUI_FillingDlg.h      \
45         GenerationGUI_PipeDlg.h         \
46                                         \
47         GenerationGUI.cxx               \
48         GenerationGUI_PrismDlg.cxx      \
49         GenerationGUI_RevolDlg.cxx      \
50         GenerationGUI_FillingDlg.cxx    \
51         GenerationGUI_PipeDlg.cxx
52
53 MOC_FILES =                                     \
54         GenerationGUI_PrismDlg_moc.cxx          \
55         GenerationGUI_RevolDlg_moc.cxx          \
56         GenerationGUI_FillingDlg_moc.cxx        \
57         GenerationGUI_PipeDlg_moc.cxx
58
59 nodist_libGenerationGUI_la_SOURCES =    \
60         $(MOC_FILES)
61
62 # additional information to compile and link file
63
64 libGenerationGUI_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         -I$(top_builddir)/salome_adm/unix
84
85 libGenerationGUI_la_LDFLAGS  =                                  \
86         ../GEOMFiltersSelection/libGEOMFiltersSelection.la      \
87         ../GEOMBase/libGEOMBase.la                              \
88         $(CAS_LDPATH) -lTKOffset