Re: make and addprefix

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Yamin,

This makefile worked just fine for me:
--------8<--------
FileList := \
 one.ob3 \
 two.ob3 \
 three.ob3 \

.PHONY : default
default :
        @echo 'FileList: $(FileList)'
        @echo 'FileList: $(addprefix Pre,$(FileList))'
--------8<--------

What's your "%exec" for in your target?

HTH,
--Eljay 


[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux