Tizen 2.0 Release
[external/lcms.git] / utils / jpgicc / Makefile.am
1 #
2 # Makefile for building jpegicc
3 # Written by Bob Friesenhahn, June 2003
4 # Bugs introduced by Marti Maria on October 2004
5
6 # Don't require all the GNU mandated files
7 AUTOMAKE_OPTIONS = 1.7 foreign
8
9 AM_CPPFLAGS = -I$(top_builddir)/include -I$(top_srcdir)/include \
10               -I$(top_srcdir)/utils/common -I$(top_builddir)/utils/common
11 if HasJPEG
12 bin_PROGRAMS = jpgicc
13 else
14 bin_PROGRAMS = 
15 endif
16
17 jpgicc_LDADD = $(top_builddir)/src/liblcms2.la @JPEGICC_DEPLIBS@
18 jpgicc_LDFLAGS = @LDFLAGS@
19 jpgicc_SOURCES = jpgicc.c iccjpeg.c ../common/xgetopt.c ../common/vprf.c ../common/utils.h
20 man_MANS = jpgicc.1
21
22 EXTRA_DIST = iccjpeg.h $(man_MANS)