Salome HOME
Fix a bugs of 'check msg2qm' procedure
[modules/kernel.git] / salome_adm / unix / make_conclude.in
1 #=======================================================================
2 # This section of this makefile comes from the file 
3 # 'adm/unix/make_conclude' which was generated with config.status
4 # from file adm/unix/make_conclude.in
5 #=======================================================================
6 # -* Makefile *- 
7 #
8 # Authors : Patrick GOLDBRONN (CEA) - Marc Tajchman (CEA)
9 # Date : 6/07/2001
10 # $Header$
11 #
12
13 # ORB Specifics rules
14 @CORBA@
15
16 # transform idl reference in appropriate obj file
17 LIB_CLIENT_SRC = $(LIB_CLIENT_IDL:%.idl=%$(IDL_CLN_CXX))
18 LIB_SERVER_SRC = $(LIB_SERVER_IDL:%.idl=%$(IDL_SRV_CXX))
19 LIB_MOC_SRC = $(LIB_MOC:%.h=%_moc.cxx)
20 LIB_SRC+=$(LIB_MOC_SRC)
21 LIB_SWIG_SRC = $(SWIG_DEF:%.i=%_wrap.cxx)
22 LIB_DEP= $(LIB_SRC) $(LIB_CLIENT_SRC) $(LIB_SERVER_SRC) $(LIB_SWIG_SRC)
23  
24 LIB_CLIENT_OBJ = $(LIB_CLIENT_IDL:%.idl=%$(IDL_CLN_OBJ))
25 LIB_SERVER_OBJ = $(LIB_SERVER_IDL:%.idl=%$(IDL_SRV_OBJ))
26
27  
28 # transform c file in appropriate libtool obj file (.c, .cc and .cxx)
29 LIB_OBJ_C   = $(patsubst %.c,   %.lo, $(filter %.c, $(LIB_SRC))) 
30 LIB_OBJ_CC  = $(patsubst %.cc,  %.lo, $(filter %.cc, $(LIB_SRC))) 
31 LIB_OBJ_CXX = $(patsubst %.cxx, %.lo, $(filter %.cxx, $(LIB_SRC))) 
32 LIB_SWIG_OBJ = $(LIB_SWIG_SRC:%.cxx=%.lo)
33 LIB_OBJ_F    = $(patsubst %.f,   %.lo, $(filter %.f, $(LIB_SRC))) 
34
35 # all libtool obj file in library
36 LIB_OBJ = $(LIB_OBJ_CXX) $(LIB_OBJ_CC) $(LIB_OBJ_C) $(LIB_CLIENT_OBJ:%.o=%.lo) $(LIB_SERVER_OBJ:%.o=%.lo) $(LIB_SWIG_OBJ) $(LIB_OBJ_F)
37
38 # LIB_BUILD = $(LIB:%.la=$(top_builddir)/lib/salome/%.la)
39 LIB_BUILD = $(patsubst %.la, $(top_builddir)/lib/salome/%.la, $(filter %.la, $(LIB)))
40 LIB_BUILD_A = $(patsubst %.a, $(top_builddir)/lib/salome/%.a, $(filter %.a, $(LIB)))
41
42 ifneq ($(findstring cmodule.la,$(filter %.la, $(LIB))),)
43 LIB_SWIG = $(patsubst %cmodule.la,%.so, $(filter %.la, $(LIB)))
44 else
45 LIB_SWIG = 
46 endif
47
48 lib: $(LIB_BUILD) $(LIB_CLIENT_PY)
49 # we don't build static library !
50
51 $(LIB_BUILD): $(top_builddir)/lib/salome/%.la: %.la
52         -$(RM) $@
53         -$(RM) $(patsubst %.la, %.so, $@)
54         -$(RM) $(patsubst %.la, %.a, $@)
55         ln -sf $(CURDIR)/$< $@ || true
56         ln -sf $(patsubst %.la, %.so, $(CURDIR)/.libs/$<) \
57               $(patsubst %.la, %.so, $@) || true
58         ln -sf $(patsubst %.la, %.so, $(CURDIR)/.libs/$<).0 \
59               $(patsubst %.la, %.so, $@).0 || true
60
61         if ! test -z $(LIB_SWIG) ; then \
62            ln -sf $(patsubst %.la,%.so, $(CURDIR)/.libs/$<) $(top_builddir)/lib/salome/_$(LIB_SWIG) || true;\
63         fi;
64
65 $(LIB_BUILD_A): $(top_builddir)/lib/salome/%.a: %.a
66         -$(RM) $@
67         ln -sf $(CURDIR)/$< $@ || true
68
69 $(LIB): $(LIB_OBJ)
70         @$(LT) --mode=link $(CXX) -rpath $(libdir) -o $@ $(CXXFLAGS) $(LIB_OBJ) $(LDFLAGS) $(LIBS)
71
72 # transform idl reference in appropriate obj file
73 BIN_CLIENT_SRC = $(BIN_CLIENT_IDL:%.idl=%$(IDL_CLN_CXX))
74 BIN_SERVER_SRC = $(BIN_SERVER_IDL:%.idl=%$(IDL_SRV_CXX))
75 BIN_MOC_SRC = $(BIN_MOC:%.h=%_moc.cxx)
76 BIN_SRC+=$(BIN_MOC_SRC)
77 BIN_DEP=$(BIN:%=%.cxx) $(BIN_SRC) $(BIN_CLIENT_SRC) $(BIN_SERVER_SRC)
78
79 BIN_CLIENT_OBJ = $(BIN_CLIENT_IDL:%.idl=%$(IDL_CLN_OBJ))
80 BIN_SERVER_OBJ = $(BIN_SERVER_IDL:%.idl=%$(IDL_SRV_OBJ)) 
81 # transform c file in appropriate libtool obj file (.c)
82 BIN_OBJ_C =  $(patsubst %.c,  %.o, $(filter %.c, $(BIN_SRC)))
83 # transform c++ file in appropriate libtool obj file (.cc and .cxx)
84 BIN_OBJ_CC = $(patsubst %.cc,  %.o, $(filter %.cc, $(BIN_SRC)))
85 BIN_OBJ_CXX = $(patsubst %.cxx,  %.o, $(filter %.cxx, $(BIN_SRC)))
86 # all obj file in bin target
87 BIN_OBJ = $(BIN_OBJ_CC) $(BIN_OBJ_CXX) $(BIN_OBJ_C) $(BIN_CLIENT_OBJ) $(BIN_SERVER_OBJ) 
88
89 bin: $(BIN:%=$(top_builddir)/bin/salome/%) $(BIN) $(LIB) pyscripts sharedpyscripts
90
91 BIN_LIB=$(LIB:lib%.la=-l%)
92
93 $(BIN:%=$(top_builddir)/bin/salome/%) $(TEST_PROGS:%=$(top_builddir)/bin/salome/%): $(top_builddir)/bin/salome/%: %
94         -$(RM) $@
95         ln -sf $(CURDIR)/$< $@
96
97 $(BIN) $(TEST_PROGS): %: %.lo $(BIN_OBJ)
98         $(CXX) $(CXXFLAGS) -o $@ $^ $(BIN_LIB) $(LDFLAGS) $(LIBS)
99
100 # copy python scripts in $(top_builddir)/bin/salome
101 #
102
103 UI_FILES = $(notdir $(wildcard $(srcdir)/*.ui))
104 UI_PY_FILES_PY = $(patsubst %.ui, %.py, $(UI_FILES))
105 UI_PY_FILES = $(filter-out $(EXPORT_PYSCRIPTS) ,$(UI_PY_FILES_PY))
106
107 DEST_PYSCRIPTS = $(EXPORT_PYSCRIPTS:%=$(top_builddir)/bin/salome/%)
108 DEST_UI_PY_FILES = $(UI_PY_FILES:%=$(top_builddir)/bin/salome/%)
109 pyscripts: $(DEST_PYSCRIPTS) $(UI_PY_FILES) $(DEST_UI_PY_FILES)
110 $(DEST_PYSCRIPTS): $(top_builddir)/bin/salome/%: %
111         cp -f $< $@
112
113 # generate generic python scripts from *.ui files
114 #
115 $(UI_PY_FILES): %.py: %.ui
116         $(PYUIC) $< -o $@
117
118 # copy ui-generated python scripts in $(top_builddir)/bin
119 #
120 $(DEST_UI_PY_FILES): $(top_builddir)/bin/salome/%: %
121         cp -f $< $@
122
123 # copy pyqt files in $(PYTHON_SHARED_SITE)
124 #
125 PYTHON_SHARED_SITE=$(top_builddir)/lib/python$(PYTHON_VERSION)/site-packages/salome/shared_modules
126
127 $(PYTHON_SHARED_SITE):
128         $(INSTALL) -d  $@
129
130 DEST_SHAREDPYSCRIPTS = $(EXPORT_SHAREDPYSCRIPTS:%=$(PYTHON_SHARED_SITE)/%)
131 sharedpyscripts: $(PYTHON_SHARED_SITE) $(DEST_SHAREDPYSCRIPTS)
132 $(DEST_SHAREDPYSCRIPTS): $(PYTHON_SHARED_SITE)/%: %
133         cp -f $< $@
134
135 check: test
136
137 tests: test
138
139 test: $(LIB) $(TEST_PROGS:%=$(top_builddir)/bin/salome/%) 
140
141
142 # copy header file in $(inc_builddir)
143 #
144 DEST_HEADERS = $(EXPORT_HEADERS:%=$(inc_builddir)/%)
145 inc: $(DEST_HEADERS)
146 $(DEST_HEADERS): $(inc_builddir)/%: %
147         cp -f $< $@
148
149 # build resources file (icons and messages) : .qm file from .po file
150 resources: resources-po resources-cp 
151
152 resources-po: $(PO_FILES:%.po=$(top_builddir)/share/salome/resources/%.qm)
153
154 resources-cp: $(RESOURCES_FILES:%=$(top_builddir)/share/salome/resources/%)
155
156 $(RESOURCES_FILES:%=$(top_builddir)/share/salome/resources/%): $(top_builddir)/share/salome/resources/% : %
157         cp -f $< $@
158
159 # Make installation directories if they don't exist.
160 $(libdir) $(includedir) $(bindir) $(datadir) $(idldir) $(sharedpydir):
161         $(INSTALL) -d $@ && chmod 755 $@
162
163 # Install the library, the public header files, and programs.
164 install: $(LIB) $(BIN) $(TEST_PROGS) $(libdir) $(includedir) $(bindir) $(datadir) $(idldir) install-python install-sharedpyqt install-qm install-res
165         @for f in X $(LIB); do                                                \
166            if test $$f != X; then                                             \
167               ($(LT_INSTALL_LIB) $$f $(libdir)/. || exit 1);                  \
168            fi;                                                                \
169         done
170         @if ! test -z $(LIB_SWIG) ; then                                      \
171           (cd $(libdir); ln -sf $(patsubst %.so, %cmodule.so, $(LIB_SWIG)) _$(LIB_SWIG)  || true); \
172         fi;                                                                   
173         @for f in X $(BIN); do                                                \
174            if test $$f != X; then                                             \
175              ($(LT_INSTALL_PROG) $$f $(bindir)/. || exit 1);                  \
176            fi;                                                                \
177         done
178 # Install tests programmes in bindir
179         @for f in X $(TEST_PROGS); do                                         \
180            if test $$f != X; then                                             \
181              ($(LT_INSTALL_PROG) $$f $(bindir)/. || exit 1);                  \
182            fi;                                                                \
183         done
184 # Install exported includes in includedir
185         @for f in X $(EXPORT_HEADERS:%=$(srcdir)/%); do                       \
186            if test $$f != X; then                                             \
187              (cp -p -f $$f $(includedir) || exit 1);                          \
188            fi;                                                                \
189         done
190
191 # Install python script in $(bindir)
192 install-python: $(bindir) $(EXPORT_PYSCRIPTS:%=install-%) $(UI_PY_FILES:%=install-%)
193
194 $(UI_PY_FILES:%=install-%): install-%: %
195         $(INSTALL_PROGRAM) $< $(bindir)/.
196
197 $(EXPORT_PYSCRIPTS:%=install-%): install-%: %
198         $(INSTALL_PROGRAM) $< $(bindir)/.
199
200 #install-python: $(bindir) $(EXPORT_PYSCRIPTS)
201 #       @for f in X $(EXPORT_PYSCRIPTS); do                           \
202 #          if test $$f != X; then                                     \
203 #            ($(INSTALL_PROGRAM) $$f $(bindir)/. || exit 1);          \
204 #          fi;                                                        \
205 #       done
206
207 # Install pyqt script in $(install-sharedpyqt)
208 install-sharedpyqt: $(sharedpydir) $(EXPORT_SHAREDPYSCRIPTS:%=install-%) 
209
210 $(EXPORT_SHAREDPYSCRIPTS:%=install-%): install-%: %
211         $(INSTALL_PROGRAM) $< $(sharedpydir)/.
212
213
214 # generic rule to install .qm files :
215 install-qm: resources
216         $(INSTALL) -d $(datadir)/resources
217         @for f in X $(PO_FILES:%.po=$(top_builddir)/share/salome/resources/%.qm); do \
218            if test $$f != X; then                                                        \
219              ($(INSTALL_DATA) $$f $(datadir)/resources/. || exit 1);                     \
220            fi;                                                                           \
221         done
222
223 # generic rule to install resources files (png, ini ...):
224 install-res: resources
225         $(INSTALL) -d $(datadir)/resources
226         @for f in X $(RESOURCES_FILES:%=$(top_builddir)/share/salome/resources/%); do \
227            if test $$f != X; then                                                        \
228              ($(INSTALL_DATA) $$f $(datadir)/resources/. || exit 1);                     \
229            fi;                                                                           \
230         done  
231
232 # Removes those things that `make install' (would have) installed.
233 uninstall:
234         @if test "X$(LIB)" != X; then                                         \
235            for f in $(LIB); do                                                \
236               $(LT_UNINSTALL) $(libdir)/$$f;                                  \
237            done;                                                              \
238         fi
239         @if test "X$(BIN)" != X; then                                         \
240            for f in $(BIN); do                                                \
241               $(LT_UNINSTALL) $(bindir)/$$f;                                  \
242            done;                                                              \
243         fi
244         @for f in X $(TEST_PROGS); do                                         \
245            if test $$f != X; then                                             \
246              $(LT_UNINSTALL) $(bindir)/$$f;                                   \
247            fi;                                                                \
248         done
249 # Uninstall exported includes in includedir
250         @for f in X $(EXPORT_HEADERS); do                                     \
251            if test $$f != X; then                                             \
252              $(LT_UNINSTALL) $(includedir)/$$f;                               \
253            fi;                                                                \
254         done
255 # Uninstall python script in $(bindir)
256         @for f in X $(EXPORT_PYSCRIPTS); do                                   \
257            if test $$f != X; then                                             \
258              $(LT_UNINSTALL) $(bindir)/$$f ;                  \
259            fi;                                                                \
260         done
261
262 # Uninstall python script in $(bindir)
263         @for f in X $(UI_PY_FILES); do                                        \
264            if test $$f != X; then                                             \
265              $(LT_UNINSTALL) $(bindir)/$$f ;                  \
266            fi;                                                                \
267         done
268
269 # Uninstall pyqt script in $(sharedpydir)
270         @for f in X $(EXPORT_SHAREDPYSCRIPTS); do                                     \
271            if test $$f != X; then                                             \
272              $(LT_UNINSTALL) $(sharedpydir)/$$f ;                     \
273            fi;                                                                \
274         done
275
276 # Uninstall qm files
277         @for f in X $(PO_FILES:%.po=%.qm); do         \
278            if test $$f != X; then                                             \
279              $(LT_UNINSTALL) $(datadir)/resources/$$f ;                       \
280            fi;                                                                \
281         done
282
283 # remove all dependencies files
284 #
285 cleandep:
286         -$(RM) .dep*
287
288 # Removes temporary files without removing the final target files.  That is,
289 # remove things like object files but not libraries or executables.
290 #
291 mostlyclean: cleandep
292         -$(RM) $(LIB_OBJ) $(LIB_OBJ:.lo=.o)
293         -$(RM) $(BIN_OBJ) $(BIN:%=%.o)
294         -$(RM) $(TEST_OBJ) $(TEST_OBJ:.lo=.o)
295         -$(RM) $(PROG_OBJ) $(PROG_OBJ:.lo=.o) $(MOSTLYCLEAN)
296
297 # Like `mostlyclean' except it also removes the final targets: things like
298 # libraries and executables.  This target doesn't remove any file that
299 # is part of the SALOME distribution.
300 #
301 clean: mostlyclean
302         -$(RM) $(LIB) $(TEST_PROGS) $(BIN) $(CLEAN)
303         -$(RM) TAGS *~ *# core *.core 
304         -$(RM) -r .libs
305         -$(RM) $(top_builddir)/lib/salome/$(LIB)
306         -$(RM) $(patsubst %,$(top_builddir)/bin/salome/%, $(BIN))
307         -$(RM) $(patsubst %.la, %.so, $(top_builddir)/lib/salome/$(LIB))
308         -$(RM) $(patsubst %.la, %.a, $(top_builddir)/lib/salome/$(LIB))
309 # remove idl generated files (sources)
310         -$(RM) $(LIB_CLIENT_SRC) $(LIB_SERVER_SRC) $(BIN_CLIENT_SRC) $(BIN_SERVER_SRC)
311 # remove idl generated files (headers)
312         -$(RM)  $(LIB_CLIENT_IDL:%.idl=%$(IDL_CLN_H)) $(LIB_SERVER_IDL:%.idl=%$(IDL_SRV_H))
313         -$(RM)  $(BIN_CLIENT_IDL:%.idl=%$(IDL_CLN_H)) $(BIN_SERVER_IDL:%.idl=%$(IDL_SRV_H))
314         -$(RM) $(LIB_MOC_SRC) $(BIN_MOC_SRC)
315         -$(RM) $(LIB_SWIG_SRC)
316
317 # Like `clean' except it also removes files that were created by running
318 # configure.  If you've unpacked the source and built without creating
319 # any other files, then `make distclean' will leave only the files that were
320 # in the distribution.
321 #
322 distclean: clean
323         #remove qm file !
324         -$(RM) $(PO_FILES:%.po=%.qm) $(PO_FILES:%.po=$(top_builddir)/share/salome/resources/%.qm)
325         #remove include files
326         -$(RM) $(DEST_HEADERS)
327         -$(RM) $(DISTCLEAN) *.bak *.old *.new .dep*
328         @if test -f $(srcdir)/Makefile.in; then                               \
329            (@SETX@; $(RM) Makefile);                                          \
330         fi
331
332
333 #implicits rules
334 .cc.o:
335         $(CXX) $(CXXFLAGS) $(CPPFLAGS) -c $<
336
337 .cc.lo:
338         $(LT) --mode=compile $(CXX) $(CXXFLAGS) $(CPPFLAGS) -c $<
339
340 .cxx.o:
341         $(CXX) $(CXXFLAGS) $(CPPFLAGS) -c $<
342
343 .cxx.lo:
344         $(LT) --mode=compile $(CXX) $(CXXFLAGS) $(CPPFLAGS) -c $<
345
346 .c.o:
347         $(CC) $(CFLAGS) $(CPPFLAGS) -c $<
348
349 .c.lo:
350         $(LT_COMPILE) $(CFLAGS) $(CPPFLAGS) -c $<
351
352 .f.o:
353         $(FC) $(FFLAGS) -c $< -o $@
354
355 .f.lo:
356         $(LT) --mode=compile $(FC) $(FFLAGS) -c $<
357
358 .ui.h:
359         $(UIC) -o $@  $<
360
361 .ui.cxx:
362         $(UIC) -o $@ -i $*.h $<
363
364 #pattern rules
365 %_moc.cxx : %.h
366         $(MOC) $< -o $@
367
368 %_wrap.cxx : %.i
369         $(SWIG) $(SWIG_FLAGS) -o $@ $<
370
371 $(top_builddir)/share/salome/resources/%.qm: %.po
372         $(MSG2QM_ROOT)/msg2qm $< $@ ; \
373
374 #------------------------------------------------------------------------------
375 # The following section of this makefile contains dependencies between the
376 # source files and the header files.  If GNU make and GCC are being used then
377 # the dependencies are in the form of rules that cause the information to
378 # be kept updated automatically.  Otherwise the dependencies are listed
379 # explicitly and come from the `.distdep' files in the various directories.
380 # These files are part of the distribution and are generated automatically on
381 # GNU/GCC systems.
382 #------------------------------------------------------------------------------
383
384 @DEPEND@