]> andersk Git - moira.git/blobdiff - clients/mrtest/Makefile
Added support for verbose commandline options, changed usage message,
[moira.git] / clients / mrtest / Makefile
index 972812b00bddcc4c5ec643fa2fd79cfdadc086b9..52855f442c38e32eceadadda67dd248363772b60 100644 (file)
@@ -17,19 +17,19 @@ CFLAGS= ${INCDIRS} ${COPTS}
 
 .ct.o: ; make_commands $*.ct
 
-all: smstest smsfinger
+all: smstest
 
-smstest: test_cmds.o test.o ${LIBS} 
-       cc ${COPTS} -o $@ test_cmds.o test.o ${LIBS} ${LLIBS}
+smstest: test_cmds.o test.o execute_cmd.o ${LIBS} 
+       rm -f smstest
+       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.031529 seconds and 4 git commands to generate.