comparison Makeconf.in @ 404:54741230fb83

[project @ 1994-04-20 05:38:17 by jwe]
author jwe
date Wed, 20 Apr 1994 05:38:17 +0000
parents 76858c603790
children 17f5e281ff9d
comparison
equal deleted inserted replaced
403:896225f6ce30 404:54741230fb83
9 SHELL = /bin/sh 9 SHELL = /bin/sh
10 10
11 #### Start of system configuration section. #### 11 #### Start of system configuration section. ####
12 12
13 # The top of the directory tree where the sources live. 13 # The top of the directory tree where the sources live.
14 root_srcdir = @root_srcdir@ 14 top_srcdir = @top_srcdir@
15 15
16 LEX = @LEX@ 16 LEX = @LEX@
17 LFLAGS = @LFLAGS@ 17 LFLAGS = @LFLAGS@
18 LEXLIB = @LEXLIB@ 18 LEXLIB = @LEXLIB@
19 19
46 ifeq ($(srcdir),.) 46 ifeq ($(srcdir),.)
47 TMP_IF_1 = -I. 47 TMP_IF_1 = -I.
48 else 48 else
49 TMP_IF_1 = -I. -I$(srcdir) 49 TMP_IF_1 = -I. -I$(srcdir)
50 endif 50 endif
51 ifeq ($(TOPDIR),$(root_srcdir)) 51 ifeq ($(TOPDIR),$(top_srcdir))
52 TMP_IF_2 = -I$(TOPDIR) -I$(TOPDIR)/liboctave 52 TMP_IF_2 = -I$(TOPDIR) -I$(TOPDIR)/liboctave
53 else 53 else
54 TMP_IF_2 = -I$(TOPDIR) -I$(TOPDIR)/liboctave \ 54 TMP_IF_2 = -I$(TOPDIR) -I$(TOPDIR)/liboctave \
55 -I$(root_srcdir) -I$(root_srcdir)/liboctave 55 -I$(top_srcdir) -I$(top_srcdir)/liboctave
56 endif 56 endif
57 INCFLAGS = $(TMP_IF_1) $(TMP_IF_2) 57 INCFLAGS = $(TMP_IF_1) $(TMP_IF_2)
58 58
59 LIBFLAGS = -L$(TOPDIR) 59 LIBFLAGS = -L$(TOPDIR)
60 60