2008-12-05 06:59:09 +00:00
|
|
|
# Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE
|
|
|
|
#
|
|
|
|
# Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
|
|
|
# CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
|
|
|
#
|
|
|
|
# This library is free software; you can redistribute it and/or
|
|
|
|
# modify it under the terms of the GNU Lesser General Public
|
|
|
|
# License as published by the Free Software Foundation; either
|
|
|
|
# version 2.1 of the License.
|
|
|
|
#
|
|
|
|
# This library is distributed in the hope that it will be useful,
|
|
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
|
# Lesser General Public License for more details.
|
2007-04-13 13:51:12 +00:00
|
|
|
#
|
2008-12-05 06:59:09 +00:00
|
|
|
# You should have received a copy of the GNU Lesser General Public
|
|
|
|
# License along with this library; if not, write to the Free Software
|
|
|
|
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
2007-04-13 13:51:12 +00:00
|
|
|
#
|
2008-12-05 06:59:09 +00:00
|
|
|
# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
|
|
|
#
|
|
|
|
# GEOM DLGREF :
|
2007-10-17 06:04:06 +00:00
|
|
|
# File : Makefile.am
|
|
|
|
# Author : Alexander BORODIN, Open CASCADE S.A.S. (alexander.borodin@opencascade.com)
|
|
|
|
# Package : DlgRef
|
2007-04-13 13:51:12 +00:00
|
|
|
#
|
|
|
|
include $(top_srcdir)/adm_local/unix/make_common_starter.am
|
|
|
|
|
|
|
|
# Libraries targets
|
|
|
|
lib_LTLIBRARIES = libDlgRef.la
|
|
|
|
|
|
|
|
# Sources files
|
2007-10-17 06:04:06 +00:00
|
|
|
dist_libDlgRef_la_SOURCES = \
|
2007-10-24 08:17:54 +00:00
|
|
|
DlgRef.h \
|
|
|
|
DlgRef.cxx
|
2007-10-11 09:49:47 +00:00
|
|
|
|
2008-09-12 04:39:53 +00:00
|
|
|
MOC_FILES = \
|
2007-10-24 08:17:54 +00:00
|
|
|
DlgRef_moc.cxx
|
2007-10-11 09:49:47 +00:00
|
|
|
|
2008-09-12 04:39:53 +00:00
|
|
|
UIC_FILES = \
|
2007-10-23 14:02:10 +00:00
|
|
|
ui_DlgRef_1List1Spin1Btn_QTD.h \
|
|
|
|
ui_DlgRef_1Sel1Check1List_QTD.h \
|
|
|
|
ui_DlgRef_1Sel1Check1Sel_QTD.h \
|
|
|
|
ui_DlgRef_1Sel1Check_QTD.h \
|
2008-02-06 15:43:50 +00:00
|
|
|
ui_DlgRef_1Sel1List1Check3Btn_QTD.h \
|
2007-10-23 14:02:10 +00:00
|
|
|
ui_DlgRef_1Sel1Spin1Check_QTD.h \
|
|
|
|
ui_DlgRef_1Sel1Spin_QTD.h \
|
|
|
|
ui_DlgRef_1Sel2Spin1View1Check_QTD.h \
|
|
|
|
ui_DlgRef_1Sel2Spin_QTD.h \
|
|
|
|
ui_DlgRef_1Sel3Check_QTD.h \
|
|
|
|
ui_DlgRef_1Sel3Spin_QTD.h \
|
2008-07-22 07:20:59 +00:00
|
|
|
ui_DlgRef_1Sel3Spin1Check_QTD.h \
|
2007-10-23 14:02:10 +00:00
|
|
|
ui_DlgRef_1Sel4Spin_QTD.h \
|
2008-02-12 15:57:45 +00:00
|
|
|
ui_DlgRef_1Sel5Spin1Check_QTD.h \
|
2007-10-23 14:02:10 +00:00
|
|
|
ui_DlgRef_1Sel5Spin_QTD.h \
|
|
|
|
ui_DlgRef_1Sel_QTD.h \
|
|
|
|
ui_DlgRef_1SelExt_QTD.h \
|
|
|
|
ui_DlgRef_1Spin_QTD.h \
|
2008-02-06 15:43:50 +00:00
|
|
|
ui_DlgRef_2Sel1List1Check_QTD.h \
|
2007-10-23 14:02:10 +00:00
|
|
|
ui_DlgRef_2Sel1List_QTD.h \
|
|
|
|
ui_DlgRef_2Sel1Spin2Check_QTD.h \
|
|
|
|
ui_DlgRef_2Sel1Spin_QTD.h \
|
2008-07-21 13:51:52 +00:00
|
|
|
ui_DlgRef_2Sel2List_QTD.h \
|
2007-10-23 14:02:10 +00:00
|
|
|
ui_DlgRef_2Sel2Spin1Check_QTD.h \
|
|
|
|
ui_DlgRef_2Sel2Spin_QTD.h \
|
2008-02-06 15:43:50 +00:00
|
|
|
ui_DlgRef_2Sel3Spin2Rb_QTD.h \
|
2007-10-23 14:02:10 +00:00
|
|
|
ui_DlgRef_2Sel3Spin_QTD.h \
|
|
|
|
ui_DlgRef_2Sel4Spin1Check_QTD.h \
|
|
|
|
ui_DlgRef_2Sel_QTD.h \
|
|
|
|
ui_DlgRef_2SelExt_QTD.h \
|
|
|
|
ui_DlgRef_2Spin_QTD.h \
|
|
|
|
ui_DlgRef_3Check_QTD.h \
|
2008-08-08 13:43:36 +00:00
|
|
|
ui_DlgRef_3Radio_QTD.h \
|
2008-12-01 10:32:42 +00:00
|
|
|
ui_DlgRef_3Radio1Sel1Spin_QTD.h \
|
2007-10-23 14:02:10 +00:00
|
|
|
ui_DlgRef_3Sel1Check_QTD.h \
|
|
|
|
ui_DlgRef_3Sel1Spin_QTD.h \
|
|
|
|
ui_DlgRef_3Sel3Spin1Check_QTD.h \
|
2008-07-21 13:51:52 +00:00
|
|
|
ui_DlgRef_3Sel3Spin2Check_QTD.h \
|
2007-10-23 14:02:10 +00:00
|
|
|
ui_DlgRef_3Sel4Spin2Check_QTD.h \
|
|
|
|
ui_DlgRef_3Sel_QTD.h \
|
|
|
|
ui_DlgRef_3Spin1Check_QTD.h \
|
|
|
|
ui_DlgRef_3Spin_QTD.h \
|
|
|
|
ui_DlgRef_4Sel1List1Check_QTD.h \
|
|
|
|
ui_DlgRef_4Sel1List_QTD.h \
|
|
|
|
ui_DlgRef_4Sel1Spin2Check_QTD.h \
|
2009-01-22 13:39:09 +00:00
|
|
|
ui_DlgRef_4Sel1Spin3Check_QTD.h \
|
2007-10-23 14:02:10 +00:00
|
|
|
ui_DlgRef_6Sel_QTD.h \
|
2007-10-11 09:49:47 +00:00
|
|
|
ui_DlgRef_Skeleton_QTD.h
|
2007-04-13 13:51:12 +00:00
|
|
|
|
2007-10-11 09:49:47 +00:00
|
|
|
BUILT_SOURCES = $(UIC_FILES)
|
2007-04-13 13:51:12 +00:00
|
|
|
|
2007-10-15 10:41:03 +00:00
|
|
|
nodist_libDlgRef_la_SOURCES = \
|
|
|
|
$(MOC_FILES) \
|
2007-10-11 09:49:47 +00:00
|
|
|
$(UIC_FILES)
|
|
|
|
|
2007-10-17 06:04:06 +00:00
|
|
|
# additional information to compile and link file
|
2007-10-11 09:49:47 +00:00
|
|
|
|
2008-09-12 04:39:53 +00:00
|
|
|
libDlgRef_la_CPPFLAGS = \
|
|
|
|
$(QT_INCLUDES) \
|
|
|
|
$(GUI_CXXFLAGS)
|
2007-04-13 13:51:12 +00:00
|
|
|
|
2008-09-12 04:39:53 +00:00
|
|
|
libDlgRef_la_LDFLAGS = \
|
|
|
|
$(STDLIB) \
|
2007-04-13 13:51:12 +00:00
|
|
|
$(QT_MT_LIBS)
|