On Wed, Oct 14, 2009 at 2:54 PM, Przemyslaw Czerpak <[email protected]> wrote:
> Please simply modify above example and instead of 'echo $@' use
> 'echo "$@: "', i.e.:
>
> ( echo "$@: " ; hbcmp $(PRGFLAGS) -q2 -sm $? ) > $(?:.prg=.d)
Many thanks.
This is the final form:
...
DFILES=$(HRBFILES:.hrb=.d)
PRGFLAGS=-km -w3 -es0 -q0 -gh -n -D__hrb__ -I../dbl/
-include $(DFILES)
%.hrb: $(ROOT)%.prg
hbcmp $(PRGFLAGS) $<
( echo -n "$@: " ; hbcmp $(PRGFLAGS) -q2 -sm $< ) > $(@:.hrb=.d)
...
best regards,
Lorenzo
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour