Salome HOME
Update from BR_V5_DEV 13Feb2009
[modules/gui.git] / src / QDS / Makefile.am
1 #  Copyright (C) 2007-2008  CEA/DEN, EDF R&D, OPEN CASCADE
2 #
3 #  Copyright (C) 2003-2007  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 #  File   : Makefile.in
23 #  Author : Alexander SOLOVYOV (OCN)
24 #  Module : QDS
25 #  $Header: /home/server/cvs/GUI/GUI_SRC/src/QDS/Makefile.in
26 #
27 include $(top_srcdir)/adm_local/unix/make_common_starter.am
28
29 lib_LTLIBRARIES = libQDS.la
30
31 # header files 
32
33 #MKR: already migrated to Qt4 files
34 salomeinclude_HEADERS =         \
35         QDS.h                   \
36         QDS_CheckBox.h          \
37         QDS_ComboBox.h          \
38         QDS_Datum.h             \
39         QDS_LineEdit.h          \
40         QDS_SpinBox.h           \
41         QDS_SpinBoxDbl.h        \
42         QDS_TextEdit.h          \
43         QDS_Validator.h         \
44         QDS_RadioBox.h
45
46 #MKR: not yet migrated to Qt4 files
47 #                               \
48         QDS_Table.h
49
50 #MKR: already migrated to Qt4 files
51 dist_libQDS_la_SOURCES =        \
52         QDS.cxx                 \
53         QDS_CheckBox.cxx        \
54         QDS_ComboBox.cxx        \
55         QDS_Datum.cxx           \
56         QDS_LineEdit.cxx        \
57         QDS_SpinBox.cxx         \
58         QDS_SpinBoxDbl.cxx      \
59         QDS_TextEdit.cxx        \
60         QDS_Validator.cxx       \
61         QDS_RadioBox.cxx
62
63 #MKR: not yet migrated to Qt4 files
64 #                               \
65         QDS_Table.cxx
66
67 #MKR: already migrated to Qt4 files
68 MOC_FILES =                     \
69         QDS_CheckBox_moc.cxx    \
70         QDS_ComboBox_moc.cxx    \
71         QDS_Datum_moc.cxx       \
72         QDS_LineEdit_moc.cxx    \
73         QDS_SpinBox_moc.cxx     \
74         QDS_SpinBoxDbl_moc.cxx  \
75         QDS_TextEdit_moc.cxx    \
76         QDS_RadioBox_moc.cxx
77
78 #MKR: not yet migrated to Qt4 files
79 #                               \
80         QDS_Table_moc.cxx
81
82 nodist_libQDS_la_SOURCES = $(MOC_FILES)
83
84 nodist_salomeres_DATA = QDS_msg_en.qm
85
86 libQDS_la_CPPFLAGS = $(QT_INCLUDES) $(CAS_CPPFLAGS) \
87                    -I$(srcdir)/../Qtx -I$(srcdir)/../DDS
88
89 libQDS_la_LDFLAGS  = $(QT_MT_LIBS) $(CAS_KERNEL)
90 libQDS_la_LIBADD   = ../DDS/libDDS.la ../Qtx/libqtx.la
91