2 # Makefile for building testcms
5 # Don't require all the GNU mandated files
6 AUTOMAKE_OPTIONS = 1.7 foreign
8 INCLUDES = -I$(top_builddir)/include -I$(top_srcdir)/include -I$(top_srcdir)/src
10 check_PROGRAMS = testcms
12 # CFLAGS = --pedantic -Wall -std=c99 -O2
14 testcms_LDADD = $(top_builddir)/src/liblcms2.la
15 testcms_LDFLAGS = @LDFLAGS@
16 testcms_SOURCES = testcms2.c
18 EXTRA_DIST = test1.icc bad.icc toosmall.icc test2.icc \
23 if [ $(top_srcdir) != $(top_builddir) ]; then \
24 cp $(top_srcdir)/testbed/*.ic? $(top_builddir)/testbed; \
27 if [ $(top_srcdir) != $(top_builddir) ]; then \
28 rm -f $(top_builddir)/testbed/*.ic?; \