hi All, I want a MACRO that will allow me to fill one variable with all the directories in the current directory
Something like
ls
p1 p2 p3 p4
now in the Makefile I need to get some command that will fill a list
with p1 p2 p3 p4
so that I can use it in the makefile like
all:
for dir in $[dir_list} ;do
...
...
done;
_______________________________________________
help-gplusplus mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-gplusplus
