File: Makefile.am

package info (click to toggle)
lcms 1.15-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 3,640 kB
  • ctags: 2,763
  • sloc: ansic: 20,299; sh: 8,775; pascal: 1,108; python: 204; makefile: 172
file content (21 lines) | stat: -rw-r--r-- 552 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#
# Top-Level Makefile for building LCMS
# Written by Bob Friesenhahn, June 2003
#

# Don't require all the GNU mandated files
AUTOMAKE_OPTIONS = 1.7.2 dist-zip dist-bzip2 foreign

PACKAGE_NAME = @PACKAGE_NAME@
PACKAGE_VERSION = @PACKAGE_VERSION@

# Directories containing Makefiles to 'make'
SUBDIRS = src jpegicc tifficc python samples testbed include

# Additional files to distribute
EXTRA_DIST = AUTHORS COPYING ChangeLog doc INSTALL NEWS README.1ST \
	filter.c install.gcc lcms.pc.in

pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = lcms.pc