sbsv2/raptor/lib/flm/tools2common.flm
changeset 625 a1925fb7753a
parent 590 360bd6b35136
equal deleted inserted replaced
624:f70b728ea30c 625:a1925fb7753a
    48 ## Global targets
    48 ## Global targets
    49 $(ALLTARGET):: $(TARGETS)
    49 $(ALLTARGET):: $(TARGETS)
    50 TARGET:: $(TARGETS)
    50 TARGET:: $(TARGETS)
    51 
    51 
    52 ## Pre-Include directories
    52 ## Pre-Include directories
    53 ifneq ($(INC.COMPILER),)
    53 ifneq ($(PREINCLUDE),)
    54 PINCLUDE:=$(patsubst %,$(OPT.PREINCLUDE)%,$(INC.COMPILER))
    54 PINCLUDE:=$(patsubst %,$(OPT.PREINCLUDE)%,$(PREINCLUDE))
    55 endif
    55 endif
    56 
    56 
    57 ## User and System Include directories
    57 ## User and System Include directories
    58 ifneq ($(USERINCLUDE),)
    58 ifneq ($(USERINCLUDE),)
    59 UINCLUDE:=$(patsubst %,$(OPT.USERINCLUDE)%,$(USERINCLUDE))
    59 UINCLUDE:=$(patsubst %,$(OPT.USERINCLUDE)%,$(USERINCLUDE))