]> andersk Git - moira.git/commitdiff
renamed personel to employee; punted regtape program
authormar <mar>
Thu, 8 Mar 1990 17:25:23 +0000 (17:25 +0000)
committermar <mar>
Thu, 8 Mar 1990 17:25:23 +0000 (17:25 +0000)
regtape/Makefile

index cd3e7ef09b5995f87bba5b340fac070070ec3b5a..9c9cfbe2012a9d25caeff1003982c7ee58d3775a 100644 (file)
@@ -6,7 +6,7 @@
 #
 #      Makefile for the sms stuff --mark roman 7/6/87
 #
-CFILES = adduser.c rafnu.c students.c personel.c
+CFILES = rafnu.c students.c employee.c
 
 LIBS   =  -L../lib -lsms -lgdb -lcom_err -lzephyr -lkrb -ldes \
        /usr/rtingres/lib/libqlib /usr/rtingres/lib/compatlib
@@ -18,43 +18,37 @@ CFLAGS  = -I../include
        rm -f $*.c
        /usr/rtingres/bin/eqc -p $*
 
-all:   regtape students personel
-
-regtape: adduser.o rafnu.o
-       cc -o regtape adduser.o rafnu.o ../server/libsmsglue.a $(LIBS)
+all:   students employee
 
 students: students.o rafnu.o
        cc -o students students.o rafnu.o $(LIBS)
 
-personel: personel.o rafnu.o
-       cc -o personel personel.o rafnu.o $(LIBS)
+employee: employee.o rafnu.o
+       cc -o employee employee.o rafnu.o $(LIBS)
 
 clean: 
-       rm -f regtape students personel core
-       rm -f students.c personel.c
+       rm -f regtape students employee core
+       rm -f students.c employee.c
        rm -f *~ *.o
 
 lint: 
        lint $(CFILES)
 
-install: regtape students personel
-       install -c regtape ../bin/regtape
+install: students employee
        install -c students ../bin/students
-       install -c personel ../bin/personel
+       install -c employee ../bin/employee
 
 depend:        ${CFILES}
        mkdep ${CFLAGS} ${CFILES}
 
 # DO NOT DELETE THIS LINE -- mkdep uses it.
 
-adduser.o: adduser.c /usr/include/stdio.h /usr/include/sys/time.h
-adduser.o: /usr/include/sys/time.h ../include/sms.h ../include/sms_et.h
 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
-personel.o: personel.c /usr/include/stdio.h /usr/include/strings.h
-personel.o: /usr/include/ctype.h /usr/include/sys/time.h
-personel.o: /usr/include/sys/time.h ../include/sms.h ../include/sms_et.h
-personel.o: ../include/sms_app.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
This page took 0.042169 seconds and 5 git commands to generate.