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
19f88bd7
Commit
19f88bd7
authored
Oct 23, 1999
by
Bob Halley
Browse files
build unix
parent
1cafbcfa
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/named/Makefile.in
View file @
19f88bd7
...
...
@@ -21,7 +21,8 @@ top_srcdir = @top_srcdir@
@BIND9_INCLUDES@
CINCLUDES
=
-I
${srcdir}
/include
${DNS_INCLUDES}
${ISC_INCLUDES}
CINCLUDES
=
-I
${srcdir}
/include
-I
${srcdir}
/unix/include
\
${DNS_INCLUDES}
${ISC_INCLUDES}
CDEFINES
=
CWARNINGS
=
...
...
@@ -32,11 +33,15 @@ DEPLIBS = ../../lib/dns/libdns.@A@ \
LIBS
=
${DEPLIBS}
\
@LIBS@
SUBDIRS
=
unix
TARGETS
=
named
OBJS
=
client.@O@ interfacemgr.@O@ log.@O@ main.@O@ query.@O@
\
rootns.@O@ server.@O@ update.@O@ xfrin.@O@ xfrout.@O@
UOBJS
=
unix/os.@O@
SRCS
=
client.c interfacemgr.c log.c main.c query.c
\
rootns.c server.c update.c xfrin.c xfrout.c
...
...
@@ -49,8 +54,8 @@ printmsg.@O@: ${srcdir}/../tests/printmsg.c
${CC}
-c
-o
printmsg.@O@
${ALL_CFLAGS}
-I
${srcdir}
/../tests
\
${srcdir}
/../tests/printmsg.c
named
:
${OBJS} ${DEPLIBS}
${LIBTOOL}
${CC}
-o
$@
${OBJS}
${LIBS}
named
:
${OBJS}
${UOBJS}
${DEPLIBS}
${LIBTOOL}
${CC}
-o
$@
${OBJS}
${UOBJS}
${LIBS}
clean distclean
::
rm
-f
${TARGETS}
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