bugs: Don't require client knowledge of flattened representations.
[libale.git] / Makefile.am
blobb01dd307ac2260c3b431405eeaf75ed7d211740e
1 # Copyright 2008 David Hilvert <dhilvert@gmail.com>
3 # This file is part of libale.
5 # libale is free software: you can redistribute it and/or modify it under the
6 # terms of the GNU Affero General Public License as published by the Free
7 # Software Foundation, either version 3 of the License, or (at your option)
8 # any later version.
10 # libale is distributed in the hope that it will be useful, but WITHOUT ANY
11 # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
12 # FOR A PARTICULAR PURPOSE.  See the GNU Affero General Public License for
13 # more details.
15 # You should have received a copy of the GNU Affero General Public License
16 # along with libale.  If not, see <http://www.gnu.org/licenses/>.
18
19 # Makefile.am: This file is used by automake to generate Makefile.in.
23 # Include files from the 'm4' directory.
26 ACLOCAL_AMFLAGS = -I m4
29 # Flags
30
31 # -rpath $(libdir) works around cases where ldconfig has not been run, as 
32 #  described by Laurence Darby in 
34 #  http://www.mail-archive.com/automake@gnu.org/msg13279.html
36 AM_CFLAGS = -I$(top_srcdir)/include
37 AM_LDFLAGS = -rpath $(libdir)
40 # Targets
43 lib_LTLIBRARIES = libale.la
44 libale_la_SOURCES = src/context.c src/render.c src/trans.c src/image.c src/filter.c src/psf.c src/exclusion.c src/align.c cl_stub.c
45 libale_la_LIBADD = @LIBALE_LIBS@ @LIBALE_LDFLAGS@
46 libale_la_CFLAGS = $(AM_CFLAGS) @LIBALE_CFLAGS@
47 include_HEADERS = include/ale.h
49 # ..._LDADD = @OPTION_LIBS@
51 bin_PROGRAMS = beer
52 beer_SOURCES = client/beer.c
53 beer_LDADD = libale.la