Last change
on this file since 747 was
747,
checked in by Sam Hocevar, 15 years ago
|
- Added a font creator that uses pango to render glyphs.
|
-
Property svn:keywords set to
Id
|
File size:
363 bytes
|
Line | |
---|
1 | # $Id: Makefile.am 747 2006-04-13 08:26:21Z sam $ |
---|
2 | |
---|
3 | AM_CPPFLAGS = -I$(top_srcdir)/cucul -I$(top_srcdir)/caca -DDATADIR=\"$(pkgdatadir)\" |
---|
4 | |
---|
5 | noinst_PROGRAMS = optipal $(pango_programs) |
---|
6 | |
---|
7 | optipal_SOURCES = optipal.c |
---|
8 | |
---|
9 | makefont_SOURCES = makefont.c |
---|
10 | makefont_CFLAGS = `pkg-config --cflags pangoft2` |
---|
11 | makefont_LDFLAGS = `pkg-config --libs pangoft2` |
---|
12 | |
---|
13 | if USE_PANGO |
---|
14 | pango_programs = makefont |
---|
15 | else |
---|
16 | pango_programs = |
---|
17 | endif |
---|
Note: See
TracBrowser
for help on using the repository browser.