Salome HOME
b7a800d63c7e4e25e6c444cd1852f5e7f9d99fc3
[samples/component.git] / idl / Makefile.am
1 # Copyright (C) 2005  OPEN CASCADE, CEA, EDF R&D, LEG
2 #           PRINCIPIA R&D, EADS CCR, Lip6, BV, CEDRAT
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 #
21 # This Makefile is responsible of generating the client and server
22 # implementation of IDL interfaces for both C++ and python usage.
23 # The building process of the C++ files is in charge of each source
24 # package and then is not manage here.
25 #
26
27 include $(top_srcdir)/adm_local/unix/make_common_starter.am
28
29 BASEIDL_FILES = \
30         AddComponent.idl \
31         AdditionComponent.idl \
32         DivComponent.idl \
33         FactorialComponent.idl \
34         MulComponent.idl \
35         SubComponent.idl \
36         SyrComponent.idl \
37         SyrControlComponent.idl \
38         TypesCheck.idl \
39         DataStreamComponent.idl \
40         SIGNALSComponent.idl \
41         UndefinedSymbolComponent.idl \
42         Calculator.idl
43
44 EXTRA_DIST+= $(BASEIDL_FILES)
45
46 # This variable defines the files to be installed
47 salomeidl_DATA = $(BASEIDL_FILES)
48
49 # GUI idl common library
50 lib_LTLIBRARIES = libSalomeIDLCOMPONENT.la
51
52 # Sources built from idl files
53 BASEIDL_SOURCES =\
54         AddComponentSK.cc \
55         AdditionComponentSK.cc \
56         DivComponentSK.cc \
57         FactorialComponentSK.cc \
58         MulComponentSK.cc \
59         SubComponentSK.cc \
60         SyrComponentSK.cc \
61         SyrControlComponentSK.cc \
62         TypesCheckSK.cc \
63         DataStreamComponentSK.cc \
64         SIGNALSComponentSK.cc \
65         UndefinedSymbolComponentSK.cc \
66         CalculatorSK.cc
67 DYNIDL_SOURCES = \
68         AddComponentDynSK.cc \
69         AdditionComponentDynSK.cc \
70         DivComponentDynSK.cc \
71         FactorialComponentDynSK.cc \
72         MulComponentDynSK.cc \
73         SubComponentDynSK.cc \
74         SyrComponentDynSK.cc \
75         SyrControlComponentDynSK.cc \
76         TypesCheckDynSK.cc \
77         DataStreamComponentDynSK.cc \
78         SIGNALSComponentDynSK.cc \
79         UndefinedSymbolComponentDynSK.cc \
80         CalculatorDynSK.cc
81
82 nodist_libSalomeIDLCOMPONENT_la_SOURCES = ${BASEIDL_SOURCES} ${DYNIDL_SOURCES}
83 ${DYNIDL_SOURCES}: ${BASEIDL_SOURCES}
84
85 # header files must be exported: other modules have to use this library
86 nodist_salomeinclude_HEADERS= $(BASEIDL_FILES:%.idl=%.hh)
87
88 libSalomeIDLCOMPONENT_la_CPPFLAGS =\
89         $(KERNEL_CXXFLAGS) \
90         $(MED_CXXFLAGS) \
91         -I$(top_builddir)/salome_adm/unix \
92         -I$(top_builddir)/idl \
93         @CORBA_CXXFLAGS@ \
94         @CORBA_INCLUDES@
95
96 libSalomeIDLCOMPONENT_la_LDFLAGS = -no-undefined -version-info=0:0:0
97 libSalomeIDLCOMPONENT_la_LIBADD  = \
98         $(KERNEL_LDFLAGS) -lSalomeIDLKernel \
99         $(MED_LDFLAGS) -lSalomeIDLMED \
100         @CORBA_LIBS@
101
102 # These variables defines the building process of CORBA files
103 OMNIORB_IDL         = @OMNIORB_IDL@
104 OMNIORB_IDLCXXFLAGS = @OMNIORB_IDLCXXFLAGS@
105 OMNIORB_IDLPYFLAGS  = \
106         @OMNIORB_IDLPYFLAGS@ \
107         -I$(top_builddir)/idl/salome \
108         -I$(KERNEL_ROOT_DIR)/idl/salome \
109         -I$(MED_ROOT_DIR)/idl/salome
110
111 IDLCXXFLAGS = \
112         -bcxx \
113         @IDLCXXFLAGS@ \
114         -I$(top_builddir)/idl/salome \
115         -I$(KERNEL_ROOT_DIR)/idl/salome \
116         -I$(MED_ROOT_DIR)/idl/salome \
117         -I$(top_builddir)/salome_adm/unix
118 IDLPYFLAGS  = \
119         @IDLPYFLAGS@ \
120         -I$(KERNEL_ROOT_DIR)/idl/salome \
121         -I$(MED_ROOT_DIR)/idl/salome
122
123 # potential problem on parallel make on the following - multiple outputs
124 SUFFIXES = .idl .hh SK.cc
125 .idlSK.cc:
126         $(OMNIORB_IDL) $(IDLCXXFLAGS) $(OMNIORB_IDLCXXFLAGS) $<
127 .idl.hh:
128         $(OMNIORB_IDL) $(IDLCXXFLAGS) $(OMNIORB_IDLCXXFLAGS) $<
129
130 install-exec-local: $(BASEIDL_FILES:%=$(top_srcdir)/idl/%)
131         $(INSTALL) -d  $(pkgpythondir)
132         ls $^ | while read file; do \
133           $(OMNIORB_IDL) $(IDLPYFLAGS) -C$(pkgpythondir) $$file ; \
134         done
135
136 # uninstall-local removes too much, but it works in distcheck
137 uninstall-local:
138         rm -rf $(pkgpythondir)/*
139
140 mostlyclean-local:
141         -rm -f *.hh *.cc .depidl
142
143 # we use cpp to generate dependencies between idl files.
144 # option x c tells the preprocessor to consider idl as a c file.
145 # if an idl is modified, all idl dependencies are rebuilt
146
147 .depidl: $(BASEIDL_FILES)
148         @echo "" > $@
149         @for dep in $^ dummy; do \
150           if [ $$dep != "dummy" ]; then \
151             echo Building dependencies for $$dep; \
152             $(CPP) $(C_DEPEND_FLAG) -x c -I$(srcdir) -I$(KERNEL_ROOT_DIR)/idl/salome -I$(MED_ROOT_DIR)/idl/salome $$dep 2>/dev/null | \
153             sed 's/\.o/\SK.cc/' >>$@; \
154           fi; \
155         done ;
156
157 -include .depidl