]> SALOME platform Git repositories - modules/hexablock.git/blob - idl/Makefile.am
Salome HOME
Merge from V6_main 01/04/2013
[modules/hexablock.git] / idl / Makefile.am
1 # Copyright (C) 2009-2013  CEA/DEN, EDF R&D
2 #
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.
7 #
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.
12 #
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
16 #
17 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
18 #
19
20 # This Makefile is responsible of generating the client and server
21 # implementation of IDL interfaces for both C++ and python usage.
22 # The building process of the C++ files is in charge of each source
23 # package and then is not manage here.
24
25 include $(top_srcdir)/adm_local/unix/make_common_starter.am
26
27 BASEIDL_FILES = \
28         Element.idl\
29         NewShape.idl\
30         Vertex.idl\
31         Edge.idl\
32         Quad.idl\
33         Hexa.idl\
34         Vector.idl\
35         Elements.idl\
36         Cylinder.idl\
37         CrossElements.idl\
38         Pipe.idl\
39         Law.idl\
40         Propagation.idl\
41         Group.idl\
42         Document.idl\
43         HEXABLOCK_Gen.idl
44
45 BASEIDL_FILES_PY=$(BASEIDL_FILES:%.idl=%_idl.py)
46
47 # This variable defines the files to be installed
48 dist_salomeidl_DATA = $(BASEIDL_FILES)
49
50 # GUI idl common library
51 lib_LTLIBRARIES = libSalomeIDLHEXABLOCK.la
52
53
54
55
56 # Sources built from idl files
57 nodist_libSalomeIDLHEXABLOCK_la_SOURCES = \
58         ElementSK.cc\
59         ElementDynSK.cc\
60         VertexSK.cc\
61         VertexDynSK.cc\
62         EdgeSK.cc\
63         EdgeDynSK.cc\
64         QuadSK.cc\
65         QuadDynSK.cc\
66         NewShapeSK.cc\
67         NewShapeDynSK.cc\
68         HexaSK.cc\
69         HexaDynSK.cc\
70         VectorSK.cc\
71         VectorDynSK.cc\
72         ElementsSK.cc\
73         ElementsDynSK.cc\
74         CylinderSK.cc\
75         CylinderDynSK.cc\
76         CrossElementsSK.cc\
77         CrossElementsDynSK.cc\
78         PipeSK.cc\
79         PipeDynSK.cc\
80         LawSK.cc\
81         LawDynSK.cc\
82         PropagationSK.cc\
83         PropagationDynSK.cc\
84         GroupSK.cc\
85         GroupDynSK.cc\
86         DocumentSK.cc\
87         DocumentDynSK.cc\
88         HEXABLOCK_GenSK.cc\
89         HEXABLOCK_GenDynSK.cc
90
91 ElementDynSK.cc: ElementSK.cc
92 VertexDynSK.cc: VertexSK.cc
93 EdgeDynSK.cc: EdgeSK.cc
94 PropagationDynSK.cc: PropagationSK.cc
95 LawDynSK.cc: LawSK.cc
96 ElementsDynSK.cc: ElementsSK.cc
97 CrossElementsDynSK.cc: CrossElementsSK.cc
98 QuadDynSK.cc: QuadSK.cc
99 NewShapeDynSK.cc: NewShapeSK.cc
100 VectorDynSK.cc: VectorSK.cc
101 CylinderDynSK.cc: CylinderSK.cc
102 GroupDynSK.cc: GroupSK.cc
103 HexaDynSK.cc: HexaSK.cc
104 PipeDynSK.cc: PipeSK.cc
105 DocumentDynSK.cc: DocumentSK.cc
106 HEXABLOCK_GenDynSK.cc: HEXABLOCK_GenSK.cc
107
108
109 # header files must be exported: other modules have to use this library
110 nodist_salomeinclude_HEADERS = $(BASEIDL_FILES:%.idl=%.hh)
111
112 libSalomeIDLHEXABLOCK_la_CPPFLAGS =\
113         @CORBA_CXXFLAGS@        \
114         @CORBA_INCLUDES@        \
115         $(KERNEL_CXXFLAGS)      \
116         $(GEOM_CXXFLAGS)        \
117         -I$(top_builddir)/salome_adm/unix \
118         -I$(top_builddir)/idl
119
120
121 libSalomeIDLHEXABLOCK_la_LDFLAGS = -no-undefined -version-info=0:0:0
122
123 libSalomeIDLHEXABLOCK_la_LIBADD  =                      \
124         $(KERNEL_LDFLAGS) -lSalomeIDLKernel     \
125         $(GEOM_LDFLAGS) -lSalomeIDLGEOM         \
126         @CORBA_LIBS@
127
128 # These variables defines the building process of CORBA files
129 OMNIORB_IDL         = @OMNIORB_IDL@
130 OMNIORB_IDLCXXFLAGS = @OMNIORB_IDLCXXFLAGS@
131 OMNIORB_IDLPYFLAGS  = \
132         @OMNIORB_IDLPYFLAGS@ \
133         -I$(top_builddir)/idl/salome \
134         -I$(KERNEL_ROOT_DIR)/idl/salome \
135         -I$(GEOM_ROOT_DIR)/idl/salome
136
137
138 IDLCXXFLAGS = \
139         -bcxx \
140         @IDLCXXFLAGS@ \
141         -I$(top_builddir)/idl/salome \
142         -I$(KERNEL_ROOT_DIR)/idl/salome \
143         -I$(GEOM_ROOT_DIR)/idl/salome \
144         -I$(top_builddir)/salome_adm/unix \
145         -I$(srcdir)
146 #       -I$(srcdir)/SD/Vertex
147 #       -I$(srcdir)/SD/Edge
148
149 IDLPYFLAGS  = \
150         @IDLPYFLAGS@ \
151         -I$(KERNEL_ROOT_DIR)/idl/salome \
152         -I$(GEOM_ROOT_DIR)/idl/salome
153
154
155
156 # potential problem on parallel make on the following - multiple outputs
157 SUFFIXES = .idl .hh SK.cc
158 .idlSK.cc:
159         $(OMNIORB_IDL) $(IDLCXXFLAGS) $(OMNIORB_IDLCXXFLAGS) $<
160 .idl.hh:
161         $(OMNIORB_IDL) $(IDLCXXFLAGS) $(OMNIORB_IDLCXXFLAGS) $<
162
163 install-exec-local: $(BASEIDL_FILES:%=$(top_srcdir)/idl/%)
164         $(INSTALL) -d  $(DESTDIR)$(salomepythondir)
165         ls $^ | while read file; do \
166           $(OMNIORB_IDL) $(IDLPYFLAGS) -C$(DESTDIR)$(salomepythondir) $$file ; \
167         done
168
169 # we want to remove only staff generated for IDL files and nothing more
170 uninstall-local:
171         @for modulen in HEXABLOCK_ORB ; do \
172           test -d $(DESTDIR)$(salomepythondir)/$${modulen} && echo "Removing $(DESTDIR)$(salomepythondir)/$${modulen}" && rm -rf $(DESTDIR)$(salomepythondir)/$${modulen} ; \
173           test -d $(DESTDIR)$(salomepythondir)/$${modulen}__POA && echo "Removing $(DESTDIR)$(salomepythondir)/$${modulen}__POA" && rm -rf $(DESTDIR)$(salomepythondir)/$${modulen}__POA ; \
174         done ; \
175         for filen in $(BASEIDL_FILES_PY) ; do \
176           echo "Removing $(DESTDIR)$(salomepythondir)/$${filen}" && rm -f $(DESTDIR)$(salomepythondir)/$${filen}* ; \
177         done
178
179 mostlyclean-local:
180         -rm -f *.hh *.cc .depidl
181
182 # we use cpp to generate dependencies between idl files.
183 # option x c tells the preprocessor to consider idl as a c file.
184 # if an idl is modified, all idl dependencies are rebuilt
185
186 .depidl: $(BASEIDL_FILES)
187         @echo "" > $@
188         @for dep in $^ dummy; do \
189           if [ $$dep != "dummy" ]; then \
190             echo Building dependencies for $$dep; \
191             $(CPP) $(C_DEPEND_FLAG) -x c -I$(srcdir) -I$(KERNEL_ROOT_DIR)/idl/salome -I$(GEOM_ROOT_DIR)/idl/salome $$dep 2>/dev/null \ | \
192             sed 's/\.o/\SK.cc/' >>$@; \
193           fi; \
194         done ;
195
196 -include .depidl
197
198 # -I$(GEOM_ROOT_DIR)/include/salome