home | O'Reilly's CD bookshelfs | FreeBSD | Linux | Cisco | Cisco Exam  


Previous Section Next Section

conf_prog_OBJADD

Extra .o files to be linked per program Build macro

The conf_prog_OBJADD macro defines additional object files that need to be included in a particular program. Note that it differs from the confOBJADD macro (see confOBJADD), which adds object files to all programs:

define(`conf_sendmail_OBJADD', `myfilter.o')

Here, we add an object to the object list for the sendmail program only. If this object needs to be generated from a source file, that source file should also be listed with conf_prog_OBJADD, described later.

It is very unlikely that you will ever have to change this value from the one that is predefined for you in your devtools/OS file.

    Previous Section Next Section