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 | |
---|
3 | AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/caca -I../caca \ |
---|
4 | -I$(top_srcdir)/caca -DDATADIR=\"$(pkgdatadir)\" |
---|
5 | |
---|
6 | noinst_PROGRAMS = optipal sortchars $(pango_programs) |
---|
7 | |
---|
8 | optipal_SOURCES = optipal.c |
---|
9 | |
---|
10 | sortchars_SOURCES = sortchars.c |
---|
11 | sortchars_LDADD = ../caca/libcaca.la |
---|
12 | |
---|
13 | makefont_SOURCES = makefont.c |
---|
14 | makefont_LDADD = ../caca/libcaca.la |
---|
15 | makefont_CFLAGS = $(PANGOFT2_CFLAGS) |
---|
16 | makefont_LDFLAGS = $(PANGOFT2_LIBS) |
---|
17 | |
---|
18 | if USE_PANGO |
---|
19 | pango_programs = makefont |
---|
20 | else |
---|
21 | pango_programs = |
---|
22 | endif |
---|
Note: See
TracBrowser
for help on using the repository browser.