The OpenNET Project / Index page

[ новости /+++ | форум | теги | ]

Интерактивная система просмотра системных руководств (man-ов)

 ТемаНаборКатегория 
 
 [Cписок руководств | Печать]

style.Makefile (5)
  • >> style.Makefile (5) ( FreeBSD man: Форматы файлов )

  • BSD mandoc
     

    NAME

    
    
    style.Makefile
    
     - Fx Makefile
    
    
    
    file style guide
     
    

    DESCRIPTION

    This file specifies the preferred style for makefiles in the Fx source tree.

    The desire to express a logical grouping often means not obeying some of the above.  

    EXAMPLES

    The simplest program Makefile is:
    # $FreeBSD$
    
    PROG=   foo
    
    .include <bsd.prog.mk>
    

    The simplest library Makefile is:

    # $FreeBSD$
    
    LIB=    foo
    SHLIB_MAJOR= 1
    MAN=    libfoo.3
    SRCS=   foo.c
    
    .include <bsd.lib.mk>
    
     

    SEE ALSO

    make(1), make.conf5, style(9)  

    HISTORY

    This manual page is inspired from the same source as style(9) manual page in Fx .  

    BUGS

    There are few hard and fast style rules here. The style of many things is too dependent on the context of the whole makefile, or the lines surrounding it.


     

    Index

    NAME
    DESCRIPTION
    EXAMPLES
    SEE ALSO
    HISTORY
    BUGS


    Поиск по тексту MAN-ов: 




    Партнёры:
    PostgresPro
    Inferno Solutions
    Hosting by Hoster.ru
    Хостинг:

    Закладки на сайте
    Проследить за страницей
    Created 1996-2024 by Maxim Chirkov
    Добавить, Поддержать, Вебмастеру