Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
net-tools
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
net-tools
Commits
c0b5f907
Commit
c0b5f907
authored
May 28, 2000
by
Phil Blundell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change NET-LIB to NET_LIB to avoid problems with new make.
parent
7497ee92
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
11 deletions
+11
-11
Makefile
Makefile
+11
-11
No files found.
Makefile
View file @
c0b5f907
...
...
@@ -111,7 +111,7 @@ else
TOPDIR
:=
$(
shell
if
[
"
$$
PWD"
!=
""
]
;
then
echo
$$
PWD
;
else
pwd
;
fi
)
endif
NET
-
LIB
=
$(NET_LIB_PATH)
/lib
$(NET_LIB_NAME)
.a
NET
_
LIB
=
$(NET_LIB_PATH)
/lib
$(NET_LIB_NAME)
.a
CFLAGS
=
$(COPTS)
-I
.
-idirafter
./include/
-I
$(NET_LIB_PATH)
LDFLAGS
=
$(LOPTS)
-L
$(NET_LIB_PATH)
...
...
@@ -171,7 +171,7 @@ version.h: Makefile
@
echo
"#define RELEASE
\"
net-tools
$(RELEASE)
\"
"
>
version.h
$(NET
-
LIB)
:
config.h version.h intl.h libdir
$(NET
_
LIB)
:
config.h version.h intl.h libdir
i18n.h
:
i18ndir
...
...
@@ -184,34 +184,34 @@ i18ndir:
subdirs
:
@
for
i
in
$(SUBDIRS)
;
do
$(MAKE)
-C
$$
i
$(MDEFINES)
;
done
ifconfig
:
$(NET
-
LIB) ifconfig.o
ifconfig
:
$(NET
_
LIB) ifconfig.o
$(CC)
$(LDFLAGS)
-o
ifconfig ifconfig.o
$(NLIB)
$(RESLIB)
hostname
:
hostname.o
$(CC)
$(LDFLAGS)
-o
hostname
hostname.o
$(DNLIB)
route
:
$(NET
-
LIB) route.o
route
:
$(NET
_
LIB) route.o
$(CC)
$(LDFLAGS)
-o
route route.o
$(NLIB)
$(RESLIB)
arp
:
$(NET
-
LIB) arp.o
arp
:
$(NET
_
LIB) arp.o
$(CC)
$(LDFLAGS)
-o
arp arp.o
$(NLIB)
$(RESLIB)
rarp
:
$(NET
-
LIB) rarp.o
rarp
:
$(NET
_
LIB) rarp.o
$(CC)
$(LDFLAGS)
-o
rarp rarp.o
$(NLIB)
slattach
:
$(NET
-
LIB) slattach.o
slattach
:
$(NET
_
LIB) slattach.o
$(CC)
$(LDFLAGS)
-o
slattach slattach.o
$(NLIB)
plipconfig
:
$(NET
-
LIB) plipconfig.o
plipconfig
:
$(NET
_
LIB) plipconfig.o
$(CC)
$(LDFLAGS)
-o
plipconfig plipconfig.o
$(NLIB)
netstat
:
$(NET
-
LIB) netstat.o statistics.o
netstat
:
$(NET
_
LIB) netstat.o statistics.o
$(CC)
$(LDFLAGS)
-o
netstat netstat.o statistics.o
$(NLIB)
$(RESLIB)
iptunnel
:
$(NET
-
LIB) iptunnel.o
iptunnel
:
$(NET
_
LIB) iptunnel.o
$(CC)
$(LDFLAGS)
-o
iptunnel iptunnel.o
$(NLIB)
$(RESLIB)
ipmaddr
:
$(NET
-
LIB) ipmaddr.o
ipmaddr
:
$(NET
_
LIB) ipmaddr.o
$(CC)
$(LDFLAGS)
-o
ipmaddr ipmaddr.o
$(NLIB)
$(RESLIB)
mii-tool
:
mii-tool.o
...
...
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