Mercurial > MadButterfly
comparison src/Makefile.am @ 178:d0646a6df46f
Autoolize examples.
author | sylee@eeepc |
---|---|
date | Sun, 02 Nov 2008 02:37:18 +0800 |
parents | 67e13d694230 |
children | c7e5b8779bb5 |
comparison
equal
deleted
inserted
replaced
177:c8cf6343868b | 178:d0646a6df46f |
---|---|
1 includedir = $(prefix)/include/mb | 1 includedir = $(prefix)/include/mb |
2 include_HEADERS = animate.h mb.h mb_timer.h mb_types.h observer.h paint.h redraw_man.h shapes.h tools.h X_supp.h | 2 include_HEADERS = animate.h mb.h mb_timer.h mb_types.h observer.h paint.h redraw_man.h shapes.h tools.h X_supp.h |
3 | 3 |
4 lib_LTLIBRARIES = libmbfly.la | 4 lib_LTLIBRARIES = libmbfly.la |
5 | 5 |
6 bin_PROGRAMS = X_main | 6 noinst_PROGRAMS = X_main |
7 | 7 |
8 libmbfly_la_SOURCES = animate.c chgcolor.c coord.c event.c geo.c observer.c paint.c redraw_man.c rotate.c shape_path.c shape_rect.c shape_text.c shift.c timer.c timertool.c tools.c visibility.c X_supp.c | 8 libmbfly_la_SOURCES = animate.c chgcolor.c coord.c event.c geo.c observer.c paint.c redraw_man.c rotate.c shape_path.c shape_rect.c shape_text.c shift.c timer.c timertool.c tools.c visibility.c X_supp.c |
9 libmbfly_la_CPPFLAGS = @cairo_CFLAGS@ | 9 libmbfly_la_CPPFLAGS = @cairo_CFLAGS@ |
10 libmbfly_la_LDFLAGS = @cairo_LIBS@ | 10 libmbfly_la_LDFLAGS = @cairo_LIBS@ |
11 | 11 |