Mercurial > MadButterfly
comparison src/Makefile.am @ 464:271212f325b4 Android_Skia
Conditional compile with Cairo and Skia.
Some components are also affected. For example, sh_text, sh_stext,
X_supp...etc. All affected ones are conditional compiled.
author | Thinker K.F. Li <thinker@branda.to> |
---|---|
date | Thu, 12 Nov 2009 21:16:13 +0800 |
parents | 2bdd4f5dd2ca |
children | d8181696b689 |
comparison
equal
deleted
inserted
replaced
463:aa2b388fba4e | 464:271212f325b4 |
---|---|
14 | 14 |
15 MBAF_SOURCES=mbaf/mbapp.c mbaf/mbbutton.c mbaf/mbobject.c mbaf/animated_menu.c | 15 MBAF_SOURCES=mbaf/mbapp.c mbaf/mbbutton.c mbaf/mbobject.c mbaf/animated_menu.c |
16 libmbfly_la_SOURCES= animate.c chgcolor.c coord.c event.c geo.c \ | 16 libmbfly_la_SOURCES= animate.c chgcolor.c coord.c event.c geo.c \ |
17 observer.c paint.c redraw_man.c rotate.c shape_path.c \ | 17 observer.c paint.c redraw_man.c rotate.c shape_path.c \ |
18 shape_rect.c shift.c subtree_free.c timer.c \ | 18 shape_rect.c shift.c subtree_free.c timer.c \ |
19 timertool.c tools.c visibility.c X_supp.c prop.c sprite.c \ | 19 timertool.c tools.c visibility.c prop.c sprite.c \ |
20 mouse.c shape_image.c img_ldr.c $(MBAF_SOURCES) | 20 mouse.c shape_image.c img_ldr.c $(MBAF_SOURCES) |
21 | 21 |
22 if SH_TEXT | 22 if SH_TEXT |
23 libmbfly_la_SOURCES += shape_text.c | 23 libmbfly_la_SOURCES += shape_text.c |
24 endif | 24 endif |
25 | 25 |
26 if SH_STEXT | 26 if SH_STEXT |
27 libmbfly_la_SOURCES += shape_stext.c | 27 libmbfly_la_SOURCES += shape_stext.c |
28 endif | |
29 | |
30 if X_SUPP | |
31 libmbfly_la_SOURCES += X_supp.c | |
28 endif | 32 endif |
29 | 33 |
30 libmbfly_la_CPPFLAGS = @cairo_CFLAGS@ @pangocairo_CFLAGS@ | 34 libmbfly_la_CPPFLAGS = @cairo_CFLAGS@ @pangocairo_CFLAGS@ |
31 libmbfly_la_LDFLAGS = @cairo_LIBS@ @pangocairo_LIBS@ | 35 libmbfly_la_LDFLAGS = @cairo_LIBS@ @pangocairo_LIBS@ |
32 | 36 |