Makefile entries

Hi,
For an exe named "eco_action_driver" , in the makefile i have the following entries:

OBJ_FILES= eco_action_driver.o

LIB_NAME=eco_action_driver

OBJ_FILES is understood , but i cannot make out what is LIB_NAME. How this name is same as that of the exe.

Can anyone please explain me this???

Without seeing the rest of the makefile I could not possibly comment.

You are fairly free with macro and rules in a Makefile. Presumably you are either including (a) some other makefile definitions (c) this was generated by some tool, or (c) you are copying another project as a template.