comparison src/Makefile.am @ 654:21f944e79b19

Use --with-backend to specify display backend.
author Shih-Yuan Lee (FourDollars) <fourdollars@gmail.com>
date Sat, 31 Jul 2010 17:31:00 +0800
parents ac886e629f90
children 8b7964869f7a
comparison
equal deleted inserted replaced
653:34710e86b4a2 654:21f944e79b19
10 10
11 if TESTCASE 11 if TESTCASE
12 noinst_PROGRAMS += testcase 12 noinst_PROGRAMS += testcase
13 endif 13 endif
14 14
15 if X_SUPP 15 if X_BACKEND
16 MBAF_SOURCES=mbaf/mbapp.c mbaf/mbbutton.c mbaf/mbobject.c mbaf/animated_menu.c 16 MBAF_SOURCES=mbaf/mbapp.c mbaf/mbbutton.c mbaf/mbobject.c mbaf/animated_menu.c
17 else 17 else
18 MBAF_SOURCES= 18 MBAF_SOURCES=
19 endif 19 endif
20 20
30 30
31 if SH_STEXT 31 if SH_STEXT
32 libmbfly_la_SOURCES += shape_stext.c 32 libmbfly_la_SOURCES += shape_stext.c
33 endif 33 endif
34 34
35 if X_SUPP 35 if X_BACKEND
36 libmbfly_la_SOURCES += X_supp.c 36 libmbfly_la_SOURCES += X_supp.c
37 endif 37 endif
38 38
39 if CAIRO_GRAPH_ENGINE 39 if CAIRO_GRAPH_ENGINE
40 libmbfly_la_SOURCES += graph_engine_cairo.c 40 libmbfly_la_SOURCES += graph_engine_cairo.c