head     1.9;
access   ;
symbols  ;
locks    ;
comment  @# @;


1.9
date     90.12.12.17.08.07;  author korotaev;  state Exp;
branches ;
next     1.8;

1.8
date     88.10.01.12.15.57;  author root;  state Exp;
branches ;
next     1.7;

1.7
date     88.01.21.17.36.37;  author root;  state Exp;
branches ;
next     1.6;

1.6
date     88.01.15.14.06.17;  author korotaev;  state Exp;
branches ;
next     1.5;

1.5
date     88.01.13.18.31.27;  author korotaev;  state Exp;
branches ;
next     1.4;

1.4
date     88.01.05.16.26.00;  author korotaev;  state Exp;
branches ;
next     1.3;

1.3
date     86.07.13.14.09.12;  author avg;  state Exp;
branches ;
next     1.2;

1.2
date     86.07.10.22.53.50;  author avg;  state Exp;
branches ;
next     1.1;

1.1
date     86.07.10.22.46.05;  author avg;  state Exp;
branches ;
next     ;


desc
@
   rx  ry (rx02).
@


1.9
log
@  my  dw ().
@
text
@#
# Makefile     
#
# $Log:	Makefile,v $
# Revision 1.8  88/10/01  12:15:57  root
#  rluboot  NOTTY
# 
# Revision 1.7  88/01/21  17:36:37  root
#  xpuboot( link to hpuboot)
#
# Revision 1.6  88/01/15  14:06:17  korotaev
#     rauboot,    (!!!).
#    .
#
# Revision 1.5  88/01/13  18:31:27  korotaev
#     RA.
#
# Revision 1.4  88/01/05  16:26:00  korotaev
#       .
#
# Revision 1.3  86/07/13  14:09:12  avg
#    DW:  RWF    RW.
#
# Revision 1.2  86/07/10  22:53:50  avg
#   .
#
# Revision 1.1  86/07/10  22:46:05  avg
# Initial revision
#
#

#   .   RCS  R=X
R=
RCS=RCS
COFLAGS=

DESTDIR=/mdec

#
#     
#

#---  5408
HKF=RK06
# HKF=RK07

HPF=RP04
# HPF=RP05
# HPF=RP06
# HPF=DVHP

#---  5400
RKF=RK05

RLF=RL01 -DNOTTY
# RLF=RL02

RMF=RM05
# RMF=RM02
# RMF=RM03

#---  5061
RPF=RP03

#---  RD51 (-85)
RWF=DW  -DNOTTY  -DEL85

#---  -4
DWF=DW  -DNOP

#---  -85
FDF=FD  -DNOTTY  -DEL85

#---  RX
RXF=RX

#---  RX.02
RYF=RX02

#---  -4 MY ()
MYF=MY -DNOP
#---  -4 MY ()
MY2F=MY -DNOP -DDOUBLE

BOOTS=hkuboot hpuboot rkuboot rluboot rmuboot rpuboot rwuboot\
 fduboot rauboot rxuboot ryuboot myuboot myuboot.2 dwuboot
A=as -o $@@.o $@@.s;size $@@.o;strip $@@.o;dd if=$@@.o of=$@@ bs=8w skip=1;rm -f $@@.o

###########

all: $(BOOTS)

install: $(BOOTS)
	-cd $(DESTDIR); rm -f $(BOOTS)
	cp $(BOOTS) $(DESTDIR)
	cd $(DESTDIR); chmod 440 $(BOOTS); rm  -f xpuboot;ln hpuboot rpuboot



hkuboot:        hkuboot.s ; $(A)
hpuboot:        hpuboot.s ; $(A)
rkuboot:        rkuboot.s ; $(A)
rluboot:        rluboot.s ; $(A)
rmuboot:        rmuboot.s ; $(A)
rpuboot:        rpuboot.s ; $(A)
rwuboot:        rwuboot.s ; $(A)
fduboot:        fduboot.s ; $(A)
rauboot:        rauboot.s ; $(A)
rxuboot:        rxuboot.s ; $(A)
ryuboot:        ryuboot.s ; $(A)
myuboot:        myuboot.s ; $(A)
myuboot.2:      myuboot.2.s ; $(A)
dwuboot:        dwuboot.s ; $(A)

hkuboot.s hpuboot.s rkuboot.s rluboot.s rmuboot.s rpuboot.s dwuboot.s\
rwuboot.s fduboot.s rxuboot.s ryuboot.s myuboot.2.s myuboot.s: uboot.s Makefile

