Go to the Next or Previous section or the Detailed Contents.


3.1.2 dep

Another preset symbol is dep. It holds the name of the first dependancy of the current target.

Again, look at this example from the introduction of symbolic constants:

test:   test.e 
        ec test.e IGNORECACHE LINEDEBUG DEBUG  

Using dep would give this fragment:

test:   test.e 
	ec $(dep) IGNORECACHE LINEDEBUG DEBUG  


Go to the Next or Previous section or the Detailed Contents.