File tree 7 files changed +14
-0
lines changed
7 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 90
90
depend : $(OBJS:.o=.d ) $(EXES:=.d )
91
91
cat * .d > depend
92
92
93
+ ifneq ($(MAKECMDGOALS ) ,clean)
93
94
include depend
95
+ endif
94
96
95
97
.cc.o :
96
98
$(CPLUSPLUS ) $(CFLAGS ) -c -o $@ $<
Original file line number Diff line number Diff line change 57
57
depend : $(OBJS:.o=.d ) $(EXES:=.d ) $(DLLS:lib%.so=%.d )
58
58
cat * .d > depend
59
59
60
+ ifneq ($(MAKECMDGOALS ) ,clean)
60
61
include depend
62
+ endif
61
63
62
64
.cc.o :
63
65
$(CPLUSPLUS ) $(CFLAGS ) -c -o $@ $<
Original file line number Diff line number Diff line change 66
66
depend : $(OBJS:.o=.d ) $(EXES:=.d ) $(DLLS:lib%.so=%.d )
67
67
cat * .d > depend
68
68
69
+ ifneq ($(MAKECMDGOALS ) ,clean)
69
70
include depend
71
+ endif
70
72
71
73
.cc.o :
72
74
$(CPLUSPLUS ) $(CFLAGS ) -c -o $@ $<
Original file line number Diff line number Diff line change 88
88
depend : $(OBJS:.o=.d ) $(EXES:=.d )
89
89
cat * .d > depend
90
90
91
+ ifneq ($(MAKECMDGOALS ) ,clean)
91
92
include depend
93
+ endif
92
94
93
95
.cc.o :
94
96
$(CPLUSPLUS ) $(CFLAGS ) -c $<
Original file line number Diff line number Diff line change @@ -15,7 +15,9 @@ example.so: $(OBJS)
15
15
.cc.d :
16
16
gcc $(CFLAGS ) -w -MM -MG $< > $@
17
17
18
+ ifneq ($(MAKECMDGOALS ) ,clean)
18
19
include $(OBJS :.o=.d) $(EXES:=.d )
20
+ endif
19
21
20
22
clean :
21
23
rm -f * .o * ~ " \#*\#" core * .exh * .exc * .d * .cd * ,D
Original file line number Diff line number Diff line change @@ -100,7 +100,9 @@ endif
100
100
depend : $(OBJS:.o=.d ) $(EXES:=.d )
101
101
cat * .d > depend
102
102
103
+ ifneq ($(MAKECMDGOALS ) ,clean)
103
104
include depend
105
+ endif
104
106
105
107
.cc.o :
106
108
$(CPLUSPLUS ) $(CFLAGS ) -c -o $@ $<
Original file line number Diff line number Diff line change 91
91
depend : $(OBJS:.o=.d ) $(EXES:=.d )
92
92
cat * .d > depend
93
93
94
+ ifneq ($(MAKECMDGOALS ) ,clean)
94
95
include depend
96
+ endif
95
97
96
98
.cc.o :
97
99
$(CPLUSPLUS ) $(CFLAGS ) -c -o $@ $<
You can’t perform that action at this time.
0 commit comments