blob: 776a3cb7473f17bf6e4ce8ca7d35cc347f3f9c52 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
## THIS IS A GENERATED FILE -- DO NOT EDIT
.configuro: .libraries,em4f linker.cmd package/cfg/Embedded_pem4f.oem4f
# To simplify configuro usage in makefiles:
# o create a generic linker command file name
# o set modification times of compiler.opt* files to be greater than
# or equal to the generated config header
#
linker.cmd: package/cfg/Embedded_pem4f.xdl
$(SED) 's"^\"\(package/cfg/Embedded_pem4fcfg.cmd\)\"$""\"C:/Tango/Software/Embedded_SW/Embedded/.config/xconfig_Embedded/\1\""' package/cfg/Embedded_pem4f.xdl > $@
-$(SETDATE) -r:max package/cfg/Embedded_pem4f.h compiler.opt compiler.opt.defs
|