geom/src/MeasureGUI/Makefile.am

125 lines
3.7 KiB
Makefile
Raw Normal View History

2008-12-05 13:18:45 +05: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 19:51:12 +06:00
#
2008-12-05 13:18:45 +05: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 19:51:12 +06:00
#
2008-12-05 13:18:45 +05:00
# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
#
# GEOM MEASUREGUI :
2007-10-22 20:18:10 +06:00
# File : Makefile.am
# Author : Alexander BORODIN, Open CASCADE S.A.S. (alexander.borodin@opencascade.com)
# Package : MeasureGUI
2007-04-13 19:51:12 +06:00
#
include $(top_srcdir)/adm_local/unix/make_common_starter.am
# header files
salomeinclude_HEADERS = \
2007-10-22 20:18:10 +06:00
MeasureGUI.h \
MeasureGUI_Widgets.h \
MeasureGUI_Skeleton.h \
MeasureGUI_PropertiesDlg.h \
MeasureGUI_CenterMassDlg.h \
MeasureGUI_NormaleDlg.h \
2007-10-22 20:18:10 +06:00
MeasureGUI_InertiaDlg.h \
MeasureGUI_BndBoxDlg.h \
MeasureGUI_DistanceDlg.h \
MeasureGUI_AngleDlg.h \
2007-10-22 20:18:10 +06:00
MeasureGUI_MaxToleranceDlg.h \
MeasureGUI_WhatisDlg.h \
MeasureGUI_CheckShapeDlg.h \
MeasureGUI_CheckCompoundOfBlocksDlg.h \
MeasureGUI_PointDlg.h
# Libraries targets
lib_LTLIBRARIES = libMeasureGUI.la
dist_libMeasureGUI_la_SOURCES = \
2007-10-22 20:18:10 +06:00
MeasureGUI.cxx \
MeasureGUI_Widgets.cxx \
MeasureGUI_Skeleton.cxx \
MeasureGUI_PropertiesDlg.cxx \
MeasureGUI_CenterMassDlg.cxx \
MeasureGUI_NormaleDlg.cxx \
2007-10-22 20:18:10 +06:00
MeasureGUI_InertiaDlg.cxx \
MeasureGUI_BndBoxDlg.cxx \
MeasureGUI_DistanceDlg.cxx \
MeasureGUI_AngleDlg.cxx \
2007-10-22 20:18:10 +06:00
MeasureGUI_MaxToleranceDlg.cxx \
MeasureGUI_WhatisDlg.cxx \
MeasureGUI_CheckShapeDlg.cxx \
2007-04-13 19:51:12 +06:00
MeasureGUI_CheckCompoundOfBlocksDlg.cxx \
MeasureGUI_PointDlg.cxx
2007-10-22 20:18:10 +06:00
MOC_FILES = \
MeasureGUI_Widgets_moc.cxx \
MeasureGUI_Skeleton_moc.cxx \
MeasureGUI_PropertiesDlg_moc.cxx \
MeasureGUI_CenterMassDlg_moc.cxx \
MeasureGUI_NormaleDlg_moc.cxx \
2007-10-22 20:18:10 +06:00
MeasureGUI_InertiaDlg_moc.cxx \
MeasureGUI_BndBoxDlg_moc.cxx \
MeasureGUI_DistanceDlg_moc.cxx \
MeasureGUI_AngleDlg_moc.cxx \
2007-10-22 20:18:10 +06:00
MeasureGUI_MaxToleranceDlg_moc.cxx \
MeasureGUI_WhatisDlg_moc.cxx \
MeasureGUI_CheckShapeDlg_moc.cxx \
MeasureGUI_CheckCompoundOfBlocksDlg_moc.cxx \
MeasureGUI_PointDlg_moc.cxx
2007-04-13 19:51:12 +06:00
nodist_libMeasureGUI_la_SOURCES = \
2007-04-13 19:51:12 +06:00
$(MOC_FILES)
2007-10-22 20:18:10 +06:00
UIC_FILES = \
ui_MeasureGUI_1Sel12LineEdit_QTD.h \
ui_MeasureGUI_1Sel1TextView1Check_QTD.h \
ui_MeasureGUI_1Sel1TextView2ListBox_QTD.h \
ui_MeasureGUI_1Sel1TextView_QTD.h \
ui_MeasureGUI_1Sel3LineEdit_QTD.h \
ui_MeasureGUI_1Sel6LineEdit_QTD.h \
ui_MeasureGUI_2Sel1LineEdit_QTD.h \
ui_MeasureGUI_2Sel4LineEdit_QTD.h \
2007-10-22 20:18:10 +06:00
ui_MeasureGUI_SkeletonBox_QTD.h
BUILT_SOURCES = $(UIC_FILES)
# additional information to compile and link file
2007-04-13 19:51:12 +06:00
2007-10-22 20:18:10 +06:00
libMeasureGUI_la_CPPFLAGS = \
$(QT_INCLUDES) \
$(VTK_INCLUDES) \
$(CAS_CPPFLAGS) \
$(PYTHON_INCLUDES) \
$(BOOST_CPPFLAGS) \
$(KERNEL_CXXFLAGS) \
$(GUI_CXXFLAGS) \
$(CORBA_CXXFLAGS) \
$(CORBA_INCLUDES) \
-I$(srcdir)/../GEOMGUI \
-I$(srcdir)/../DlgRef \
-I$(srcdir)/../GEOMBase \
-I$(srcdir)/../OBJECT \
-I$(srcdir)/../GEOMClient \
-I$(srcdir)/../GEOMImpl \
-I$(srcdir)/../GEOM \
2007-10-22 20:18:10 +06:00
-I$(top_builddir)/src/DlgRef \
-I$(top_builddir)/idl \
2007-04-13 19:51:12 +06:00
-I$(top_builddir)/salome_adm/unix
libMeasureGUI_la_LDFLAGS = \
2007-04-13 19:51:12 +06:00
../GEOMBase/libGEOMBase.la