From 0a7b51535f13df22550db2b7dcd1da7db792843a Mon Sep 17 00:00:00 2001 From: mpv Date: Fri, 15 Dec 2006 09:04:31 +0000 Subject: [PATCH] Debug of automake procedure. Add extra rules to make right order of commands. --- src/SALOME_PYQT/SalomePyQt/Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) 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) -- 2.39.2