home *** CD-ROM | disk | FTP | other *** search
Makefile | 1990-12-28 | 510 b | 22 lines |
- # @(#) $Header: Makefile,v 1.3 90/08/27 19:46:15 leres Exp $ (LBL)
-
- INCL= -I../include
- CFLAGS= -g ${INCL}
- #CC= gcc -g -fstrength-reduce -fcombine-regs -finline-functions -fpcc-struct-return
- LIBS= ../libcnews.a
-
- all: uniqmsgid
-
- uniqmsgid: uniqmsgid.c
- ${CC} ${CFLAGS} uniqmsgid.c -o uniqmsgid ${LIBS}
-
- install: uniqmsgid
- install -m 775 uniqmsgid /usr/new/lib/news/bin
-
- shar:
- shar -v -c -p X Makefile uniqmsgid.8 uniqmsgid.c PATCH.anne.jones > \
- uniqmsgid.shar
-
- clean:
- rm -f uniqmsgid uniqmsgid.shar *.o
-