make $(shell ...) et commande complex - Shell/Batch - Programmation
Marsh Posté le 11-12-2003 à 21:56:42
j'arrive po à faire ça
LIBGTOP_VERSION_CODE := $(shell pkg-config --modversion libgtop-2.0 | awk -F. '{printf("%d%03d%03d", $1, $2, $3)}')
Marsh Posté le 11-12-2003 à 22:21:58
bon, ben résolu, j'ai fait un script auxiliaire, et $(shell dawa)
Make sure you enter the(*)required information where indicate.HTML code is not allowed
Marsh Posté le 11-12-2003 à 21:56:42
j'arrive po à faire ça
LIBGTOP_VERSION_CODE := $(shell pkg-config --modversion libgtop-2.0 | awk -F. '{printf("%d%03d%03d", $1, $2, $3)}')