Import('env prefix')

includes = Split("""
bitmap.hpp
color.hpp
config.hpp
debug.hpp
error.hpp
file.hpp
helpers.hpp
init.hpp
input.hpp
joystick.hpp
keyboard.hpp
ld.hpp
mouse.hpp
network.hpp
sound.hpp
template.hpp
timer.hpp
video.hpp
""")

env.Install(prefix + '/include/als', includes)
