- introduced header file dependency check
SKIPPED: psi/hardsup/make_gen psi/hardsup/makefile_linux
This commit is contained in:
@ -14,5 +14,4 @@ libmatrix.a: $(OBJ)
|
|||||||
ranlib libmatrix.a
|
ranlib libmatrix.a
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f *.o
|
rm -f *.o *.a *.d
|
||||||
rm -f *.a
|
|
||||||
|
@ -9,6 +9,9 @@
|
|||||||
include ../linux_def
|
include ../linux_def
|
||||||
|
|
||||||
CC = gcc
|
CC = gcc
|
||||||
CFLAGS = -g $(DFORTIFY)
|
CFLAGS = -g $(DFORTIFY) -MMD
|
||||||
|
|
||||||
include make_gen
|
include make_gen
|
||||||
|
|
||||||
|
-include $(OBJ:.o=.d)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user