Mercurial > MadButterfly
comparison src/Makefile.am @ 294:2ca0773cd48d
* Add MBAF files
* Change begin_index to be start_index
* fix the color setting.
author | wycc |
---|---|
date | Sun, 01 Feb 2009 09:51:12 +0800 |
parents | c8b6ca46950b |
children | f894b30676e9 |
comparison
equal
deleted
inserted
replaced
293:a171b94582ae | 294:2ca0773cd48d |
---|---|
1 include $(top_srcdir)/config.mk | 1 include $(top_srcdir)/config.mk |
2 | 2 |
3 lib_LTLIBRARIES = libmbfly.la | 3 lib_LTLIBRARIES = libmbfly.la |
4 | 4 |
5 noinst_PROGRAMS = X_main | 5 noinst_PROGRAMS = X_main |
6 | 6 MBAF_SOURCES=mbaf/mbapp.c mbaf/mbbutton.c |
7 libmbfly_la_SOURCES = animate.c chgcolor.c coord.c event.c geo.c \ | 7 libmbfly_la_SOURCES = animate.c chgcolor.c coord.c event.c geo.c \ |
8 observer.c paint.c redraw_man.c rotate.c shape_path.c \ | 8 observer.c paint.c redraw_man.c rotate.c shape_path.c \ |
9 shape_rect.c shape_text.c shift.c subtree_free.c timer.c \ | 9 shape_rect.c shape_text.c shift.c subtree_free.c timer.c \ |
10 timertool.c tools.c visibility.c X_supp.c prop.c sprite.c \ | 10 timertool.c tools.c visibility.c X_supp.c prop.c sprite.c \ |
11 mouse.c shape_image.c img_ldr.c | 11 mouse.c shape_image.c img_ldr.c $(MBAF_SOURCES) |
12 | 12 |
13 libmbfly_la_CPPFLAGS = @cairo_CFLAGS@ `pkg-config --cflags pangocairo` | 13 libmbfly_la_CPPFLAGS = @cairo_CFLAGS@ `pkg-config --cflags pangocairo` |
14 libmbfly_la_LDFLAGS = @cairo_LIBS@ `pkg-config --libs pangocairo` | 14 libmbfly_la_LDFLAGS = @cairo_LIBS@ `pkg-config --libs pangocairo` |
15 | 15 |
16 X_main_SOURCES = X_main.c | 16 X_main_SOURCES = X_main.c |