]> andersk Git - moira.git/commitdiff
sms -> moira
authormar <mar>
Mon, 19 Mar 1990 21:55:35 +0000 (21:55 +0000)
committermar <mar>
Mon, 19 Mar 1990 21:55:35 +0000 (21:55 +0000)
regtape/Makefile
regtape/employee.dc
regtape/students.dc

index 9c9cfbe2012a9d25caeff1003982c7ee58d3775a..b38e02a636df97d7459bfe64d9bff0d4ef40ac1a 100644 (file)
@@ -4,11 +4,11 @@
 #
 
 #
-#      Makefile for the sms stuff --mark roman 7/6/87
+#      Makefile for the moira stuff --mark roman 7/6/87
 #
 CFILES = rafnu.c students.c employee.c
 
-LIBS   =  -L../lib -lsms -lgdb -lcom_err -lzephyr -lkrb -ldes \
+LIBS   =  -L../lib -lmoira -lgdb -lcom_err -lzephyr -lkrb -ldes \
        /usr/rtingres/lib/libqlib /usr/rtingres/lib/compatlib
 CFLAGS  = -I../include
 
@@ -46,9 +46,9 @@ depend:       ${CFILES}
 rafnu.o: rafnu.c /usr/include/stdio.h /usr/include/ctype.h
 students.o: students.c /usr/include/stdio.h /usr/include/strings.h
 students.o: /usr/include/ctype.h /usr/include/sys/time.h
-students.o: /usr/include/sys/time.h ../include/sms.h ../include/sms_et.h
-students.o: ../include/sms_app.h ../include/mit-copyright.h
+students.o: /usr/include/sys/time.h ../include/moira.h ../include/mr_et.h
+students.o: ../include/moira_site.h ../include/mit-copyright.h
 employee.o: employee.c /usr/include/stdio.h /usr/include/strings.h
 employee.o: /usr/include/ctype.h /usr/include/sys/time.h
-employee.o: /usr/include/sys/time.h ../include/sms.h ../include/sms_et.h
-employee.o: ../include/sms_app.h ../include/mit-copyright.h
+employee.o: /usr/include/sys/time.h ../include/moira.h ../include/mr_et.h
+employee.o: ../include/moira_site.h ../include/mit-copyright.h
index 5d3c98eec62e3d6e4dfda7f9c207712b1fa43d8e..318a2e93eb07a3512446a5a351af33d2a49216eb 100644 (file)
@@ -5,8 +5,8 @@
 #include <strings.h>
 #include <ctype.h>
 #include <sys/time.h>
-#include <sms.h>
-#include <sms_app.h>
+#include <moira.h>
+#include <moira_site.h>
 
 
 ##define WHO 11859             /* root */
index 264183f4e87edf00c90eca8ee01a8d1558d3c61d..b9f28337f26caff71a6eb4223a37e0531d63674a 100644 (file)
@@ -5,8 +5,8 @@
 #include <strings.h>
 #include <ctype.h>
 #include <sys/time.h>
-#include <sms.h>
-#include <sms_app.h>
+#include <moira.h>
+#include <moira_site.h>
 
 
 ##define WHO 11859             /* root */
This page took 0.092442 seconds and 5 git commands to generate.