![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| get all entries after particular date !! | zedex | Shell Programming and Scripting | 7 | 11-23-2007 01:41 AM |
| in.timed log entries | hcclnoodles | SUN Solaris | 1 | 12-04-2006 10:40 AM |
| /etc/system entries | BG_JrAdmin | SUN Solaris | 1 | 04-23-2006 07:09 PM |
| Get rid of repeated entries. | jijibabawu | Shell Programming and Scripting | 2 | 10-03-2005 07:17 PM |
| Count log Entries | odogbolu98 | Shell Programming and Scripting | 5 | 04-08-2003 10:34 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
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??? |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
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. |
|||
| Google The UNIX and Linux Forums |