#!/bin/csh
if { cmp init.mod~ init.mod } then
	diff init.mod-1 init.mod+1 | cmp - init.diffs
endif
if { cmp initMisc.mod~ initMisc.mod } then
	diff initMisc.mod-1 initMisc.mod+1 | cmp - initMisc.diffs
endif
if { cmp initTerm.mod~ initTerm.mod } then
	diff initTerm.mod-1 initTerm.mod+1 | cmp - initTerm.diffs
endif
if { cmp rw.mod~ rw.mod } then
	diff rw.mod-1 rw.mod+1 | cmp - rw.diffs
endif
if { cmp strio.mod~ strio.mod } then
	diff strio.mod-1 strio.mod+1 | cmp - strio.diffs
endif
if { cmp NKSR.def~ NKSR.def } then
	diff NKSR.def-1 NKSR.def+1 | cmp - NKSR.diffs
endif
if { cmp Nlib.mod~ Nlib.mod } then
	diff Nlib.mod-1 Nlib.mod+1 | cmp - Nlib.diffs
endif
if { cmp NPI.mod~ NPI.mod } then
	diff NPI.mod-1 NPI.mod+1 | cmp - NPI.diffs
endif
if { cmp ipcPI.mod~ ipcPI.mod } then
	diff ipcPI.mod-1 ipcPI.mod+1 | cmp - ipcPI.diffs
endif
if { cmp timePI.mod~ timePI.mod } then
	diff timePI.mod-1 timePI.mod+1 | cmp - timePI.diffs
endif
if { cmp sigPI.mod~ sigPI.mod } then
	diff sigPI.mod-1 sigPI.mod+1 | cmp - sigPI.diffs
endif
if { cmp iocPI.mod~ iocPI.mod } then
	diff iocPI.mod-1 iocPI.mod+1 | cmp - iocPI.diffs
endif
cmp hardPI.mod~ hardPI.mod
if { cmp udmLib.mod~ udmLib.mod } then
	diff udmLib.mod-1 udmLib.mod+1 | cmp - udmLib.diffs
endif
if { cmp udmComm.mod~ udmComm.mod } then
	diff udmComm.mod-1 udmComm.mod+1 | cmp - udmComm.diffs
endif
if { cmp structIo.mod~ structIo.mod } then
	diff structIo.mod-1 structIo.mod+1 | cmp - structIo.diffs
endif
if { cmp PBBld.mod~ PBBld.mod } then
	diff PBBld.mod-1 PBBld.mod+1 | cmp - PBBld.diffs
endif
exit 0
