]> SALOME platform Git repositories - modules/homard.git/blob - src/HOMARDGUI/Makefile.am
Salome HOME
cab06942e4b989385c1a27eeaa0cd5712054aabf
[modules/homard.git] / src / HOMARDGUI / 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 # -* Makefile *-
23 # Author :
24 # Modified by : Alexander BORODIN (OCN) - autotools usage
25 #
26 # header files
27
28 include $(top_srcdir)/adm_local/unix/make_common_starter.am
29
30 salomeinclude_HEADERS =       \
31         MonCreateBoundaryAn.h \
32         CreateBoundaryAn.h    \
33         MonEditBoundaryAn.h   \
34         MonCreateBoundaryDi.h \
35         CreateBoundaryDi.h    \
36         MonEditBoundaryDi.h   \
37         MonCreateCase.h       \
38         CreateCase.h          \
39         MonEditCase.h         \
40         MonCreateZone.h       \
41         CreateZone.h          \
42         MonEditZone.h         \
43         MonCreateHypothesis.h \
44         CreateHypothesis.h    \
45         MonEditHypothesis.h   \
46         MonCreateListGroup.h  \
47         MonEditListGroup.h    \
48         MonCreateIteration.h  \
49         CreateIteration.h     \
50         MonEditIteration.h    \
51         HOMARDGUI.h           \
52         HOMARDGUI_Utils.h     \
53         HomardDlg.h           \
54         EditFile.h            \
55         MonEditFile.h         \
56         HomardQtCommun.h
57
58
59 # Libraries targets
60 lib_LTLIBRARIES = libHOMARD.la
61
62 dist_libHOMARD_la_SOURCES =     \
63         HOMARDGUI.cxx           \
64         HOMARDGUI_Utils.cxx     \
65         HomardConfigFile.cxx    \
66         MonCreateBoundaryAn.cxx \
67         MonEditBoundaryAn.cxx \
68         MonCreateBoundaryDi.cxx \
69         MonEditBoundaryDi.cxx \
70         MonCreateCase.cxx       \
71         MonEditCase.cxx         \
72         MonCreateHypothesis.cxx \
73         MonEditHypothesis.cxx   \
74         MonCreateListGroup.cxx \
75         MonEditListGroup.cxx \
76         MonCreateIteration.cxx  \
77         MonEditIteration.cxx    \
78         MonCreateZone.cxx       \
79         MonEditZone.cxx         \
80         MonEditFile.cxx         \
81         HomardQtCommun.cxx
82
83 # MOC pre-processing
84 MOC_FILES =                         \
85         HOMARDGUI_moc.cxx           \
86         MonCreateBoundaryAn_moc.cxx \
87         MonEditBoundaryAn_moc.cxx   \
88         MonCreateBoundaryDi_moc.cxx \
89         MonEditBoundaryDi_moc.cxx   \
90         MonCreateCase_moc.cxx       \
91         MonEditCase_moc.cxx         \
92         MonCreateZone_moc.cxx       \
93         MonEditZone_moc.cxx         \
94         MonCreateHypothesis_moc.cxx \
95         MonEditHypothesis_moc.cxx   \
96         MonCreateListGroup_moc.cxx  \
97         MonEditListGroup_moc.cxx    \
98         MonCreateIteration_moc.cxx  \
99         MonEditIteration_moc.cxx    \
100         MonEditFile_moc.cxx
101
102 nodist_libHOMARD_la_SOURCES = $(MOC_FILES)
103
104 libHOMARD_la_CPPFLAGS =          \
105         $(QT_INCLUDES)           \
106         $(CAS_CPPFLAGS)          \
107         $(PYTHON_INCLUDES)       \
108         $(MED2_INCLUDES)         \
109         $(HDF5_INCLUDES)         \
110         $(BOOST_CPPFLAGS)        \
111         $(CORBA_CXXFLAGS)        \
112         $(CORBA_INCLUDES)        \
113         $(KERNEL_CXXFLAGS)       \
114         $(GUI_CXXFLAGS)          \
115         -I$(srcdir)/../HOMARD    \
116         -I$(srcdir)/../HOMARD_I  \
117         -I$(top_builddir)/idl    \
118         -I$(VISU_ROOT_DIR)/include/salome  \
119         -I$(MED_ROOT_DIR)/include/salome   \
120         -I$(top_builddir)/salome_adm/unix
121
122 libHOMARD_la_LDFLAGS  =                 \
123         ../../idl/libSalomeIDLHOMARD.la \
124         ../HOMARD_I/libHOMARDEngine.la  \
125         $(KERNEL_LDFLAGS)               \
126         $(MED2_LIBS)                    \
127         -lSalomeLifeCycleCORBA          \
128         $(GUI_LDFLAGS)                  \
129         -lSalomeApp                     \
130         -lSalomePyQtGUI
131
132 # resources files
133 nodist_salomeres_DATA =  \
134         HOMARD_msg_en.qm \
135         HOMARD_msg_fr.qm