DataMuseum.dk

Presents historical artifacts from the history of:

Regnecentalen RC-900

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

See our Wiki for more about Regnecentalen RC-900

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦71ea1835a⟧ TextFile

    Length: 424 (0x1a8)
    Types: TextFile
    Notes: UNIX file
    Names: »makefile«

Derivation

└─⟦0cfe73749⟧ Bits:30004154/config.imd SW95707I VP/ix MS-DOS emulator Rel. 1.1
└─⟦0cfe73749⟧ UNIX Filesystem
    └─⟦this⟧ »vc/new/usr/vpix/src/channels/makefile« 

TextFile

# makefile for making UNIX portion of sample channels application

CFLAGS = -O -DVPIX -I/usr/vpix/etc/conf

uchan.o:	/usr/vpix/etc/conf/gdi.h

clean:
	rm -f uchan.o

clobber:	clean

install:	uchan.o
	if [ ! -d /usr/vpix/etc/conf/uchan ] ; then \
		mkdir /usr/vpix/etc/conf/uchan ; fi
	cp uchan.o /usr/vpix/etc/conf/uchan
	@echo
	@echo "Use ectinstall to register uchan as a VP/ix IEM."
	@echo "Use ectbuild to remake vpix."