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