Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Is this UNIX scripting?

Status
Not open for further replies.

porkymin

Programmer
Dec 26, 2004
16
SG
Hi,

I would like to learn more about scripting. May i enquire whether the following commands refer to UNIX scripting?
If yes, what does the '$', % mean?


OBJECTS_CLNT = $(SOURCES_CLNT.cc:%.cc=%.o) $(TARGETS_CLNT.cc:%.cc=%.o)
OBJECTS_SVC = $(SOURCES_SVC.cc:%.cc=%.o) $(TARGETS_SVC.cc:%.cc=%.o)

Any kind help is greatly appreciated.
 
The are make file macros. Try [tt]man make[/tt] for more info.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top