Searched refs:MAKELCF (Results 1 – 6 of 6) sorted by relevance
| /TwlSDK-5.5/build/tools/makelcf/test/ |
| D | Makefile | 89 %.autogen.lcf: %.lsf $(MAKELCF) $(LCFILE_TEMPLATE) 90 $(MAKELCF) -T $* $(MAKELCF_FLAGS) $< $(LCFILE_TEMPLATE) $@ 92 simple1.lcf: simple.lsf $(MAKELCF) simple.lcf.template 93 $(MAKELCF) $(MAKELCF_FLAGS) -V1 $< simple.lcf.template $@ 95 simple2.lcf: simple.lsf $(MAKELCF) simple.lcf.template 96 $(MAKELCF) -T $(basename $@) $(MAKELCF_FLAGS) -V2 $< simple.lcf.template $@ 98 test2.lcf: test2.lsf $(MAKELCF) test2.def 99 $(MAKELCF) -T $(basename $@) $(MAKELCF_FLAGS) -Mtest2.def $< $(LCFILE_TEMPLATE) $@ 101 MAKELCF = $(NITRO_TOOLSDIR)/bin/makelcf.exe macro
|
| /TwlSDK-5.5/build/tools/makelcf.TWL/test/ |
| D | Makefile | 27 %.autogen.lcf: %.lsf $(MAKELCF) $(LCFILE_TEMPLATE) 28 $(MAKELCF) $(MAKELCF_FLAGS) $< $(LCFILE_TEMPLATE) $@ 30 simple1.lcf: simple.lsf $(MAKELCF) simple.lcf.template 31 $(MAKELCF) $(MAKELCF_FLAGS) -V1 $< simple.lcf.template $@ 33 simple2.lcf: simple.lsf $(MAKELCF) simple.lcf.template 34 $(MAKELCF) $(MAKELCF_FLAGS) -V2 $< simple.lcf.template $@ 36 test2.lcf: test2.lsf $(MAKELCF) test2.def 37 $(MAKELCF) $(MAKELCF_FLAGS) -Mtest2.def $< $(LCFILE_TEMPLATE) $@ 39 MAKELCF = $(NITRO_TOOLSDIR)/bin/makelcf.exe macro
|
| /TwlSDK-5.5/build/buildtools/nitro/ |
| D | modulerules.cctype.CW | 101 $(MAKELCF) $(MAKELCF_OPTS) $(call empath,$<) $(call empath,$(LCFILE_TEMPLATE_M)) $(call empath,$@) 107 …@$(MAKELCF) $(MAKELCF_OPTS) $(call empath,$<) $(call empath,$(LDRES_TEMPLATE_M)) $(call empath,$…
|
| D | commondefs | 289 MAKELCF := $(NITRO_TOOLSDIR)/bin/makelcf.exe
|
| /TwlSDK-5.5/build/buildtools/twl/ |
| D | modulerules.cctype.CW | 110 $(MAKELCF) $(MAKELCF_OPTS) $(call empath,$<) $(LCFILE_TEMPLATE_M) $(call empath,$@) 116 @$(MAKELCF) $(MAKELCF_OPTS) $(call empath,$<) $(LDRES_TEMPLATE_M) $(call empath,$@)
|
| D | commondefs | 379 MAKELCF := $(TWL_TOOLSDIR)/bin/makelcf.TWL.exe
|