Salome HOME
1. Changing PVGUI_Module design
[modules/paravis.git] / src / PVGUI / Makefile.am
1 #  PARAVIS : ParaView wrapper SALOME module
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 #  Author : Julia DOROVSKIKH
23 #  Date   : 01/06/2005
24 #  Modified by : Alexander BORODIN (OCN) - autotools usage
25
26 include $(top_srcdir)/adm_local/unix/make_common_starter.am
27
28 # Library target
29 lib_LTLIBRARIES = libPARAVIS.la
30
31 # Library sources
32 dist_libPARAVIS_la_SOURCES =    \
33         PVGUI_Module.h          \
34         PVGUI_Module.cxx        \
35         PVGUI_ProcessModuleHelper.h \
36         PVGUI_ProcessModuleHelper.cxx \
37         PVGUI_ViewManager.h \
38         PVGUI_ViewManager.cxx \
39         PVGUI_ViewModel.h \
40         PVGUI_ViewModel.cxx \
41         PVGUI_ViewWindow.h \
42         PVGUI_ViewWindow.cxx
43
44 # MOC pre-processing
45 MOC_FILES = \
46         PVGUI_Module_moc.cxx \
47         PVGUI_ViewManager_moc.cxx \
48         PVGUI_ViewModel_moc.cxx \
49         PVGUI_ViewWindow_moc.cxx
50
51 nodist_libPARAVIS_la_SOURCES = $(MOC_FILES)
52
53 # additionnal compilation flags
54 libPARAVIS_la_CPPFLAGS = \
55         $(QT_INCLUDES) \
56         $(PARAVIEW_INCLUDES) \
57         $(CAS_CPPFLAGS) \
58         $(PYTHON_INCLUDES) \
59         $(GUI_CXXFLAGS)
60
61 # additionnal linkage flags
62 libPARAVIS_la_LDFLAGS = \
63         $(PARAVIEW_LIBS) \
64         $(GUI_LDFLAGS) \
65         -lLightApp 
66
67 # resources files
68 nodist_salomeres_DATA = \
69            PARAVIS_images.qm \
70            PARAVIS_msg_en.qm