File: Makefile.am

package info (click to toggle)
cairo 1.6.4-7
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 16,428 kB
  • ctags: 9,264
  • sloc: ansic: 81,989; xml: 11,419; sh: 9,426; makefile: 1,736; perl: 212; cpp: 168
file content (17 lines) | stat: -rw-r--r-- 357 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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

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