Salome HOME
d360d9ce2d49a08bb696749192da5a9f338e214f
[modules/jobmanager.git] / src / standalone / Makefile.am
1 # Copyright (C) 2009-2013  CEA/DEN, EDF R&D
2 #
3 # This library is free software; you can redistribute it and/or
4 # modify it under the terms of the GNU Lesser General Public
5 # License as published by the Free Software Foundation; either
6 # version 2.1 of the License.
7 #
8 # This library is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY; without even the implied warranty of
10 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
11 # Lesser General Public License for more details.
12 #
13 # You should have received a copy of the GNU Lesser General Public
14 # License along with this library; if not, write to the Free Software
15 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
16 #
17 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
18 #
19
20 bin_PROGRAMS = jobmanager_gui
21
22 bin_SCRIPTS = start_jobmanager.sh
23
24 jobmanager_gui_SOURCES = main.cxx 
25
26 jobmanager_gui_CXXFLAGS = $(qt4_cppflags) \
27                               -I$(top_srcdir)/src/bases \
28                               -I$(top_srcdir)/src/engine \
29                               -I$(KERNEL_ROOT_DIR)/include/salome \
30                                $(OMNIORB_INCLUDES) $(OMNIORB_CXXFLAGS) \
31                                -I../../idl \
32                               -I$(top_srcdir)/src/wrappers \
33                               -I$(top_srcdir)/src/genericgui
34
35 jobmanager_gui_LDFLAGS = $(qt4_ldflags)
36
37 jobmanager_gui_LDADD = -lQtGui -lQtCore \
38                            $(top_builddir)/src/genericgui/libBL_GenericGui.la \
39                            $(top_builddir)/src/engine/libBL_Engine.la \
40                            $(top_builddir)/src/wrappers/libBL_Wrappers_Qt.la \
41                            @OMNIORB_LIBS@ \
42                            $(top_builddir)/idl/libJOBMANAGER_IDL.la \
43                            -L$(KERNEL_ROOT_DIR)/lib/salome -lSalomeLifeCycleCORBA -lSalomeIDLKernel -lSalomeNS -lOpUtil \
44                            -lSALOMELocalTrace -lSALOMEBasics -lSalomeContainer -lSalomeHDFPersist -lSalomeResourcesManager \
45                            -lResourcesManager -lSalomeIDLKernel -lSalomeGenericObj -lSalomeNotification -lRegistry
46                            
47
48 EXTRA_DIST = start_jobmanager.sh.in