/docs/MyDocs

To get this branch, use:
bzr branch http://darksoft.org/webbzr/docs/MyDocs

« back to all changes in this revision

Viewing changes to Development/autotools/makefile/functions

  • Committer: Suren A. Chilingaryan
  • Date: 2009-04-09 03:21:08 UTC
  • Revision ID: csa@dside.dyndns.org-20090409032108-w4edamdh4adrgdu3
import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
include <filename>
 
2
        equivivalent with C/C++ include
 
3
 
 
4
define <something> ... endef
 
5
 
 
6
export <variables>
 
7
        All variables will be passed to subprocesses
 
8
unexport <variables>
 
9
        ....
 
10
        
 
11
ifeq (a,b) ... else ... endif
 
12
 
 
13
        Search for objects in specified directories
 
14
vpath <PATTERN> <DIRECTORIES>
 
15
        Search for objects with pattern "PATTERN" in specified directories
 
16
        ':' must been used as derictories separator
 
17
vpath <PATTERN>
 
18
        delete search path for pattern
 
19
vpath
 
20
        delete all search paths
 
21
 
 
22
$(MAKE) -c <subdirs>
 
23
        Run make in all specified subdirs
 
24
 
 
25
-       
 
26
        If '-' specified before command then no error message will 
 
27
        be printed out and they will be IGNORED
 
28
@
 
29
        If '@' specified before command then "@echo off" will be occured
 
30
        (by default echo is on)
 
 
b'\\ No newline at end of file'