#!/bin/sh


cat << EOF
LOAD_LIBRARIES(){
EOF

awk '{ printf "\tLIBRARY_%s();\n",$1 }'

cat << EOF
}
EOF
