Salome HOME
Merge from BR_Dev_For_4_0 branch (from tag mergeto_BR_QT4_Dev_17Jan08)
[modules/geom.git] / src / GenerationGUI / Makefile.am
1 # GEOM GENERATIONGUI : 
2 #
3 # Copyright (C) 2003  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 # File    : Makefile.am
23 # Author  : Alexander BORODIN, Open CASCADE S.A.S. (alexander.borodin@opencascade.com)
24 # Package : GenerationGUI
25 #
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
35 dist_libGenerationGUI_la_SOURCES =      \
36         GenerationGUI.h                 \
37         GenerationGUI_PrismDlg.h        \
38         GenerationGUI_RevolDlg.h        \
39         GenerationGUI_FillingDlg.h      \
40         GenerationGUI_PipeDlg.h         \
41                                         \
42         GenerationGUI.cxx               \
43         GenerationGUI_PrismDlg.cxx      \
44         GenerationGUI_RevolDlg.cxx      \
45         GenerationGUI_FillingDlg.cxx    \
46         GenerationGUI_PipeDlg.cxx
47
48 MOC_FILES =                                     \
49         GenerationGUI_PrismDlg_moc.cxx          \
50         GenerationGUI_RevolDlg_moc.cxx          \
51         GenerationGUI_FillingDlg_moc.cxx        \
52         GenerationGUI_PipeDlg_moc.cxx
53
54 nodist_libGenerationGUI_la_SOURCES = \
55         $(MOC_FILES)
56
57 #LIB_CLIENT_IDL = SALOME_GenericObj.idl SALOME_Component.idl SALOME_Exception.idl
58
59 #LIB_SERVER_IDL =  
60
61 # additionnal information to compil and link file
62
63 libGenerationGUI_la_CPPFLAGS =                  \
64         $(QT_INCLUDES)                          \
65         $(VTK_INCLUDES)                         \
66         $(CAS_CPPFLAGS)                         \
67         $(PYTHON_INCLUDES)                      \
68         $(BOOST_CPPFLAGS)                       \
69         $(KERNEL_CXXFLAGS)                      \
70         $(GUI_CXXFLAGS)                         \
71         $(CORBA_CXXFLAGS)                       \
72         $(CORBA_INCLUDES)                       \
73         -I$(srcdir)/../GEOMGUI                  \
74         -I$(srcdir)/../DlgRef                   \
75         -I$(srcdir)/../GEOMBase                 \
76         -I$(srcdir)/../OBJECT                   \
77         -I$(srcdir)/../GEOMClient               \
78         -I$(srcdir)/../GEOMImpl                 \
79         -I$(srcdir)/../GEOMFiltersSelection     \
80         -I$(top_builddir)/src/DlgRef            \
81         -I$(top_builddir)/idl                   \
82         -I$(top_builddir)/salome_adm/unix
83
84 libGenerationGUI_la_LDFLAGS  =                                  \
85         ../GEOMFiltersSelection/libGEOMFiltersSelection.la      \
86         ../GEOMBase/libGEOMBase.la                              \
87         $(CAS_LDPATH) -lTKOffset