Tizen 2.0 Release
[external/lcms.git] / utils / tificc / Makefile.am
1 #
2 # Makefile for building tificc
3 # Originally written by Bob Friesenhahn, June 2003
4 # bugs introduced by Marti Maria 
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                 
12
13 if HasTIFF
14 bin_PROGRAMS = tificc
15 else
16 bin_PROGRAMS =
17 endif
18
19 tificc_LDADD = $(top_builddir)/src/liblcms2.la @TIFFICC_DEPLIBS@
20 tificc_LDFLAGS = @LDFLAGS@
21 tificc_SOURCES = tificc.c ../common/xgetopt.c ../common/vprf.c ../common/utils.h
22 man_MANS = tificc.1
23
24
25 EXTRA_DIST = $(man_MANS)