Update configuration files for the perl based makedevops script.

Submitted by: Nick Hibma <nick.hibma@jrc.it>
Approved by:  Doug Rabson <dfr@nlsystems.com>
This commit is contained in:
nsouch 1998-11-08 18:39:57 +00:00
parent dc45a79b52
commit 3c1698865a
3 changed files with 38 additions and 38 deletions

View File

@ -1,7 +1,7 @@
# This file tells config what files go into building a kernel,
# files marked standard are always included.
#
# $Id: files.alpha,v 1.10 1998/09/17 09:38:36 dfr Exp $
# $Id: files.alpha,v 1.11 1998/10/10 18:32:18 gpalmer Exp $
#
# The long compile-with and dependency lines are required because of
# limitations in config: backslash-newline doesn't work in strings, and
@ -64,13 +64,13 @@ clock_if.o standard \
compile-with "${NORMAL_C}" \
no-implicit-rule local
clock_if.c standard \
dependency "$S/kern/makedevops.sh $S/alpha/alpha/clock_if.m" \
compile-with "sh $S/kern/makedevops.sh -c $S/alpha/alpha/clock_if.m" \
dependency "$S/kern/makedevops.pl $S/alpha/alpha/clock_if.m" \
compile-with "perl $S/kern/makedevops.pl -c $S/alpha/alpha/clock_if.m" \
no-obj no-implicit-rule before-depend local \
clean "clock_if.c"
clock_if.h standard \
dependency "$S/kern/makedevops.sh $S/alpha/alpha/clock_if.m" \
compile-with "sh $S/kern/makedevops.sh -h $S/alpha/alpha/clock_if.m" \
dependency "$S/kern/makedevops.pl $S/alpha/alpha/clock_if.m" \
compile-with "perl $S/kern/makedevops.pl -h $S/alpha/alpha/clock_if.m" \
no-obj no-implicit-rule before-depend \
clean "clock_if.h"
alpha/alpha/diskslice_machdep.c standard
@ -96,13 +96,13 @@ mcclock_if.o standard \
compile-with "${NORMAL_C}" \
no-implicit-rule local
mcclock_if.c standard \
dependency "$S/kern/makedevops.sh $S/dev/dec/mcclock_if.m" \
compile-with "sh $S/kern/makedevops.sh -c $S/dev/dec/mcclock_if.m" \
dependency "$S/kern/makedevops.pl $S/dev/dec/mcclock_if.m" \
compile-with "perl $S/kern/makedevops.pl -c $S/dev/dec/mcclock_if.m" \
no-obj no-implicit-rule before-depend local \
clean "mcclock_if.c"
mcclock_if.h standard \
dependency "$S/kern/makedevops.sh $S/dev/dec/mcclock_if.m" \
compile-with "sh $S/kern/makedevops.sh -h $S/dev/dec/mcclock_if.m" \
dependency "$S/kern/makedevops.pl $S/dev/dec/mcclock_if.m" \
compile-with "perl $S/kern/makedevops.pl -h $S/dev/dec/mcclock_if.m" \
no-obj no-implicit-rule before-depend \
clean "mcclock_if.h"
alpha/pci/cia.c optional cia

View File

