Revision 2663,
763 bytes
checked in by epeisach, 35 years ago
(diff) |
*** empty log message ***
|
Line | |
---|
1 | # |
---|
2 | # $Source: /afs/dev.mit.edu/source/repository/athena/bin/rep/Makefile,v $ |
---|
3 | # $Author: epeisach $ |
---|
4 | # $Locker: $ |
---|
5 | # $Header: /afs/dev.mit.edu/source/repository/athena/bin/rep/Makefile,v 1.7 1990-02-09 08:56:35 epeisach Exp $ |
---|
6 | # |
---|
7 | DESTDIR= |
---|
8 | CFLAGS=-O |
---|
9 | |
---|
10 | all: rep |
---|
11 | |
---|
12 | rep: rep.c |
---|
13 | cc ${CFLAGS} rep.c -lcurses -ltermlib -o rep |
---|
14 | install: rep |
---|
15 | install -c -s rep ${DESTDIR}/usr/athena/rep |
---|
16 | install -c rep.1 ${DESTDIR}/usr/man/mann/rep.n |
---|
17 | |
---|
18 | clean: |
---|
19 | rm -f core rep |
---|
20 | |
---|
21 | depend: |
---|
22 | touch Make.depend; makedepend -fMake.depend ${CFLAGS} rep.c |
---|
23 | |
---|
24 | # DO NOT DELETE THIS LINE -- make depend depends on it. |
---|
25 | |
---|
26 | rep.o: rep.c /usr/include/curses.h /usr/include/stdio.h /usr/include/sgtty.h |
---|
27 | rep.o: /usr/include/sys/ioctl.h /usr/include/sys/ttychars.h |
---|
28 | rep.o: /usr/include/sys/ttydev.h /usr/include/signal.h |
---|
Note: See
TracBrowser
for help on using the repository browser.