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.
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.