Mercurial > MadButterfly
view examples/drag/Makefile.am @ 290:f65c4589549f
Replace make with $(MAKE) in examples/dynamic/Makefile.am.
- In BSD box, it should invokes gmake instead of make.
- $(MAKE) always replaced by path of 'make' been called.
- $(MAKE) is portable.
author | Thinker K.F. Li <thinker@branda.to> |
---|---|
date | Sat, 31 Jan 2009 19:45:50 +0800 |
parents | a90fd749af82 |
children | 757bb247a072 |
line wrap: on
line source
include $(top_srcdir)/config.mk noinst_PROGRAMS = ex1 EXTRA_DIST = menu.svg ex1_SOURCES = main.c nodist_ex1_SOURCES = menu.c menu.h ex1_CPPFLAGS = @pangocairo_CFLAGS@ -I$(top_srcdir) ex1_LDFLAGS = @pangocairo_LIBS@ ex1_LDADD = $(top_builddir)/src/libmbfly.la BUILT_SOURCES = menu.c menu.h menu.mb CLEANFILES = menu.c menu.h menu.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 $< > $@