Kaydet (Commit) f173c7c0 authored tarafından Hans-Joachim Lankenau's avatar Hans-Joachim Lankenau

extend *.dpsc - .par rule has not source

üst b2cc4d69
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
# #
# $RCSfile: rules.mk,v $ # $RCSfile: rules.mk,v $
# #
# $Revision: 1.20 $ # $Revision: 1.21 $
# #
# last change: $Author: hjs $ $Date: 2001-02-20 19:07:04 $ # last change: $Author: hjs $ $Date: 2001-02-28 15:55:05 $
# #
# The Contents of this file are made available subject to the terms of # The Contents of this file are made available subject to the terms of
# either of the following licenses # either of the following licenses
...@@ -513,6 +513,7 @@ $(MISC)$/%.dpsc : ...@@ -513,6 +513,7 @@ $(MISC)$/%.dpsc :
@makedepend -f - -p$(PAR)$/{$(subst,$(@:d:d:d), $(@:d:d))}$/ -o.par -D{$(subst,$(@:d:d:d:u), $(@:d:d:u))}_PRODUCT $(CDEFS) -DDLLSUFFIX=$(DLLSUFFIX) -I. -I$(INC) -I$(INCLOCAL) -I$(INCGUI) -I$(INCCOM) $(SOLARINC) $(*:b).scp > $@ @makedepend -f - -p$(PAR)$/{$(subst,$(@:d:d:d), $(@:d:d))}$/ -o.par -D{$(subst,$(@:d:d:d:u), $(@:d:d:u))}_PRODUCT $(CDEFS) -DDLLSUFFIX=$(DLLSUFFIX) -I. -I$(INC) -I$(INCLOCAL) -I$(INCGUI) -I$(INCCOM) $(SOLARINC) $(*:b).scp > $@
.IF "$(LAZY_DEPS)"=="" .IF "$(LAZY_DEPS)"==""
@+echo $@ : $(PAR)$/{$(subst,$(@:d:d:d), $(@:d:d))}$/$(*:b).par >> $@ @+echo $@ : $(PAR)$/{$(subst,$(@:d:d:d), $(@:d:d))}$/$(*:b).par >> $@
@+echo $(PAR)$/{$(subst,$(@:d:d:d), $(@:d:d))}$/$(*:b).par : $(*:b).scp >> $@
.ELSE # "$(LAZY_DEPS)"=="" .ELSE # "$(LAZY_DEPS)"==""
@+echo LAZY_DEPS=were_used_to_generate >> $@ @+echo LAZY_DEPS=were_used_to_generate >> $@
.ENDIF # "$(LAZY_DEPS)"=="" .ENDIF # "$(LAZY_DEPS)"==""
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment