Mercurial > MadButterfly
comparison src/Makefile.am @ 375:44b8223f307c
Rename MIN/MAX to MB_MIN/MB_MAX.
- MIN and MAX are conflicted with system's macros.
author | Thinker K.F. Li <thinker@branda.to> |
---|---|
date | Wed, 01 Apr 2009 02:16:10 +0800 |
parents | 080aca2b7c47 |
children | 7f7855df2af0 |
comparison
equal
deleted
inserted
replaced
374:e1ff44aa3b6f | 375:44b8223f307c |
---|---|
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) |
12 | 12 |
13 libmbfly_la_CPPFLAGS = @cairo_CFLAGS@ `pkg-config --cflags pangocairo` | 13 libmbfly_la_CPPFLAGS = @cairo_CFLAGS@ @pangocairo_CFLAGS@ |
14 libmbfly_la_LDFLAGS = @cairo_LIBS@ `pkg-config --libs pangocairo` | 14 libmbfly_la_LDFLAGS = @cairo_LIBS@ @pangocairo_LIBS@ |
15 | 15 |
16 X_main_SOURCES = X_main.c | 16 X_main_SOURCES = X_main.c |
17 X_main_LDADD = $(top_builddir)/src/libmbfly.la | 17 X_main_LDADD = $(top_builddir)/src/libmbfly.la |
18 X_main_CPPFLAGS = @pangocairo_CFLAGS@ -I$(top_builddir)/src | 18 X_main_CPPFLAGS = @pangocairo_CFLAGS@ -I$(top_builddir)/src |
19 X_main_LDFLAGS = @pangocairo_LIBS@ | 19 X_main_LDFLAGS = @pangocairo_LIBS@ |