The $include_many directive lets you import content of several
files matching a pattern as if they were imported one by one with
$include. File inclusion order is not guaranteed.
     Example: Importing several pascal files  
      1  $include_many 'src/*.pas'