remake  4.3+dbg-1.5
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 
Miscellaneous types.
int try_implicit_rule(file_t *file, unsigned int depth)
Definition: filedef.h:34