Lines 21-26
Link Here
|
21 |
|
21 |
|
22 |
# |
22 |
# |
23 |
# Compiler and linker flags. |
23 |
# Compiler and linker flags. |
|
|
24 |
@@ -161,9 +161,7 @@ FEATURES = -DLISPCODE -DCHDIR -DFASTTAG |
25 |
# (wchar.h, wctype.h, btowc() etc.) which is not provided by older |
26 |
# compilation environments. |
27 |
# |
28 |
-REINC = -I./libuxre -DUXRE |
29 |
-RELIB = -L./libuxre -luxre |
30 |
-RETGT = uxre |
31 |
+REINC = -DUXRE -DREG_ANGLES=0 -DNO_BE_BACKSLASH |
32 |
|
33 |
# |
34 |
# VMUNIX should be correct for any modern Unix. |
24 |
@@ -205,13 +204,13 @@ OSTYPE = -DVMUNIX |
35 |
@@ -205,13 +204,13 @@ OSTYPE = -DVMUNIX |
25 |
# |
36 |
# |
26 |
# You may also get terminfo access by using the ncurses library. |
37 |
# You may also get terminfo access by using the ncurses library. |
Lines 37-42
Link Here
|
37 |
|
48 |
|
38 |
# |
49 |
# |
39 |
# Since ex uses sbrk() internally, a conflict with the libc's version of |
50 |
# Since ex uses sbrk() internally, a conflict with the libc's version of |
|
|
51 |
@@ -240,7 +237,6 @@ RECOVER = -DEXRECOVER=\"$(LIBEXECDIR)/ex |
52 |
-DEXPRESERVE=\"$(LIBEXECDIR)/expreserve\" |
53 |
CCFLAGS = $(CFLAGS) $(WARN) $(CPPFLAGS) $(FEATURES) $(CHARSET) $(OSTYPE) \ |
54 |
$(LARGEF) $(RECOVER) $(LANGMSG) $(REINC) $(RPMCFLAGS) |
55 |
-TLIB = libterm/libtermlib.a |
56 |
INCLUDE = /usr/include |
57 |
OBJS = ex.o ex_addr.o ex_cmds.o ex_cmds2.o ex_cmdsub.o \ |
58 |
ex_data.o ex_extern.o ex_get.o ex_io.o ex_put.o ex_re.o \ |
40 |
@@ -292,13 +291,6 @@ |
59 |
@@ -292,13 +291,6 @@ |
41 |
# install in standard place |
60 |
# install in standard place |
42 |
|
61 |
|