Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
TLMSP curl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CYBER - Cyber Security
TS 103 523 MSP
TLMSP
TLMSP curl
Commits
14b36a8c
Commit
14b36a8c
authored
21 years ago
by
Daniel Stenberg
Browse files
Options
Downloads
Patches
Plain Diff
We now produce 'libcares.a' instead, to make it possible to have both c-ares
and the original ares installed in the same lib dir.
parent
1089d91e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ares/Makefile.in
+11
-10
11 additions, 10 deletions
ares/Makefile.in
with
11 additions
and
10 deletions
ares/Makefile.in
+
11
−
10
View file @
14b36a8c
...
...
@@ -12,6 +12,7 @@ libdir=@libdir@
includedir
=
@includedir@
mandir
=
@mandir@
LIB
=
libcares.a
CC
=
@CC@
CPPFLAGS
=
@CPPFLAGS@
CFLAGS
=
@CFLAGS@
${
WARN_CFLAGS
}
${
ERROR_CFLAGS
}
...
...
@@ -26,17 +27,17 @@ OBJS= ares__close_sockets.o ares__get_hostent.o ares__read_line.o \
ares_parse_ptr_reply.o ares_process.o ares_query.o ares_search.o
\
ares_send.o ares_strerror.o ares_timeout.o ares_version.o
all
:
libares.a
adig ahost
all
:
$(LIB)
adig ahost
libares.a
:
${OBJS}
$(LIB)
:
${OBJS}
ar cru
$@
${
OBJS
}
${
RANLIB
}
$@
adig
:
adig.o
libares.a
${
CC
}
${
LDFLAGS
}
-o
$@
adig.o
libares.a
${
LIBS
}
adig
:
adig.o
$(LIB)
${
CC
}
${
LDFLAGS
}
-o
$@
adig.o
$(
LIB
)
${
LIBS
}
ahost
:
ahost.o
libares.a
${
CC
}
${
LDFLAGS
}
-o
$@
ahost.o
libares.a
${
LIBS
}
ahost
:
ahost.o
$(LIB)
${
CC
}
${
LDFLAGS
}
-o
$@
ahost.o
$(
LIB
)
${
LIBS
}
${OBJS}
:
ares.h ares_dns.h ares_private.h
...
...
@@ -49,9 +50,9 @@ install:
${
top_srcdir
}
/mkinstalldirs
${
DESTDIR
}${
libdir
}
${
top_srcdir
}
/mkinstalldirs
${
DESTDIR
}${
includedir
}
${
top_srcdir
}
/mkinstalldirs
${
DESTDIR
}${
mandir
}
/man3
${
INSTALL
}
-m
644
libares.a
${
DESTDIR
}${
libdir
}
${
RANLIB
}
${
DESTDIR
}${
libdir
}
/
libares.a
chmod
u-w
${
DESTDIR
}${
libdir
}
/
libares.a
${
INSTALL
}
-m
644
$(
LIB
)
${
DESTDIR
}${
libdir
}
${
RANLIB
}
${
DESTDIR
}${
libdir
}
/
$(
LIB
)
chmod
u-w
${
DESTDIR
}${
libdir
}
/
$(
LIB
)
${
INSTALL
}
-m
444
${
srcdir
}
/ares.h
${
DESTDIR
}${
includedir
}
${
INSTALL
}
-m
444
${
srcdir
}
/ares_destroy.3
${
DESTDIR
}${
mandir
}
/man3
${
INSTALL
}
-m
444
${
srcdir
}
/ares_expand_name.3
${
DESTDIR
}${
mandir
}
/man3
...
...
@@ -81,7 +82,7 @@ install:
${
INSTALL
}
-m
444
${
srcdir
}
/ares_timeout.3
${
DESTDIR
}${
mandir
}
/man3
clean
:
rm
-f
${
OBJS
}
libares.a
adig.o adig ahost.o ahost
rm
-f
${
OBJS
}
$(
LIB
)
adig.o adig ahost.o ahost
distclean
:
clean
rm
-f
config.cache config.log config.status Makefile
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment