File: Makefile.am

package info (click to toggle)
vips 8.10.5-2
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 40,952 kB
  • sloc: ansic: 201,201; cpp: 9,766; sh: 5,031; xml: 4,191; python: 3,869; makefile: 1,033; perl: 40
file content (21 lines) | stat: -rw-r--r-- 384 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
noinst_LTLIBRARIES = libhistogram.la

libhistogram_la_SOURCES = \
	histogram.c \
	phistogram.h \
	maplut.c \
	case.c \
	hist_unary.c \
	hist_unary.h \
	hist_cum.c \
	hist_norm.c \
	hist_equal.c \
	hist_plot.c \
	hist_match.c \
	hist_local.c \
	percent.c \
	hist_ismonotonic.c \
	hist_entropy.c \
	stdif.c 

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