summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gr-run-waveform/load.x9
1 files changed, 9 insertions, 0 deletions
diff --git a/gr-run-waveform/load.x b/gr-run-waveform/load.x
new file mode 100644
index 000000000..1b53a60f9
--- /dev/null
+++ b/gr-run-waveform/load.x
@@ -0,0 +1,9 @@
+/* cpp arguments: load.c -DHAVE_CONFIG_H -I.. -I.. -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -Wall -Wmissing-prototypes */
+ scm_c_define_gsubr (s_scm_primitive_load, 1, 0, 0, (SCM (*)()) scm_primitive_load); ;
+ scm_c_define_gsubr (s_scm_sys_package_data_dir, 0, 0, 0, (SCM (*)()) scm_sys_package_data_dir); ;
+ scm_c_define_gsubr (s_scm_sys_library_dir, 0, 0, 0, (SCM (*)()) scm_sys_library_dir); ;
+ scm_c_define_gsubr (s_scm_sys_site_dir, 0, 0, 0, (SCM (*)()) scm_sys_site_dir); ;
+ scm_c_define_gsubr (s_scm_parse_path, 1, 1, 0, (SCM (*)()) scm_parse_path); ;
+ scm_c_define_gsubr (s_scm_search_path, 2, 1, 0, (SCM (*)()) scm_search_path); ;
+ scm_c_define_gsubr (s_scm_sys_search_load_path, 1, 0, 0, (SCM (*)()) scm_sys_search_load_path); ;
+ scm_c_define_gsubr (s_scm_primitive_load_path, 1, 0, 0, (SCM (*)()) scm_primitive_load_path); ;