mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
- only wrap compiler calls (not things like flex/bison) - avoid single quoted '&&' (causes syntax errors) STYLE: report WM_COMPILE_CONTROL value in top-level Allwmake
6 lines
175 B
Plaintext
6 lines
175 B
Plaintext
SUFFIXES += .qt
|
|
|
|
qttoo = $E $(call QUIET_MESSAGE,moc,$(<F)) \
|
|
$(QTDIR)/bin/moc -f $< $< -o $(@D)/$(<F).C && \
|
|
$(WM_SCHEDULER) $(CC) $(c++FLAGS) -c $(@D)/$(<F).C -o $@
|