]> SALOME platform Git repositories - modules/gui.git/blob - src/CAM/Makefile.am
Salome HOME
145a77214271158a63c7df152b5fe49eb147e959
[modules/gui.git] / src / CAM / 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 : Vladimir Klyachin (OCN)
24 #  Module : CAM
25 #  $Header$
26 #
27 include $(top_srcdir)/adm_local/unix/make_common_starter.am
28
29 lib_LTLIBRARIES = libCAM.la
30
31 salomeinclude_HEADERS =         \
32         CAM.h                   \
33         CAM_Application.h       \
34         CAM_DataModel.h         \
35         CAM_DataObject.h        \
36         CAM_Module.h            \
37         CAM_Study.h
38
39 dist_libCAM_la_SOURCES =        \
40         CAM_Application.cxx     \
41         CAM_DataModel.cxx       \
42         CAM_DataObject.cxx      \
43         CAM_Module.cxx          \
44         CAM_Study.cxx
45
46 MOC_FILES =                     \
47         CAM_Application_moc.cxx \
48         CAM_Module_moc.cxx      \
49         CAM_Study_moc.cxx       \
50         CAM_DataModel_moc.cxx
51 nodist_libCAM_la_SOURCES = $(MOC_FILES)
52
53 nodist_salomeres_DATA = CAM_msg_en.qm
54
55 libCAM_la_CPPFLAGS = $(QT_INCLUDES) -I$(srcdir)/../SUIT -I$(srcdir)/../STD -I$(srcdir)/../Qtx
56 libCAM_la_LDFLAGS  = $(QT_MT_LIBS)
57 libCAM_la_LIBADD   = ../Qtx/libqtx.la ../SUIT/libsuit.la ../STD/libstd.la