home *** CD-ROM | disk | FTP | other *** search
/ PC-Online 1996 May / PCOnline_05_1996.bin / linux / source / n / tcpip / nntp-1.5 / nntp-1 / nntp.1.5.11t / common / Makefile < prev    next >
Encoding:
Makefile  |  1993-10-17  |  222 b   |  23 lines

  1. #
  2. # Makefile for common directory
  3. #
  4.  
  5. SRCS    =    version.c clientlib.c
  6. OBJS    =    version.o clientlib.o
  7. HFILES    =
  8.  
  9. clean:
  10.     -rm -f ${OBJS}
  11.  
  12. distrib: clean
  13.     rm -rf SCCS
  14.  
  15. check:
  16.     sccs check
  17.  
  18. lint:
  19.     lint ${SRCS}
  20.  
  21. tags:
  22.     ctags ${CFILES}
  23.