sbsv2/raptor/lib/flm/tools2lib.flm
changeset 13 c327db0664bb
parent 2 39c28ec933dd
equal deleted inserted replaced
12:5e7562f67577 13:c327db0664bb
    17 
    17 
    18 ## Outputs - externally relevant targets that this FLM generates
    18 ## Outputs - externally relevant targets that this FLM generates
    19 LIBTARGET:=$(RELEASEPATH)/$(TARGET).a
    19 LIBTARGET:=$(RELEASEPATH)/$(TARGET).a
    20 
    20 
    21 ## Target groups
    21 ## Target groups
    22 RELEASEABLES:=$(LIBTARGET)
    22 RELEASABLES:=$(LIBTARGET)
    23 TARGETS:=$(LIBTARGET)
    23 TARGETS:=$(LIBTARGET)
    24 
    24 
    25 ## Common build steps (compiling)
    25 ## Common build steps (compiling)
    26 include $(FLMHOME)/tools2common.flm
    26 include $(FLMHOME)/tools2common.flm
    27 
    27