naspro

view permafrost/src/compile.h @ 178:7169a8909d53

Added Permafrost + small changes
author Stefano D'Angelo <zanga.mail@gmail.com>
date Sun May 02 14:19:58 2010 +0300 (2010-05-02)
parents
children
line source
1 /*
2 * Permafrost - Physical modelling framework
3 *
4 * Copyright (C) 2009, 2010 Stefano D'Angelo <zanga.mail@gmail.com>
5 *
6 * See the COPYING file for license conditions.
7 */
9 #ifndef _COMPILE_H_
10 #define _COMPILE_H_
12 #include "src/types.h"
14 char *compile_output_dir;
15 char compile_gen_code;
16 char compile_gen_descriptor;
17 char compile_gen_makefile;
18 char compile_gen_manifest;
19 char compile_gen_plugin_ttl;
20 char compile_gen_extra_ttl;
21 char *compile_uri_prefix;
22 char *compile_license_uri;
24 void
25 compile(list_t systems);
27 #endif /* !_COMPILE_H_ */