]> SALOME platform Git repositories - modules/gui.git/blob - src/SALOME_PYQT/SALOME_PYQT_GUI/Makefile.am
Salome HOME
02e68be2c7c1b253a85ac9a6018e6b6ae92357ec
[modules/gui.git] / src / SALOME_PYQT / SALOME_PYQT_GUI / Makefile.am
1 # Copyright (C) 2007-2012  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
23 #  File   : Makefile.in
24 #  Author : Nicolas REJNERI
25 #  Module : SALOME
26 #
27 include $(top_srcdir)/adm_local/unix/make_common_starter.am
28
29 ######################
30
31 # library target
32 lib_LTLIBRARIES = libSalomePyQtGUI.la
33
34 # moc files (generated my moc)
35 MOC_FILES = SALOME_PYQT_Module_moc.cxx
36
37 # exported header files
38 salomeinclude_HEADERS =        \
39         SALOME_PYQT_GUI.h      \
40         SALOME_PYQT_Module.h   
41
42 # library sources
43 dist_libSalomePyQtGUI_la_SOURCES =      \
44         SALOME_PYQT_Module.cxx          
45
46 nodist_libSalomePyQtGUI_la_SOURCES = $(MOC_FILES)
47
48 # compilation flags
49 libSalomePyQtGUI_la_CPPFLAGS = $(QT_INCLUDES) $(SIP_INCLUDES) $(PYTHON_INCLUDES)        \
50         $(CAS_CPPFLAGS) $(VTK_INCLUDES) $(OGL_INCLUDES) $(BOOST_CPPFLAGS)               \
51         -DHAVE_CONFIG_H @KERNEL_CXXFLAGS@ -DCALL_OLD_METHODS                            \
52         -I. -I$(srcdir)/../../PyInterp -I$(srcdir)/../../SalomeApp              \
53         -I$(srcdir)/../../SUIT -I$(srcdir)/../../Qtx -I$(srcdir)/../../LightApp         \
54         -I$(srcdir)/../SALOME_PYQT_GUILight                                             \
55         -I$(srcdir)/../../Plot2d -I$(srcdir)/../../OCCViewer                            \
56         -I$(srcdir)/../../SalomeApp -I$(srcdir)/../../CAM -I$(srcdir)/../../STD         \
57         @CORBA_CXXFLAGS@ @CORBA_INCLUDES@
58
59 # linkage flags
60 libSalomePyQtGUI_la_LIBADD = $(PYTHON_LIBS) $(SIP_LIBS) $(PYQT_LIBS) $(VTK_LIBS)        \
61         $(OGL_LIBS) ../../PyInterp/libPyInterp.la ../../SalomeApp/libSalomeApp.la       \
62         ../../OCCViewer/libOCCViewer.la ../../Plot2d/libPlot2d.la                       \
63         ../SALOME_PYQT_GUILight/libSalomePyQtGUILight.la