Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
b6026c65
Commit
b6026c65
authored
Feb 24, 1999
by
James Brister
Browse files
Added replaced old lexer/parser.
parent
467cf323
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/named/Makefile.in
View file @
b6026c65
...
...
@@ -11,7 +11,7 @@ CINCLUDES = -I${srcdir}/../../lib/isc/unix/include \
-I
${srcdir}
/../..
\
-I
${srcdir}
CDEFINES
=
CDEFINES
=
CWARNINGS
=
...
...
@@ -23,8 +23,8 @@ LIBS = ${DEPLIBS} \
TARGETS
=
named
OBJS
=
server.o udpclient.o tcpclient.o wire_debug.o wire_test.o
#
zone.o configctx.o parser.o
lexer.o
OBJS
=
server.o udpclient.o tcpclient.o wire_debug.o wire_test.o
\
zone.o configctx.o
conf
parser.o
@BIND9_MAKE_RULES@
...
...
@@ -36,13 +36,17 @@ named: ${OBJS} ${DEPLIBS}
${CC}
-o
$@
${OBJS}
${LIBS}
clean distclean
::
rm
-f
${TARGETS}
parser.c parser_p.h lexer.c
parser.c
:
parser.y
${YACC}
-d
parser.y
mv
y.tab.c parser.c
mv
y.tab.h parser_p.h
lexer.c
:
lexer.l
${LEX}
lexer.l
mv
lex.yy.c lexer.c
rm
-f
${TARGETS}
parser.c parser_p.h
confparser.c
:
confparser.y
${YACC}
-d
confparser.y
mv
y.tab.c confparser.c
mv
y.tab.h confparser_p.h
##confparser.c: confparser.y
## ${YACC} -d confparser.y
## rm -f confparser.c
## sed -e '/^\#line/d' < y.tab.c > confparser.c
## rm -f y.tab.c
## chmod a-w confparser.c
## mv y.tab.h confparser_p.h
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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