
rnmake 3.0.0
|
Go to the documentation of this file. 1 ################################################################################ 38 ################################################################################ 46 @echo
'// File: $(notdir $@)' >> $@
61 @echo
'#ifndef _INSTALL_H' >> $@
62 @echo
'#define _INSTALL_H' >> $@
64 @echo
'/*! \\brief package install bin directory*/' >> $@
65 @echo
'#define PKG_INSTALL_BINDIR "$(bindir)"' >> $@
67 @echo
'/*! \\brief package install system bin directory */' >> $@
68 @echo
'#define PKG_INSTALL_SBINDIR "$(sbindir)"' >> $@
70 @echo
'/*! \\brief package install include directory */' >> $@
71 @echo
'#define PKG_INSTALL_INCDIR "$(includedir)"' >> $@
73 @echo
'/*! \\brief package library directory */' >> $@
74 @echo
'#define PKG_INSTALL_LIBDIR "$(libdir)"' >> $@
76 @echo
'/*! \\brief package install system configuration directory */'>> $@
77 @echo
'#define PKG_INSTALL_SYSCONFDIR "$(sysconfdir)"' >> $@
79 @echo
'/*! \\brief package install documentation directory */' >> $@
80 @echo
'#define PKG_INSTALL_DOCDIR "$(docdir)"' >> $@
82 @echo
'/*! \\brief package install man pages directory */' >> $@
83 @echo
'#define PKG_INSTALL_MANDIR "$(mandir)"' >> $@
85 @echo
'/*! \\brief package install information directory (s) */' >> $@
86 @echo
'#define PKG_INSTALL_INFODIR "$(infodir)"' >> $@
88 @echo
'#endif // _INSTALL_H' >> $@