home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ftp.barnyard.co.uk
/
2015.02.ftp.barnyard.co.uk.tar
/
ftp.barnyard.co.uk
/
cpm
/
walnut-creek-CDROM
/
CPM
/
PACKET
/
RLI120.ARK
/
MAKEFILE
< prev
next >
Wrap
Text File
|
1986-05-09
|
2KB
|
63 lines
# Makefile for W0RLI MailBox/GateWay (TNC.COM) as made under
# MS-DOS on the IBM-PC using M80/L80 and ZPEM, by PolyMake
# (All the above are trademarks of somebody.)
#
# Note: Horrible kludge below relies on there being no real .rel files
# which have single character file names. We copy all our files into
# a.rel, b.rel, etc to fit them into the zpem command line buffer,
# because SUBMIT doesn't work under zpem.
TNC_RELS = chario.rel dcmd.rel edfil.rel edmsg.rel \
extdir.rel fileio.rel fwd.rel \
gate.rel init.rel iscall.rel log.rel login.rel \
mail.rel mbfile.rel \
misc.rel monitor.rel param.rel parse.rel \
tnc.rel unt.rel user.rel usr.rel
.mac.rel :
zpem m80 =$<
tnc.com : $(TNC_RELS)
erase ?.rel
copy chario.rel a.rel
copy extdir.rel b.rel
copy fileio.rel c.rel
copy gate.rel d.rel
copy iscall.rel e.rel
copy log.rel f.rel
copy mbfile.rel g.rel
copy mail.rel h.rel
copy edmsg.rel i.rel
copy fwd.rel j.rel
copy misc.rel k.rel
copy monitor.rel l.rel
copy dcmd.rel m.rel
copy edfil.rel n.rel
copy login.rel o.rel
copy param.rel p.rel
copy parse.rel q.rel
copy init.rel r.rel
copy user.rel s.rel
copy usr.rel t.rel
copy unt.rel u.rel
zpem l80 a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,tnc,tnc/n/y/e:tnc
erase ?.rel
boot.com: boot.rel
zpem l80 boot,boot/n/e
makesys.com: makesys.rel
zpem l80 makesys,makesys/n/e:makesy
cbios.com: cbios.rel
zpem l80 cbios,cbios/n/e
sbios.com: sbios.rel
zpem l80 sbios,sbios/n/e
# Dependencies
tnc.rel : tnc.lib