source: trunk/athena/bin/rep/Makefile @ 2095

Revision 2095, 730 bytes checked in by epeisach, 35 years ago (diff)
Added depend line
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.6 1989-09-16 12:50:38 epeisach Exp $
6#
7DESTDIR=
8CFLAGS=-O
9
10all: rep
11
12rep: rep.c
13        cc ${CFLAGS} rep.c -lcurses -ltermlib -o rep
14install: rep
15        install -c -s rep ${DESTDIR}/usr/athena/rep
16        install -c rep.1 ${DESTDIR}/usr/man/mann/rep.n
17
18clean:
19        rm -f core rep
20
21depend:
22        makedepend ${CFLAGS} rep.c
23
24# DO NOT DELETE THIS LINE -- make depend depends on it.
25
26rep.o: rep.c /usr/include/curses.h /usr/include/stdio.h /usr/include/sgtty.h
27rep.o: /usr/include/sys/ioctl.h /usr/include/sys/ttychars.h
28rep.o: /usr/include/sys/ttydev.h /usr/include/signal.h
Note: See TracBrowser for help on using the repository browser.