From: mpv Date: Fri, 15 Dec 2006 09:04:31 +0000 (+0000) Subject: Debug of automake procedure. Add extra rules to make right order of commands. X-Git-Tag: GUI_AutoTools_v1_1~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=0a7b51535f13df22550db2b7dcd1da7db792843a;p=modules%2Fgui.git Debug of automake procedure. Add extra rules to make right order of commands. --- diff --git a/src/SALOME_PYQT/SalomePyQt/Makefile.am b/src/SALOME_PYQT/SalomePyQt/Makefile.am index 7ea455c6a..06df0d1e2 100644 --- a/src/SALOME_PYQT/SalomePyQt/Makefile.am +++ b/src/SALOME_PYQT/SalomePyQt/Makefile.am @@ -116,6 +116,9 @@ endif $(SIP_SRC): $(SIP_FILES) $(SIP) $(SIP_FLAGS) $< +$(MOC_H): $(SIP_FILES) + $(SIP) $(SIP_FLAGS) $< + if IS_SIP_V4 install-exec-hook: $(libdir)/SalomePyQt.so $(libdir)/SalomePyQt.so: @@ -125,3 +128,5 @@ install-exec-hook: $(libdir)/SalomePyQtcmodule.so $(libdir)/SalomePyQt.so: ln -sf $(libdir)/libSalomePyQtcmodule.so $@ endif + +$(SIP_SRC): $(MOC_SRC)