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

Revision 20, 446 bytes checked in by builder, 39 years ago (diff)
added PHYSLOC to DESTDIR's in install
Line 
1#
2#       $Source: /afs/dev.mit.edu/source/repository/athena/bin/rep/Makefile,v $
3#       $Author: builder $
4#       $Locker:  $
5#       $Header: /afs/dev.mit.edu/source/repository/athena/bin/rep/Makefile,v 1.3 1985-06-17 14:34:11 builder Exp $
6#
7DESTDIR=
8PHYSLOC=/u1
9INCDIR=/usr/include
10CFLAGS=-O -I${INCDIR}
11
12all: rep
13
14rep: rep.c
15        cc ${CFLAGS} rep.c -lcurses -ltermlib -o rep
16install: rep
17        install -c -s rep ${DESTDIR}${PHYSLOC}/usr/athena/rep
18
19clean:
20        rm -f core rep
Note: See TracBrowser for help on using the repository browser.