comparison src/Makefile.am @ 368:080aca2b7c47

Move the animated menu to the MBAF layer
author wycc
date Mon, 16 Mar 2009 08:45:54 +0800
parents f894b30676e9
children 44b8223f307c
comparison
equal deleted inserted replaced
367:e21e9447f545 368:080aca2b7c47
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 mbaf/mbobject.c 6 MBAF_SOURCES=mbaf/mbapp.c mbaf/mbbutton.c mbaf/mbobject.c mbaf/animated_menu.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)