|
DataMuseum.dkPresents historical artifacts from the history of: Regnecentalen RC-900 |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about Regnecentalen RC-900 Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 424 (0x1a8) Types: TextFile Notes: UNIX file Names: »makefile«
└─⟦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«
# 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."