Source code upload

This commit is contained in:
calmsacibis995
2022-09-29 17:59:04 +03:00
parent 72fa9da3d7
commit 8fc8fa8089
33399 changed files with 11964078 additions and 0 deletions
+34
View File
@@ -0,0 +1,34 @@
#
# Copyright 1994 Silicon Graphics, Inc. All rights reserved.
#
# Makefile for REACT/pro Documents
#
#
DEPTH=..
include $(DEPTH)/Makedefs
#
#
SUBDIRS= frs_book gintr_book techrep_book
default: ${_FORCE}
@for d in ${SUBDIRS}; do \
${ECHO} "\tcd $$d; ${MAKE}"; \
cd $$d; ${MAKE}; cd ..; \
done
COMMONPREF=react
include ${COMMONRULES}
install ${COMMONTARGS}:
@for d in ${SUBDIRS}; do \
${ECHO} "\tcd $$d; ${MAKE} $@"; \
cd $$d; ${MAKE} $@; cd ..; \
done
${SUBDIRS}: ${_FORCE}
cd $@; ${MAKE}
.PRECIOUS: ${SUBDIRS}
_force:
+21
View File
@@ -0,0 +1,21 @@
#
# Makefile for installing Documents (in PostScript format)
#
DEPTH=../..
include ${DEPTH}/Makedefs
CLIENT=FrameSchedProgManual.ps
FrameSchedProgManual.ps: frs_pm4.ps
cp frs_pm4.ps FrameSchedProgManual.ps
TARGETS= ${CLIENT}
default: ${TARGETS}
install: default
$(INSTALL) -idb "react.sw.frs" -F /usr/react/docs ${CLIENT}
clobber:
rm -f FrameSchedProgManual.ps
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large Load Diff
Binary file not shown.
+21
View File
@@ -0,0 +1,21 @@
#
# Makefile for installing Documents (in PostScript format)
#
DEPTH=../..
include ${DEPTH}/Makedefs
CLIENT=GroupIntrKernelInterface.ps
GroupIntrKernelInterface.ps: groupintr.ps
cp groupintr.ps GroupIntrKernelInterface.ps
TARGETS= ${CLIENT}
default: ${TARGETS}
install: default
$(INSTALL) -idb "react.sw.frs" -F /usr/react/docs ${CLIENT}
clobber:
rm -f GroupIntrKernelInterface.ps
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large Load Diff
+21
View File
@@ -0,0 +1,21 @@
#
# Makefile for installing Documents (in PostScript format)
#
DEPTH=../..
include ${DEPTH}/Makedefs
CLIENT=TechnicalReport.ps
TechnicalReport.ps: techrep.ps
cp techrep.ps TechnicalReport.ps
TARGETS= ${CLIENT}
default: ${TARGETS}
install: default
$(INSTALL) -idb "react.sw.frs" -F /usr/react/docs ${CLIENT}
clobber:
rm -f TechnicalReport.ps
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long