%% "Angel Tsankov" <[EMAIL PROTECTED]> writes:

  at> Is it possible to get a list of all cpp files in a folder (including 
  at> subfolders) using wildcard functions only?

Not really.

You can fake it like this:

    $(wildcard *.cpp */*.cpp */*/*.cpp)

etc. but there's no generic way to recurse using wildcard.

-- 
-------------------------------------------------------------------------------
 Paul D. Smith <[EMAIL PROTECTED]>          Find some GNU make tips at:
 http://www.gnu.org                      http://make.paulandlesley.org
 "Please remain calm...I may be mad, but I am a professional." --Mad Scientist


_______________________________________________
Help-make mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-make

Reply via email to