Last change
on this file since 2299 was
2299,
checked in by Sam Hocevar, 12 years ago
|
- Remove #include <stdint.h> etc. from "common.h". Instead, make sure that
<cucul.h> will provide the C99 types, even if libcaca has been installed.
- Rename what's left of "common.h" to "stubs.h".
- Remove all references to erroneous <inttypes.h> from source files.
|
-
Property svn:keywords set to
Id
|
File size:
502 bytes
|
Line | |
---|
1 | # $Id: Makefile.am 2299 2008-04-19 12:42:50Z sam $ |
---|
2 | |
---|
3 | AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/cucul -I../cucul \ |
---|
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 = ../cucul/libcucul.la |
---|
12 | |
---|
13 | makefont_SOURCES = makefont.c |
---|
14 | makefont_LDADD = ../cucul/libcucul.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.