make install-lib

John W. Eaton jwe at octave.org
Fri May 8 13:02:13 CDT 2009


On  8-May-2009, Marco Atzeri wrote:

| Am I wrong or in 
| 
| src/Makefile.in
| liboctave/Makefile.in
| libcruft/Makefile.in
| 
| at "install-lib:"
| 
| if $(STATIC_LIBS); then \
| and 
| if $(SHARED_LIBS); then \
| 
| should be changed in
| 
| ifeq ($(STATIC_LIBS), true)
| ifeq ($(SHARED_LIBS), true)
| 
| forms ?

I don't think so, because the "if $(STATIC_LIBS) ..." thing is part of
a shell command, so it is executed by the shell, not Make.

jwe


More information about the Octave-maintainers mailing list