File: Makefile.am

package info (click to toggle)
vips 7.28.5-1%2Bdeb7u1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 15,372 kB
  • sloc: ansic: 95,587; cpp: 50,751; sh: 11,548; python: 1,290; makefile: 916; perl: 40
file content (17 lines) | stat: -rw-r--r-- 345 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
noinst_LTLIBRARIES = libconvolution.la

libconvolution_la_SOURCES = \
	convol_dispatch.c \
	im_addgnoise.c \
	im_compass.c \
	im_aconv.c \
	im_aconvsep.c \
	im_conv.c \
	im_conv_f.c \
	im_contrast_surface.c \
	im_fastcor.c \
	im_gradcor.c \
	im_sharpen.c \
	im_spcor.c 

INCLUDES = -I${top_srcdir}/libvips/include @VIPS_CFLAGS@ @VIPS_INCLUDES@