Initial revision
This commit is contained in:
25
mach/pdp/libsys/Makefile
Normal file
25
mach/pdp/libsys/Makefile
Normal file
@@ -0,0 +1,25 @@
|
||||
# $Header$
|
||||
install: cp
|
||||
|
||||
cp: all
|
||||
../../install tail_mon
|
||||
rm -f head_em tail_mon
|
||||
|
||||
cmp: all
|
||||
-../../compare tail_mon
|
||||
rm -f head_em tail_mon
|
||||
|
||||
all: tail_mon
|
||||
|
||||
tail_mon:
|
||||
ASAR=ar ; export ASAR ;\
|
||||
RANLIB=ranlib ; export RANLIB ;\
|
||||
march . tail_mon
|
||||
|
||||
clean:
|
||||
rm -f *.o
|
||||
opr:
|
||||
make pr | opr
|
||||
pr:
|
||||
@pr `pwd`/Makefile `pwd`/head_em.s
|
||||
@pr -l33 `tail +1 LIST|sort`
|
||||
Reference in New Issue
Block a user