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