files = [
         'AttributeTable.h',
         'ExponentialNumber.h',
         'IndexingIterator.h',
         'NestedIterator.h',
         'OwnerPointer.h',
         'PrefixStream.h',
         'Unit.h',
         'Vector.h',
         'attribute_storage.h',
         'constants.h',
         'container_helpers.h',
         'deprecation.h',
         'directories.h',
         'ifile.h',
         'key_helpers.h',
         'log_internal.h',
         'particle.h',
         'particle_save.h',
         'ref_counting.h',
         'units.h',
         'utility.h',
        ]

files = [File(x) for x in files]
Return('files')
