source: trunk/athena/bin/just/Makefile @ 7

Revision 7, 534 bytes checked in by builder, 39 years ago (diff)
Initial revision
Line 
1#
2#       $Source: /afs/dev.mit.edu/source/repository/athena/bin/just/Makefile,v $
3#       $Author: builder $
4#       $Locker:  $
5#       $Header: /afs/dev.mit.edu/source/repository/athena/bin/just/Makefile,v 1.1 1985-04-23 20:40:50 builder Exp $
6#
7
8
9DESTDIR=
10CONFDIR= /usr/athena
11INCDIR= /usr/include
12CFLAGS = -O -I${INCDIR}
13
14all: just fill
15
16fill: just
17
18just: just.o
19        cc $(CFLAGS) -o just just.o
20
21install: all
22        install -c -s just ${DESTDIR}${CONFDIR}/just
23        ln ${DESTDIR}${CONFDIR}/just ${DESTDIR}${CONFDIR}/fill
24
25clean:
26        rm -f just *.o core a.out *.bak *~
Note: See TracBrowser for help on using the repository browser.