sbsv2/raptor/lib/flm/tools2common.flm
changeset 28 b8fa7dfeeaa1
parent 13 c327db0664bb
equal deleted inserted replaced
27:3a31ca4b29c4 28:b8fa7dfeeaa1
    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))