fixed pkg-config rule
[k8jam.git] / src / make.h
blob88dd41a6ddb5a24a80207c698ff8a4bea547e4f4
1 /*
2 * Copyright 1993, 1995 Christopher Seiwald.
4 * This file is part of Jam - see jam.c for Copyright information.
5 */
6 /*
7 * make.h - bring a target up to date, once rules are in place
9 * 11/04/02 (seiwald) - const-ing for string literals
11 #ifndef JAMH_MAKE_H
12 #define JAMH_MAKE_H
15 extern int make (int n_targets, const char **targets, int anyhow);
16 extern int make1 (TARGET *t);
19 #endif