- introduced header file dependecy check
This commit is contained in:
@ -15,7 +15,7 @@ include sllinux_def
|
|||||||
|
|
||||||
CC = gcc
|
CC = gcc
|
||||||
CFLAGS = -I$(HDFROOT)/include -DNXXML -DHDF4 -DHDF5 $(NI) \
|
CFLAGS = -I$(HDFROOT)/include -DNXXML -DHDF4 -DHDF5 $(NI) \
|
||||||
-Ipsi/hardsup -I. \
|
-Ipsi/hardsup -I. -MMD \
|
||||||
-Werror -DCYGNUS -DNONINTF -g $(DFORTIFY) \
|
-Werror -DCYGNUS -DNONINTF -g $(DFORTIFY) \
|
||||||
-Wall -Wno-unused -Wunused-value -Wno-comment -Wno-switch
|
-Wall -Wno-unused -Wunused-value -Wno-comment -Wno-switch
|
||||||
|
|
||||||
@ -32,7 +32,7 @@ LIBS = -L$(HDFROOT)/lib $(SUBLIBS) $(NILIB)\
|
|||||||
|
|
||||||
include make_gen
|
include make_gen
|
||||||
|
|
||||||
|
-include $(OBJ:.o=.d)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user