primitive ObjC support added: ObjC-Main, OBJC* flags, ObjCUseGNUstep* rules
[k8jam.git] / builtins.h
blob2b7cd4b52a532d8df68e69d6c4e98c0eec83b093
1 /*
2 * Copyright 1993-2002 Christopher Seiwald and Perforce Software, Inc.
4 * This file is part of Jam - see jam.c for Copyright information.
5 */
7 /*
8 * builtins.h - compile parsed jam statements
10 * 01/10/01 (seiwald) - split from compile.h
13 void load_builtins (void);
16 LIST *builtin_depends (PARSE *parse, LOL *args, int *jmp);
17 LIST *builtin_echo (PARSE *parse, LOL *args, int *jmp);
18 LIST *builtin_exit (PARSE *parse, LOL *args, int *jmp);
19 LIST *builtin_flags (PARSE *parse, LOL *args, int *jmp);
20 LIST *builtin_glob (PARSE *parse, LOL *args, int *jmp);
21 LIST *builtin_match (PARSE *parse, LOL *args, int *jmp);
22 LIST *builtin_hdrmacro (PARSE *parse, LOL *args, int *jmp);
24 LIST *builtin_pwd (PARSE *parse, LOL *args, int *jmp);
25 LIST *builtin_sort (PARSE *parse, LOL *args, int *jmp);
26 LIST *builtin_command (PARSE *parse, LOL *args, int *jmp);