@ -20,13 +20,13 @@ device_if.o standard \
compile-with "${NORMAL_C}" \
no-implicit-rule local
device_if.c standard \
dependency "$S/kern/makedevops.sh $S/kern/device_if.m" \
compile-with "sh $S/kern/makedevops.sh -c $S/kern/device_if.m" \
dependency "$S/kern/makedevops.pl $S/kern/device_if.m" \
compile-with "perl $S/kern/makedevops.pl -c $S/kern/device_if.m" \
no-obj no-implicit-rule before-depend local \
clean "device_if.c"
device_if.h standard \
dependency "$S/kern/makedevops.sh $S/kern/device_if.m" \
compile-with "sh $S/kern/makedevops.sh -h $S/kern/device_if.m" \
dependency "$S/kern/makedevops.pl $S/kern/device_if.m" \
compile-with "perl $S/kern/makedevops.pl -h $S/kern/device_if.m" \
no-obj no-implicit-rule before-depend \
clean "device_if.h"
bus_if.o standard \
@ -34,13 +34,13 @@ bus_if.o standard \
compile-with "${NORMAL_C}" \
no-implicit-rule local
bus_if.c standard \
dependency "$S/kern/makedevops.sh $S/kern/bus_if.m" \
compile-with "sh $S/kern/makedevops.sh -c $S/kern/bus_if.m" \
dependency "$S/kern/makedevops.pl $S/kern/bus_if.m" \
compile-with "perl $S/kern/makedevops.pl -c $S/kern/bus_if.m" \
no-obj no-implicit-rule before-depend local \
clean "bus_if.c"
bus_if.h standard \
dependency "$S/kern/makedevops.sh $S/kern/bus_if.m" \
compile-with "sh $S/kern/makedevops.sh -h $S/kern/bus_if.m" \
dependency "$S/kern/makedevops.pl $S/kern/bus_if.m" \
compile-with "perl $S/kern/makedevops.pl -h $S/kern/bus_if.m" \
no-obj no-implicit-rule before-depend \
clean "bus_if.h"
coda/coda_namecache.c optional vcoda
@ -144,13 +144,13 @@ smbus_if.o optional smbus \
compile-with "${NORMAL_C}" \
no-implicit-rule local
smbus_if.c optional smbus \
dependency "$S/kern/makedevops.sh $S/dev/smbus/smbus_if.m" \
compile-with "sh $S/kern/makedevops.sh -c $S/dev/smbus/smbus_if.m" \
dependency "$S/kern/makedevops.pl $S/dev/smbus/smbus_if.m" \
compile-with "perl $S/kern/makedevops.pl -c $S/dev/smbus/smbus_if.m" \
no-obj no-implicit-rule before-depend local \
clean "smbus_if.c"
smbus_if.h optional smbus \
dependency "$S/kern/makedevops.sh $S/dev/smbus/smbus_if.m" \
compile-with "sh $S/kern/makedevops.sh -h $S/dev/smbus/smbus_if.m" \
dependency "$S/kern/makedevops.pl $S/dev/smbus/smbus_if.m" \
compile-with "perl $S/kern/makedevops.pl -h $S/dev/smbus/smbus_if.m" \
no-obj no-implicit-rule before-depend \
clean "smbus_if.h"
dev/smbus/smbconf.c optional smbus
@ -162,13 +162,13 @@ iicbb_if.o optional iicbb \
compile-with "${NORMAL_C}" \
no-implicit-rule local
iicbb_if.c optional iicbb \
dependency "$S/kern/makedevops.sh $S/dev/iicbus/iicbb_if.m" \
compile-with "sh $S/kern/makedevops.sh -c $S/dev/iicbus/iicbb_if.m" \
dependency "$S/kern/makedevops.pl $S/dev/iicbus/iicbb_if.m" \
compile-with "perl $S/kern/makedevops.pl -c $S/dev/iicbus/iicbb_if.m" \
no-obj no-implicit-rule before-depend local \
clean "iicbb_if.c"
iicbb_if.h optional iicbb \
dependency "$S/kern/makedevops.sh $S/dev/iicbus/iicbb_if.m" \
compile-with "sh $S/kern/makedevops.sh -h $S/dev/iicbus/iicbb_if.m" \
dependency "$S/kern/makedevops.pl $S/dev/iicbus/iicbb_if.m" \
compile-with "perl $S/kern/makedevops.pl -h $S/dev/iicbus/iicbb_if.m" \
no-obj no-implicit-rule before-depend \
clean "iicbb_if.h"
dev/iicbus/iicsmb.c optional iicsmb \
@ -178,13 +178,13 @@ iicbus_if.o optional iicbus \
compile-with "${NORMAL_C}" \
no-implicit-rule local
iicbus_if.c optional iicbus \
dependency "$S/kern/makedevops.sh $S/dev/iicbus/iicbus_if.m" \
compile-with "sh $S/kern/makedevops.sh -c $S/dev/iicbus/iicbus_if.m" \
dependency "$S/kern/makedevops.pl $S/dev/iicbus/iicbus_if.m" \
compile-with "perl $S/kern/makedevops.pl -c $S/dev/iicbus/iicbus_if.m" \
no-obj no-implicit-rule before-depend local \
clean "iicbus_if.c"
iicbus_if.h optional iicbus \
dependency "$S/kern/makedevops.sh $S/dev/iicbus/iicbus_if.m" \
compile-with "sh $S/kern/makedevops.sh -h $S/dev/iicbus/iicbus_if.m" \
dependency "$S/kern/makedevops.pl $S/dev/iicbus/iicbus_if.m" \
compile-with "perl $S/kern/makedevops.pl -h $S/dev/iicbus/iicbus_if.m" \
no-obj no-implicit-rule before-depend \
clean "iicbus_if.h"
dev/iicbus/iiconf.c optional iicbus

