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
help-gplusplus@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gplusplus

Reply via email to