File tree Expand file tree Collapse file tree 4 files changed +2
-213
lines changed Expand file tree Collapse file tree 4 files changed +2
-213
lines changed Original file line number Diff line number Diff line change @@ -7,11 +7,7 @@ INCLUDE_DIR=../include
7
7
SRC_DIR =../src
8
8
IFLAGS = -I $(INCLUDE_DIR )
9
9
10
- all : test_kws test_avg_pool test_conv1d test_conv1d_depth test_conv1d_lr test_conv1d_lr_depth test_dscnn_lr test_dscnn_lr_depth_point test_fastgrnn_lr test_rnnpool test_quantized_utils test_quantized_fastgrnn test_quantized_rnnpool test_quantized_mbconv
11
-
12
- KWS_DIR =kws
13
- test_kws : $(KWS_DIR ) /test_kws.c $(SRC_DIR ) /conv_utils.o $(SRC_DIR ) /conv1d.o $(SRC_DIR ) /dscnn.o
14
- $(CC ) -o $@ $^ $(IFLAGS ) $(CFLAGS ) -lm
10
+ all : test_avg_pool test_conv1d test_conv1d_depth test_conv1d_lr test_conv1d_lr_depth test_dscnn_lr test_dscnn_lr_depth_point test_fastgrnn_lr test_rnnpool test_quantized_utils test_quantized_fastgrnn test_quantized_rnnpool test_quantized_mbconv
15
11
16
12
DSCNN_DIR =dscnn
17
13
test_dscnn_lr : $(DSCNN_DIR ) /test_dscnn_lr.c $(SRC_DIR ) /conv_utils.o $(SRC_DIR ) /conv1d.o $(SRC_DIR ) /dscnn.o
@@ -54,7 +50,7 @@ test_quantized_mbconv: $(MBCONV_DIR)/test_quantized_mbconv.c $(SRC_DIR)/quantize
54
50
.PHONY : clean cleanest
55
51
56
52
clean :
57
- rm -f * .o * .gch test_kws test_avg_pool test_conv1d test_conv1d_depth test_conv1d_lr test_conv1d_lr_depth test_dscnn_lr test_dscnn_lr_depth_point test_fastgrnn_lr test_rnnpool test_quantized_utils test_quantized_fastgrnn test_quantized_rnnpool test_quantized_mbconv
53
+ rm -f * .o * .gch test_avg_pool test_conv1d test_conv1d_depth test_conv1d_lr test_conv1d_lr_depth test_dscnn_lr test_dscnn_lr_depth_point test_fastgrnn_lr test_rnnpool test_quantized_utils test_quantized_fastgrnn test_quantized_rnnpool test_quantized_mbconv
58
54
59
55
cleanest : clean
60
56
rm * ~
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments