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

⟦1fa3d31e7⟧ TextFile

    Length: 274 (0x112)
    Types: TextFile
    Notes: UNIX file
    Names: »run«

Derivation

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

TextFile



cc -O -c *.c
ar rc libm.a\
	jn.o\
	acos.o\
	asin.o\
	atan2.o\
	cabs.o\
	ceil.o\
	cos.o\
	cosh.o\
	fabs.o\
	floor.o\
	hypot.o\
	sin.o\
	sinh.o\
	sqrt.o\
	tan.o\
	tanh.o\
	atan.o\
	pow.o\
	log.o\
	log10.o\
	exp.o\
	j0.o\
	j1.o\
	pol.o\
	two.o\
	;
echo mv libm.a /lib
rm *.o