1 # Copyright (C) 2007-2010 CEA/DEN, EDF R&D, OPEN CASCADE
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.
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.
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
17 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
20 # GEOM GENERATIONGUI :
22 # Author : Alexander BORODIN, Open CASCADE S.A.S. (alexander.borodin@opencascade.com)
23 # Package : GenerationGUI
25 include $(top_srcdir)/adm_local/unix/make_common_starter.am
28 lib_LTLIBRARIES = libGenerationGUI.la
31 salomeinclude_HEADERS = \
33 GenerationGUI_PrismDlg.h \
34 GenerationGUI_RevolDlg.h \
35 GenerationGUI_FillingDlg.h \
36 GenerationGUI_PipeDlg.h
38 dist_libGenerationGUI_la_SOURCES = \
40 GenerationGUI_PrismDlg.h \
41 GenerationGUI_RevolDlg.h \
42 GenerationGUI_FillingDlg.h \
43 GenerationGUI_PipeDlg.h \
46 GenerationGUI_PrismDlg.cxx \
47 GenerationGUI_RevolDlg.cxx \
48 GenerationGUI_FillingDlg.cxx \
49 GenerationGUI_PipeDlg.cxx
52 GenerationGUI_PrismDlg_moc.cxx \
53 GenerationGUI_RevolDlg_moc.cxx \
54 GenerationGUI_FillingDlg_moc.cxx \
55 GenerationGUI_PipeDlg_moc.cxx
57 nodist_libGenerationGUI_la_SOURCES = \
60 # additional information to compile and link file
62 libGenerationGUI_la_CPPFLAGS = \
72 -I$(srcdir)/../GEOMGUI \
73 -I$(srcdir)/../DlgRef \
74 -I$(srcdir)/../GEOMBase \
75 -I$(srcdir)/../OBJECT \
76 -I$(srcdir)/../GEOMClient \
77 -I$(srcdir)/../GEOMImpl \
78 -I$(srcdir)/../GEOMFiltersSelection \
79 -I$(top_builddir)/src/DlgRef \
82 libGenerationGUI_la_LDFLAGS = \
83 ../GEOMFiltersSelection/libGEOMFiltersSelection.la \
84 ../GEOMBase/libGEOMBase.la \
85 $(CAS_LDPATH) -lTKOffset