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
RevLine 
[19]1#
2#       $Source: /afs/dev.mit.edu/source/repository/athena/bin/rep/Makefile,v $
3#       $Author: builder $
4#       $Locker:  $
[20]5#       $Header: /afs/dev.mit.edu/source/repository/athena/bin/rep/Makefile,v 1.3 1985-06-17 14:34:11 builder Exp $
[19]6#
[18]7DESTDIR=
[20]8PHYSLOC=/u1
[18]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
[20]17        install -c -s rep ${DESTDIR}${PHYSLOC}/usr/athena/rep
[19]18
[18]19clean:
20        rm -f core rep
Note: See TracBrowser for help on using the repository browser.