source: libcaca/trunk/tools/Makefile.am @ 2821

Last change on this file since 2821 was 2821, checked in by Sam Hocevar, 15 years ago

Starting refactoring to get rid of libcucul. The initial reason for the
split is rendered moot by the plugin system: when enabled, binaries do
not link directly with libX11 or libGL. I hope this is a step towards
more consisteny and clarity.

  • Property svn:keywords set to Id
File size: 496 bytes
Line 
1# $Id: Makefile.am 2821 2008-09-27 13:12:46Z sam $
2
3AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/caca -I../caca \
4              -I$(top_srcdir)/caca -DDATADIR=\"$(pkgdatadir)\"
5
6noinst_PROGRAMS = optipal sortchars $(pango_programs)
7
8optipal_SOURCES = optipal.c
9
10sortchars_SOURCES = sortchars.c
11sortchars_LDADD = ../caca/libcaca.la
12
13makefont_SOURCES = makefont.c
14makefont_LDADD = ../caca/libcaca.la
15makefont_CFLAGS = $(PANGOFT2_CFLAGS)
16makefont_LDFLAGS = $(PANGOFT2_LIBS)
17
18if USE_PANGO
19pango_programs = makefont
20else
21pango_programs =
22endif
Note: See TracBrowser for help on using the repository browser.