Last change
on this file since 1871 was
1840,
checked in by Sam Hocevar, 13 years ago
|
- Small tool to analyse character glyphs depending on their shape. Will be
used for improved dithering.
|
-
Property svn:keywords set to
Id
|
File size:
475 bytes
|
Line | |
---|
1 | # $Id: Makefile.am 1840 2007-10-22 08:47:05Z sam $ |
---|
2 | |
---|
3 | AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/cucul -I$(top_srcdir)/caca -DDATADIR=\"$(pkgdatadir)\" |
---|
4 | |
---|
5 | noinst_PROGRAMS = optipal sortchars $(pango_programs) |
---|
6 | |
---|
7 | optipal_SOURCES = optipal.c |
---|
8 | |
---|
9 | sortchars_SOURCES = sortchars.c |
---|
10 | sortchars_LDADD = ../cucul/libcucul.la |
---|
11 | |
---|
12 | makefont_SOURCES = makefont.c |
---|
13 | makefont_LDADD = ../cucul/libcucul.la |
---|
14 | makefont_CFLAGS = $(PANGOFT2_CFLAGS) |
---|
15 | makefont_LDFLAGS = $(PANGOFT2_LIBS) |
---|
16 | |
---|
17 | if USE_PANGO |
---|
18 | pango_programs = makefont |
---|
19 | else |
---|
20 | pango_programs = |
---|
21 | endif |
---|
Note: See
TracBrowser
for help on using the repository browser.