File: Makefile.am

package info (click to toggle)
cairo 1.12.2-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 100,404 kB
  • sloc: ansic: 226,667; xml: 16,073; sh: 12,046; cpp: 3,725; cs: 1,763; makefile: 1,070; python: 155; awk: 86
file content (19 lines) | stat: -rw-r--r-- 410 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
include $(top_srcdir)/build/Makefile.am.common

EXTRA_PROGRAMS += perceptualdiff
EXTRA_DIST += gpl.txt

noinst_LTLIBRARIES = libpdiff.la
libpdiff_la_SOURCES = 		\
	pdiff.h			\
	lpyramid.c		\
	lpyramid.h		\
	pdiff.c

perceptualdiff_SOURCES =	\
	args.c			\
	args.h			\
	perceptualdiff.c

AM_CPPFLAGS = -I$(top_srcdir)/src -I$(top_builddir)/src $(CAIRO_CFLAGS)
LDADD = libpdiff.la $(top_builddir)/src/libcairo.la