method

dir_config

Importance_2
v2_6_3 - Show latest stable - 0 notes - Class: MakeMakefile
dir_config(target, idefault=nil, ldefault=nil) public

Sets a target name that the user can then use to configure various “with” options with on the command line by using that name. For example, if the target is set to “foo”, then the user could use the –with-foo-dir=prefix, –with-foo-include=dir and –with-foo-lib=dir command line options to tell where to search for header/library files.

You may pass along additional parameters to specify default values. If one is given it is taken as default prefix, and if two are given they are taken as “include” and “lib” defaults in that order.

In any case, the return value will be an array of determined “include” and “lib” directories, either of which can be nil if no corresponding command line option is given when no default value is specified.

Note that dir_config only adds to the list of places to search for libraries and include files. It does not link the libraries into your application.

Show source
Register or log in to add new notes.