fixed pkg-config rule
[k8jam.git] / src / hdrmacro.h
blob9e4db00eb2a1511a09d6a8ae2b18200efadc0b40
1 /*
2 * Copyright 1993, 1995 Christopher Seiwald.
4 * This file is part of Jam - see jam.c for Copyright information.
5 */
6 /*
7 * hdrmacro.h - parses header files for #define MACRO <filename> or
8 * #define MACRO "filename" definitions
9 */
10 #ifndef JAMH_HRDMACRO_H
11 #define JAMH_HRDMACRO_H
14 extern void macro_headers (TARGET *t);
16 extern const char *macro_header_get (const char *macro_name);
19 #endif