view examples/svg2code_ex/Makefile.am @ 179:06a90c35ba67

Add a symbolic link to prevent from compilation error of examples.
author sylee@eeepc
date Sun, 02 Nov 2008 11:59:38 +0800
parents d0646a6df46f
children ee31a9301a7c
line wrap: on
line source

noinst_PROGRAMS = ex1
EXTRA_DIST = svg2code_ex.svg

ex1_SOURCES = main.c
nodist_ex1_SOURCES = svg2code_ex.c svg2code_ex.h
ex1_CPPFLAGS = @cairo_CFLAGS@
ex1_LDFLAGS = @cairo_LIBS@ 
ex1_LDADD = $(top_builddir)/src/libmbfly.la
BUILT_SOURCES = svg2code_ex.c svg2code_ex.h svg2code_ex.mb
CLEANFILES = svg2code_ex.c svg2code_ex.h svg2code_ex.mb

svg2code_ex.mb: $(srcdir)/svg2code_ex.svg
	$(top_srcdir)/tools/svg2code.py $? $@

svg2code_ex.h: svg2code_ex.mb
	m4 -I $(top_srcdir)/tools mb_c_header.m4 $< > $@

svg2code_ex.c: svg2code_ex.mb
	m4 -I $(top_srcdir)/tools mb_c_source.m4 $< > $@