File: Makefile.am

package info (click to toggle)
libcaca 0.99.beta14-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 6,720 kB
  • ctags: 2,334
  • sloc: ansic: 18,652; cs: 1,171; objc: 835; cpp: 741; makefile: 446; sh: 289; python: 215; ruby: 190; asm: 93
file content (22 lines) | stat: -rw-r--r-- 502 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# $Id$

AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/cucul -I../cucul \
              -I$(top_srcdir)/caca -DDATADIR=\"$(pkgdatadir)\"

noinst_PROGRAMS = optipal sortchars $(pango_programs)

optipal_SOURCES = optipal.c

sortchars_SOURCES = sortchars.c
sortchars_LDADD = ../cucul/libcucul.la

makefont_SOURCES = makefont.c
makefont_LDADD = ../cucul/libcucul.la
makefont_CFLAGS = $(PANGOFT2_CFLAGS)
makefont_LDFLAGS = $(PANGOFT2_LIBS)

if USE_PANGO
pango_programs = makefont
else
pango_programs =
endif