Lines Matching refs:xo
14 .SUFFIXES: .c .so .xo .o
18 .c.xo:
21 helloworld.xo: ../redismodule.h
23 helloworld.so: helloworld.xo
26 hellotype.xo: ../redismodule.h
28 hellotype.so: hellotype.xo
31 helloblock.xo: ../redismodule.h
33 helloblock.so: helloblock.xo
36 hellocluster.xo: ../redismodule.h
38 hellocluster.so: hellocluster.xo
41 hellotimer.xo: ../redismodule.h
43 hellotimer.so: hellotimer.xo
46 hellodict.xo: ../redismodule.h
48 hellodict.so: hellodict.xo
50 testmodule.xo: ../redismodule.h
52 testmodule.so: testmodule.xo
56 rm -rf *.xo *.so