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

⟦a587ec96a⟧ TextFile

    Length: 174 (0xae)
    Types: TextFile
    Notes: UNIX file
    Names: »makefile«

Derivation

└─⟦f27320a65⟧ Bits:30001972 Commodore 900 hard disk image with partial source code
    └─⟦f4b8d8c84⟧ UNIX V7 Filesystem
        └─ ⟦this⟧ »cmd/awk/makefile« 

TextFile

CFLAGS= -f -O
OBJECTS=awk.o awk0.o awk1.o awk2.o awk3.o awk4.o awk5.o awk6.o

awk: $(OBJECTS)
	cc -fi -o awk $(OBJECTS) -lm

$(OBJECTS): awk.h

awk.o:	awk.y

awk1.o: y.tab.h