view examples/svg2code_ex/Makefile.am @ 180:ee31a9301a7c

Fix the compilation error in build dir.
author sylee@eeepc
date Sun, 02 Nov 2008 12:11:59 +0800
parents 06a90c35ba67
children c7e5b8779bb5
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@ -I$(top_srcdir)
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 $< > $@