home *** CD-ROM | disk | FTP | other *** search
Makefile | 1991-12-12 | 5.7 KB | 111 lines |
- BINDIR=/usr/local/bin
- MANDIR=/usr/man/manl
- MANEXT=l
- CC=cc -O
-
- all: ethertop
-
- ethertop: ethertop.o sort.o buffer.o hostname.o ether_clnt.o ether_xdr.o
- $(CC) -o ethertop ethertop.o sort.o buffer.o hostname.o ether_clnt.o ether_xdr.o -lcurses -ltermcap -lm
-
- depend: ether.h
- makedepend *.c *.h
-
- clean:
- rm -f *.o *~ ethertop TAGS ether.h ether_clnt.c ether_svc.c ether_xdr.c ether.x
-
- dist: README Makefile copyright buffer.c ethertop.c hostname.c screen.c sort.h buffer.h ethertop.h patchlevel.h sort.c ethertop.man
- shar README Makefile copyright buffer.c ethertop.c hostname.c screen.c sort.h buffer.h ethertop.h patchlevel.h sort.c ethertop.man >ethertop.shar
-
- ether.h: /usr/include/rpcsvc/ether.x
- cp /usr/include/rpcsvc/ether.x .
- rpcgen ether.x
-
- install: ethertop
- install -c -m 755 ethertop $(BINDIR)
-
- install.man: ethertop.man
- install -c -m 644 ethertop.man $(MANDIR)/ethertop.$(MANEXT)
-
- # DO NOT DELETE THIS LINE -- make depend depends on it.
-
- buffer.o: buffer.h /usr/include/stdio.h
- ether_clnt.o: /usr/include/rpc/rpc.h /usr/include/rpc/types.h
- ether_clnt.o: /usr/include/malloc.h /usr/include/sys/types.h
- ether_clnt.o: /usr/include/sys/stdtypes.h /usr/include/sys/sysmacros.h
- ether_clnt.o: /usr/include/sys/time.h /usr/include/sys/time.h
- ether_clnt.o: /usr/include/netinet/in.h /usr/include/rpc/xdr.h
- ether_clnt.o: /usr/include/rpc/auth.h /usr/include/rpc/clnt.h
- ether_clnt.o: /usr/include/rpc/rpc_msg.h /usr/include/rpc/auth_unix.h
- ether_clnt.o: /usr/include/rpc/auth_des.h /usr/include/rpc/svc.h
- ether_clnt.o: /usr/include/rpc/svc_auth.h ether.h
- ether_svc.o: /usr/include/stdio.h /usr/include/rpc/rpc.h
- ether_svc.o: /usr/include/rpc/types.h /usr/include/malloc.h
- ether_svc.o: /usr/include/sys/types.h /usr/include/sys/stdtypes.h
- ether_svc.o: /usr/include/sys/sysmacros.h /usr/include/sys/time.h
- ether_svc.o: /usr/include/sys/time.h /usr/include/netinet/in.h
- ether_svc.o: /usr/include/rpc/xdr.h /usr/include/rpc/auth.h
- ether_svc.o: /usr/include/rpc/clnt.h /usr/include/rpc/rpc_msg.h
- ether_svc.o: /usr/include/rpc/auth_unix.h /usr/include/rpc/auth_des.h
- ether_svc.o: /usr/include/rpc/svc.h /usr/include/rpc/svc_auth.h ether.h
- ether_xdr.o: /usr/include/rpc/rpc.h /usr/include/rpc/types.h
- ether_xdr.o: /usr/include/malloc.h /usr/include/sys/types.h
- ether_xdr.o: /usr/include/sys/stdtypes.h /usr/include/sys/sysmacros.h
- ether_xdr.o: /usr/include/sys/time.h /usr/include/sys/time.h
- ether_xdr.o: /usr/include/netinet/in.h /usr/include/rpc/xdr.h
- ether_xdr.o: /usr/include/rpc/auth.h /usr/include/rpc/clnt.h
- ether_xdr.o: /usr/include/rpc/rpc_msg.h /usr/include/rpc/auth_unix.h
- ether_xdr.o: /usr/include/rpc/auth_des.h /usr/include/rpc/svc.h
- ether_xdr.o: /usr/include/rpc/svc_auth.h ether.h
- ethertop.o: /usr/include/stdio.h /usr/include/curses.h /usr/include/sgtty.h
- ethertop.o: /usr/include/sys/ioctl.h /usr/include/sys/ttychars.h
- ethertop.o: /usr/include/sys/ttydev.h /usr/include/sys/ttold.h
- ethertop.o: /usr/include/sys/ioccom.h /usr/include/sys/ttycom.h
- ethertop.o: /usr/include/sys/filio.h /usr/include/sys/sockio.h
- ethertop.o: /usr/include/signal.h /usr/include/sys/signal.h
- ethertop.o: /usr/include/vm/faultcode.h /usr/include/ctype.h
- ethertop.o: /usr/include/sys/types.h /usr/include/sys/stdtypes.h
- ethertop.o: /usr/include/sys/sysmacros.h /usr/include/sys/time.h
- ethertop.o: /usr/include/sys/time.h /usr/include/math.h
- ethertop.o: /usr/include/floatingpoint.h /usr/include/sys/ieeefp.h ethertop.h
- ethertop.o: /usr/include/rpc/rpc.h /usr/include/rpc/types.h
- ethertop.o: /usr/include/malloc.h /usr/include/netinet/in.h
- ethertop.o: /usr/include/rpc/xdr.h /usr/include/rpc/auth.h
- ethertop.o: /usr/include/rpc/clnt.h /usr/include/rpc/rpc_msg.h
- ethertop.o: /usr/include/rpc/auth_unix.h /usr/include/rpc/auth_des.h
- ethertop.o: /usr/include/rpc/svc.h /usr/include/rpc/svc_auth.h ether.h
- ethertop.o: buffer.h sort.h
- hostname.o: /usr/include/stdio.h /usr/include/sys/types.h
- hostname.o: /usr/include/sys/stdtypes.h /usr/include/sys/sysmacros.h
- hostname.o: /usr/include/sys/socket.h /usr/include/netdb.h
- hostname.o: /usr/include/string.h ethertop.h /usr/include/rpc/rpc.h
- hostname.o: /usr/include/rpc/types.h /usr/include/malloc.h
- hostname.o: /usr/include/sys/time.h /usr/include/sys/time.h
- hostname.o: /usr/include/netinet/in.h /usr/include/rpc/xdr.h
- hostname.o: /usr/include/rpc/auth.h /usr/include/rpc/clnt.h
- hostname.o: /usr/include/rpc/rpc_msg.h /usr/include/rpc/auth_unix.h
- hostname.o: /usr/include/rpc/auth_des.h /usr/include/rpc/svc.h
- hostname.o: /usr/include/rpc/svc_auth.h ether.h
- sort.o: /usr/include/stdio.h ethertop.h /usr/include/rpc/rpc.h
- sort.o: /usr/include/rpc/types.h /usr/include/malloc.h
- sort.o: /usr/include/sys/types.h /usr/include/sys/stdtypes.h
- sort.o: /usr/include/sys/sysmacros.h /usr/include/sys/time.h
- sort.o: /usr/include/sys/time.h /usr/include/netinet/in.h
- sort.o: /usr/include/rpc/xdr.h /usr/include/rpc/auth.h
- sort.o: /usr/include/rpc/clnt.h /usr/include/rpc/rpc_msg.h
- sort.o: /usr/include/rpc/auth_unix.h /usr/include/rpc/auth_des.h
- sort.o: /usr/include/rpc/svc.h /usr/include/rpc/svc_auth.h ether.h buffer.h
- ether.o: /usr/include/rpc/types.h /usr/include/malloc.h
- ether.o: /usr/include/sys/types.h /usr/include/sys/stdtypes.h
- ether.o: /usr/include/sys/sysmacros.h /usr/include/sys/time.h
- ether.o: /usr/include/sys/time.h
- ethertop.o: /usr/include/rpc/rpc.h /usr/include/rpc/types.h
- ethertop.o: /usr/include/malloc.h /usr/include/sys/types.h
- ethertop.o: /usr/include/sys/stdtypes.h /usr/include/sys/sysmacros.h
- ethertop.o: /usr/include/sys/time.h /usr/include/sys/time.h
- ethertop.o: /usr/include/netinet/in.h /usr/include/rpc/xdr.h
- ethertop.o: /usr/include/rpc/auth.h /usr/include/rpc/clnt.h
- ethertop.o: /usr/include/rpc/rpc_msg.h /usr/include/rpc/auth_unix.h
- ethertop.o: /usr/include/rpc/auth_des.h /usr/include/rpc/svc.h
- ethertop.o: /usr/include/rpc/svc_auth.h ether.h
-