Salome HOME
Sample servers configuration file.
[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_impl.h     \
35         PVGUI_Module.cxx        \
36         PVGUI_Module_actions.cxx \
37         PVGUI_Module_widgets.cxx \
38         PVGUI_ProcessModuleHelper.h \
39         PVGUI_ProcessModuleHelper.cxx \
40         PVGUI_ViewManager.h \
41         PVGUI_ViewManager.cxx \
42         PVGUI_ViewModel.h \
43         PVGUI_ViewModel.cxx \
44         PVGUI_ViewWindow.h \
45         PVGUI_ViewWindow.cxx \
46         PVGUI_OutputWindowAdapter.h \
47         PVGUI_OutputWindowAdapter.cxx
48
49 # MOC pre-processing
50 MOC_FILES = \
51         PVGUI_Module_moc.cxx \
52         PVGUI_ViewManager_moc.cxx \
53         PVGUI_ViewModel_moc.cxx \
54         PVGUI_ViewWindow_moc.cxx
55
56 nodist_libPARAVIS_la_SOURCES = $(MOC_FILES)
57
58 # additionnal compilation flags
59 libPARAVIS_la_CPPFLAGS = \
60         $(QT_INCLUDES) \
61         $(QT_ASSISTANT_INCLUDES) \
62         $(PARAVIEW_INCLUDES) \
63         $(CAS_CPPFLAGS) \
64         $(PYTHON_INCLUDES) \
65         $(GUI_CXXFLAGS)
66
67 # additionnal linkage flags
68 libPARAVIS_la_LDFLAGS = \
69         $(QT_ASSISTANT_LIBS) \
70         $(PARAVIEW_LIBS) \
71         $(GUI_LDFLAGS) \
72         -lLightApp 
73
74 # resources files
75 nodist_salomeres_DATA = \
76            PARAVIS_images.qm \
77            PARAVIS_msg_en.qm