home *** CD-ROM | disk | FTP | other *** search
- # $Id: Smake.def,v 2.2 1994/05/02 19:41:27 jraja Exp $
- PROG = finger
- SRCS= $(PROG).c lprint.c net.c util.c strsep.c ctype.c sprint.c
- OBJS= $(PROG).o lprint.o net.o util.o strsep.o ctype.o sprint.o
- LIBS= LIB netlib:net.lib
- DEFS= DEF=HAVE_UTMP=1 DEF=HAVE_TZONE=0
- IDIRS= IDIR=/finger
- LDFLAGS=
-
- finger.o: finger.c finger.h $(PROG)_rev.h
- lprint.o: lprint.c finger.h
- sprint.o: sprint.c finger.h
- net.o: net.c finger.h
- util.o: util.c finger.h
- strsep.o: strsep.c
- ctype.o: ctype.c
-