remake
4.3+dbg-1.5
src
implicit.h
Go to the documentation of this file.
1
6
#ifndef REMAKE_IMPLICIT_H
7
#define REMAKE_IMPLICIT_H
8
9
#include "
types.h
"
10
/* For a FILE which has no commands specified, try to figure out some
11
from the implicit pattern rules.
12
Returns 1 if a suitable implicit rule was found,
13
after modifying FILE to contain the appropriate commands and deps,
14
or returns 0 if no implicit rule was found. */
15
extern
int
try_implicit_rule
(
file_t
*
file
,
unsigned
int
depth);
16
#endif
17
types.h
Miscellaneous types.
try_implicit_rule
int try_implicit_rule(file_t *file, unsigned int depth)
file
Definition:
filedef.h:34
Generated on Wed Mar 18 2020 07:42:22 for remake by
1.8.13