From 4b50f071cb1e9d8e79e1ff1ddac7c4e13ae77947 Mon Sep 17 00:00:00 2001 From: danw Date: Wed, 29 Jan 1997 23:18:52 +0000 Subject: [PATCH] .dc -> .pc --- gen/Imakefile | 24 ++++++++++++------------ gen/{hesiod.dc => hesiod.pc} | 0 gen/{hosts.dc => hosts.pc} | 0 gen/{mailhub.dc => mailhub.pc} | 0 gen/{moddiff.dc => moddiff.pc} | 0 gen/{networks.dc => network.pc} | 0 gen/{nfs.dc => nfs.pc} | 0 gen/{passwd.dc => passwd.pc} | 0 gen/{pobox.dc => pobox.pc} | 0 gen/{sis.dc => sis.pc} | 2 +- regtape/Imakefile | 2 +- regtape/{employee.dc => employee.pc} | 0 regtape/{sign.dc => sign.pc} | 0 regtape/{students.dc => students.pc} | 0 regtape/{verify.dc => verify.pc} | 0 regtape/{vote.dc => vote.pc} | 0 16 files changed, 14 insertions(+), 14 deletions(-) rename gen/{hesiod.dc => hesiod.pc} (100%) rename gen/{hosts.dc => hosts.pc} (100%) rename gen/{mailhub.dc => mailhub.pc} (100%) rename gen/{moddiff.dc => moddiff.pc} (100%) rename gen/{networks.dc => network.pc} (100%) rename gen/{nfs.dc => nfs.pc} (100%) rename gen/{passwd.dc => passwd.pc} (100%) rename gen/{pobox.dc => pobox.pc} (100%) rename gen/{sis.dc => sis.pc} (99%) rename regtape/{employee.dc => employee.pc} (100%) rename regtape/{sign.dc => sign.pc} (100%) rename regtape/{students.dc => students.pc} (100%) rename regtape/{verify.dc => verify.pc} (100%) rename regtape/{vote.dc => vote.pc} (100%) diff --git a/gen/Imakefile b/gen/Imakefile index ddb7c10f..8be5aac0 100644 --- a/gen/Imakefile +++ b/gen/Imakefile @@ -12,26 +12,26 @@ SRCDIR = $(SRCTOP)/gen #ifdef GDSS SRCS = util.c moddiff.c passwd.c hesiod.c \ nfs.c mailhub.c sis.c pobox.c \ - hosts.c networks.c + hosts.c network.c OBJS = util.o moddiff.o passwd.o hesiod.o \ nfs.o mailhub.o sis.o pobox.o \ - hosts.o networks.o -CODE = util.c moddiff.dc passwd.dc hesiod.dc \ - nfs.dc mailhub.dc sis.dc pobox.dc \ - hosts.dc networks.dc + hosts.o network.o +CODE = util.c moddiff.pc passwd.pc hesiod.pc \ + nfs.pc mailhub.pc sis.pc pobox.pc \ + hosts.pc network.pc LIBS = -L/usr/athena/lib ../lib/libmoira.a -lcom_err -lzephyr \ ../server/libmrglue.a $(LIBGDSS) -lkrb -ldes -lhesiod ${SQL_LIB} DEFINES = $(GDSSINC) #else /* GDSS */ SRCS = util.c moddiff.c passwd.c hesiod.c \ nfs.c mailhub.c pobox.c \ - hosts.c networks.c + hosts.c network.c OBJS = util.o moddiff.o passwd.o hesiod.o \ nfs.o mailhub.o pobox.o \ - hosts.o networks.o -CODE = util.c moddiff.dc passwd.dc hesiod.dc \ - nfs.dc mailhub.dc pobox.dc \ - hosts.dc networks.dc + hosts.o network.o +CODE = util.c moddiff.pc passwd.pc hesiod.pc \ + nfs.pc mailhub.pc pobox.pc \ + hosts.pc network.pc LIBS = -L/usr/athena/lib ../lib/libmoira.a -lcom_err -lzephyr \ ../server/libmrglue.a -lkrb -ldes -lhesiod ${SQL_LIB} DEFINES = @@ -55,5 +55,5 @@ program(pobox.gen, pobox.o util.o moddiff.o,${MR_LIBDEP},${LIBS},${PROGDIR}) sqlfile(pobox) program(hosts.gen, hosts.o util.o moddiff.o,${MR_LIBDEP},${LIBS},${PROGDIR}) sqlfile(hosts) -program(networks.gen, networks.o util.o moddiff.o,${MR_LIBDEP},${LIBS},${PROGDIR}) -sqlfile(networks) +program(network.gen, network.o util.o moddiff.o,${MR_LIBDEP},${LIBS},${PROGDIR}) +sqlfile(network) diff --git a/gen/hesiod.dc b/gen/hesiod.pc similarity index 100% rename from gen/hesiod.dc rename to gen/hesiod.pc diff --git a/gen/hosts.dc b/gen/hosts.pc similarity index 100% rename from gen/hosts.dc rename to gen/hosts.pc diff --git a/gen/mailhub.dc b/gen/mailhub.pc similarity index 100% rename from gen/mailhub.dc rename to gen/mailhub.pc diff --git a/gen/moddiff.dc b/gen/moddiff.pc similarity index 100% rename from gen/moddiff.dc rename to gen/moddiff.pc diff --git a/gen/networks.dc b/gen/network.pc similarity index 100% rename from gen/networks.dc rename to gen/network.pc diff --git a/gen/nfs.dc b/gen/nfs.pc similarity index 100% rename from gen/nfs.dc rename to gen/nfs.pc diff --git a/gen/passwd.dc b/gen/passwd.pc similarity index 100% rename from gen/passwd.dc rename to gen/passwd.pc diff --git a/gen/pobox.dc b/gen/pobox.pc similarity index 100% rename from gen/pobox.dc rename to gen/pobox.pc diff --git a/gen/sis.dc b/gen/sis.pc similarity index 99% rename from gen/sis.dc rename to gen/sis.pc index e7b0b6e6..3c575037 100644 --- a/gen/sis.dc +++ b/gen/sis.pc @@ -19,7 +19,7 @@ #include #include #include -#include +#include #include #include EXEC SQL INCLUDE sqlca; diff --git a/regtape/Imakefile b/regtape/Imakefile index 39260ce6..de90c36f 100644 --- a/regtape/Imakefile +++ b/regtape/Imakefile @@ -8,7 +8,7 @@ # Imakefile for moira regtape programs. SRCS= students.c employee.c sign.c verify.c vote.c rafnu.c -CODE= students.dc employee.dc sign.dc verify.dc vote.dc rafnu.c +CODE= students.pc employee.pc sign.pc verify.pc vote.pc rafnu.c SRCDIR = $(SRCTOP)/regtape DEFINES = $(GDSSINC) sqlrule() diff --git a/regtape/employee.dc b/regtape/employee.pc similarity index 100% rename from regtape/employee.dc rename to regtape/employee.pc diff --git a/regtape/sign.dc b/regtape/sign.pc similarity index 100% rename from regtape/sign.dc rename to regtape/sign.pc diff --git a/regtape/students.dc b/regtape/students.pc similarity index 100% rename from regtape/students.dc rename to regtape/students.pc diff --git a/regtape/verify.dc b/regtape/verify.pc similarity index 100% rename from regtape/verify.dc rename to regtape/verify.pc diff --git a/regtape/vote.dc b/regtape/vote.pc similarity index 100% rename from regtape/vote.dc rename to regtape/vote.pc -- 2.45.2