comparison build-aux/common.mk @ 19628:fe689210525c gui-release

maint: Periodic merge of stable to gui-release.
author John W. Eaton <jwe@octave.org>
date Tue, 20 Jan 2015 10:05:42 -0500
parents f550bf908f47 446c46af4b42
children 0e1f5a750d00
comparison
equal deleted inserted replaced
19624:6d75f1683ce8 19628:fe689210525c
50 BISON_PUSH_PULL_DECL_STYLE = @BISON_PUSH_PULL_DECL_STYLE@ 50 BISON_PUSH_PULL_DECL_STYLE = @BISON_PUSH_PULL_DECL_STYLE@
51 51
52 GPERF = @GPERF@ 52 GPERF = @GPERF@
53 53
54 AR = @AR@ 54 AR = @AR@
55 ARFLAGS = @ARFLAGS@ 55 ARFLAGS = @ARFLAGS@
56 56
57 TEMPLATE_AR = @TEMPLATE_AR@ 57 TEMPLATE_AR = @TEMPLATE_AR@
58 TEMPLATE_ARFLAGS = @TEMPLATE_ARFLAGS@ 58 TEMPLATE_ARFLAGS = @TEMPLATE_ARFLAGS@
59 59
60 RANLIB = @RANLIB@ 60 RANLIB = @RANLIB@
435 localverarchlibdir = @localverarchlibdir@ 435 localverarchlibdir = @localverarchlibdir@
436 436
437 # Where to put object files that will by dynamically loaded. 437 # Where to put object files that will by dynamically loaded.
438 # This path usually includes the Octave version and configuration 438 # This path usually includes the Octave version and configuration
439 # name, so that multiple configurations for multiple versions of 439 # name, so that multiple configurations for multiple versions of
440 # Octave may be installed at once. 440 # Octave may be installed at once.
441 octfiledir = @octfiledir@ 441 octfiledir = @octfiledir@
442 442
443 # Directories Octave should search for object files that will be 443 # Directories Octave should search for object files that will be
444 # dynamically loaded and that are specific to this site 444 # dynamically loaded and that are specific to this site
445 # (i.e. customizations), before consulting ${octfiledir}. This should 445 # (i.e. customizations), before consulting ${octfiledir}. This should