Salome HOME
fd9bb7a9e3efebb05e5bac750c160961f8ef3959
[modules/kernel.git] / salome_adm / unix / DEPRECATED / make_omniorb.in
1 # Copyright (C) 2007-2023  CEA, EDF, 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, or (at your option) any later version.
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
23 #=======================================================================
24 # Begin specific part to omniorb 
25 # (include from file adm/unix/make_omniorb generated by 
26 # adm/unix/make_omniorb.in)
27 #=======================================================================
28 # -* Makefile *- 
29 # Author : Patrick GOLDBRONN (CEA)
30 # Date : 29/06/2001
31 # $Header$
32 # Client and server object are the same with omniorb
33 # There are one header file and one source file generate
34 #IDLOBJ=$(IDLSRC:%.idl=%$(IDL_CLN_OBJ))
35 # dependencies between idl and its generated files
36 #
37 %$(OMNIORB_IDL_CLN_CXX) %$(OMNIORB_IDL_CLN_H): ${top_builddir}/idl/%.idl
38         $(OMNIORB_IDL) $(IDLCXXFLAGS) $(OMNIORB_IDLCXXFLAGS) $<
39
40 # dependencies between idl files
41 depend_idl: .depidl
42
43 # we use cpp to generate dependencies between idl files.
44 # we change cpp output to keep only idl file and transform it to get a suitable rule
45 .depidl: $(IDL_FILES)
46         @touch $@
47         @for dep in $? dummy; do \
48           if [ $$dep != "dummy" ]; then \
49             echo Building dependencies for $$dep; \
50             basedep=`basename $$dep .idl`; \
51             header="$$basedep"$(IDL_CLN_H); \
52             sed '\%^'"$$header"':%,\%[^\\]$$%d' <$@ >$@- && mv $@- $@; \
53             $(CPP) $(C_DEPEND_FLAG) -I$(srcdir) $$dep 2>/dev/null | \
54             sed `echo "s%$$basedep\\.idl%$$header:%g"` | \
55             sed 's% $(srcdir)/% %g' | \
56             sed 's% $(top_srcdir)/% %g' | \
57             sed 's% $(top_builddir)/% %g' | \
58             sed 's%^.*:\.o: *%%' | sed 's%^ *\\ *%%'| sed 's%^ *\(.*\):%\1:%' | \
59             sed 's/\.idl/$(IDL_CLN_H)/' >>$@; \
60             echo ''  >>$@; \
61           fi; \
62         done ;
63
64 -include .depidl
65
66 #=======================================================================
67 # End specific part to omniorb 
68 #=======================================================================