DataMuseum.dk

Presents historical artifacts from the history of:

Rational R1000/400

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about Rational R1000/400

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download

⟦2ef77d2d9⟧ TextFile

    Length: 798 (0x31e)
    Types: TextFile
    Notes: R1k Text-file segment

Derivation

└─⟦8527c1e9b⟧ Bits:30000544 8mm tape, Rational 1000, Arrival backup of disks in PAM's R1000
    └─ ⟦cfc2e13cd⟧ »Space Info Vol 2« 
        └─⟦baa11bfa4⟧ 
            └─⟦this⟧ 

TextFile

AR = ar vr
MV = mv
RM = rm -f
XFM = xfm

LIBZ=   ../Ada/lib.a
FORM=	Z80.fm MEM.fm 
FORM1=	ACIA.fm PPI.fm PTM.fm
SFORM=	$(FORM:.fm=.c)
SFORM1=	$(FORM1:.fm=.c)
OFORM=	$(FORM:.fm=.o) $(FORM1:.fm=.o)	
SRC=    Frame.c Action.c XtInterface.c Break.c 
OBJ=  	$(SRC:.c=.o)
LIB= 	-lFm_c  -lXm -lXt -lX11
#DEBUG=	-DDEBUG
CFLAGS= 

real: $(LIBZ)  

$(LIBZ): $(OBJ) $(OFORM)

$(OBJ): 
	$(CC) $(CFLAGS) $(DEBUG) -c $(@:.o=.c)
	$(AR) $(LIBZ) $@

$(OFORM): 
	$(CC) $(CFLAGS) -c $(@:.o=.c)
	$(AR) $(LIBZ) $@

$(SFORM):
	$(XFM) -compile $(@:.c=.fm) -cfile $@

$(SFORM1):
	$(XFM) -compilegroup $(@:.c=.fm) -cfile $@

Z80.c: Z80.fm
MEM.c: MEM.fm
ACIA.c: ACIA.fm
PPI.c: PPI.fm
PTM.c: PTM.fm

cleanF: 
	rm -f $(OFORM) $(SFORM) $(SFORM1)

cleanC:
	rm -f $(OBJ)

clean: cleanC cleanF

cleanlib: clean
	rm -f $(LIBZ) core