hkuboot.s:;     /lib/cpp -P -D$(HKF) uboot.s >hkuboot.s
hpuboot.s:;     /lib/cpp -P -D$(HPF) uboot.s >hpuboot.s
rkuboot.s:;     /lib/cpp -P -D$(RKF) uboot.s >rkuboot.s
rluboot.s:;     /lib/cpp -P -D$(RLF) uboot.s >rluboot.s
rmuboot.s:;     /lib/cpp -P -D$(RMF) uboot.s >rmuboot.s
rpuboot.s:;     /lib/cpp -P -D$(RPF) uboot.s >rpuboot.s
rwuboot.s:;     /lib/cpp -P -D$(RWF) uboot.s >rwuboot.s
fduboot.s:;     /lib/cpp -P -D$(FDF) uboot.s >fduboot.s
rxuboot.s:;     /lib/cpp -P -D$(RXF) uboot.s >rxuboot.s
ryuboot.s:;     /lib/cpp -P -D$(RYF) uboot.s >ryuboot.s
myuboot.s:;     /lib/cpp -P -D$(MYF) uboot.s >myuboot.s
myuboot.2.s:;   /lib/cpp -P -D$(MY2F) uboot.s >myuboot.2.s
dwuboot.s:;     /lib/cpp -P -D$(DWF) uboot.s >dwuboot.s

source: uboot.s Makefile

$(R)rauboot.s:  Makefile
	co $(COFLAGS) rauboot.s

$(R)uboot.s:
	co $(COFLAGS) uboot.s

$(R)Makefile:
	co $(COFLAGS) Makefile

CLRSRC: clear
	-rm -f uboot.s

clear clean:
	-rm -f ??uboot.s
	-rm -f *.[ob]
	-rm -f ??uboot
@


1.8
log
@ rluboot  NOTTY
@
text
@d4 4
a7 1
# $Log: Makefile,v $
d68 3
d80 7
a86 1
BOOTS=hkuboot hpuboot rkuboot rluboot rmuboot rpuboot rwuboot fduboot rauboot rxuboot ryuboot
d111 3
d115 2
a116 2
hkuboot.s hpuboot.s rkuboot.s rluboot.s rmuboot.s rpuboot.s \
rwuboot.s fduboot.s rxuboot.s ryuboot.s: uboot.s Makefile
d128 3
@


1.7
log
@ xpuboot( link to hpuboot)
@
text
@d4 4
a7 1
# $Log:	Makefile,v $
d11 1
a11 1
# 
d52 1
a52 1
RLF=RL01
@


1.6
log
@    rauboot,    (!!!).
   .
@
text
@d4 5
a8 1
# $Log: Makefile,v $
d81 3
a83 1
	cd $(DESTDIR); chmod 440 $(BOOTS)
@


1.5
log
@    RA.
@
text
@d5 3
d61 2
a62 3
#---   MSCP 
#---  DEC  UDA50, KDA50, RQDX1, 2, 3
RAF=RAXX -DNOTTY
d64 4
a67 1
BOOTS=hkuboot hpuboot rkuboot rluboot rmuboot rpuboot rwuboot fduboot rauboot
d88 2
d91 2
a92 2
hkuboot.s hpuboot.s rkuboot.s rluboot.s rmuboot.s \
rpuboot.s rwuboot.s fduboot.s rauboot.s             : uboot.s Makefile
d102 2
a103 1
rauboot.s:;     /lib/cpp -P -D$(RAF) uboot.s >rauboot.s
d106 3
@


1.4
log
@      .
@
text
@d5 3
d58 5
a62 1
BOOTS=hkuboot hpuboot rkuboot rluboot rmuboot rpuboot rwuboot fduboot
d82 1
d85 1
a85 1
rpuboot.s rwuboot.s fduboot.s                       : uboot.s Makefile
d95 1
@


1.3
log
@   DW:  RWF    RW.
@
text
@d5 3
d49 1
a49 1
#---  (-85)
d52 2
d55 1
a55 1
BOOTS=hkuboot hpuboot rkuboot rluboot rmuboot rpuboot rwuboot
d74 1
d77 1
a77 1
rpuboot.s rwuboot.s                                 : uboot.s Makefile
d86 1
d90 1
a90 1
$(R)uboot.s: $(RCS)/uboot.s,v
d93 1
a93 1
$(R)Makefile: $(RCS)/Makefile,v
@


1.2
log
@  .
@
text
@d5 3
d47 1
a47 1
RWF=RW
@


1.1
log
@Initial revision
@
text
@d4 3
a6 1
# $Log$
d8 1
d48 1
a53 3
hkuboot.s hpuboot.s rkuboot.s rluboot.s rmuboot.s \
rpuboot.s rwuboot.s                                 : uboot.s Makefile

d59 10
a68 6
.DEFAULT:
	as -o $@@.o $@@.s
	size $@@.o
	strip $@@.o
	dd if=$@@.o of=$@@ bs=8w skip=1
	-rm -f $@@.o
@
