comparison src/Makefile.am @ 303:f894b30676e9

Add MBAF object suport. This is still work in progress yet. However, it won't affect other features. Therefore, it is checked in before it become mature.
author wycc
date Sun, 15 Feb 2009 08:34:57 +0800
parents 2ca0773cd48d
children 080aca2b7c47
comparison
equal deleted inserted replaced
302:8b45e7b374b8 303:f894b30676e9
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 MBAF_SOURCES=mbaf/mbapp.c mbaf/mbbutton.c 6 MBAF_SOURCES=mbaf/mbapp.c mbaf/mbbutton.c mbaf/mbobject.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 $(MBAF_SOURCES) 11 mouse.c shape_image.c img_ldr.c $(MBAF_SOURCES)