comparison Makeconf.in @ 4301:309ef552d7c6

[project @ 2003-01-21 21:49:00 by jwe]
author jwe
date Tue, 21 Jan 2003 21:49:00 +0000
parents 02fcb550f20c
children ebc2d8e4968b
comparison
equal deleted inserted replaced
4300:a370ad9112dd 4301:309ef552d7c6
280 280
281 # The type of computer we are running on. 281 # The type of computer we are running on.
282 canonical_host_type = @canonical_host_type@ 282 canonical_host_type = @canonical_host_type@
283 283
284 # The -I flags to use for the mkoctfile script. 284 # The -I flags to use for the mkoctfile script.
285 MKOCTFILE_INCFLAGS = \ 285 ifeq ($(includedir,/usr/include)
286 -I$(octincludedir) -I$(octincludedir)/octave -I$(includedir) 286 MKOCTFILE_INCFLAGS = \
287 -I$(octincludedir) -I$(octincludedir)/octave
288 else
289 MKOCTFILE_INCFLAGS = \
290 -I$(octincludedir) -I$(octincludedir)/octave -I$(includedir)
291 endif
287 292
288 # The -L flags to use for the mkoctfile scrip (for --link-stand-alone) 293 # The -L flags to use for the mkoctfile scrip (for --link-stand-alone)
289 MKOCTFILE_LFLAGS = -L$(octlibdir) 294 MKOCTFILE_LFLAGS = -L$(octlibdir)
290 295
291 MKOCTFILE_SH_LDFLAGS = @MKOCTFILE_SH_LDFLAGS@ 296 MKOCTFILE_SH_LDFLAGS = @MKOCTFILE_SH_LDFLAGS@