Home
last modified time | relevance | path

Searched refs:suffixes (Results 1 – 14 of 14) sorted by relevance

/ndk/sources/host-tools/make-3.81/
Drule.c368 r->suffixes = (char **) xmalloc (2 * sizeof (char *)); in install_pattern_rule()
372 r->suffixes[1] = 0; in install_pattern_rule()
379 r->suffixes[0] = find_percent (r->targets[0]); in install_pattern_rule()
380 if (r->suffixes[0] == 0) in install_pattern_rule()
384 ++r->suffixes[0]; in install_pattern_rule()
433 free ((char *) rule->suffixes); in freerule()
485 r->suffixes = (char **) xmalloc (2 * sizeof (char *)); in create_pattern_rule()
493 r->suffixes = (char **) in create_pattern_rule()
494 xrealloc ((char *) r->suffixes, max_targets * sizeof (char *)); in create_pattern_rule()
497 r->suffixes[i] = (target_percents == 0 ? find_percent (targets[i]) in create_pattern_rule()
[all …]
Drule.h26 char **suffixes; /* Suffixes (after `%') of each target. */ member
Dimplicit.c326 char *suffix = rule->suffixes[i]; in pattern_search()
467 + (rule->suffixes[matches[i]] - rule->targets[matches[i]]) - 1; in pattern_search()
955 rule->suffixes[i] - rule->targets[i] - 1); in pattern_search()
956 p += rule->suffixes[i] - rule->targets[i] - 1; in pattern_search()
959 bcopy (rule->suffixes[i], p, in pattern_search()
960 rule->lens[i] - (rule->suffixes[i] - rule->targets[i]) + 1); in pattern_search()
DNEWS357 conventions, with ``.cpp'' suffixes. All the same rules as for
358 ``.cc'' and ``.C'' suffixes are provided, along with LINK.cpp and
577 %.a: %.X # Now produces this as well, just like other suffixes.
Dreadme.vms258 See defaults.c for VMS default suffixes and my definitions for default
DChangeLog1688 * default.c (default_suffixes) [OS/2]: Set proper default suffixes
/ndk/sources/host-tools/make-3.81/tests/scripts/functions/
Dsuffix5 ."the list provided. It will provide all of the unique suffixes found\n"
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/
Dlit.cfg172 # suffixes: A list of file extensions to treat as test files.
173 config.suffixes = ['.cpp']
/ndk/sources/host-tools/make-3.81/doc/
Dmake.info-2521 A double-suffix rule is defined by a pair of suffixes: the target
525 two-suffix rule whose target and source suffixes are `.o' and `.c' is
535 target against a defined list of known suffixes. When `make' sees a
538 suffixes concatenated, this rule is taken as a double-suffix rule.
541 suffixes. Therefore, if you define a rule whose target is `.c.o',
568 suffix or pair of suffixes concatenated as a target in the data base.
570 The known suffixes are simply the names of the prerequisites of the
571 special target `.SUFFIXES'. You can add your own suffixes by writing a
576 which adds `.hack' and `.win' to the end of the list of suffixes.
578 If you wish to eliminate the default known suffixes instead of just
[all …]
Dmake.texi2847 of suffixes to be used in checking for suffix rules.
2909 of suffixes to be used in checking for suffix rules.
3006 appears as a target, and so does the concatenation of two suffixes, such
3010 both pieces to the suffix list. In practice, suffixes normally begin with
8094 suffixes for suffix rules (@pxref{Suffix Rules, ,Old-Fashioned Suffix
8095 Rules}). But you can still define your own suffixes with a rule for
8360 described below whose prerequisites have one of these suffixes are
8363 the suffixes that are on the list you specify; rules whose suffixes fail
8525 the list of implicit rule suffixes with:@refill
9519 A double-suffix rule is defined by a pair of suffixes: the target suffix
[all …]
Dmake-stds.texi65 suffixes you need in the particular Makefile, like this:
74 suffixes which may be subject to implicit rules in this Makefile.
Dmake.info-12414 of suffixes to be used in checking for suffix rules. *Note
2461 of suffixes to be used in checking for suffix rules. *Note
2539 it appears as a target, and so does the concatenation of two suffixes,
2543 add both pieces to the suffix list. In practice, suffixes normally
6616 of suffixes for suffix rules (*note Old-Fashioned Suffix Rules:
6617 Suffix Rules.). But you can still define your own suffixes with a
6840 have one of these suffixes are actually suffix rules. If you modify
6842 those named by one or two of the suffixes that are on the list you
6843 specify; rules whose suffixes fail to be on the list are disabled.
6953 list of implicit rule suffixes with:
/ndk/docs/text/
DCHANGES.text1181 - ARM: Fix an issue when project with .arm/.neon suffixes in LOCAL_SRC_FILES also
1184 suffixes before the search, otherwise item in LOCAL_SRC_FILESfile like myfile.cpp.arm.neon
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dstring4257 // Literal suffixes for basic_string [basic.string.literals]