Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
2b5fc848
Commit
2b5fc848
authored
Feb 24, 1994
by
Per Cederqvist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Merged in changes from R_0_12, Release 0.12 of GNU regex.
parent
0180b1bc
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
30 additions
and
46 deletions
+30
-46
src/libraries/regex/Makefile.in
src/libraries/regex/Makefile.in
+3
-13
src/libraries/regex/Makefile.src
src/libraries/regex/Makefile.src
+3
-13
src/libraries/regex/doc/Makefile.in
src/libraries/regex/doc/Makefile.in
+4
-3
src/libraries/regex/doc/Makefile.src
src/libraries/regex/doc/Makefile.src
+4
-3
src/libraries/regex/test/Makefile.in
src/libraries/regex/test/Makefile.in
+8
-7
src/libraries/regex/test/Makefile.src
src/libraries/regex/test/Makefile.src
+8
-7
No files found.
src/libraries/regex/Makefile.in
View file @
2b5fc848
# Makefile for regex.
#
# Copyright (C) 1992 Free Software Foundation, Inc.
# Copyright (C) 1992
, 1993
Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
...
...
@@ -16,7 +16,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
version
=
0.1
1
version
=
0.1
2
# Special support for LysKOM
srcdir
=
@srcdir@
...
...
@@ -56,16 +56,6 @@ doclean: domostlyclean;
domostlyclean
:
$(RM)
$
(
GENERIC-MOSTLYCLEAN
)
#configure: configure.in
# autoconf
# config.status is generated by @TOPDIR@/configure in the LysKOM distribution.
#config.status: configure
# configure
Makefile
:
Makefile.in
#
config.status
sh config.status
makeargs
=
$(MFLAGS)
CPPFLAGS
=
'
$(CPPFLAGS)
'
CFLAGS
=
'
$(CFLAGS)
'
CC
=
'
$(CC)
'
\
DEFS
=
'
$(DEFS)
'
LDFLAGS
=
'
$(LDFLAGS)
'
LOADLIBES
=
'
$(LOADLIBES)
'
...
...
@@ -77,7 +67,7 @@ TAGS check::
# Prevent GNU make 3 from overflowing arg limit on system V.
.NOEXPORT
:
distfiles
=
AUTHORS ChangeLog COPYING NEWS README
\
distfiles
=
AUTHORS ChangeLog COPYING
INSTALL
NEWS README
\
*
.in configure regex.c regex.h
distdir
=
regex-
$(version)
distargs
=
version
=
$(version)
distdir
=
../
$(distdir)
/
$$
d
...
...
src/libraries/regex/Makefile.src
View file @
2b5fc848
# Makefile for regex.
#
# Copyright (C) 1992 Free Software Foundation, Inc.
# Copyright (C) 1992
, 1993
Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
...
...
@@ -16,7 +16,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
version
=
0.1
1
version
=
0.1
2
# Special support for LysKOM
srcdir
=
@srcdir@
...
...
@@ -56,16 +56,6 @@ doclean: domostlyclean;
domostlyclean
:
$(RM)
$
(
GENERIC-MOSTLYCLEAN
)
#configure: configure.in
# autoconf
# config.status is generated by @TOPDIR@/configure in the LysKOM distribution.
#config.status: configure
# configure
Makefile
:
Makefile.in
#
config.status
sh config.status
makeargs
=
$(MFLAGS)
CPPFLAGS
=
'
$(CPPFLAGS)
'
CFLAGS
=
'
$(CFLAGS)
'
CC
=
'
$(CC)
'
\
DEFS
=
'
$(DEFS)
'
LDFLAGS
=
'
$(LDFLAGS)
'
LOADLIBES
=
'
$(LOADLIBES)
'
...
...
@@ -77,7 +67,7 @@ TAGS check::
# Prevent GNU make 3 from overflowing arg limit on system V.
.NOEXPORT
:
distfiles
=
AUTHORS ChangeLog COPYING NEWS README
\
distfiles
=
AUTHORS ChangeLog COPYING
INSTALL
NEWS README
\
*
.in configure regex.c regex.h
distdir
=
regex-
$(version)
distargs
=
version
=
$(version)
distdir
=
../
$(distdir)
/
$$
d
...
...
src/libraries/regex/doc/Makefile.in
View file @
2b5fc848
...
...
@@ -37,7 +37,8 @@ default all: regex.info regex.dvi
# We need to include some code from regex.h.
regex.texi
:
xregex.texi
rm
-f
$@
gawk
-f
include.awk
-vsource
=
../
$(srcdir)
/regex.h <
$<
\
gawk
-f
include.awk
-vsource
=
../
$(srcdir)
/regex.h
\
<../
$(srcdir)
/doc/xregex.texi
\
|
expand
>
$@
chmod
a-w
$@
...
...
@@ -46,10 +47,10 @@ regex.dvi: regex.cps
regex.cps
:
regex.cp
$(TEXINDEX)
regex.??
regex.cp
:
regex.texi
$(TEX)
$<
$(TEX)
../
$(srcdir)
/doc/regex.texi
regex.info
:
regex.texi
$(MAKEINFO)
$<
$(MAKEINFO)
../
$(srcdir)
/doc/regex.texi
# I know of no way to make a good TAGS file from Texinfo source.
TAGS
:
...
...
src/libraries/regex/doc/Makefile.src
View file @
2b5fc848
...
...
@@ -37,7 +37,8 @@ default all: regex.info regex.dvi
# We need to include some code from regex.h.
regex.texi
:
xregex.texi
rm
-f
$@
gawk
-f
include.awk
-vsource
=
../
$(srcdir)
/regex.h <
$<
\
gawk
-f
include.awk
-vsource
=
../
$(srcdir)
/regex.h
\
<../
$(srcdir)
/doc/xregex.texi
\
|
expand
>
$@
chmod
a-w
$@
...
...
@@ -46,10 +47,10 @@ regex.dvi: regex.cps
regex.cps
:
regex.cp
$(TEXINDEX)
regex.??
regex.cp
:
regex.texi
$(TEX)
$<
$(TEX)
../
$(srcdir)
/doc/regex.texi
regex.info
:
regex.texi
$(MAKEINFO)
$<
$(MAKEINFO)
../
$(srcdir)
/doc/regex.texi
# I know of no way to make a good TAGS file from Texinfo source.
TAGS
:
...
...
src/libraries/regex/test/Makefile.in
View file @
2b5fc848
...
...
@@ -61,9 +61,9 @@ regex: $(regex_o) $(common_o) $(test_o) main.o
$(CC)
-o
$@
$(LDFLAGS)
$^
$(LIBS)
# As long as we're doing tests, we enable debugging.
dregex.o
:
regex.c regex.h
dregex.o
:
../
regex.c
../
regex.h
rm
-f
$@
$(CC)
$(ALL_CPPFLAGS)
$(CFLAGS)
-c
$<
$(CC)
$(ALL_CPPFLAGS)
$(CFLAGS)
-c
../
$(srcdir)
/regex.c
mv
regex.o
$@
# iregex is the interactive regex.
...
...
@@ -84,7 +84,7 @@ regexcpp.o: regexcpp.c
regexcpp.c
:
regex.c regexcpp.sed
rm
-f
regexcpp.c
$(CC)
-E
$(ALL_CPPFLAGS)
$<
\
$(CC)
-E
$(ALL_CPPFLAGS)
../
$(srcdir)
/regex.c
\
| egrep
-v
'^#|^ *$$'
\
|
sed
-f
regexcpp.sed
\
>
regexcpp.c
...
...
@@ -92,23 +92,24 @@ regexcpp.c: regex.c regexcpp.sed
# Have to give this malloc special flags.
emacsmalloc.o
:
emacsmalloc.c
$(CC)
-c
$(CFLAGS)
$(ALL_CPPFLAGS)
$(emacsmallocflags)
$<
$(CC)
-c
$(CFLAGS)
$(ALL_CPPFLAGS)
$(emacsmallocflags)
\
../
$(srcdir)
/test/emacsmalloc.c
syntax
:
syntax.o
$(CC)
$(CFLAGS)
$<
-o
$@
$(CC)
$(CFLAGS)
-o
$@
syntax.o
syntax.c
:
syntax.skel bits
sed
'/\[\[\[replace.*\]\]\]/r bits'
syntax.skel
>
$@
bits
:
regex.h
sed
-n
1,/RE_SYNTAX_EMACS/p
$<
\
sed
-n
1,/RE_SYNTAX_EMACS/p
../
$(srcdir)
/regex.h
\
|
grep
"#define RE_.*1"
\
|
sed
's/^#define \(RE_[A-Z_]*\) .*/ TEST_BIT (\1);/'
>
$@
check
:
regex
./regex
TAGS
:
regex.
h
regex.
c
*.h *.c
TAGS
:
regex.
c
regex.
h
*.h *.c
$(ETAGS)
-t
$^
depend
:
...
...
src/libraries/regex/test/Makefile.src
View file @
2b5fc848
...
...
@@ -61,9 +61,9 @@ regex: $(regex_o) $(common_o) $(test_o) main.o
$(CC)
-o
$@
$(LDFLAGS)
$^
$(LIBS)
# As long as we're doing tests, we enable debugging.
dregex.o
:
regex.c regex.h
dregex.o
:
../
regex.c
../
regex.h
rm
-f
$@
$(CC)
$(ALL_CPPFLAGS)
$(CFLAGS)
-c
$<
$(CC)
$(ALL_CPPFLAGS)
$(CFLAGS)
-c
../
$(srcdir)
/regex.c
mv
regex.o
$@
# iregex is the interactive regex.
...
...
@@ -84,7 +84,7 @@ regexcpp.o: regexcpp.c
regexcpp.c
:
regex.c regexcpp.sed
rm
-f
regexcpp.c
$(CC)
-E
$(ALL_CPPFLAGS)
$<
\
$(CC)
-E
$(ALL_CPPFLAGS)
../
$(srcdir)
/regex.c
\
| egrep
-v
'^#|^ *$$'
\
|
sed
-f
regexcpp.sed
\
>
regexcpp.c
...
...
@@ -92,23 +92,24 @@ regexcpp.c: regex.c regexcpp.sed
# Have to give this malloc special flags.
emacsmalloc.o
:
emacsmalloc.c
$(CC)
-c
$(CFLAGS)
$(ALL_CPPFLAGS)
$(emacsmallocflags)
$<
$(CC)
-c
$(CFLAGS)
$(ALL_CPPFLAGS)
$(emacsmallocflags)
\
../
$(srcdir)
/test/emacsmalloc.c
syntax
:
syntax.o
$(CC)
$(CFLAGS)
$<
-o
$@
$(CC)
$(CFLAGS)
-o
$@
syntax.o
syntax.c
:
syntax.skel bits
sed
'/\[\[\[replace.*\]\]\]/r bits'
syntax.skel
>
$@
bits
:
regex.h
sed
-n
1,/RE_SYNTAX_EMACS/p
$<
\
sed
-n
1,/RE_SYNTAX_EMACS/p
../
$(srcdir)
/regex.h
\
|
grep
"#define RE_.*1"
\
|
sed
's/^#define \(RE_[A-Z_]*\) .*/ TEST_BIT (\1);/'
>
$@
check
:
regex
./regex
TAGS
:
regex.
h
regex.
c
*.h *.c
TAGS
:
regex.
c
regex.
h
*.h *.c
$(ETAGS)
-t
$^
depend
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment