File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -63,19 +63,19 @@ LIB = $(LIB_STATIC) $(LIB_SHARE)
63
63
all : $(LIB )
64
64
65
65
$(LIB ) : $(OBJS )
66
- $(AR) cq $(LIB_STATIC) $(OBJS)
67
- $(CXX) -shared -Wl,-soname,$(LIB_SHARE) -o $(LIB_SHARE) $(OBJS)
66
+ $(AR ) cq $(LIB_STATIC ) $(OBJS )
67
+ $(CXX ) -shared -Wl,-soname,$(LIB_SHARE ) -o $(LIB_SHARE ) $(OBJS )
68
68
69
69
clean :
70
- rm -f $(LIB_STATIC) $(LIB_SHARE) $(OBJS)
70
+ rm -f $(LIB_STATIC ) $(LIB_SHARE ) $(OBJS )
71
71
72
72
install :
73
- cp -rf $(DIR)/$(LIB_STATIC) /usr/local/lib/
74
- cp -rf $(DIR)/$(LIB_SHARE) /usr/local/lib/
75
- cp -rf $(DIR)/hardware /usr/local/include/
76
- cp -rf $(DIR)/libraries /usr/local/include/
77
- cp -rf $(DIR)/sample/core.h /usr/local/include/
73
+ cp -rf $(DIR ) /$(LIB_STATIC ) /usr/local/lib/
74
+ cp -rf $(DIR ) /$(LIB_SHARE ) /usr/local/lib/
75
+ cp -rf $(DIR ) /hardware /usr/local/include/
76
+ cp -rf $(DIR ) /libraries /usr/local/include/
77
+ cp -rf $(DIR ) /sample/core.h /usr/local/include/
78
78
79
79
samples :
80
- make -C sample/
80
+ make -C sample/
81
81
You can’t perform that action at this time.
0 commit comments