Mercurial > MadButterfly
view examples/dynamic/Makefile.am @ 212:5f144bab5de1
We should reteurn the content of the offset instead of offset itself since the return type is mb_obj_t
author | wycc@wycc-desktop |
---|---|
date | Fri, 12 Dec 2008 09:10:05 +0800 |
parents | fd3e311e7e5d |
children | cc8dd16d8b6a |
line wrap: on
line source
include $(top_srcdir)/config.mk noinst_PROGRAMS = dynamic EXTRA_DIST = menu.svg button.svg dynamic_SOURCES = main.c nodist_dynamic_SOURCES = menu.c menu.h menu.mb button.c button.h button.mb dynamic_CPPFLAGS = @cairo_CFLAGS@ -I$(top_srcdir) dynamic_LDFLAGS = @cairo_LIBS@ dynamic_LDADD = $(top_builddir)/src/libmbfly.la BUILT_SOURCES = menu.c menu.h menu.mb button.c button.h button.mb CLEANFILES = menu.c menu.h menu.mb button.c button.h button.mb menu.mb: $(srcdir)/menu.svg $(top_srcdir)/tools/svg2code.py $? $@ menu.h: menu.mb m4 -I $(top_srcdir)/tools mb_c_header.m4 $< > $@ menu.c: menu.mb m4 -I $(top_srcdir)/tools mb_c_source.m4 $< > $@ button.mb: $(srcdir)/button.svg $(top_srcdir)/tools/svg2code.py $? $@ button.h: button.mb m4 -I $(top_srcdir)/tools mb_c_header.m4 $< > $@ button.c: button.mb m4 -I $(top_srcdir)/tools mb_c_source.m4 $< > $@