search for: vfl

Displaying 4 results from an estimated 4 matches for "vfl".

Did you mean: val
2007 Aug 13
0
Branch 'vivi' - 2 commits - vivified/core
...ist.h \ vivi_ming.h \ vivified-core.h + +BUILT_SOURCES = \ + vivi_function_list.h + +CLEANFILES = \ + $(BUILT_SOURCES) + +vivi_function_list.h: $(libvivified_core_la_SOURCES) + (cd $(srcdir) \ + && grep -he "^VIVI_FUNCTION" $(libvivified_core_la_SOURCES) \ + ) >> xgen-vfl \ + && (cmp -s xgen-vfl swfdec_asnative.h || cp xgen-vfl vivi_function_list.h) \ + && rm -f xgen-vfl diff --git a/vivified/core/vivi_application.c b/vivified/core/vivi_application.c index 783a3f9..b2ec3bd 100644 --- a/vivified/core/vivi_application.c +++ b/vivified/core/vivi_applica...
2007 Aug 15
0
Branch 'vivi' - 13 commits - doc/swfdec-sections.txt libswfdec/swfdec_as_debugger.h libswfdec/swfdec_as_frame.c libswfdec/swfdec_as_frame.h libswfdec/swfdec_as_types.h vivified/core vivified/ui
...vivi_function_list.h + vivi_function_list.h \ + vivi_marshal.h \ + vivi_marshal.c CLEANFILES = \ $(BUILT_SOURCES) @@ -36,5 +40,17 @@ vivi_function_list.h: $(libvivified_core (cd $(srcdir) \ && grep -he "^VIVI_FUNCTION" $(libvivified_core_la_SOURCES) \ ) >> xgen-vfl \ - && (cmp -s xgen-vfl swfdec_asnative.h || cp xgen-vfl vivi_function_list.h) \ + && (cmp -s xgen-vfl vivi_asnative.h || cp xgen-vfl vivi_function_list.h) \ && rm -f xgen-vfl + +vivi_marshal.h: vivi_marshal.list Makefile + $(GLIB_GENMARSHAL) --prefix=vivi_marshal $(srcdir...
2008 Jan 07
0
12 commits - configure.ac doc/swfdec.types Makefile.am test/crashfinder.c test/dump.c test/Makefile.am test/swfdec-extract.c test/swfdec_out.c test/swfdec_out.h test/swfedit.c test/swfedit_file.c test/swfedit_file.h test/swfedit_list.c test/swfedit_list.h
...ied/core/Makefile.am index 1252f5a..5e274f1 100644 --- a/vivified/core/Makefile.am +++ b/vivified/core/Makefile.am @@ -50,7 +50,7 @@ vivi_function_list.h: $(libvivified_core_source) (cd $(srcdir) \ && grep -he "^VIVI_FUNCTION" $(libvivified_core_sources) \ ) >> xgen-vfl \ - && (cmp -s xgen-vfl vivi_asnative.h || cp xgen-vfl vivi_function_list.h) \ + && (cmp -s xgen-vfl vivi_function_list.h || cp xgen-vfl vivi_function_list.h) \ && rm -f xgen-vfl vivi_marshal.h: vivi_marshal.list Makefile
2007 Aug 22
0
163 commits - autogen.sh configure.ac doc/swfdec-sections.txt libswfdec-gtk/swfdec_gtk_player.c libswfdec-gtk/swfdec_gtk_player.h libswfdec-gtk/swfdec_gtk_widget.c libswfdec-gtk/swfdec_source.c libswfdec/Makefile.am libswfdec/swfdec_as_array.c
...vivi_function_list.h + vivi_function_list.h \ + vivi_marshal.h \ + vivi_marshal.c CLEANFILES = \ $(BUILT_SOURCES) @@ -36,5 +40,17 @@ vivi_function_list.h: $(libvivified_core (cd $(srcdir) \ && grep -he "^VIVI_FUNCTION" $(libvivified_core_la_SOURCES) \ ) >> xgen-vfl \ - && (cmp -s xgen-vfl swfdec_asnative.h || cp xgen-vfl vivi_function_list.h) \ + && (cmp -s xgen-vfl vivi_asnative.h || cp xgen-vfl vivi_function_list.h) \ && rm -f xgen-vfl + +vivi_marshal.h: vivi_marshal.list Makefile + $(GLIB_GENMARSHAL) --prefix=vivi_marshal $(srcdir...