summaryrefslogtreecommitdiff
path: root/module_test/src
diff options
context:
space:
mode:
Diffstat (limited to 'module_test/src')
-rw-r--r--module_test/src/Makefile21
1 files changed, 0 insertions, 21 deletions
diff --git a/module_test/src/Makefile b/module_test/src/Makefile
deleted file mode 100644
index 233bd20..0000000
--- a/module_test/src/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-all:
- $(MAKE) -f Makefile_v4
-
-clean:
- rm -rf *.o *.so gtest_sapp_v3 gtest_sapp_v4 build/*
-
-#version 3.0
-install3:
- cp gtest_sapp_v3 /home/lijia/run/benchmark_v3/
- cp gtest_sapp.so /home/lijia/run/benchmark_v3/plug/business/gtest_sapp/gtest_sapp.so
-
-#version 4.0
-install:
- $(MAKE) -f Makefile_v4 install
-
-install4:
- $(MAKE) -f Makefile_v4 install
-
-#benchmark
-installb:
- cp sapp_benchmark.so ../sapp_benchmark/plug/business/sapp_benchmark