View File

@ -1,7 +1,7 @@
# This file tells config what files go into building a kernel,
# files marked standard are always included.
#
# $Id: files.alpha,v 1.10 1998/09/17 09:38:36 dfr Exp $
# $Id: files.alpha,v 1.11 1998/10/10 18:32:18 gpalmer Exp $
#
# The long compile-with and dependency lines are required because of
# limitations in config: backslash-newline doesn't work in strings, and
@ -64,13 +64,13 @@ clock_if.o standard \
compile-with "${NORMAL_C}" \
no-implicit-rule local
clock_if.c standard \
dependency "$S/kern/makedevops.sh $S/alpha/alpha/clock_if.m" \
compile-with "sh $S/kern/makedevops.sh -c $S/alpha/alpha/clock_if.m" \
dependency "$S/kern/makedevops.pl $S/alpha/alpha/clock_if.m" \
compile-with "perl $S/kern/makedevops.pl -c $S/alpha/alpha/clock_if.m" \
no-obj no-implicit-rule before-depend local \
clean "clock_if.c"
clock_if.h standard \
dependency "$S/kern/makedevops.sh $S/alpha/alpha/clock_if.m" \
compile-with "sh $S/kern/makedevops.sh -h $S/alpha/alpha/clock_if.m" \
dependency "$S/kern/makedevops.pl $S/alpha/alpha/clock_if.m" \
compile-with "perl $S/kern/makedevops.pl -h $S/alpha/alpha/clock_if.m" \
no-obj no-implicit-rule before-depend \
clean "clock_if.h"
alpha/alpha/diskslice_machdep.c standard
@ -96,13 +96,13 @@ mcclock_if.o standard \
compile-with "${NORMAL_C}" \
no-implicit-rule local
mcclock_if.c standard \
dependency "$S/kern/makedevops.sh $S/dev/dec/mcclock_if.m" \
compile-with "sh $S/kern/makedevops.sh -c $S/dev/dec/mcclock_if.m" \
dependency "$S/kern/makedevops.pl $S/dev/dec/mcclock_if.m" \
compile-with "perl $S/kern/makedevops.pl -c $S/dev/dec/mcclock_if.m" \
no-obj no-implicit-rule before-depend local \
clean "mcclock_if.c"
mcclock_if.h standard \
dependency "$S/kern/makedevops.sh $S/dev/dec/mcclock_if.m" \
compile-with "sh $S/kern/makedevops.sh -h $S/dev/dec/mcclock_if.m" \
dependency "$S/kern/makedevops.pl $S/dev/dec/mcclock_if.m" \
compile-with "perl $S/kern/makedevops.pl -h $S/dev/dec/mcclock_if.m" \
no-obj no-implicit-rule before-depend \
clean "mcclock_if.h"
alpha/pci/cia.c optional cia