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

⟦9609cbacc⟧ TextFile

    Length: 380 (0x17c)
    Types: TextFile
    Notes: UNIX file
    Names: »makefile«

Derivation

└─⟦f27320a65⟧ Bits:30001972 Commodore 900 hard disk image with partial source code
    └─⟦926b8033d⟧ UNIX Filesystem
        └─ ⟦this⟧ »u/demo/slide/makefile« 

TextFile

slide:	sdemo usave  dtext  sclear
	touch slide
sclear: sclear.o ldir.o
	cc sclear.o ldir.o -o sclear
dtext:	dtext.o ldir.o
	cc dtext.o ldir.o -o dtext
usave:	usave.o ldir.o 
	cc usave.o ldir.o -o usave
sdemo:	sdemo.o spencil.o srotcube.o sstars.o rand.o graph.o
	cc sdemo.o spencil.o srotcube.o sstars.o rand.o graph.o -o sdemo
macin:	macin.o graph.o
	cc macin.o graph.o -o macin