comparison examples/tank/Makefile.am @ 256:cac9ad3df633

* use Autotool to install inkscape ext. of MadButterfly ( experimental! ) * pass distcheck
author "Mat <MatLinuxer2@gmail.com>"
date Thu, 15 Jan 2009 02:15:35 +0800
parents 2637519e2bd7
children f24129d4f0f9
comparison
equal deleted inserted replaced
255:96ca1357ebc4 256:cac9ad3df633
1 include $(top_srcdir)/config.mk 1 include $(top_srcdir)/config.mk
2 2
3 noinst_PROGRAMS = tank 3 noinst_PROGRAMS = tank
4 EXTRA_DIST = calculator_scr.svg 4 #EXTRA_DIST =
5 svg_sources = brick.c bullet.c bush.c mud.c rock.c \ 5 svg_sources = brick.c bullet.c bush.c mud.c rock.c \
6 tank1.c tank2.c tank_en.c bang.c 6 tank1.c tank2.c tank_en.c bang.c
7 tank_SOURCES = tank_main.c 7 tank_SOURCES = tank_main.c
8 nodist_tank_SOURCES = svgs.h \ 8 nodist_tank_SOURCES = svgs.h \
9 $(svg_sources) $(svg_sources:.c=.h) $(svg_sources:.c=.mb) 9 $(svg_sources) $(svg_sources:.c=.h) $(svg_sources:.c=.mb)