Next: Built sources, Previous: Header files, Up: Other Derived Objects [Contents][Index]
Automake supports the installation of miscellaneous data files using the ‘DATA’ family of variables.
Such data can be installed in the directories datadir
,
sysconfdir
, sharedstatedir
, localstatedir
, or
pkgdatadir
.
By default, data files are not included in a distribution.
Here is how automake
installs its auxiliary data files:
pkgdata_DATA = clean-kr.am clean.am …