help-gplusplus
[Top][All Lists]
Advanced

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

If I want a MACRO that will list all the directories in this dir


From: address@hidden
Subject: If I want a MACRO that will list all the directories in this dir
Date: Wed, 2 Jan 2008 04:33:12 -0800 (PST)
User-agent: G2/1.0

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;


reply via email to

[Prev in Thread] Current Thread [Next in Thread]