|
|
DataMuseum.dkPresents historical artifacts from the history of: ICL Comet 32 |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about ICL Comet 32 Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 342 (0x156)
Types: TextFile
Notes: UNIX file
Names: »makefile«
└─⟦26887b7e0⟧ Bits:30009717 Comet 32 harddisk image
└─⟦28c352965⟧ »/a« UNIX Filesystem
└─⟦this⟧ »usr/include/local/makefile«
#
# makefile: version 1.3 of 3/15/83
# Mesa Unix System Makefile
#
# Copyright (c) 1982 National Semiconductor Corporation
#
#
# Recreate system include files from their corresponding sccs files.
#
STD = /v/mesaux/usr/include/local
STDINC = uparm.h
all: ${STDINC}
${STDINC}:
sccs -d${STD} get $@
install: all
clean:
rm -f ${STDINC}