Clone of official tools
export/sw4stm32/makefile.targets.tmpl@43:2a7da56ebd24, 2018-09-25 (annotated)
- Committer:
- theotherjimmy
- Date:
- Tue Sep 25 13:43:09 2018 -0500
- Revision:
- 43:2a7da56ebd24
- Parent:
- 40:7d3fa6b99b2b
Release 5.10.0
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
theotherjimmy |
40:7d3fa6b99b2b | 1 | # DO NOT REMOVE! Generated by the SW4STM32 exporter from the mbed project. |
theotherjimmy |
40:7d3fa6b99b2b | 2 | |
theotherjimmy |
40:7d3fa6b99b2b | 3 | PREPROC_CMD ?= {{cpp_cmd}} |
theotherjimmy |
40:7d3fa6b99b2b | 4 | |
theotherjimmy |
40:7d3fa6b99b2b | 5 | ldclean: |
theotherjimmy |
43:2a7da56ebd24 | 6 | {% for config, opts in options.items() %} |
theotherjimmy |
40:7d3fa6b99b2b | 7 | $(RM) {{opts['ld']['script']}} |
theotherjimmy |
40:7d3fa6b99b2b | 8 | {% endfor %} |
theotherjimmy |
40:7d3fa6b99b2b | 9 | |
theotherjimmy |
43:2a7da56ebd24 | 10 | {% for config, opts in options.items() %} |
theotherjimmy |
40:7d3fa6b99b2b | 11 | {{opts['ld']['script']}}: ../{{ld_script}} |
theotherjimmy |
40:7d3fa6b99b2b | 12 | $(PREPROC_CMD) {{opts.ld.other}} $< -o $@ |
theotherjimmy |
40:7d3fa6b99b2b | 13 | |
theotherjimmy |
40:7d3fa6b99b2b | 14 | {{name}}-{{config}}.elf: {{opts['ld']['script']}} |
theotherjimmy |
40:7d3fa6b99b2b | 15 | |
theotherjimmy |
40:7d3fa6b99b2b | 16 | {% endfor %} |