Salome HOME
f60c261af45ca25ea4071040f37fc4c724395af9
[modules/gui.git] / src / CAF / Makefile.am
1 #  Copyright (C) 2005  CEA/DEN, EDF R&D, OPEN CASCADE, PRINCIPIA 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 #  File   : Makefile.in
20 #  Author : Vladimir Klyachin (OCN)
21 #  Module : caf
22 #  $Header$
23
24 include $(top_srcdir)/adm_local/unix/make_common_starter.am
25
26 lib_LTLIBRARIES = libcaf.la
27
28 salomeinclude_HEADERS= \
29         CAF.h \
30         CAF_Application.h \
31         CAF_Operation.h \
32         CAF_Study.h \
33         CAF_Tools.h
34
35 dist_libcaf_la_SOURCES= \
36         CAF_Application.cxx \
37         CAF_Operation.cxx \
38         CAF_Study.cxx \
39         CAF_Tools.cxx           
40
41 MOC_FILES= \
42         CAF_Application_moc.cxx \
43         CAF_Operation_moc.cxx \
44         CAF_Study_moc.cxx
45 nodist_libcaf_la_SOURCES= $(MOC_FILES)
46
47 dist_salomeres_DATA = \
48         resources/redo.png \
49         resources/undo.png
50
51 nodist_salomeres_DATA = \
52         CAF_images.qm \
53         CAF_msg_en.qm
54
55 libcaf_la_CPPFLAGS=$(QT_INCLUDES) $(CAS_CPPFLAGS) -I${QTDIR}/src/kernel -I$(QTDIR)/mkspecs/linux-g++ \
56                    -I$(srcdir)/../STD -I$(srcdir)/../SUIT -I$(srcdir)/../Qtx
57 libcaf_la_LDFLAGS=$(QT_MT_LIBS) $(CAS_OCAF) $(CAS_OCAFVIS)
58 libcaf_la_LIBADD=../STD/libstd.la ../SUIT/libsuit.la
59