|
DataMuseum.dkPresents historical artifacts from the history of: Commodore CBM-900 |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about Commodore CBM-900 Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - download
Length: 594 (0x252) Types: TextFile Notes: UNIX file Names: »Makefile«
└─⟦f27320a65⟧ Bits:30001972 Commodore 900 hard disk image with partial source code └─⟦2d53db1df⟧ UNIX Filesystem └─ ⟦this⟧ »frankh/format/Makefile«
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