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