]> andersk Git - moira.git/commitdiff
remove smsfinger; add execute_cmd from libss to make "'s work
authormar <mar>
Thu, 21 Jul 1988 15:06:22 +0000 (15:06 +0000)
committermar <mar>
Thu, 21 Jul 1988 15:06:22 +0000 (15:06 +0000)
clients/mrtest/Makefile

index dabeb842809bcae7c5ee1915c3495ce5251f5874..52855f442c38e32eceadadda67dd248363772b60 100644 (file)
@@ -17,20 +17,19 @@ CFLAGS= ${INCDIRS} ${COPTS}
 
 .ct.o: ; make_commands $*.ct
 
-all: smstest smsfinger
+all: smstest
 
-smstest: test_cmds.o test.o ${LIBS} 
+smstest: test_cmds.o test.o execute_cmd.o ${LIBS} 
        rm -f smstest
-       cc ${COPTS} -o $@ test_cmds.o test.o ${LIBS} ${LLIBS}
+       cc ${COPTS} -o $@ test_cmds.o test.o execute_cmd.o \
+               ${LIBS} ${LLIBS}
 
-smsfinger: smsfinger.o ${LIBS} 
-       cc ${COPTS} -o $@ smsfinger.o ${LIBS} ${LLIBS}
+execute_cmd.o: execute_cmd.c
+       cc -I/paris/source/4.3/athena.lib/ss -O -c execute_cmd.c
 
 clean:
        rm -f *.o core \#* *~ gmon.out
-       rm -f smstest smsfinger
+       rm -f smstest
 
 install:
        install smstest ../bin
-# NOT /usr/athena!!!
-       install smsfinger ../bin
This page took 0.043626 seconds and 5 git commands to generate.