sbsv2/raptor/lib/flm/resource.flm
branchfix
changeset 483 941b2742ee49
parent 479 62411a80435e
child 484 56adcb9bad98
equal deleted inserted replaced
482:f3b5772862f7 483:941b2742ee49
   227 
   227 
   228 
   228 
   229         ifeq ($(TARGET_$(call sanitise,$1)),)
   229         ifeq ($(TARGET_$(call sanitise,$1)),)
   230                 TARGET_$(call sanitise,$1):=1
   230                 TARGET_$(call sanitise,$1):=1
   231 
   231 
   232             $(if $(FLMDEBUG),$(info generateresource: $(1) from $(2) LANG:$(3)),)	
   232             $(if $(FLMDEBUG),$(info <debug>generateresource: $(1) from $(2) LANG:$(3)</debug>),)	
   233             $(if $(FLMDEBUG),$(info generateresource: copies: $(sort $(patsubst %,%/$(notdir $(1)),$(RSCCOPYDIRS)))))
   233             $(if $(FLMDEBUG),$(info <debug>generateresource: copies: $(sort $(patsubst %,%/$(notdir $(1)),$(RSCCOPYDIRS)))</debug>))
   234 
   234 
   235             CLEANTARGETS:=$$(CLEANTARGETS) $(1)
   235             CLEANTARGETS:=$$(CLEANTARGETS) $(1)
   236 
   236 
   237             RESOURCE:: $(1)
   237             RESOURCE:: $(1)
   238 
   238