Salome HOME
Using AutoTools for building procedure
[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 #
23 #
24 #  File   : Makefile.in
25 #  Author : Damien COQUERET (OCC)
26 #  Modified by : Alexander BORODIN (OCN) - autotools usage
27 #  Module : GEOM
28 #  $Header: 
29
30 include $(top_srcdir)/adm_local/unix/make_common_starter.am
31
32 # Libraries targets
33 lib_LTLIBRARIES = libGenerationGUI.la
34
35 # header files 
36 salomeinclude_HEADERS =
37
38 dist_libGenerationGUI_la_SOURCES = \
39         GenerationGUI.cxx \
40         GenerationGUI_PrismDlg.cxx \
41         GenerationGUI_RevolDlg.cxx \
42         GenerationGUI_FillingDlg.cxx \
43         GenerationGUI_PipeDlg.cxx
44
45 MOC_FILES = \
46         GenerationGUI_PrismDlg_moc.cxx \
47         GenerationGUI_RevolDlg_moc.cxx \
48         GenerationGUI_FillingDlg_moc.cxx \
49         GenerationGUI_PipeDlg_moc.cxx
50
51 nodist_libGenerationGUI_la_SOURCES= \
52         $(MOC_FILES)
53
54 #LIB_CLIENT_IDL = SALOME_GenericObj.idl SALOME_Component.idl SALOME_Exception.idl
55
56 #LIB_SERVER_IDL =  
57
58 # additionnal information to compil and link file
59
60 libGenerationGUI_la_CPPFLAGS = \
61         $(QT_INCLUDES) \
62         $(VTK_INCLUDES) \
63         $(CAS_CPPFLAGS) \
64         $(PYTHON_INCLUDES) \
65         $(BOOST_CPPFLAGS) \
66         $(KERNEL_CXXFLAGS) \
67         $(GUI_CXXFLAGS) \
68         $(CORBA_CXXFLAGS) \
69         $(CORBA_INCLUDES) \
70         -I$(srcdir)/../GEOMGUI \
71         -I$(srcdir)/../DlgRef \
72         -I$(srcdir)/../GEOMBase \
73         -I$(srcdir)/../OBJECT \
74         -I$(srcdir)/../GEOMClient \
75         -I$(srcdir)/../GEOMImpl \
76         -I$(srcdir)/../GEOMFiltersSelection \
77         -I$(top_builddir)/idl \
78         -I$(top_builddir)/salome_adm/unix
79
80 libGenerationGUI_la_LDFLAGS  = \
81         ../GEOMFiltersSelection/libGEOMFiltersSelection.la \
82         ../GEOMBase/libGEOMBase.la \
83         $(CAS_LDPATH) -lTKOffset