Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dhcp
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
70
Issues
70
List
Boards
Labels
Service Desk
Milestones
Merge Requests
18
Merge Requests
18
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ISC Open Source Projects
dhcp
Commits
fd81bd9e
Commit
fd81bd9e
authored
Oct 04, 1999
by
Ted Lemon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Install libraries and includes.
parent
eac1e66f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
4 deletions
+14
-4
dhcpctl/Makefile.dist
dhcpctl/Makefile.dist
+6
-2
omapip/Makefile.dist
omapip/Makefile.dist
+8
-2
No files found.
dhcpctl/Makefile.dist
View file @
fd81bd9e
...
...
@@ -38,7 +38,7 @@ libdhcpctl.a: $(OBJ)
$(RANLIB)
libdhcpctl.a
install
:
all
for
dir
in
$(LIB
MAN
DIR)
;
do
\
for
dir
in
$(LIB
DIR)
$(LIBMANDIR)
$(INC
DIR)
;
do
\
foo
=
""
;
\
for
bar
in
`
echo
$(DESTDIR)
$
${dir}
|tr /
' '
`
;
do
\
foo
=
$
${foo}
/
$$
bar
;
\
...
...
@@ -48,11 +48,15 @@ install: all
fi
;
\
done
;
\
done
$(INSTALL)
libdhcpctl.a
$(DESTDIR)$(LIBDIR)
$(CHMOD)
644
$(DESTDIR)$(LIBDIR)
/libdhcpctl.a
$(INSTALL)
dhcpctl.h
$(DESTDIR)$(INCDIR)
$(CHMOD)
644
$(DESTDIR)$(INCDIR)
/dhcpctl.h
for
man
in
$(MAN)
;
do
\
prefix
=
`
echo
$$
man |sed
-e
's/\.[0-9]$$//'
`
;
\
suffix
=
`
echo
$$
man |sed
-e
's/.*\.\([0-9]\)$$/\1/'
`
;
\
$(MANINSTALL)
$(MANFROM)
$
${prefix}
.
$(MANCAT)
$
${suffix}
$(MANTO)
\
$(DESTDIR)$(LIBMANDIR)
/
$
(prefix)
$(LIBMANEXT)
;
\
$(DESTDIR)$(LIBMANDIR)
/
$
${prefix}
$(LIBMANEXT)
;
\
done
depend
:
...
...
omapip/Makefile.dist
View file @
fd81bd9e
...
...
@@ -40,7 +40,7 @@ libomapi.a: $(OBJ)
$(RANLIB)
libomapi.a
install
:
all
for
dir
in
$(LIB
MANDIR)
;
do
\
for
dir
in
$(LIB
DIR)
$(LIBMANDIR)
$(INCDIR)
/omapip
;
do
\
foo
=
""
;
\
for
bar
in
`
echo
$(DESTDIR)
$
${dir}
|tr /
' '
`
;
do
\
foo
=
$
${foo}
/
$$
bar
;
\
...
...
@@ -50,11 +50,17 @@ install: all
fi
;
\
done
;
\
done
$(INSTALL)
libomapi.a
$(DESTDIR)$(LIBDIR)
$(CHMOD)
644
$(DESTDIR)$(LIBDIR)
/libomapi.a
for
file
in
alloc.h buffer.h omapip.h
;
do
\
$(INSTALL)
../includes/omapip/
$$
file
$(DESTDIR)$(INCDIR)
/omapip
;
\
$(CHMOD)
644
$(DESTDIR)$(INCDIR)
/omapip/
$$
file
;
\
done
for
man
in
$(MAN)
;
do
\
prefix
=
`
echo
$$
man |sed
-e
's/\.[0-9]$$//'
`
;
\
suffix
=
`
echo
$$
man |sed
-e
's/.*\.\([0-9]\)$$/\1/'
`
;
\
$(MANINSTALL)
$(MANFROM)
$
${prefix}
.
$(MANCAT)
$
${suffix}
$(MANTO)
\
$(DESTDIR)$(LIBMANDIR)
/
$
(prefix)
$(LIBMANEXT)
;
\
$(DESTDIR)$(LIBMANDIR)
/
$
${prefix}
$(LIBMANEXT)
;
\
done
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