Static Lighting

Here’s my situation:

I have a large 2d array of verticies, defining a terrain mesh object. I figure that a static form of lighting would work best in this situation, because I plan to have no dynamic lights. What is the best way to implement a static light model? efficiency is key here.