Home
last modified time | relevance | path

Searched refs:MAKELCF (Results 1 – 6 of 6) sorted by relevance

/TwlSDK-5.4/build/tools/makelcf/test/
DMakefile89 %.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.4/build/tools/makelcf.TWL/test/
DMakefile27 %.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.4/build/buildtools/nitro/
Dmodulerules.cctype.CW101 $(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,$…
Dcommondefs289 MAKELCF := $(NITRO_TOOLSDIR)/bin/makelcf.exe
/TwlSDK-5.4/build/buildtools/twl/
Dmodulerules.cctype.CW110 $(MAKELCF) $(MAKELCF_OPTS) $(call empath,$<) $(LCFILE_TEMPLATE_M) $(call empath,$@)
116 @$(MAKELCF) $(MAKELCF_OPTS) $(call empath,$<) $(LDRES_TEMPLATE_M) $(call empath,$@)
Dcommondefs378 MAKELCF := $(TWL_TOOLSDIR)/bin/makelcf.TWL.exe