annotate src/Makefile.am @ 169:7ca25f18902f
Autotoolize MadButterfly.
author |
sylee@eeepc |
date |
Fri, 31 Oct 2008 00:12:17 +0800 |
parents |
|
children |
67e13d694230 |
rev |
line source |
169
|
1 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
|
|
3 lib_LTLIBRARIES = libmbfly.la
|
|
4
|
|
5 bin_PROGRAMS = X_main
|
|
6
|
|
7 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_CPPFLAGS = @cairo_CFLAGS@
|
|
9 libmbfly_la_LDFLAGS = @cairo_LIBS@
|
|
10
|
|
11 X_main_SOURCES = X_main.c
|
|
12 X_main_LDADD = $(top_builddir)/src/libmbfly.la
|
|
13 X_main_CPPFLAGS = @cairo_CFLAGS@ -I$(top_builddir)/src
|
|
14 X_main_LDFLAGS = @cairo_LIBS@
|