home *** CD-ROM | disk | FTP | other *** search
/ Unix System Administration Handbook 1997 October / usah_oct97.iso / news / cnews.tar / contrib / snntp / mkfile next >
Text File  |  1994-08-28  |  280b  |  12 lines

  1. DEFINES=-I../include -I../dtr/news/h
  2. CFLAGS=-g $DEFINES
  3. LINTFLAGS=$DEFINES
  4. LIBS=../lib/libc.a ../lib/libcnews.a -lsocket -lc_s
  5.  
  6. snntp: snntp.o netio.o
  7.     $CC $CFLAGS -o $target snntp.o netio.o $LIBS
  8. lint:
  9.     lint $LINTFLAGS snntp.c netio.c
  10. clean:
  11.     rm -f a.out core *mon.out snntp *.o
  12.