]> andersk Git - moira.git/commitdiff
added depend target; renamed smstest to mrtest
authormar <mar>
Mon, 4 Dec 1989 12:48:18 +0000 (12:48 +0000)
committermar <mar>
Mon, 4 Dec 1989 12:48:18 +0000 (12:48 +0000)
clients/mrtest/Makefile

index 737ca36bd887b088a62380eaf283b1f6c2ddfc9d..3dee0627e1c92a4c9c4b4bcf70764d5815d1ef2d 100644 (file)
 LIBS = ../rpc/libsms.a ../gdb/libgdb.a 
 LLIBS= -L../lib -lkrb -ldes -lss -lcom_err -lm -lc 
 
+SRCS= test.c
+
 COPTS= -O
 
 INCDIRS=-I../include
 
 CFLAGS= ${INCDIRS} ${COPTS}
 
-.SUFFIXES: .ct
+.SUFFIXES: .ct .c .o
 
 .ct.o: ; ../ss/make_commands $*.ct
 
-all: smstest
+all: mrtest
 
-smstest: test_cmds.o test.o ${LIBS} 
-       rm -f smstest
+mrtest: test_cmds.o test.o ${LIBS} 
+       rm -f mrtest
        cc ${COPTS} -o $@ test_cmds.o test.o ${LIBS} ${LLIBS}
 
 clean:
        rm -f *.o core \#* *~ gmon.out
-       rm -f smstest
+       rm -f mrtest
+
+install: mrtest
+       install -s mrtest ${DESTDIR}/usr/etc/mrtest
+
+depend:
+       mkdep ${CFLAGS} ${SRCS}
+
+# DO NOT DELETE THIS LINE -- mkdep uses it.
 
-install: smstest
-       install -s smstest ${DESTDIR}/usr/etc/smstest
+test.o: test.c ../include/mit-copyright.h /usr/include/stdio.h
+test.o: /usr/include/sys/file.h /usr/include/ctype.h ../include/sms.h
+test.o: ../include/sms_et.h ../include/ss.h
This page took 0.038834 seconds and 5 git commands to generate.