File: Makefile.am

package info (click to toggle)
libcaca 0.99.beta11.debian-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 5,372 kB
  • ctags: 2,437
  • sloc: ansic: 14,847; sh: 9,203; cpp: 604; makefile: 366; asm: 28
file content (18 lines) | stat: -rw-r--r-- 437 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $Id: Makefile.am 1072 2006-11-14 20:14:38Z sam $

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

noinst_PROGRAMS = optipal $(pango_programs)

optipal_SOURCES = optipal.c

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