R: shared lib prefix simplification
Marco Atzeri
marco_atzeri at yahoo.it
Tue Apr 21 03:42:19 CDT 2009
--- Lun 20/4/09, John W. Eaton ha scritto:
> Da: John W. Eaton
> Oggetto: shared lib prefix simplification
> A: "Marco Atzeri"
> Cc: maintainers at octave.org
> Data: Lunedì 20 Aprile 2009, 21:36
> On 8-Apr-2009, Marco Atzeri
> wrote:
>
> | Dear John,
> | following our discussion, I simplified the prefix for
> shared
> | libs, the proposed structure is now:
> |
> | $(SHLPRE)octinterp.$(SHLEXT)
> | $(LIBPRE)octinterp.$(SHLLIB)
> | $(LIBPRE)octinterp.$(SHLBIN)
> |
> | SHLLIBPRE/SHLBINPRE are removed and replaced by SHLPRE
> and LIBPRE
> | depending on the case.
>
> Is there any harm in keeping SHLLIBPRE and SHLBINPRE
> separate? That
> way the prefixes and suffixes for these libraries are all
> independent
> and we have we have complete flexibility in the way these
> libraries
> may be named.
>
> jwe
>
Hi John,
do you mean :
$(SHLPRE)octinterp.$(SHLEXT)
$(SHLLIBPRE)octinterp.$(SHLLIB)
$(SHLBINPRE)octinterp.$(SHLBIN)
?
No problem for it.
Do you want a new patch or are you handling by yourself ?
Regards
Marco
More information about the Octave-maintainers
mailing list