Salome HOME
Fix compilation problems on Debian(OCC instaed CAS) and Mandriva64(CORBA CPPFLAGS)
[modules/smesh.git] / src / StdMeshersGUI / Makefile.am
1 #  SMESH StdMeshersGUI : GUI for StdMeshers plugin
2 #
3 #  Copyright (C) 2003  CEA
4
5 #  This library is free software; you can redistribute it and/or 
6 #  modify it under the terms of the GNU Lesser General Public 
7 #  License as published by the Free Software Foundation; either 
8 #  version 2.1 of the License. 
9
10 #  This library is distributed in the hope that it will be useful, 
11 #  but WITHOUT ANY WARRANTY; without even the implied warranty of 
12 #  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
13 #  Lesser General Public License for more details. 
14
15 #  You should have received a copy of the GNU Lesser General Public 
16 #  License along with this library; if not, write to the Free Software 
17 #  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA 
18
19 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
20 #
21 #
22 #
23 #  File   : Makefile.in
24 #  Author : Julia DOROVSKIKH
25 #  Modified by : Alexander BORODIN (OCN) - autotools usage
26 #  Module : SMESH
27
28 include $(top_srcdir)/adm_local/unix/make_common_starter.am
29
30 # header files 
31 salomeinclude_HEADERS = \
32         StdMeshersGUI_StdHypothesisCreator.h
33
34 # Libraries targets
35 lib_LTLIBRARIES = libStdMeshersGUI.la
36 dist_libStdMeshersGUI_la_SOURCES = \
37         StdMeshersGUI.cxx \
38         StdMeshersGUI_StdHypothesisCreator.cxx \
39         StdMeshersGUI_DistrPreview.cxx \
40         StdMeshersGUI_DistrTable.cxx \
41         StdMeshersGUI_NbSegmentsCreator.cxx \
42         StdMeshersGUI_ObjectReferenceParamWdg.cxx \
43         StdMeshersGUI_LayerDistributionParamWdg.cxx
44
45 MOC_FILES = \
46         StdMeshersGUI_StdHypothesisCreator_moc.cxx \
47         StdMeshersGUI_DistrPreview_moc.cxx \
48         StdMeshersGUI_DistrTable_moc.cxx \
49         StdMeshersGUI_NbSegmentsCreator_moc.cxx \
50         StdMeshersGUI_ObjectReferenceParamWdg_moc.cxx \
51         StdMeshersGUI_LayerDistributionParamWdg_moc.cxx
52
53 nodist_libStdMeshersGUI_la_SOURCES= \
54         $(MOC_FILES)
55
56 # additionnal information to compil and link file
57 libStdMeshersGUI_la_CPPFLAGS = \
58         $(QT_INCLUDES) \
59         $(VTK_INCLUDES) \
60         $(CAS_CPPFLAGS) \
61         $(PYTHON_INCLUDES) \
62         $(KERNEL_CXXFLAGS) \
63         $(GUI_CXXFLAGS) \
64         $(GEOM_CXXFLAGS) \
65         $(MED_CXXFLAGS) \
66         $(BOOST_CPPFLAGS) \
67         $(QWT_INCLUDES) \
68         $(CORBA_CXXFLAGS) \
69         $(CORBA_INCLUDES) \
70         -I$(srcdir)/../SMESH \
71         -I$(srcdir)/../SMESH_I \
72         -I$(srcdir)/../SMESHDS \
73         -I$(srcdir)/../SMDS \
74         -I$(srcdir)/../SMESHGUI \
75         -I$(srcdir)/../Controls \
76         -I$(srcdir)/../StdMeshers \
77         -I$(srcdir)/../OBJECT \
78         -I$(srcdir)/../SMESHFiltersSelection \
79         -I$(top_builddir)/idl \
80         -I$(top_builddir)/salome_adm/unix
81
82
83 libStdMeshersGUI_la_LDFLAGS  = \
84         ../../idl/libSalomeIDLSMESH.la \
85         ../SMESHFiltersSelection/libSMESHFiltersSelection.la \
86         ../SMESHGUI/libSMESH.la \
87         ../OBJECT/libSMESHObject.la \
88         $(GUI_LDFLAGS) -lSalomeApp \
89         $(CAS_LDPATH) -lTKernel -lTKBO -lTKAdvTools \
90         $(QWT_LIBS)
91
92 # resources files
93 nodist_salomeres_DATA= \
94         StdMeshers_images.qm \
95         StdMeshers_msg_en.qm