DataMuseum.dk

Presents historical artifacts from the history of:

Commodore CBM-900

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

See our Wiki for more about Commodore CBM-900

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download

⟦1426e55d7⟧ TextFile

    Length: 594 (0x252)
    Types: TextFile
    Notes: UNIX file
    Names: »Makefile«

Derivation

└─⟦f27320a65⟧ Bits:30001972 Commodore 900 hard disk image with partial source code
    └─⟦2d53db1df⟧ UNIX Filesystem
        └─ ⟦this⟧ »frankh/format/Makefile« 

TextFile

SOURCES = tfd8.c trw8.c tsc8.c twds.s pattern.c
HEADERS =
CFLAGS = -I/usr/hr/hdr -I.
OBJS = twds.o pattern.o
CC = CC

WD:	tfd8.o $(OBJS)
	ld -o WD tfd8.o $(OBJS) -kcoherent
WDNI:	tnd8.o $(OBJS)
	ld -o WDNI tnd8.o $(OBJS) -kcoherent
WDTST:	trw8.o $(OBJS)
	ld -o WDTST trw8.o $(OBJS) -kcoherent
WDSCAN:	tsc8.o $(OBJS)
	ld -o WDSCAN tsc8.o $(OBJS) -kcoherent
tfd8.o:	tfd8.c
	$(CC) tfd8.c
trw8.o:	trw8.c
	$(CC) -DNOINTERRUPTS trw8.c
tsc8.o:	tsc8.c
	$(CC) -DNOINTERRUPTS tsc8.c
tnd8.o:	tfd8.c
	$(CC) -o tnd8.o -DNOINTERRUPTS tfd8.c
twds.o:	twds.s
	$(CC) twds.s
pattern.o:	pattern.c
	$(CC) pattern.c