blob: bb094152da02118d8ccb41bc007ee7e705748247 (
plain)
1
2
3
4
5
6
7
8
|
#ifndef TARGEQUIV_H
#define TARGEQUIV_H
extern void look_harder_for_target(GNode *);
extern void Targ_setdirs(const char *, const char *);
extern bool is_sibling(GNode *, GNode *);
extern void kludge_look_harder_for_target(GNode *);
#endif
|